IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18213


Ignore:
Timestamp:
Jun 19, 2008, 4:52:39 PM (18 years ago)
Author:
eugene
Message:

force only a single iteration for now

File:
1 edited

Legend:

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

    r17671 r18213  
    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;
    304 $command .= " -again" unless $stop;
     307### XXX for now, removed : $command .= " -again" unless $stop;
    305308$command .= $stats->cmdflags();
    306309
Note: See TracChangeset for help on using the changeset viewer.