IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19779


Ignore:
Timestamp:
Sep 28, 2008, 11:38:39 AM (18 years ago)
Author:
eugene
Message:

allowing LIGHT to be a science type

File:
1 edited

Legend:

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

    r19720 r19779  
    4848
    4949# add -detrend UNLESS type is one of SCIENCE listed below (eg, OBJECT)
    50 my @SCIENCE = ( "object", "science" ); # Observation types to NOT mark as detrend
     50my @SCIENCE = ( "object", "science", "light" ); # Observation types to NOT mark as detrend
    5151my $DETREND_FLAG = "-end_stage reg"; # Flag to use to mark detrend exposure
    5252
Note: See TracChangeset for help on using the changeset viewer.