Changeset 8954
- Timestamp:
- Sep 25, 2006, 12:26:32 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0imfile.pl
r8946 r8954 41 41 # The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp" 42 42 use constant CONSTANTS => { 43 " OBSTYPE"=> "-exp_type", # Exposure type43 "FPA.OBSTYPE" => "-exp_type", # Exposure type 44 44 "FPA.FILTER" => "-filter", # Filter used 45 45 "FPA.AIRMASS" => "-airmass", # Airmass 46 46 "FPA.RA" => "-ra", # Right ascension 47 47 "FPA.DEC" => "-decl", # Declination 48 "TELALT" => "-alt", # Altitude 49 "TELAZ" => "-az", # Azimuth 50 "DETTEM" => "-ccd_temp", # CCD temperature 48 "FPA.ALT" => "-alt", # Altitude 49 "FPA.AZ" => "-az", # Azimuth 51 50 "FPA.POSANGLE" => "-posang" # Position angle 52 51 }; … … 55 54 # The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp" 56 55 use constant VARIABLES => { 56 "CHIP.TEMP" => "-ccd_temp", # CCD temperature 57 57 "CELL.EXPOSURE" => "-exp_time" # Exposure time 58 58 };
Note:
See TracChangeset
for help on using the changeset viewer.
