IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2007, 5:49:41 PM (19 years ago)
Author:
Paul Price
Message:

Updating file names and directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/warp_overlap.pl

    r12106 r12218  
    9999}
    100100
     101$workdir = File::Spec->catfile( $workdir, "warp$warp_id" );
     102system "mkdir -p $workdir" unless -d $workdir;
     103
    101104# Generate a MDC file with the overlaps
    102 my $overlapName = File::Spec->catfile( $workdir, $warp_id . '.overlap.mdc' );
     105my $overlapName = File::Spec->catfile( $workdir, 'overlap.mdc' );
    103106open my $overlapFile, "> $overlapName" or die "Unable to open mdc file $overlapName";
    104107print $overlapFile "warpSkyCellMap MULTI\n\n";
Note: See TracChangeset for help on using the changeset viewer.