IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10591


Ignore:
Timestamp:
Dec 8, 2006, 3:28:36 PM (20 years ago)
Author:
Paul Price
Message:

Adding additional detrend types.

File:
1 edited

Legend:

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

    r10534 r10591  
    3131# Define setup
    3232use constant TYPE => "exp_type"; # Observation type keyword
    33 use constant DETRENDS => [ "bias", "zero", "dark", "shutter", "flat", "fringe" ]; # Observation types to mark as detrend
     33use constant DETRENDS => [ "bias", "zero", "dark", "shutter", "flat", "fringe", "domeflat", "skyflat" ]; # Observation types to mark as detrend
    3434use constant DETREND_FLAG => "-detrend"; # Flag to use to mark detrend exposure
    3535
Note: See TracChangeset for help on using the changeset viewer.