lsst.sims.ocs.kernel.proposal_info module¶
-
class
lsst.sims.ocs.kernel.proposal_info.ObsProposalHistory(propHistId, Proposal_propId, proposalValue, proposalNeed, proposalBonus, proposalBoost, ObsHistory_observationId)¶ Bases:
tupleSimple tuple for handling target proposal history information.
-
__getnewargs__()¶ Return self as a plain tuple. Used by copy and pickle.
-
__getstate__()¶ Exclude the OrderedDict from pickling
-
__repr__()¶ Return a nicely formatted representation string
-
ObsHistory_observationId¶ Alias for field number 6
-
Proposal_propId¶ Alias for field number 1
-
propHistId¶ Alias for field number 0
-
proposalBonus¶ Alias for field number 4
-
proposalBoost¶ Alias for field number 5
-
proposalNeed¶ Alias for field number 3
-
proposalValue¶ Alias for field number 2
-
-
class
lsst.sims.ocs.kernel.proposal_info.ProposalFieldInfo(propFieldId, Proposal_propId, Field_fieldId)¶ Bases:
tupleCreate new instance of ProposalFieldInfo(propFieldId, Proposal_propId, Field_fieldId)
-
__getnewargs__()¶ Return self as a plain tuple. Used by copy and pickle.
-
__getstate__()¶ Exclude the OrderedDict from pickling
-
__repr__()¶ Return a nicely formatted representation string
-
Field_fieldId¶ Alias for field number 2
-
Proposal_propId¶ Alias for field number 1
-
propFieldId¶ Alias for field number 0
-
-
class
lsst.sims.ocs.kernel.proposal_info.ProposalInfo(propId, propName, propType)¶ Bases:
tupleSimple tuple for handling observation proposal history information.
-
__getnewargs__()¶ Return self as a plain tuple. Used by copy and pickle.
-
__getstate__()¶ Exclude the OrderedDict from pickling
-
__repr__()¶ Return a nicely formatted representation string
-
propId¶ Alias for field number 0
-
propName¶ Alias for field number 1
-
propType¶ Alias for field number 2
-
-
class
lsst.sims.ocs.kernel.proposal_info.TargetProposalHistory(propHistId, Proposal_propId, proposalValue, proposalNeed, proposalBonus, proposalBoost, TargetHistory_targetId)¶ Bases:
tupleSimple tuple for handling proposal field information.
-
__getnewargs__()¶ Return self as a plain tuple. Used by copy and pickle.
-
__getstate__()¶ Exclude the OrderedDict from pickling
-
__repr__()¶ Return a nicely formatted representation string
-
Proposal_propId¶ Alias for field number 1
-
TargetHistory_targetId¶ Alias for field number 6
-
propHistId¶ Alias for field number 0
-
proposalBonus¶ Alias for field number 4
-
proposalBoost¶ Alias for field number 5
-
proposalNeed¶ Alias for field number 3
-
proposalValue¶ Alias for field number 2
-