IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2006, 4:05:00 PM (20 years ago)
Author:
Paul Price
Message:

Adding usage information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_reject.pl

    r8194 r8197  
    1010use constant RECIPE => "PPSTATS_REJECT"; # Recipe to use on residuals
    1111use constant CLIP => 3;         # Rejection limit for sigma clipping
     12
     13if (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}
    1217
    1318# look for commands we need
Note: See TracChangeset for help on using the changeset viewer.