MOSCA SEQUENCER Script Reference
MOSCA miscellaneous scripts (mosca.script in scripts)
-
log-comment "Comment in quotes" [file1 file2 file3 ...]
Adds a remark to the FITS headers of an existing data file, in the
LOGCOMME keyword.
When invoked with just the comment, it will be applied to the latest
available image with a prefix for the current night (which starts at
noon) and the sequencer's instrument.
If image names are provided, the program will test the existence of
ALL them before applying the change.
Eg.
$ mosca.log-comment "This is a comment"
$ mosca.log-comment "Comment for two" MOug170154 MOug170155
Notice that there's no need to add the ".fits" after each image's name
If no arguments are provided, a usage message is displayed
MOSCA acquisition scripts (mosca.script in scripts)
-
targetoff [1-4,c]
Calculates the telescope offset required to move a target from one position on the mosaic to
another and performs the required telescope offset. If run without any arguments, the target position
is identified interactively by the user through an imexam session on the currently loaded DS9 image.
If an argument in the range 1-4 is given to the command, the target position corresponds to the
center of the CCD 1-4. If the desired target position is the center of the mosaic, the argument 'c'
should be given to the command.
MOSCA DS9 and Analysis scripts (mosca.script in scripts)
MOSCA Staff-only scripts
-
gainron [file]
Computes detector gain and read-out-noise based on a sequence of two
bias frames and two flat fields. The filename must be the last in the
sequence.
If no filename is given, the last obtained image name
will be used. Calculated values are being compared to previous values
before being uploaded to database.
If the deviations from previous results are found to be too large,
the script can be terminated without uploading results.
-
killpostprocess
Terminates all MOSCA sequencer scripts and the MOSCA DS9 display.
Note that this will terminate any running observing scripts.
|