IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9823


Ignore:
Timestamp:
Nov 1, 2006, 12:41:11 PM (20 years ago)
Author:
jhoblitt
Message:

add blurb about registering pre-created detrends

File:
1 edited

Legend:

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

    r9236 r9823  
    335335iteration:
    336336
    337         dettool -updatedetrun -det_id <det_id> -iter <iter> [-again|-stop]
    338 
    339 where "-rerun" causes a new iteration to be started and "-stop" causes all
    340 iteration to cease (and potentially alerts the human overlords).
     337        dettool -updatedetrun -det_id <det_id> -iter <iter> [-again|-state <state>]
     338
     339where "-rerun" causes a new iteration to be started and "-state" sets the
     340detrun into other of these states: "stop", "run", "reg".  The "stop" states
     341causes all iteration to cease (and potentially alerts the human overlords).
    341342
    342343In practise, the above three commands ("dettool -residexp", "detool
     
    352353        dettool -rerun -det_id <det_id> -iter <iter> -accept <exp_tag> -accept <exp_tag> ... -reject <exp_tag> -reject <exp_tag> ...
    353354
    354 
     355--------------------------------------------------------------------------------
     356
     357Registering pre-created detrends
     358
     359    dettool -register_detrend ...
     360
     361Which creates a new detrend run set to the state of "reg".
     362
     363    detool -register_detrend_imfile -det_id <det_id> ...
     364
     365registers a new imfile into the detRun.  Note that this operation is a
     366little dangerous as the validity of the det_id run isn't checked.
     367
     368    detool -updatedetrun -state stop
     369
     370Sets the dettool run's state to "stop" so that it will become visiable
     371to detselect.
     372
Note: See TracChangeset for help on using the changeset viewer.