IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23716


Ignore:
Timestamp:
Apr 6, 2009, 1:59:03 PM (17 years ago)
Author:
bills
Message:

Don't bother to call ppStatsFromMetadata if the stats file is empty

File:
1 edited

Legend:

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

    r23688 r23716  
    217217        my $outputStatsReal = $ipprc->file_resolve($outputStats);
    218218        &my_die("Couldn't find expected output file: $outputStats", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless -f $outputStatsReal;
     219        &my_die("Stats file has zero size: $outputStats", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless -s $outputStatsReal;
    219220
    220221        # measure chip stats
Note: See TracChangeset for help on using the changeset viewer.