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

    r12115 r12218  
    118118}
    119119
     120$workdir = File::Spec->catfile( $workdir, "sky$skycell_id" );
     121system "mkdir -p $workdir" unless -d $workdir;
     122
    120123# Get the output filenames
    121 my $outputFile = "$skycell_id.sub.$diff_id"; # Root name
     124my $outputFile = "sky$skycell_id.dif$diff_id"; # Root name
    122125my $outputRoot = File::Spec->catfile( $workdir, $outputFile );
    123126
Note: See TracChangeset for help on using the changeset viewer.