Changes between Version 217 and Version 218 of PublicPages/MayallZbandLegacy/NotesforObservers


Ignore:
Timestamp:
Oct 2, 2017 5:57:37 PM (7 years ago)
Author:
Benjamin Alan Weaver
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicPages/MayallZbandLegacy/NotesforObservers

    v217 v218  
    318318    }}}
    319319    where `Ttruss` is in deg C. If the temperature is >18C, the following might work better:
    320    {{{
     320    {{{
    321321Focus(zd) = -10940+(22.9-Ttruss)x110
    322    }}}
     322    }}}
     323    For convenience, you can create these two Python functions:
     324    {{{
     325focus = lambda x: -8400 + (1.4 - x)*110
     326focuswarm = lambda x: -10940 + (22.9 - x)*110
     327    }}}
    323328 1. Ask the telescope operator to point to an MzLS coordinate to do the pointing check. We like to pick a coordinate which is close to the meridian and still within the footprint. For the start of B semester nights in August-October, please use the pointing coordinate 280.0, +50.0. At other times, you can use the first tile in the json file in pass 3 (for normal case, or json of forced pass if starting up non standard). The coordinates of the first tile can be found by:
    324329    {{{