# The following is a draft version of the ACE/ULEIS project # input keyword convention. # # Known Bugs: # # Revisions # V 1.0 S.Nylund 24 Feb 1997 # V 1.1 S.Nylund 25 Feb 1997 # #****************************************************************************** DESCRIPTION: Input keywords will reside in an ASCII file with extension "CTRL" and can optionally be used by programs to input user parameters for control of the program. Keywords may be placed in any order within the CTRL file. Keywords encountered in the CTRL file that are not necessary for the operation of a program will be ignored. If keywords that are needed for the operation of the program are not present in the CTRL file, in interactive mode the user will be prompted for the missing keywords; in batch mode defaults will be assumed where possible, otherwise the program will halt with an error. Lines preceeded by a "#" are ignored as comment lines. KEYWORD OPTIONS DEFAULT ------- ------------------------------ --------------------------- START_TIME YEAR/DOY hh:mm:ss.ss YEAR/DAY, derived from INPUT_ MM-DD-YEAR hh:mm:ss.ss FILE (if present), 00:00:00 STOP_TIME TIME_RESOLUTION n SPINS n HOURS n SECONDS CHANNEL RATE_SECTORS ALL ALL n in the range of 0-7 AVERAGED SUMMED CONVERSION differential flux FILTERING none INPUT_FILE OUTPUT_FORM MEMORY ARRAY MEMORY ARRAY HDF FILE ASCII FILE OUTPUT_FILE INTERMED_FILE Example: #AVG_TYPE1.CTRL #Sample averaging control file INPUT_FILE: ULS12S_1997350.LVL1 START_TIME: 1997/350 00:00:00 STOP_TIME: 1997/351 00:00:00 CHANNEL: ALL RATE_SECTORS: ALL TIME_RESOLUTION: 30 Minutes CONVERSION: Differential flux FILTERING: None OUTPUT_FORM: ASCII FILE OUTPUT_FILE: UAV30m_1997350.LIS