IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2023, 5:07:38 PM (3 years ago)
Author:
tdeboer
Message:

added replication for ppSub .psf and .subkernel files

File:
1 edited

Legend:

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

    r41705 r42461  
    348348my $jpeg1Name = prepare_output("PPSUB.OUTPUT.JPEG1", $outroot, 1);
    349349my $jpeg2Name = prepare_output("PPSUB.OUTPUT.JPEG2", $outroot, 1);
     350my $outputKernel = prepare_output("PPSUB.OUTPUT.KERNELS", $outroot, 1);
     351my $outputPsf = prepare_output("PSPHOT.PSF.SKY.SAVE", $outroot, 1);
    350352
    351353# do we always need to prepare this file?
     
    435437            check_output($jpeg1Name, 1);
    436438            check_output($jpeg2Name, 1);
     439            check_output($outputKernel, 1);
     440            check_output($outputPsf, 1);
    437441            if ($inverse) {
    438442                check_output($inverseName, 0);
Note: See TracChangeset for help on using the changeset viewer.