IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18501


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

add comment

Location:
branches/eam_branch_20080706/ippScripts/scripts
Files:
3 edited

Legend:

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

    r18473 r18501  
    232232        $command .= " -det_id $det_id";
    233233        $command .= " -iteration $iter";
     234        # XXX EAM : we should add this to the db : $command .= " -path_base $outroot";
    234235        $command .= " -code $exit_code";
    235236        $command .= " -dbname $dbname" if defined $dbname;
  • 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;
  • branches/eam_branch_20080706/ippScripts/scripts/detrend_stack.pl

    r18473 r18501  
    244244        $command .= " -iteration $iter";
    245245        $command .= " -class_id $class_id";
     246        # XXX EAM : we should add this to the db : $command .= " -path_base $outroot";
    246247        $command .= " -code $exit_code";
    247248        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.