Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
def | keys |
def | map |
def | lookup |
def | have |
def | need |
Public Attributes | |
storage | |
![]() | |
datasetType | |
registry | |
rootStorage | |
template | |
keyDict | |
python | |
persistable | |
storage | |
level | |
tables | |
range | |
columns | |
obsTimeName | |
DatasetMapping is a Mapping subclass for non-Exposure datasets that can be retrieved by the standard daf_persistence mechanism. The differences are that the Storage type must be specified and no Exposure standardization is performed. The "storage" entry in the Policy is mandatory; the "tables" entry is optional; no "level" entry is allowed.
Definition at line 421 of file mapping.py.
def lsst.obs.base.mapping.DatasetMapping.__init__ | ( | self, | |
datasetType, | |||
policy, | |||
registry, | |||
root, | |||
kwargs | |||
) |
Constructor for DatasetMapping class. @param[in,out] mapper (lsst.daf.persistence.Mapper) Mapper object @param policy (daf_persistence.Policy, or pexPolicy.Policy (only for backward compatibility)) Mapping Policy @param datasetType (string) @param registry (lsst.obs.base.Registry) Registry for metadata lookups @param root (string) Path of root directory
Definition at line 431 of file mapping.py.
lsst.obs.base.mapping.DatasetMapping.storage |
Definition at line 442 of file mapping.py.