IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2006, 12:52:27 PM (20 years ago)
Author:
Paul Price
Message:

Added exp_type to phase0imfile.pl, so that phase0exp.pl can access the types, check for consistency, and decide if it's a detrend

File:
1 edited

Legend:

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

    r8309 r8327  
    1414# The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp"
    1515use constant CONSTANTS => {
     16    "OBSTYPE"      => "-exp_type", # Exposure type
    1617    "FPA.FILTER"   => "-filter", # Filter used
    1718    "FPA.AIRMASS"  => "-airmass", # Airmass
     
    2122    "TELAZ"        => "-az",    # Azimuth
    2223    "DETTEM"       => "-ccd_temp", # CCD temperature
    23     "FPA.POSANGLE" => "-posang", # Position angle
     24    "FPA.POSANGLE" => "-posang" # Position angle
    2425    };
    2526
Note: See TracChangeset for help on using the changeset viewer.