IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2009, 12:48:08 PM (17 years ago)
Author:
Paul Price
Message:

Need to resolve inputSources.

File:
1 edited

Legend:

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

    r23417 r23435  
    164164# print "inputSources: $inputSources\n";
    165165
     166$inputMask = $ipprc->filename($inputMask, $inputPath);
     167$inputVariance = $ipprc->filename($inputVariance, $inputPath);
     168$inputSources = $ipprc->filename($inputSources, $inputPath);
     169
    166170$templateMask = $ipprc->filename($templateMask, $templatePath);
    167 $inputMask = $ipprc->filename($inputMask, $inputPath);
    168171$templateVariance = $ipprc->filename($templateVariance, $templatePath);
    169 $inputVariance = $ipprc->filename($inputVariance, $inputPath);
    170172$templateSources = $ipprc->filename($templateSources, $templatePath);
    171173
Note: See TracChangeset for help on using the changeset viewer.