Changes between Version 7 and Version 8 of PublicPages/MayallZbandLegacy/NotesforObservers/MosBot
- Timestamp:
- Feb 8, 2016 12:34:33 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicPages/MayallZbandLegacy/NotesforObservers/MosBot
v7 v8 31 31 should be, and it overwrites the little shell scripts in `/mosaic3/exec/mosbot/` to adjust the next few exposures. 32 32 33 After each exposure, the `tonight.sh` script checks for the existence of the file `/mosaic3/exec/mosbot/quit`. If that file exists, 34 the script will quit after a readout (without slewing). This should ensure that we don't lose any data, and is the way the `tonight.sh` script should be stopped. (It will delete the `quit` file just before it quits.) 33 35 34 Comments about how this works:35 36 37 Comments: 36 38 - mosbot by default starts with PASS 2 observations. And by default, 37 39 we set all the exposure times to our minimum exposure time of 80 … … 40 42 `tonight.sh` script, you will run pass 2 with short exposures all 41 43 night long. This is almost certainly not what we want to happen!! 44 - On the other hand, if you need to run a focus sequence, restart the 45 MOSAIC control software, or otherwise stop observing, you can just 46 ctrl-C the mosbot.py script. HOWEVER, you should re-run the mosbot.py 47 script to generate a new `tonight.sh` script before you re-start observing. 42 48 - The `tonight.sh` script is not smart. Each exposure is written to a 43 49 script, and the scripts are numbered. If you kill and re-start … … 54 60 happens in `expose-3.sh`, which takes the exposure, and then 55 61 `slewread-4.sh` slews to exposure number 4 while reading out 56 exposure 3. If the file `quit` is found in the directory in which 57 `tonight.sh` is run, the script will quit after a readout (without 58 slewing). This should ensure that we don't lose any data, so that 59 is the way the `tonight.sh` script should be stopped. (It will 60 delete the `quit` file just before it quits.) 62 exposure 3. 61 63 62 64 About git: