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

        self.proposals = {"GEN": survey.general_proposals}
Exemplo n.º 2
0
    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)
Exemplo n.º 3
0
    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)
Exemplo n.º 4
0
    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())
Exemplo n.º 6
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Slew())
Exemplo n.º 7
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Telescope())
Exemplo n.º 8
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Dome())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Environment())
Exemplo n.º 10
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Rotator())
Exemplo n.º 11
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Environment())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, SchedulerDriver())
Exemplo n.º 13
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Rotator())
Exemplo 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())
Exemplo n.º 20
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Camera())
Exemplo n.º 21
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, ObservingSite())
Exemplo n.º 22
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Downtime())
Exemplo n.º 23
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Telescope())