IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2007, 12:01:01 PM (19 years ago)
Author:
eugene
Message:

adjusting output names, using log filerules

File:
1 edited

Legend:

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

    r13275 r13680  
    8989$workdir = caturi( $workdir, "$camera.$det_type.$det_id" ) if defined $workdir;
    9090
    91 my $outputRoot = $ipprc->file_prepare( "$exp_tag.detproc.$det_id", $workdir, $input_uri );
     91my $outputRoot = $ipprc->file_prepare( "$exp_tag/$exp_tag.detproc.$det_id", $workdir, $input_uri );
    9292my $outputImage = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id);
    9393my $outputBin1 = $ipprc->filename("PPIMAGE.BIN1", $outputRoot, $class_id);
     
    150150    my $exit_code = shift; # Exit code to add
    151151
    152     warn($msg);
     152    carp($msg);
    153153    if ($det_id and $exp_tag and $class_id and not $no_update) {
    154154        my $command = "$dettool -addprocessedimfile -det_id $det_id -exp_tag $exp_tag -class_id $class_id -code $exit_code";
Note: See TracChangeset for help on using the changeset viewer.