Changes between Version 16 and Version 17 of PublicPages/MayallZbandLegacy/NotesforObservers/Copilot


Ignore:
Timestamp:
Mar 14, 2016 9:53:37 AM (8 years ago)
Author:
Dustin Lang
Comment:

--

Legend:

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

    v16 v17  
    22
    33`copilot.py` is a script that watches for new images, measures them,
    4 and produces a plot, `recent.png` to help observers understand what
     4and produces a plot to help observers understand what
    55the conditions are doing.
    66
     
    1111}}}
    1212
    13 It will monitor the $MOS3_DATA directory, and whenever a new image
     13It will monitor the `$MOS3_DATA` directory, and whenever a new image
    1414comes it, it will measure it, update a little database, and create a
    1515"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 using
     16The plot is also saved to the file `recent.png`; you could for example view it using
    1717{{{
    1818eog recent.png &
     
    2323The database is in `~/obsbot/obsdb/mosaic3.sqlite3` for MzLS.
    2424
     25If you want to make a plot showing your whole night, you can do
     26{{{
     27python copilot.py --night
     28}}}
     29and it will save the plot `night.png`.
    2530
    26 == Copilot Options ==
     31
     32== Copilot Options (not usually needed) ==
    2733
    2834
     
    5157== Things to Watch For on the Copilot Plot==
    5258
    53 * Vertical red line accompanied by lack of purple points
     59* Vertical red line labelled *MISSING IMAGE!*
    5460
    55 This is BAD and signifies that no images have been written out since the last purple point. When this occurs
     61This can be BAD -- it signifies that no images have been written out since the last purple point. When this occurs,
    5662check 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 restart
     63and closing the shutter properly, no files are being written out! Need to stop (using "touch ~/exec/mosbot/quit") and restart
    5864MOSAIC3 software. Sigh.
    5965
     
    8288  stop observing.
    8389  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]] 
    8591
    8692The second panel shows the Sky brightness.  The "nominal" brightness
     
    101107the "post-facto" target exposure time is below or above the bounds, it
    102108is 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.
     109lower or upper bound line.  Triangles above the upper bound indicate
     110images that might not be as deep as desired.
    104111
    105112**[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
     
    111118The 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.
    112119
    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".
     120Focus frames will be marked with a dot labelled "F", and Zero frames will be marked "Z".
    114121
    115122