Changes between Version 7 and Version 8 of PublicPages/MayallZbandLegacy/NotesforObservers/MosBot


Ignore:
Timestamp:
Feb 8, 2016 12:34:33 PM (9 years ago)
Author:
Dustin Lang
Comment:

--

Legend:

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

    v7 v8  
    3131  should be, and it overwrites the little shell scripts in `/mosaic3/exec/mosbot/` to adjust the next few exposures.
    3232
     33After each exposure, the `tonight.sh` script checks for the existence of the file `/mosaic3/exec/mosbot/quit`.  If that file exists,
     34the 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.)
    3335
    34 Comments about how this works:
    3536
     37Comments:
    3638- mosbot by default starts with PASS 2 observations.  And by default,
    3739  we set all the exposure times to our minimum exposure time of 80
     
    4042  `tonight.sh` script, you will run pass 2 with short exposures all
    4143  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.
    4248- The `tonight.sh` script is not smart.  Each exposure is written to a
    4349  script, and the scripts are numbered.  If you kill and re-start
     
    5460  happens in `expose-3.sh`, which takes the exposure, and then
    5561  `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.
    6163
    6264About git: