Changes between Version 13 and Version 14 of PublicPages/MayallZbandLegacy/NotesforObservers/MosBot


Ignore:
Timestamp:
Mar 8, 2016 4:07:49 PM (9 years ago)
Author:
Robert Blum
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicPages/MayallZbandLegacy/NotesforObservers/MosBot

    v13 v14  
    5959want to restrict the choice of passes because, say, the weather has worsened, ''''without terminating the tonight.sh script'''', then
    6060{{{
    61   touch ~/exec/mosbot/nopass1
    62   touch ~/exec/mosbot/nopass2
     61  touch ~/exec/mosbot/forcepass2
     62or
     63  touch ~/exec/mosbot/forcepass3
     64to return to pass1,
     65  touch ~/exec/mosbot/forcepass1
     66
     67Alternately,
     68  touch ~/exec/mosbot/quit
     69  cd ~/obsbot (on mayall-idl)
     70  python mosbot.py pass1.json, etc
    6371}}}
    64 After each exposure, the `tonight.sh` script checks for the existence of the files `/mosaic3/exec/mosbot/nopass1`, etc. If any of
    65 these files exist, the pass is dropped from the tonight.sh.
    66 
     72After each exposure, the `tonight.sh` script checks for the existence of the files `/mosaic3/exec/mosbot/forcepass2`, etc. If any of
     73these files exist, the pass is forced in tonight.sh.
    6774
    6875== Comments:==