IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2007, 1:42:40 PM (19 years ago)
Author:
eugene
Message:

unifying, cleaning logfile output names

File:
1 edited

Legend:

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

    r13618 r13683  
    119119$workdir = caturi( $workdir, "$camera.$det_type.$det_id" ) if defined $workdir;
    120120
    121 my $outputRoot = $ipprc->file_prepare( "$exp_tag.detresid.$det_id.$iter", $workdir, $input_uri );
     121my $outputRoot = $ipprc->file_prepare( "$exp_tag/$exp_tag.detresid.$det_id.$iter", $workdir, $input_uri );
    122122my $outputName = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id);
    123123my $bin1Name =  $ipprc->filename("PPIMAGE.BIN1", $outputRoot, $class_id);
Note: See TracChangeset for help on using the changeset viewer.