|
A Typical User Session
The procedures available in Portable--CGS4DR are described in the
following chapters but a typical user session appears below (where lines
beginning `{' are comment lines that need not be typed in by the user).
$ cgs4dr /scratch/pnd/19940811 940811 ndf
.
.
.
ICL> { Check the current configurations
ICL> get_reduction_sequence
ICL> get_file_selection
ICL> get_ff_normalisation
ICL> get_wavelength_calib
ICL> get_bad_pixel_mask
ICL> get_extract_spectrum
ICL> get_integration_display
ICL> get_observation_display
ICL> get_group_display
ICL> get_spectrum_display
.
.
.
ICL> { If necessary, set the reduction sequence etc
ICL> set_reduction_sequence
.
.
.
ICL> set_ff_normalisation
.
.
.
ICL> { Enter observation numbers 2 through 5 to the tail of the queue
ICL> enter_obs_range 2 5
ICL> { Enter observation number 1 to the head of the queue
ICL> enter_obs_range 1 1 newest
ICL> { Check the queue
ICL> list_queue
.
.
.
ICL> { Start the automatic reduction
ICL> start_autoreduce
.
.
.
ICL> { Save the current config
ICL> save_config myconfig
ICL> { List the index file
ICL> list_index
ICL> { Stop automatic reduction and exit
ICL> stop_autoreduce
ICL> exit
Last Modification Date 1996/03/12 - Last Modification Author: frossie
Phil Daly (pnd@jach.hawaii.edu)
|