|
lsst.obs.base
18.1.0-21-gde80ed3+1
|
Public Member Functions | |
| def | __init__ |
| def | extract |
| def | translate |
Public Attributes | |
| gen2key | |
| dtype | |
| dimension | |
A KeyHandler that simply copies a value from a Gen3 data ID.
Parameters
----------
dimension : `str`
Name of the Gen3 dimension produced by this handler.
dtype : `type`, optional
If not `None`, the type that values for this key must be an
instance of.
Definition at line 148 of file translators.py.
| def lsst.obs.base.gen2to3.translators.CopyKeyHandler.__init__ | ( | self, | |
| dimension | |||
| ) |
Definition at line 159 of file translators.py.
| def lsst.obs.base.gen2to3.translators.CopyKeyHandler.extract | ( | self, | |
| gen2id | |||
| ) |
Definition at line 167 of file translators.py.
|
inherited |
Definition at line 77 of file translators.py.
|
inherited |
Definition at line 74 of file translators.py.
| lsst.obs.base.gen2to3.translators.CopyKeyHandler.dtype |
Definition at line 163 of file translators.py.
| lsst.obs.base.gen2to3.translators.CopyKeyHandler.gen2key |
Definition at line 162 of file translators.py.
1.8.13