Function: ircc_obsmode Purpose: Returns IRAS observation mode Category: IR File: ircc_const.c Author: P.R. Roelfsema Use: CHARACTER IRCC_OBSMODE( INSTRUMENT ) Input character*(*) IRCC_OBSMODE Returns the observing mode number for a given instrument; If the instrument does not exist 0 is returned. INSTRUMENT Instrument name; this can be a combination of a mode and band name e.g.: SURVEY B1, SURVEY B2, SPLINE B3, AO B4, AO LRS etc. Note SURVEY, AO etc alone will also give correct observing mode numbers. ( see also IRCC_INSTRNAME ) Description: The observation modes are: 1 Survey 2 Splines 3 AO 4 Flashes 5 Unknown Updates: Sep 6, 1990: PRR, Creation date