IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2009, 9:47:29 AM (17 years ago)
Author:
Paul Price
Message:

Don't check for files to exist in the event that the quality is flagged as bad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippScripts/scripts/warp_skycell.pl

    r23532 r23653  
    232232        chomp $cmdflags;
    233233
    234         if ($cmdflags =~ /-accept/) {
     234        my ($quality) = $cmdflags =~ /-quality (\d+)/; # Quality flag
     235
     236        if (!$quality and $cmdflags =~ /-accept/) {
    235237            &my_die("Couldn't find expected output file: $outputImage", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputImage);
    236238            &my_die("Couldn't find expected output file: $outputMask", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputMask);
Note: See TracChangeset for help on using the changeset viewer.