IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19685


Ignore:
Timestamp:
Sep 23, 2008, 10:12:09 AM (18 years ago)
Author:
bills
Message:

simplify a test

File:
1 edited

Legend:

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

    r19680 r19685  
    239239#   &my_die("Couldn't find expected output file: $bin1Name",    $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($bin1Name);
    240240#   &my_die("Couldn't find expected output file: $bin2Name",    $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($bin2Name);
    241     &my_die("Couldn't find expected output file: $outputStats", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputStats) or !$do_stats;
    242241
    243242    if ($do_stats) {
     243        &my_die("Couldn't find expected output file: $outputStats", $stack_id, $PS_EXIT_SYS_ERROR)
     244            unless $ipprc->file_exists($outputStats);
    244245        # Get the statistics on the stacked image
    245246        my $statsFile;              # File handle
Note: See TracChangeset for help on using the changeset viewer.