IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2012, 3:10:38 PM (14 years ago)
Author:
watersc1
Message:

ppMerge/detrend script changes to create noisemap detrends.

File:
1 edited

Legend:

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

    r27718 r33666  
    9595                  'SKYFLAT'          => 'PPMERGE.OUTPUT.FLAT',
    9696                  'FRINGE'           => 'PPMERGE.OUTPUT.FRINGE',
     97                  'NOISEMAP'         => 'PPMERGE.OUTPUT.FLAT',
    9798              };
    9899my $output_filerule = $FILERULES->{$det_type}; # File rule for output
     
    120121                   'SKYFLAT'          => 'DETSTATS',
    121122                   'FRINGE'           => 'DETSTATS',
     123                   'NOISEMAP'         => 'DETSTATS',
    122124              };
    123125my $statrecipe = $STATRECIPES->{$det_type}; # File rule for output
Note: See TracChangeset for help on using the changeset viewer.