IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2011, 7:07:25 AM (15 years ago)
Author:
bills
Message:

incorrect arguments to prepare_output for psf disabled the
delete existing feature which caused us to get killed by
dead files

File:
1 edited

Legend:

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

    r30573 r30590  
    159159my $outputWeight = prepare_output ("PSWARP.OUTPUT.VARIANCE", $outroot, $skycell_id, 1);
    160160my $outputSources = prepare_output ("PSWARP.OUTPUT.SOURCES", $outroot, $skycell_id, 1);
    161 my $outputPSF = prepare_output ("PSPHOT.PSF.SKY.SAVE", $outroot, 1);
     161my $outputPSF = prepare_output ("PSPHOT.PSF.SKY.SAVE", $outroot, $skycell_id, 1);
    162162my $outputBin1 = prepare_output ("PSWARP.BIN1", $outroot, $skycell_id, 1);
    163163my $outputBin2 = prepare_output ("PSWARP.BIN2", $outroot, $skycell_id, 1);
Note: See TracChangeset for help on using the changeset viewer.