IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10472


Ignore:
Timestamp:
Dec 4, 2006, 6:22:33 PM (20 years ago)
Author:
Paul Price
Message:

Adding mode for injection only.

File:
1 edited

Legend:

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

    r10466 r10472  
    1616    $exp_type,                  # Type of exposure
    1717    $path,                      # Path to use
     18    $inject_only                # Only inject (i.e., no phase 0)?
    1819    );
    1920GetOptions(
     
    2223           'exp_type|e=s' => \$exp_type,
    2324           'path=s' => \$path,
     25           'inject-only' => \$inject_only,
    2426) or pod2usage( 2 );
    2527
     
    7375}
    7476
     77return 0 if $inject_only;
     78
    7579# Phase 0 imfile processing
    7680{
Note: See TracChangeset for help on using the changeset viewer.