Changeset 17681 for trunk/ippScripts/scripts
- Timestamp:
- May 14, 2008, 12:30:35 PM (18 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
detrend_stack.pl (modified) (1 diff)
-
warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r17671 r17681 121 121 122 122 # Generate MDC file with the inputs 123 my ($listFile, $listName) = tempfile( $ipprc->file_resolve("$outroot.$class_id.list.XXXX"), UNLINK => !$save_temps ); 123 my $temp_uri = $ipprc->file_resolve("$outroot.$class_id.list.XXXX", "--touch"); 124 my ($listFile, $listName) = tempfile( $temp_uri, UNLINK => !$save_temps ); 124 125 my $num = 0; 125 126 foreach my $file (@$files) { -
trunk/ippScripts/scripts/warp_skycell.pl
r17671 r17681 120 120 121 121 # Get list of filenames 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); 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); 127 126 128 127 my $wrote_astrom = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
