Changeset 12218 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Mar 2, 2007, 5:49:41 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r12115 r12218 112 112 } 113 113 114 $workdir = File::Spec->catfile( $workdir, "sky$skycell_id" ); 115 system "mkdir -p $workdir" unless -d $workdir; 116 114 117 # Get the output filenames 115 my $outputFile = " $skycell_id.stack.$stack_id"; # Root name118 my $outputFile = "sky$skycell_id.stk$stack_id"; # Root name 116 119 my $outputRoot = File::Spec->catfile( $workdir, $outputFile ); 117 120
Note:
See TracChangeset
for help on using the changeset viewer.
