Changeset 13590
- Timestamp:
- Jun 1, 2007, 2:09:52 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 3 edited
-
detrend_norm_exp.pl (modified) (2 diffs)
-
detrend_process_exp.pl (modified) (2 diffs)
-
detrend_reject_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_exp.pl
r13558 r13590 61 61 'bias' => 'PPIMAGE_J1_IMAGE_B', # Bias only 62 62 'dark' => 'PPIMAGE_J1_IMAGE_B', # Dark only 63 'shutter' => 'PPIMAGE_J1_IMAGE_ B', # Shutter only63 'shutter' => 'PPIMAGE_J1_IMAGE_F', # Shutter only 64 64 'flat' => 'PPIMAGE_J1_IMAGE_F', # Flat-field only 65 65 'domeflat' => 'PPIMAGE_J1_IMAGE_F', # Flat-field only … … 70 70 'bias' => 'PPIMAGE_J2_IMAGE_B', # Bias only 71 71 'dark' => 'PPIMAGE_J2_IMAGE_B', # Dark only 72 'shutter' => 'PPIMAGE_J2_IMAGE_ B', # Shutter only72 'shutter' => 'PPIMAGE_J2_IMAGE_F', # Shutter only 73 73 'flat' => 'PPIMAGE_J2_IMAGE_F', # Flat-field only 74 74 'domeflat' => 'PPIMAGE_J2_IMAGE_F', # Flat-field only -
trunk/ippScripts/scripts/detrend_process_exp.pl
r13558 r13590 61 61 'bias' => 'PPIMAGE_J1_IMAGE_B', # Bias only 62 62 'dark' => 'PPIMAGE_J1_IMAGE_B', # Dark only 63 'shutter' => 'PPIMAGE_J1_IMAGE_ B', # Shutter only63 'shutter' => 'PPIMAGE_J1_IMAGE_F', # Shutter only 64 64 'flat' => 'PPIMAGE_J1_IMAGE_F', # Flat-field only 65 65 'domeflat' => 'PPIMAGE_J1_IMAGE_F', # Flat-field only … … 70 70 'bias' => 'PPIMAGE_J2_IMAGE_B', # Bias only 71 71 'dark' => 'PPIMAGE_J2_IMAGE_B', # Dark only 72 'shutter' => 'PPIMAGE_J2_IMAGE_ B', # Shutter only72 'shutter' => 'PPIMAGE_J2_IMAGE_F', # Shutter only 73 73 'flat' => 'PPIMAGE_J2_IMAGE_F', # Flat-field only 74 74 'domeflat' => 'PPIMAGE_J2_IMAGE_F', # Flat-field only -
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r13552 r13590 65 65 'bias' => 'PPIMAGE_J1_RESID_B', # Bias only 66 66 'dark' => 'PPIMAGE_J1_RESID_B', # Dark only 67 'shutter' => 'PPIMAGE_J1_RESID_ B', # Shutter only67 'shutter' => 'PPIMAGE_J1_RESID_F', # Shutter only 68 68 'flat' => 'PPIMAGE_J1_RESID_F', # Flat-field only 69 69 'domeflat' => 'PPIMAGE_J1_RESID_F', # Flat-field only … … 74 74 'bias' => 'PPIMAGE_J2_RESID_B', # Bias only 75 75 'dark' => 'PPIMAGE_J2_RESID_B', # Dark only 76 'shutter' => 'PPIMAGE_J2_RESID_ B', # Shutter only76 'shutter' => 'PPIMAGE_J2_RESID_F', # Shutter only 77 77 'flat' => 'PPIMAGE_J2_RESID_F', # Flat-field only 78 78 'domeflat' => 'PPIMAGE_J2_RESID_F', # Flat-field only
Note:
See TracChangeset
for help on using the changeset viewer.
