Changeset 8197
- Timestamp:
- Aug 5, 2006, 4:05:00 PM (20 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
detrend_reject.pl (modified) (1 diff)
-
phase0exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject.pl
r8194 r8197 10 10 use constant RECIPE => "PPSTATS_REJECT"; # Recipe to use on residuals 11 11 use constant CLIP => 3; # Rejection limit for sigma clipping 12 13 if (scalar @ARGV == 0) { 14 die "Output rejected images from a stack, based on their statistics.\n\n" . 15 "Usage: $0 FILE_1.fits FILE_2.fits FILE_3.fits ...\n\n"; 16 } 12 17 13 18 # look for commands we need -
trunk/ippScripts/scripts/phase0exp.pl
r8196 r8197 28 28 ### "CELL.TIME" # Time of exposure --- not yet implemented 29 29 ); 30 if (scalar @ARGV == 0) { 31 die "Perform phase 0 processing on the component files of an FPA.\n\n" . 32 "Usage: $0 FPA_FILE_1.fits FPA_FILE_2.fits FPA_FILE_3.fits ...\n\n"; 33 } 30 34 31 35
Note:
See TracChangeset
for help on using the changeset viewer.
