Esempio n. 1
0
    def __init__(self):
        """Initialize the class.
        """
        survey = Survey()
        ModelHelper.__init__(self, survey)

        self.proposals = {"GEN": survey.general_proposals}
    def __init__(self, config_obj):
        """Initialize class.

        Parameters
        ----------
        config_obj : lsst.sims.ocs.configuration.proposal.General instance
            The instance containing the area distribution proposal information.
        """
        self.parameter_order = ["name", "sky_region", "sky_exclusion", "sky_nightly_bounds",
                                "sky_constraints", "scheduling", "filters"]

        ModelHelper.__init__(self, config_obj)
    def __init__(self, config_obj):
        """Initialize class.

        Parameters
        ----------
        config_obj : lsst.sims.ocs.configuration.proposal.General instance
            The instance containing the area distribution proposal information.
        """
        self.parameter_order = ["name", "sky_region", "sky_exclusion", "sky_nightly_bounds",
                                "sky_constraints", "scheduling", "filters"]

        ModelHelper.__init__(self, config_obj)
    def __init__(self, config_obj):
        """Initialize class.

        Parameters
        ----------
        config_obj : lsst.sims.ocs.configuration.proposal.Sequence instance
            The instance containing the sequence proposal information.
        """
        self.parameter_order = [
            "name", "sky_user_regions", "sky_exclusion", "sky_nightly_bounds",
            "sky_constraints", "sub_sequences", "master_sub_sequences",
            "scheduling", "filters"
        ]

        ModelHelper.__init__(self, config_obj)
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, OpticsLoopCorr())
Esempio n. 6
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Slew())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Telescope())
Esempio n. 8
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Dome())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Environment())
Esempio n. 10
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Rotator())
Esempio n. 11
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Environment())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, SchedulerDriver())
Esempio n. 13
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Rotator())
Esempio n. 14
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Filters())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, OpticsLoopCorr())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, ObservatoryVariation())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, SchedulerDriver())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, ObservingSite())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, ObservatoryVariation())
Esempio n. 20
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Camera())
Esempio n. 21
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, ObservingSite())
Esempio n. 22
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Downtime())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Telescope())