IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2008, 6:24:48 PM (18 years ago)
Author:
bills
Message:

reverting to revision 1.47

File:
1 edited

Legend:

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

    r17681 r17760  
    120120
    121121# Get list of filenames
    122 my ($imageFile,  $imageName)  = tempfile( $ipprc->file_resolve("$outrootResolved.image.list.XXXX",  "--touch"), UNLINK => !$save_temps);
    123 my ($maskFile,   $maskName)   = tempfile( $ipprc->file_resolve("$outrootResolved.mask.list.XXXX",   "--touch"), UNLINK => !$save_temps);
    124 my ($weightFile, $weightName) = tempfile( $ipprc->file_resolve("$outrootResolved.weight.list.XXXX", "--touch"), UNLINK => !$save_temps);
    125 my ($astromFile, $astromName) = tempfile( $ipprc->file_resolve("$outrootResolved.astrom.list.XXXX", "--touch"), UNLINK => !$save_temps);
     122my $outrootResolved = $ipprc->file_resolve( $outroot );
     123my ($imageFile,  $imageName)  = tempfile( "$outrootResolved.image.list.XXXX",  UNLINK => !$save_temps);
     124my ($maskFile,   $maskName)   = tempfile( "$outrootResolved.mask.list.XXXX",   UNLINK => !$save_temps);
     125my ($weightFile, $weightName) = tempfile( "$outrootResolved.weight.list.XXXX", UNLINK => !$save_temps);
     126my ($astromFile, $astromName) = tempfile( "$outrootResolved.astrom.list.XXXX", UNLINK => !$save_temps);
    126127
    127128my $wrote_astrom = 0;
Note: See TracChangeset for help on using the changeset viewer.