IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2010, 3:39:22 PM (16 years ago)
Author:
bills
Message:

fixes for staticsky stage

File:
1 edited

Legend:

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

    r28963 r29063  
    154154#   2. magic is not required for this distRun
    155155#   3. the processing for the component produced no images (warp or diff with bad quality for example)
    156 my $nan_masked_pixels = ! ($clean || (($stage eq "camera") || ($stage eq 'fake') || ($stage eq 'stack')) || $no_magic || $poor_quality);
     156my $nan_masked_pixels = ! ($clean || (($stage eq "camera") || ($stage eq 'fake') || ($stage eq 'stack') || ($stage eq 'sky')) || $no_magic || $poor_quality);
    157157
    158158my ($image, $mask, $variance);
Note: See TracChangeset for help on using the changeset viewer.