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_create_resid.pl

    r9004 r9091  
    1616
    1717my ($det_id, $iter, $exp_id, $class_id, $det_type, $detrend,
    18         $input_uri);
     18        $input_uri, $no_update);
    1919GetOptions(
    2020    'det_id|d=s'        => \$det_id,
     
    2525    'detrend=s'         => \$detrend,
    2626    'input_uri|u=s'     => \$input_uri,
     27    'no-update'         => \$no_update
    2728) or pod2usage( 2 );
    2829
     
    104105
    105106# Add the processed file to the database
    106 {
     107unless ($no_update) {
    107108    my $command = "$dettool -addresidimfile -det_id $det_id -iteration $iter -exp_id $exp_id " .
    108109        "-class_id $class_id -recip $recipe -uri $outputName -b1_uri $bin1Name " .
Note: See TracChangeset for help on using the changeset viewer.