You have requested a machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Neither SPIE nor the owners and publishers of the content make, and they explicitly disclaim, any express or implied representations or warranties of any kind, including, without limitation, representations and warranties as to the functionality of the translation feature or the accuracy or completeness of the translations.
Translations are not retained in our system. Your use of this feature and the translations is subject to all use restrictions contained in the Terms and Conditions of Use of the SPIE website.
30 June 2006LSST operation simulator implementation
We have developed an operation simulator for the Large Synoptic Survey Telescope (LSST) that is an implementation in Python language using the SimPy extension, with a modular and object-oriented design. The main components include a telescope model, a sky model, a weather database for 3 sites, a scheduler and multiple observing proposals. All the proposals derive from a parent class which is fully configurable through about 75 parameters to implement a specific science survey. These parameters control the target selection region, the composition of the sequence of observations for
each field, the timing restrictions and filter selection criteria of each observation, the lunation handling, seeing limits, etc. The current implemented proposals include Weak Lensing, Near Earth Asteroids, Supernova and Kuiper Belt Objects.
The telescope model computes the slew time delay from the current position to any given target position, using a complete kinematic model for the mount, dome and rotator, as well as optics alignment corrections. The model is fully configurable through about 50 parameters. The scheduler module combines the information received from the proposals and the telescope model for selecting the best target at each moment, promoting targets that fulfill multiple surveys and storing all the simulator activities in a MySQL database for further analysis of the run. This scheduler is also configurable; for example, balancing the weight of the slew time delay in selecting the next field to observe.
This simulator has been very useful in clarifying some of the technical and scientific capabilities of the LSST design, and gives a good baseline for a future observation scheduler.