Changeset 10742
- Timestamp:
- Dec 14, 2006, 9:19:51 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 4 edited
-
detrend_norm_calc.pl (modified) (1 diff)
-
detrend_process_imfile.pl (modified) (1 diff)
-
detrend_resid.pl (modified) (3 diffs)
-
detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_calc.pl
r10700 r10742 42 42 'shutter' => 0, 43 43 'flat' => 1, 44 'domeflat' => 1, 45 'skyflat' => 1, 44 46 'fringe' => 0, 45 47 }; -
trunk/ippScripts/scripts/detrend_process_imfile.pl
r10723 r10742 49 49 'shutter' => 'PPIMAGE_OBD', # Overscan, bias and dark only 50 50 'flat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only 51 'domeflat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only 52 'skyflat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only 51 53 'fringe' => 'PPIMAGE_OBDSF',# Overscan, bias, dark, shutter and flat only 52 54 }; -
trunk/ippScripts/scripts/detrend_resid.pl
r10592 r10742 57 57 'shutter' => 'PPIMAGE_S', # Shutter only 58 58 'flat' => 'PPIMAGE_F', # Flat-field only 59 'domeflat' => 'PPIMAGE_F', # Flat-field only 60 'skyflat' => 'PPIMAGE_F', # Flat-field only 59 61 'fringe' => 'PPIMAGE_R', # Fringe only 60 62 }, … … 64 66 'shutter' => 'PPIMAGE_OBDS', # Shutter only 65 67 'flat' => 'PPIMAGE_OBDSF', # Flat-field only 68 'domeflat' => 'PPIMAGE_OBDSF', # Flat-field only 69 'skyflat' => 'PPIMAGE_OBDSF', # Flat-field only 66 70 'fringe' => 'PPIMAGE_OBDSFR', # Fringe only 67 71 }, … … 74 78 'shutter' => '-shutter', # Specify the shutter frame 75 79 'flat' => '-flat', # Specify the flat frame 80 'domeflat' => '-flat', # Specify the flat frame 81 'skyflat' => '-flat', # Specify the flat frame 76 82 'fringe' => '-fringe', # Specify the fringe frame 77 83 }; -
trunk/ippScripts/scripts/detrend_stack.pl
r10700 r10742 45 45 'shutter' => 'PPMERGE_SHUTTER', 46 46 'flat' => 'PPMERGE_FLAT', 47 'domeflat' => 'PPMERGE_FLAT', 48 'skyflat' => 'PPMERGE_FLAT', 47 49 'fringe' => 'PPMERGE_FRINGE', 48 50 };
Note:
See TracChangeset
for help on using the changeset viewer.
