IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2013, 11:12:26 AM (13 years ago)
Author:
bills
Message:

prepare_output for PPSUB.REF.CONV

File:
1 edited

Legend:

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

    r32665 r35133  
    299299my $jpeg1Name = prepare_output("PPSUB.OUTPUT.JPEG1", $outroot, 1);
    300300my $jpeg2Name = prepare_output("PPSUB.OUTPUT.JPEG2", $outroot, 1);
     301
     302# do we always need to prepare this file?
     303if ($reduction ne 'NOCONVDIFF') {
     304    my $refConv = prepare_output("PPSUB.REF.CONV", $outroot, 1);
     305}
    301306
    302307my ($inverseName, $inverseMask, $inverseVariance, $inverseSources);
Note: See TracChangeset for help on using the changeset viewer.