IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2008, 2:54:11 PM (18 years ago)
Author:
eugene
Message:

add comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080706/ippScripts/scripts/detrend_reject_exp.pl

    r18473 r18501  
    318318$command .= " -accept" if $master;
    319319$command .= " -dbname $dbname" if defined $dbname;
    320 ### XXX WE NEED to make this a recipe-driven option
    321320$command .= " -again" unless $stop;
    322321$command .= $stats->cmdflags();
     
    355354        $command .= " -det_id $det_id";
    356355        $command .= " -iteration $iter";
     356        # XXX EAM : we should add this to the db : $command .= " -path_base $outroot";
    357357        $command .= " -code $exit_code";
    358358        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.