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())
Example #6
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Slew())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Telescope())
Example #8
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Dome())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Environment())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Rotator())
Example #11
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Environment())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, SchedulerDriver())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Rotator())
Example #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())
Example #20
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Camera())
Example #21
0
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, ObservingSite())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Downtime())
 def __init__(self):
     """Initialize the class.
     """
     ModelHelper.__init__(self, Telescope())