IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8484


Ignore:
Timestamp:
Aug 22, 2006, 4:02:41 PM (20 years ago)
Author:
jhoblitt
Message:

add -addetrunsummary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ipptools/dettool.txt

    r8482 r8484  
    268268where the "-reject" flag indicates that the exposure is not to be
    269269included in the stack for the next iteration.  If "-reject" is not
    270 specified, it sets the "accept" boolean to true.
     270specified, it sets the "accept" boolean to true.  Then for the current
     271iteration as a whole we can run:
     272
     273        dettool -addetrunsummary -det_id <det_id> -iter <iter> -exp_id <exp_id> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> [-master]
     274
     275Which allows per detrend run iteration summary statics to be registered and
     276can flag the iteration's results as being acceptable for use as a master.
    271277
    272278Once this has been done, a decision is made whether to make another
    273279iteration:
    274280
    275         dettool -updatedetrun -det_id <det_id> -iter <iter> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> [-rerun|-ok|-stop]
     281        dettool -updatedetrun -det_id <det_id> -iter <iter> [-rerun|-ok|-stop]
    276282
    277283where "-rerun" causes a new iteration to be started, "-ok" causes the
Note: See TracChangeset for help on using the changeset viewer.