Changeset 12218 for trunk/ippScripts/scripts/warp_overlap.pl
- Timestamp:
- Mar 2, 2007, 5:49:41 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_overlap.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_overlap.pl
r12106 r12218 99 99 } 100 100 101 $workdir = File::Spec->catfile( $workdir, "warp$warp_id" ); 102 system "mkdir -p $workdir" unless -d $workdir; 103 101 104 # Generate a MDC file with the overlaps 102 my $overlapName = File::Spec->catfile( $workdir, $warp_id . '.overlap.mdc' );105 my $overlapName = File::Spec->catfile( $workdir, 'overlap.mdc' ); 103 106 open my $overlapFile, "> $overlapName" or die "Unable to open mdc file $overlapName"; 104 107 print $overlapFile "warpSkyCellMap MULTI\n\n";
Note:
See TracChangeset
for help on using the changeset viewer.
