Changeset 17760 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- May 20, 2008, 6:24:48 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r17681 r17760 120 120 121 121 # 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); 122 my $outrootResolved = $ipprc->file_resolve( $outroot ); 123 my ($imageFile, $imageName) = tempfile( "$outrootResolved.image.list.XXXX", UNLINK => !$save_temps); 124 my ($maskFile, $maskName) = tempfile( "$outrootResolved.mask.list.XXXX", UNLINK => !$save_temps); 125 my ($weightFile, $weightName) = tempfile( "$outrootResolved.weight.list.XXXX", UNLINK => !$save_temps); 126 my ($astromFile, $astromName) = tempfile( "$outrootResolved.astrom.list.XXXX", UNLINK => !$save_temps); 126 127 127 128 my $wrote_astrom = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
