Changeset 19284
- Timestamp:
- Aug 28, 2008, 7:47:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r19262 r19284 20 20 use Data::Dumper; 21 21 use File::Temp qw( tempfile ); 22 use File::Basename; 22 23 use PS::IPP::Config 1.01 qw( :standard ); 23 24 … … 120 121 121 122 # Generate MDC file with the inputs 122 my ($listFile, $listName) = tempfile( "/tmp/$tess_id.$skycell_id.stk.$stack_id.list.XXXX", UNLINK => !$save_temps ); 123 my $tess_base = basename($tess_id); 124 my ($listFile, $listName) = tempfile("/tmp/$tess_base.$skycell_id.stk.$stack_id.list.XXXX", UNLINK => !$save_temps ); 123 125 my $num = 0; 124 126 my $inputSources; # Sources to use as stamps
Note:
See TracChangeset
for help on using the changeset viewer.
