IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32401


Ignore:
Timestamp:
Sep 12, 2011, 1:36:27 PM (15 years ago)
Author:
bills
Message:

Don't skip sources file if it can't be found. They need to be censored.
If we are going to create diffs without them the code needs to be changed to
check the recipe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/ippScripts/scripts/magic_destreak.pl

    r31435 r32401  
    360360        $command .= " -chip_mask $ch_mask" if defined $ch_mask;
    361361        $command .= " -weight $weight" if defined $weight;
    362         if ((defined($sources))&&($ipprc->file_exists($sources))) {
    363             $command .= " -sources $sources" if defined $sources;
    364         }
    365         else {
    366             print "Did not add sources because they do not appear to exist. This may be an error.\n";
    367         }
     362        $command .= " -sources $sources" if defined $sources;
    368363        $command .= " -skycelllist $skycell_list" if defined $skycell_list;
    369364        $command .= " -replace" if $replace;
Note: See TracChangeset for help on using the changeset viewer.