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


Ignore:
Timestamp:
Nov 26, 2019 4:41:01 PM (4 years ago)
Author:
stevenj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/ocd

    v27 v28  
    1313* Go to the "ocd" directory
    1414* Run {{{ queue_short_list.php }}} queue_short_list.php command to generate "autoschedule_n_obs.dat"
    15 * Edit the "autoschedule_n_obs.dat" to remove targets with exposure times longer than the standard 3x6 minutes.   '''NOTE:  not all "deep" fields have long exposures and those should remain in the list.'''
    16 * Then try {{{ ocd run --config ~/ocd/ocd.cfg }}} to start OCD. To stop OCD do a cnrt+\.
     15* Check that the targets in "autoschedule_n_obs.dat" look good (generally this is fine in late 2019)
     16* Then try {{{ ocd run --config ~/ocd/ocd.cfg }}} to start OCD. To kill the OCD process do a cnrt+\.
    1717* If you want to save a log for engineering purposes try the following:
    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.