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.

Location:
trunk/ippScripts/scripts
Files:
5 edited

Legend:

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

    r27718 r33666  
    9696    'CTEMASK'          => 'MASK',
    9797    'DARKTEST'         => 'DARK',
     98    'NOISEMAP'         => 'MASK',
    9899    };
    99100
  • trunk/ippScripts/scripts/detrend_norm_calc.pl

    r27718 r33666  
    8888    'CTEMASK'          => 0,
    8989    'DARKTEST'         => 0,
     90    'NOISEMAP'         => 0,
    9091    };
    9192
  • trunk/ippScripts/scripts/detrend_process_imfile.pl

    r27718 r33666  
    8585                  'DARKTEST'         => undef,
    8686                  'CTEMASK'          => undef,
     87                  'NOISEMAP'         => undef,
    8788                  'SHUTTER'          => 'PPIMAGE.OUTPUT.DETREND',
    8889                  'FLAT_PREMASK'     => 'PPIMAGE.OUTPUT.DETREND',
  • trunk/ippScripts/scripts/detrend_resid_imfile.pl

    r27718 r33666  
    121121    'FLATMASK'         => '-mask',      # Specify the mask frame
    122122    'CTEMASK'          => '-mask',      # Specify the mask frame
     123    'NOISEMAP'         => '-noisemap',  # Specify the noisemap frame
    123124};
    124125
     
    144145                  'SKYFLAT'          => 'PPIMAGE.OUTPUT.DETREND',
    145146                  'FRINGE'           => 'PPIMAGE.OUTPUT.RESID',
     147                  'NOISEMAP'         => 'PPIMAGE.OUTPUT.RESID',
    146148              };
    147149
  • 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.