IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9222


Ignore:
Timestamp:
Oct 4, 2006, 12:07:59 PM (20 years ago)
Author:
Paul Price
Message:

Adding obstype

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

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

    r9145 r9222  
    4343# These values should be constant for all components
    4444use constant CONSTANTS => [
    45                            "exp_type", #exposure type
     45                           "obstype", # Observation type
     46                           "exp_type", # Exposure type
    4647                           "filter", # Filter used
    4748                           "airmass", # Airmass
  • trunk/ippScripts/scripts/phase0_imfile.pl

    r9217 r9222  
    4141# The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp"
    4242use constant CONSTANTS => {
    43     "FPA.OBJECT"   => "-object", # Object
     43    "FPA.OBJECT"   => "-obstype", # Observation type
    4444    "FPA.OBSTYPE"  => "-exp_type", # Exposure type
    4545    "FPA.FILTER"   => "-filter", # Filter used
Note: See TracChangeset for help on using the changeset viewer.