11 | | you will need to keep that window open, because you want mosbot to keep running all night. |
12 | | "pass[123].json" are the 'plan' or 'JSON' files that Arjun should have given you; |
13 | | they contain lists of exposures we want to take depending on what the conditions are doing. |
14 | | It is probably most convenient to run mosbot from a Terminal window on the mayall-2 display. |
15 | | You don't need to read any of the output it produces, but you should check periodically |
16 | | that it is still running; the code is under development and some bugs remain. |
| 11 | |
| 12 | You will need to keep that window open, because you want mosbot to |
| 13 | keep running all night. "pass[123].json" are the 'plan' or 'JSON' |
| 14 | files that Arjun should have given you; they contain lists of |
| 15 | exposures we want to take depending on what the conditions are doing. |
| 16 | It is probably most convenient to run mosbot from a Terminal window on |
| 17 | the mayall-2 display. You don't need to read any of the output it |
| 18 | produces, but you should check periodically that it is still running; |
| 19 | the code is under development and some bugs remain. |
| 53 | - Each exposure is split into two scripts. For example, exposure 3 |
| 54 | happens in `expose-3.sh`, which takes the exposure, and then |
| 55 | `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.) |
| 61 | |
| 62 | About git: |
| 63 | |
| 64 | - the `~/obsbot` directory is a git checkout of the repository: |
| 65 | https://github.com/legacysurvey/obsbot |
| 66 | - There is a "MzLS Observer" github account set up to log in with an |
| 67 | ssh key, so you should be able to *git commit* and *git push* any code |
| 68 | changes without having to know any passwords. |