lsst.sims.ocs.configuration.instrument.park module¶
-
class
lsst.sims.ocs.configuration.instrument.park.
Park
[source]¶ Bases:
lsst.pex.config.config.Config
Configuration of the LSST Observatory Park position.
!Allocate a new Config object.
In order to ensure that all Config object are always in a proper state when handed to users or to derived Config classes, some attributes are handled at allocation time rather than at initialization
This ensures that even if a derived Config class implements __init__, the author does not need to be concerned about when or even if he should call the base Config.__init__
-
dome_altitude
¶ Dome altitude (units=degrees) in the park position.
-
dome_azimuth
¶ Dome azimuth (units=degrees) in the park position.
-
filter_position
¶ Camera filter for the park position.
-
telescope_altitude
¶ Telescope altitude (units=degrees) in the park position.
-
telescope_azimuth
¶ Telescope azimuth (units=degrees) in the park position.
-
telescope_rotator
¶ Telescope rotator angle (units=degrees) in the park position.
-