IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2006, 12:26:32 PM (20 years ago)
Author:
Paul Price
Message:

Stepping towards source-independence by using concepts instead of header keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/phase0imfile.pl

    r8946 r8954  
    4141# The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp"
    4242use constant CONSTANTS => {
    43     "OBSTYPE"      => "-exp_type", # Exposure type
     43    "FPA.OBSTYPE"  => "-exp_type", # Exposure type
    4444    "FPA.FILTER"   => "-filter", # Filter used
    4545    "FPA.AIRMASS"  => "-airmass", # Airmass
    4646    "FPA.RA"       => "-ra",        # Right ascension
    4747    "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
    5150    "FPA.POSANGLE" => "-posang" # Position angle
    5251    };
     
    5554# The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp"
    5655use constant VARIABLES => {
     56    "CHIP.TEMP"    => "-ccd_temp", # CCD temperature
    5757    "CELL.EXPOSURE" => "-exp_time" # Exposure time
    5858    };
Note: See TracChangeset for help on using the changeset viewer.