IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14486


Ignore:
Timestamp:
Aug 14, 2007, 11:16:25 AM (19 years ago)
Author:
Paul Price
Message:

Adding "science" to list of non-detrend types (bug 916).

File:
1 edited

Legend:

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

    r14115 r14486  
    5252
    5353# add -detrend UNLESS type is one of SCIENCE listed below (eg, OBJECT)
    54 my @SCIENCE = ( "object" ); # Observation types to NOT mark as detrend
     54my @SCIENCE = ( "object", "science" ); # Observation types to NOT mark as detrend
    5555my $DETREND_FLAG = "-detrend"; # Flag to use to mark detrend exposure
    5656
Note: See TracChangeset for help on using the changeset viewer.