IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9251


Ignore:
Timestamp:
Oct 4, 2006, 1:33:49 PM (20 years ago)
Author:
Paul Price
Message:

obstype --> object

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

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

    r9222 r9251  
    4343# These values should be constant for all components
    4444use constant CONSTANTS => [
    45                            "obstype", # Observation type
     45                           "object", # Object
    4646                           "exp_type", # Exposure type
    4747                           "filter", # Filter used
  • trunk/ippScripts/scripts/phase0_imfile.pl

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