IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2009, 5:56:54 PM (17 years ago)
Author:
eugene
Message:

add elements to support CTEMASK

File:
1 edited

Legend:

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

    r23295 r23464  
    114114    'darkmask'         => '-mask',      # Specify the mask frame
    115115    'flatmask'         => '-mask',      # Specify the mask frame
     116    'ctemask'          => '-mask',      # Specify the mask frame
    116117};
    117118
     
    119120my $FILERULES = { 'FLATMASK'         => 'PPIMAGE.OUTPUT.RESID',
    120121                  'DARKMASK'         => 'PPIMAGE.OUTPUT.RESID',
     122                  'CTEMASK'          => 'PPIMAGE.OUTPUT.RESID',
    121123                  'MASK'             => 'PPIMAGE.OUTPUT.RESID',
    122124                  'BIAS'             => 'PPIMAGE.OUTPUT.RESID',
Note: See TracChangeset for help on using the changeset viewer.