Back to Programs

mark-slits

mark-slits marks the locations of slit images as determined from either an observation definition or map file. The marks are made on a ds9 frame which contains a ccd image which has already been displayed using display.

 

USAGE

Mark-slits [clear] [-l lines] [-s marksize] [-c color] [-k mark] -o observeset or -m mapfile

INPUT

clear clears any existing marks

 

lines is a wavelength of line list file (overrides parameter file entry)

 

observeset.obsdef is an observation definition file

 

mapfile.map is a mapfile

OUTPUT

none

PARAMETERS

linelist

file with list of spectral lines (not needed for direct image)

mark

symbol to display: circle, x, cross, box, or diamond

marksize

size of mark 

color

color of mark: black, white, red, green, or blue

plotpos

position of mark along slit: center, object, or ends

whichslits

mark all, full, or partial slits

 

Details:

Slits are marked in the currently displayed frame. The ccd image to be marked must have been displayed using the COSMOS program display, which inserts certain metadata into the image needed by mark-slits. Values for color, mark, and marksize on the command line override those in the parameter file.

Back to Programs