Changeset 13699 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Jun 7, 2007, 10:19:39 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_process_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r13698 r13699 61 61 # Recipes to use, as a function of the detrend type 62 62 use constant RECIPES => { 63 'bias' => 'PPIMAGE_O',# Overscan only64 'dark' => 'PPIMAGE_OB',# Overscan and bias only65 'shutter' => 'PPIMAGE_OBD',# Overscan, bias and dark only66 'flat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only67 'domeflat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only68 'skyflat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only69 'fringe' => 'PPIMAGE_OBDSF',# Overscan, bias, dark, shutter and flat only63 'bias' => 'PPIMAGE_O', # Overscan only 64 'dark' => 'PPIMAGE_OB', # Overscan and bias only 65 'shutter' => 'PPIMAGE_OBD', # Overscan, bias and dark only 66 'flat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only 67 'domeflat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only 68 'skyflat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only 69 'fringe' => 'PPIMAGE_OBDSF',# Overscan, bias, dark, shutter and flat only 70 70 }; 71 71
Note:
See TracChangeset
for help on using the changeset viewer.
