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/stack_skycell.pl

    r12115 r12218  
    112112}
    113113
     114$workdir = File::Spec->catfile( $workdir, "sky$skycell_id" );
     115system "mkdir -p $workdir" unless -d $workdir;
     116
    114117# Get the output filenames
    115 my $outputFile = "$skycell_id.stack.$stack_id"; # Root name
     118my $outputFile = "sky$skycell_id.stk$stack_id"; # Root name
    116119my $outputRoot = File::Spec->catfile( $workdir, $outputFile );
    117120
Note: See TracChangeset for help on using the changeset viewer.