IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2006, 11:54:11 AM (20 years ago)
Author:
Paul Price
Message:

Adding -no-update option (bug 825).

File:
1 edited

Legend:

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

    r9004 r9091  
    2222    'det_type|t=s'      => \$det_type,
    2323    'camera|c=s'        => \$camera,
     24    'no-update'         => \$no_update
    2425) or pod2usage( 2 );
    2526
     
    111112
    112113# Add the resultant into the database
    113 {
     114unless ($no_update) {
    114115    my $command = "$dettool -addstacked -det_id $det_id -iteration $iter -class_id $class_id" .
    115116        " -uri $outputStack -recip $recipe"; # Command to run
Note: See TracChangeset for help on using the changeset viewer.