Changes between Version 1 and Version 2 of PublicPages/MayallZbandLegacy/NotesforObservers/Copilot


Ignore:
Timestamp:
Feb 8, 2016 12:21:49 PM (8 years ago)
Author:
Dustin Lang
Comment:

--

Legend:

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

    v1 v2  
    11= Copilot =
    22
    3 *copilot.py* is a script that watches for new images, measures them,
    4  and produces a plot, *recent.png* to help observers understand what
     3`copilot.py` is a script that watches for new images, measures them,
     4 and produces a plot, `recent.png` to help observers understand what
    55 the conditions are doing.
    66
    77Start it from the `mzls@mayall-idl.kpno.noao.edu` account,
    88{{{
     9cd ~/obsbot
    910python copilot.py &
    1011}}}
     
    1819An example plot is shown here:
    1920
    20 [[Image(copilot-example.png)]]
     21[[Image(https://desi.lbl.gov/trac/attachment/wiki/PublicPages/MayallZbandLegacy/NotesforObservers/Copilot/recent.png)]]
    2122
    2223The top panel shows the seeing.  Any problems with the data we know
     
    3536
    3637
     38The second panel shows the Sky brightness.  The "nominal" brightness
     39is shown by the magenta horizontal line.  In this panel, the pass
     40number of previous exposures is shown.  (This corresponds to the pass
     41we thought the image was going to be, not what the actual conditions
     42delivered.)
    3743
     44The "transparency" panel shows what fraction of the light from stars
     45is getting through the atmosphere to us.  Around 90% usually indicates
     46clear photometric conditions.
     47
     48The "exposure time" panel is complicated.  The hollow black dots show
     49the actual exposure time of the images we took.  The magenta dots show
     50the exposure time we should have taken, given the measured conditions
     51in that image; it's post-facto what we should have done.  We have
     52lower and upper bounds on the exposure times, 80 and 250 seconds.  If
     53the "post-facto" target exposure time is below or above the bounds, it
     54is shown with a triangle, and a circle will also be plotted at the
     55lower or upper bound line.
     56
     57The "depth factor" plot just shows our actual exposure time divided by
     58the post-facto target exposure time.  1 indicates that we're doing
     59exactly what we should be doing.  Greater than 1 indicates we're
     60over-exposing, and less than 1 indicates that we're under-exposing.
     61The vertical labels show the exposure numbers.
     62
     63
     64Note that zeros and focus frames will not show up on the plot.
     65
     66