The Info view is used for two purposes; display the progress of an image exposure and set certain exposure/image related parameters in LOIS. It is also used to enable and set up sound for certain actions.
LOIS parameters
This view can and should be used for setting the following parameters in LOIS:
- Observer Info
- Names
- Affiliations
- Image Info
- File Path; default value from config file
- Root File Name; default value from config file
- Initial Image Number; defaults to 1
- Directory Path Date Extension; default value from config file
- FITS Extension; default value from config file
- Image Number Separator; default value from config file
Pressing the "Apply" button sends the commands to Lois to set Observer Info and the Image Info. Check LOIS Log to see if the commands were successful. You can Change Observer or Path information independently. Generally, one only needs to set the Observer information. The path information should be correct based on the values set in the config file for each instrument. The image path and name is displayed in the title of the collapsible widget. If any of the parameters for the image need to be modified, use the chevron to expand the section. The changes will be displayed in the title bar in real time but will not take affect on LOIS till the "Apply" button is used.
Observer Info
The names and affiliation of the observers should be set in this section. If either of the two AREAS is blank it will remain as it was in LOIS's cache and most likely be incorrect. These parameters will be inserted in the FITS headers and are subjected to the same restrictions as all FITS headers; <= 72 characters.
Image Info
The widget for image information is pre-filled for each instrument based on the relevant values in the MasterInstrumentConfiguration.xml
. For instance for LMI the section looks like:
<storage-config> <path></path> <telescope-id></telescope-id> <instrument-id>lmi</instrument-id> <filename-abbr>lmi</filename-abbr> <root-filename-date>false</root-filename-date> <date-noon-rule>true</date-noon-rule> <dash-number>off</dash-number> </storage-config>
with the following result:
Pressing the "Apply" button sends commands for setting both the Observer and Image info parameters in LOIS.
Sound Effects
We currently can generate alert sounds for 4 actions in the LOUI:
- End of Readout
- End of Exposure
- End of Series
- Blocked Exposure
The alert sounds are disabled by default and here is where the user can select the sound file to play for each action.
Information Display
This view is used to display the following information:
- Exposure Progress Bar
- CCD Readout Indicator
- Observer Info
- Image File Info (path & name)
Disk Storage Info
Does NOT display current LOIS values till the "Apply" button is used.
Exposure Progress Bar
The progress bar shows the progress of each exposure. If the exposure is part of a series, the label on the bar displays the series information as well.
CCD Readout Indicator
This indicator is useful for the larger CCDs such as NASA42 and LMI where the CCD readout can take many seconds. The indicator is based on LOIS log statements and can be very rough.