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

    r9004 r9091  
    1717    $input,                     # Input file
    1818    $camera,                    # Camera
    19     $detType                    # Detrend type
     19    $detType,                   # Detrend type
     20    $no_update                  # Don't update the database
    2021    );
    2122GetOptions(
     
    2627    'input_uri|u=s'     => \$input,
    2728    'camera|c=s'        => \$camera,
    28     'det_type|t=s'      => \$detType
     29    'det_type|t=s'      => \$detType,
     30    'no-update'         => \$no_update
    2931    ) or pod2usage( 2 );
    3032   
     
    6264
    6365# Update the database
    64 {
     66unless ($no_update) {
    6567    my $command = "$dettool -addnormalizedimfile -det_id $detId -iteration $iter -class_id $classId ".
    6668        "-uri $output"; # Command to run
Note: See TracChangeset for help on using the changeset viewer.