IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2007, 5:01:10 PM (19 years ago)
Author:
Paul Price
Message:

Updating directory names, output file names.

File:
1 edited

Legend:

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

    r12225 r12421  
    8080$input = $ipprc->convert_filename_absolute( $input );
    8181
     82# Set output directory
    8283if (defined $workdir) {
    8384    $workdir = $ipprc->convert_filename_absolute( $workdir );
     85    $workdir = File::Spec->catdir( $workdir, $exp_id );
    8486} else {
    8587    my ($vol, $dir, $file) = File::Spec->splitpath( $input );
    8688    $workdir = $dir;
    8789}
    88 
    89 $workdir = File::Spec->catfile( $workdir, $exp_id );
    9090system "mkdir -p $workdir" unless -d $workdir;
    9191
Note: See TracChangeset for help on using the changeset viewer.