Changes between Version 16 and Version 17 of PublicPages/MayallZbandLegacy/NotesforObservers/Copilot
- Timestamp:
- Mar 14, 2016 9:53:37 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicPages/MayallZbandLegacy/NotesforObservers/Copilot
v16 v17 2 2 3 3 `copilot.py` is a script that watches for new images, measures them, 4 and produces a plot , `recent.png`to help observers understand what4 and produces a plot to help observers understand what 5 5 the conditions are doing. 6 6 … … 11 11 }}} 12 12 13 It will monitor the $MOS3_DATAdirectory, and whenever a new image13 It will monitor the `$MOS3_DATA` directory, and whenever a new image 14 14 comes it, it will measure it, update a little database, and create a 15 15 "strip plot" showing the conditions. The plot should be shown in a python plot window. 16 The plot is also saved to the file "recent.png"; you could for example view it using16 The plot is also saved to the file `recent.png`; you could for example view it using 17 17 {{{ 18 18 eog recent.png & … … 23 23 The database is in `~/obsbot/obsdb/mosaic3.sqlite3` for MzLS. 24 24 25 If you want to make a plot showing your whole night, you can do 26 {{{ 27 python copilot.py --night 28 }}} 29 and it will save the plot `night.png`. 25 30 26 == Copilot Options == 31 32 == Copilot Options (not usually needed) == 27 33 28 34 … … 51 57 == Things to Watch For on the Copilot Plot== 52 58 53 * Vertical red line accompanied by lack of purple points59 * Vertical red line labelled *MISSING IMAGE!* 54 60 55 This is BAD and signifies that no images have been written out since the last purple point. When this occurs61 This can be BAD -- it signifies that no images have been written out since the last purple point. When this occurs, 56 62 check if you have been taking data. It means that while the telescope may be offsetting and camera opening 57 and closing the shutter properly, no files are being written out! Need to stop (using "touch quit") and restart63 and closing the shutter properly, no files are being written out! Need to stop (using "touch ~/exec/mosbot/quit") and restart 58 64 MOSAIC3 software. Sigh. 59 65 … … 82 88 stop observing. 83 89 This problem is described [[https://desi.lbl.gov/trac/wiki/PublicPages/MayallZbandLegacy/NotesforObservers/Problems#a4.Shiftedimages here]] 84 * (unlabelled bar)-- it has been a while since the last image has been seen. Have images stopped being written? See problem description [[https://desi.lbl.gov/trac/wiki/PublicPages/MayallZbandLegacy/NotesforObservers/Problems#a0.Noimagesbeingwritten here]]90 * MISSING IMAGE -- it has been a while since the last image has been seen. Have images stopped being written? See problem description [[https://desi.lbl.gov/trac/wiki/PublicPages/MayallZbandLegacy/NotesforObservers/Problems#a0.Noimagesbeingwritten here]] 85 91 86 92 The second panel shows the Sky brightness. The "nominal" brightness … … 101 107 the "post-facto" target exposure time is below or above the bounds, it 102 108 is shown with a triangle, and a circle will also be plotted at the 103 lower or upper bound line. Obviously triangles above the upper bound indicate images that might not be as deep as desired. Triangles below the lower bound are also a concern since observing time is scarce. 109 lower or upper bound line. Triangles above the upper bound indicate 110 images that might not be as deep as desired. 104 111 105 112 **[depth factor has been removed from the plot. This description is useful when looking at plots created before about February 2016]** The "depth factor" plot just shows our actual exposure time divided by … … 111 118 The final panel is a strip chart showing the RA and DEC offsets from tile center determined post facto. When offsets are greater than a total of 10", the telescope zero point should be updated. Pointing and tracking are currently excellent at the Mayall. **The actual telescope pointing updates should be made using output from mosstat. Thus the copilot plot may show non zero, but constant offsets.** The goal is to get the mosstat and copilot zero points to agree. 112 119 113 Note that zeros will not show up on the plot. The times of focus frames will be marked with a black dot labelled "F".120 Focus frames will be marked with a dot labelled "F", and Zero frames will be marked "Z". 114 121 115 122