Changes between Version 133 and Version 134 of PublicPages/MayallZbandLegacy/NotesforObservers
- Timestamp:
- Mar 10, 2016 3:58:03 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicPages/MayallZbandLegacy/NotesforObservers
v133 v134 351 351 352 352 If the conditions started out well, and you launched mosbot with all three passes, but then deteriorated and now you want to force 353 [wiki:MayallZbandLegacy/NotesforObservers/MosBot mosbot] to only use pass2 and pass3, you can create a file in the ~/exec/mosbot/ directory called nopass1:353 [wiki:MayallZbandLegacy/NotesforObservers/MosBot mosbot] to only use pass2 and pass3, you can create a file in the ~/exec/mosbot/ directory called forcepass1 (though pass1 should not have to be forced if conditions are good; you should be using a default nightly plan) forcepass2 or forcepass3: 354 354 {{{ 355 355 cd ~/exec/mosbot 356 touch nopass1 357 }}} 358 You can add a "nopass2" file to restrict the observing to pass 3. 356 touch forcepass3 357 }}} 358 You can add a "forcepass2" file to restrict the observing to pass 2 without removing forcepass3. Mosbot prioritizes on the lower number pass. 359 360 **Force files are not removed after tonight.sh recognizes them, so remove them manually to revert or change mosbot behavior. ** 361 359 362 For more options with mosbot, see [wiki:MayallZbandLegacy/NotesforObservers/MosBot] 360 363