Changeset 13552 for trunk/ippScripts/scripts/detrend_resid.pl
- Timestamp:
- May 30, 2007, 12:41:30 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid.pl
r13275 r13552 69 69 use constant RECIPES => { 70 70 'master' => { # We're creating a master --- already processed the input 71 'bias' => 'PPIMAGE_B', # Bias only72 'dark' => 'PPIMAGE_D', # Dark only73 'shutter' => 'PPIMAGE_S', # Shutter only74 'flat' => 'PPIMAGE_F', # Flat-field only71 'bias' => 'PPIMAGE_B', # Bias only 72 'dark' => 'PPIMAGE_D', # Dark only 73 'shutter' => 'PPIMAGE_S', # Shutter only 74 'flat' => 'PPIMAGE_F', # Flat-field only 75 75 'domeflat' => 'PPIMAGE_F', # Flat-field only 76 'skyflat' => 'PPIMAGE_F', # Flat-field only77 'fringe' => 'PPIMAGE_R', # Fringe only76 'skyflat' => 'PPIMAGE_F', # Flat-field only 77 'fringe' => 'PPIMAGE_R', # Fringe only 78 78 }, 79 79 'verify' => { # We're checking the master --- input is not already processed 80 'bias' => 'PPIMAGE_OB', # Bias only81 'dark' => 'PPIMAGE_OBD', # Dark only82 'shutter' => 'PPIMAGE_OBDS', # Shutter only83 'flat' => 'PPIMAGE_OBDSF', # Flat-field only80 'bias' => 'PPIMAGE_OB', # Bias only 81 'dark' => 'PPIMAGE_OBD', # Dark only 82 'shutter' => 'PPIMAGE_OBDS', # Shutter only 83 'flat' => 'PPIMAGE_OBDSF', # Flat-field only 84 84 'domeflat' => 'PPIMAGE_OBDSF', # Flat-field only 85 'skyflat' => 'PPIMAGE_OBDSF', # Flat-field only86 'fringe' => 'PPIMAGE_OBDSFR', # Fringe only85 'skyflat' => 'PPIMAGE_OBDSF', # Flat-field only 86 'fringe' => 'PPIMAGE_OBDSFR', # Fringe only 87 87 }, 88 88 }; … … 94 94 'shutter' => '-shutter', # Specify the shutter frame 95 95 'flat' => '-flat', # Specify the flat frame 96 'domeflat' => '-flat', # Specify the flat frame97 'skyflat' => '-flat', # Specify the flat frame96 'domeflat' => '-flat', # Specify the flat frame 97 'skyflat' => '-flat', # Specify the flat frame 98 98 'fringe' => '-fringe', # Specify the fringe frame 99 99 }; 100 101 100 102 101 use constant DELETE_STATS => 0; # Delete the statistics file when done?
Note:
See TracChangeset
for help on using the changeset viewer.
