IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30591


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

fix incorrect argument list to prepare_output for PSF output file.
This disabled the delete exisitng feature and sent us into ipp020X
heck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20101215/ippScripts/scripts/warp_skycell.pl

    r30574 r30591  
    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.