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_stack.pl

    r18065 r18562  
    209209# Command to update the database
    210210$command  = "$dettool -addstacked";
    211 $command .= " -det_id $det_id -iteration $iter";
     211$command .= " -det_id $det_id";
     212$command .= " -iteration $iter";
    212213$command .= " -class_id $class_id";
    213214$command .= " -uri $outputStack";
     
    243244        $command .= " -iteration $iter";
    244245        $command .= " -class_id $class_id";
     246        # XXX EAM : we should add this to the db : $command .= " -path_base $outroot";
    245247        $command .= " -code $exit_code";
    246248        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.