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

Location:
trunk/ippScripts/scripts
Files:
5 edited

Legend:

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

    r23295 r23464  
    8989    'darkmask'         => 'mask',
    9090    'flatmask'         => 'mask',
     91    'ctemask'          => 'mask',
    9192    };
    9293
  • trunk/ippScripts/scripts/detrend_norm_calc.pl

    r23295 r23464  
    8181    'darkmask'         => 0,
    8282    'flatmask'         => 0,
     83    'ctemask'          => 0,
    8384    };
    8485
  • trunk/ippScripts/scripts/detrend_process_imfile.pl

    r23295 r23464  
    7979                  'DARK'             => undef,
    8080                  'DARK_PREMASK'     => undef,
     81                  'CTEMASK'          => undef,
    8182                  'SHUTTER'          => 'PPIMAGE.OUTPUT.DETREND',
    8283                  'FLAT_PREMASK'     => 'PPIMAGE.OUTPUT.DETREND',
  • 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',
  • trunk/ippScripts/scripts/detrend_stack.pl

    r23295 r23464  
    7575my $FILERULES = { 'FLATMASK'         => 'PPMERGE.OUTPUT.MASK',
    7676                  'DARKMASK'         => 'PPMERGE.OUTPUT.MASK',
     77                  'CTEMASK'          => 'PPMERGE.OUTPUT.MASK',
    7778                  'MASK'             => 'PPMERGE.OUTPUT.MASK',
    7879                  'BIAS'             => 'PPMERGE.OUTPUT.BIAS',
     
    9798my $STATRECIPES = {'FLATMASK'         => 'DETSTATS',
    9899                   'DARKMASK'         => 'DETSTATS',
     100                   'CTEMASK'          => 'DETSTATS',
    99101                   'MASK'             => 'DETSTATS',
    100102                   'BIAS'             => 'DETSTATS',
Note: See TracChangeset for help on using the changeset viewer.