Changes between Version 29 and Version 30 of HetProcedures/RA/ocd


Ignore:
Timestamp:
Dec 3, 2019 11:25:14 PM (4 years ago)
Author:
sir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/ocd

    v29 v30  
    1818  {{{ocd run --config ~/ocd/ocd.cfg |& tee logs/OCDlog_YYYYMMDD_X.txt}}} where the X is the test number; note that this produces a pretty big log so keeping to a single track is probably a good idea and gzipping it before e-mailling it is also a good idea.
    1919
    20 == Starting OCD ===
     20== Starting OCD ==
    2121
    2222* Then to allow OCD to select hetdex fields you need to execute {{{ ocd allow_hetdex --config ~/ocd/ocd.cfg start }}}
     
    2626  {{{ tail -f logs/OCDlog_YYYYMMDD_X.txt | grep Autoschedule }}}
    2727
    28 == Stopping OCD ===
     28== Stopping OCD ==
    2929
    3030* To stop OCD from choosing any additioal fields run {{{ ocd allow_hetdex --config ~/ocd/ocd.cfg stop }}}
    3131* Note that this does not affect the current shot in progress.
    3232
    33 == Aborting OCD ===
     33== Aborting OCD ==
     34
    3435* To abort the current shot *and* stop OCD from choosing any additioal fields run {{{ ocd allow_hetdex --config ~/ocd/ocd.cfg abort }}}
    3536* This (should) completely and quickly stop OCD more gracefully (needs to be tested)