IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2008, 3:07:06 PM (18 years ago)
Author:
eugene
Message:

need to make iteration recipe-based

File:
1 edited

Legend:

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

    r17671 r18370  
    296296}
    297297
     298## XXX for now, always stop on each iteration
     299$stop = 1;
     300
    298301## add the summary statistics, and request a new iteration if needed
    299302$command = "$dettool -adddetrunsummary";
     
    302305$command .= " -accept" if $master;
    303306$command .= " -dbname $dbname" if defined $dbname;
     307
     308### XXX WE NEED to make this a recipe-driven option
    304309$command .= " -again" unless $stop;
    305310$command .= $stats->cmdflags();
Note: See TracChangeset for help on using the changeset viewer.