IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18445


Ignore:
Timestamp:
Jul 9, 2008, 11:44:52 AM (18 years ago)
Author:
Paul Price
Message:

Check whether rejection is turned on/off.

File:
1 edited

Legend:

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

    r18372 r18445  
    296296}
    297297
    298 ## XXX for now, always stop on each iteration
    299 $stop = 1;
     298# Allow iteration to be turned off
     299my $allow_iter = metadataLookupBool($ipprc->{rejection}, "ITERATION"); # Allow iteration?
     300my $force_master = metadataLookupBool($ipprc->{rejection}, "MASTER"); # Force the stack to be accepted
     301$stop = 1 unless $allow_iter;
     302$master = 1 if $force_master;
     303
    300304
    301305## add the summary statistics, and request a new iteration if needed
Note: See TracChangeset for help on using the changeset viewer.