IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8197


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

Adding usage information.

Location:
trunk/ippScripts/scripts
Files:
2 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
  • trunk/ippScripts/scripts/phase0exp.pl

    r8196 r8197  
    2828###                        "CELL.TIME" # Time of exposure --- not yet implemented
    2929                           );
     30if (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}
    3034
    3135
Note: See TracChangeset for help on using the changeset viewer.