Changeset 18128 for trunk/ippScripts/scripts/detrend_resid.pl
- Timestamp:
- Jun 13, 2008, 2:48:20 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid.pl
r18107 r18128 105 105 # Flags to specify the particular detrend to use 106 106 use constant DETRENDS => { 107 'bias' => '-bias', # Specify the bias frame 108 'dark' => '-dark', # Specify the dark frame 109 'shutter' => '-shutter', # Specify the shutter frame 110 'flat' => '-flat', # Specify the flat frame 111 'domeflat' => '-flat', # Specify the flat frame 112 'skyflat' => '-flat', # Specify the flat frame 113 'fringe' => '-fringe', # Specify the fringe frame 114 'mask' => '-mask', # Specify the mask frame 115 'darkmask' => '-mask', # Specify the mask frame 116 'flatmask' => '-mask', # Specify the mask frame 107 'bias' => '-bias', # Specify the bias frame 108 'dark' => '-dark', # Specify the dark frame 109 'dark_premask' => '-dark', # Specify the dark frame 110 'shutter' => '-shutter', # Specify the shutter frame 111 'flat' => '-flat', # Specify the flat frame 112 'domeflat' => '-flat', # Specify the flat frame 113 'skyflat' => '-flat', # Specify the flat frame 114 'flat_premask' => '-flat', # Specify the flat frame 115 'domeflat_premask' => '-flat', # Specify the flat frame 116 'skyflat_premask' => '-flat', # Specify the flat frame 117 'fringe' => '-fringe', # Specify the fringe frame 118 'mask' => '-mask', # Specify the mask frame 119 'darkmask' => '-mask', # Specify the mask frame 120 'flatmask' => '-mask', # Specify the mask frame 117 121 }; 118 122
Note:
See TracChangeset
for help on using the changeset viewer.
