Changeset 9869
- Timestamp:
- Nov 6, 2006, 4:13:50 PM (20 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) (2 diffs)
-
detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_calc.pl
r9446 r9869 41 41 'dark' => 0, 42 42 'shutter' => 0, 43 'flat' => 1 43 'flat' => 1, 44 'fringe' => 0, 44 45 }; 45 46 -
trunk/ippScripts/scripts/detrend_process_imfile.pl
r9446 r9869 44 44 'shutter' => 'PPIMAGE_OBD', # Overscan, bias and dark only 45 45 'flat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only 46 'fringe' => 'PPIMAGE_OBDSF',# Overscan, bias, dark, shutter and flat only 46 47 }; 47 48 -
trunk/ippScripts/scripts/detrend_resid.pl
r9491 r9869 50 50 'shutter' => 'PPIMAGE_S', # Shutter only 51 51 'flat' => 'PPIMAGE_F', # Flat-field only 52 'fringe' => 'PPIMAGE_R', # Fringe only 52 53 }; 53 54 … … 58 59 'shutter' => '-shutter', # Specify the shutter frame 59 60 'flat' => '-flat', # Specify the flat frame 61 'fringe' => '-fringe', # Specify the fringe frame 60 62 }; 61 63 -
trunk/ippScripts/scripts/detrend_stack.pl
r9446 r9869 44 44 'dark' => 'PPMERGE_DARK', 45 45 'shutter' => 'PPMERGE_SHUTTER', 46 'flat' => 'PPMERGE_FLAT' 46 'flat' => 'PPMERGE_FLAT', 47 'fringe' => 'PPMERGE_FRINGE', 47 48 }; 48 49
Note:
See TracChangeset
for help on using the changeset viewer.
