IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8862


Ignore:
Timestamp:
Sep 20, 2006, 1:30:37 PM (20 years ago)
Author:
Paul Price
Message:

Adding check for output statistics.

File:
1 edited

Legend:

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

    r8763 r8862  
    7777    die "Unable to perform ppImage on $input_uri: $error_code\n" if not $success;
    7878    die "Couldn't find expected output file: $outputImage\n" if not -f $outputImage;
     79    die "Couldn't find expected output file: $outputStats\n" if not -f $outputStats;
    7980}
    8081
Note: See TracChangeset for help on using the changeset viewer.