IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2008, 10:33:17 AM (18 years ago)
Author:
eugene
Message:

implement redirect-output everywhere; cleanup logfile names; rename detrend_resid.pl to detrend_resid_imfile.pl; rename detrend_reject_imfile.pl to detrend_resid_exp.pl

File:
1 edited

Legend:

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

    r18048 r18562  
    108108$command .= " -exp_id $exp_id";
    109109$command .= " -class_id $class_id";
    110 $command .= " -uri $outputImage -path_base $outputRoot";
     110$command .= " -uri $outputImage";
     111$command .= " -path_base $outputRoot";
    111112$command .= " -dbname $dbname" if defined $dbname;
    112113
     
    138139        $command .= " -exp_id $exp_id";
    139140        $command .= " -class_id $class_id";
     141        $command .= " -path_base $outputRoot";
    140142        $command .= " -code $exit_code";
    141143        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.