Changes between Version 26 and Version 27 of HetProcedures/RA/ocd


Ignore:
Timestamp:
Oct 22, 2019 3:55:46 PM (5 years ago)
Author:
sir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/ocd

    v26 v27  
    1616* Then try {{{ ocd run --config ~/ocd/ocd.cfg }}} to start OCD. To stop OCD do a cnrt+\.
    1717* If you want to save a log for engineering purposes try the following:
    18   {{{ocd run --config ~/ocd/ocd.cfg |& tee 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.
     18  {{{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* Then to allow OCD to select hetdex fields you need to execute {{{ ocd allow_hetdex --config ~/ocd/ocd.cfg start }}}
    2020* To check last selected by OCD target use command in ocd subdirectory
    21   {{{ tail -f OCDlog_YYYYMMDD_X.txt | grep run_shot }}}
     21  {{{ tail -f logs/OCDlog_YYYYMMDD_X.txt | grep run_shot }}}
    2222* To see what autoschedule is planning, use command in ocd subdirectory
    23   {{{ tail -f OCDlog_YYYYMMDD_X.txt | grep Autoschedule }}}
     23  {{{ tail -f logs/OCDlog_YYYYMMDD_X.txt | grep Autoschedule }}}
    2424* To stop auto hetdex fields running run {{{ ocd allow_hetdex --config ~/ocd/ocd.cfg stop }}}
    2525