Changes between Version 217 and Version 218 of PublicPages/MayallZbandLegacy/NotesforObservers
- Timestamp:
- Oct 2, 2017 5:57:37 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicPages/MayallZbandLegacy/NotesforObservers
v217 v218 318 318 }}} 319 319 where `Ttruss` is in deg C. If the temperature is >18C, the following might work better: 320 {{{320 {{{ 321 321 Focus(zd) = -10940+(22.9-Ttruss)x110 322 }}} 322 }}} 323 For convenience, you can create these two Python functions: 324 {{{ 325 focus = lambda x: -8400 + (1.4 - x)*110 326 focuswarm = lambda x: -10940 + (22.9 - x)*110 327 }}} 323 328 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: 324 329 {{{