Changeset 8197 for trunk/ippScripts/scripts/detrend_reject.pl
- Timestamp:
- Aug 5, 2006, 4:05:00 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject.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
Note:
See TracChangeset
for help on using the changeset viewer.
