Changes between Version 13 and Version 14 of PublicPages/MayallZbandLegacy/NotesforObservers/MosBot
- Timestamp:
- Mar 8, 2016 4:07:49 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicPages/MayallZbandLegacy/NotesforObservers/MosBot
v13 v14 59 59 want to restrict the choice of passes because, say, the weather has worsened, ''''without terminating the tonight.sh script'''', then 60 60 {{{ 61 touch ~/exec/mosbot/nopass1 62 touch ~/exec/mosbot/nopass2 61 touch ~/exec/mosbot/forcepass2 62 or 63 touch ~/exec/mosbot/forcepass3 64 to return to pass1, 65 touch ~/exec/mosbot/forcepass1 66 67 Alternately, 68 touch ~/exec/mosbot/quit 69 cd ~/obsbot (on mayall-idl) 70 python mosbot.py pass1.json, etc 63 71 }}} 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 72 After each exposure, the `tonight.sh` script checks for the existence of the files `/mosaic3/exec/mosbot/forcepass2`, etc. If any of 73 these files exist, the pass is forced in tonight.sh. 67 74 68 75 == Comments:==