|
lsst.obs.base
19.0.0-35-gb03e55a
|
Public Member Functions | |
| def | __init__ (self, filterDefinitions) |
| def | extract (self, gen2id, args, kwargs) |
| def | __str__ (self) |
| def | translate |
| def | extract |
Public Attributes | |
| dimension | |
KeyHandler for gen2 ``filter`` keys that match ``physical_filter`` keys in gen3 but should be mapped to ``abstract_filter``. Note that multiple physical filter can potentially map to one abstract filter, so be careful to only use this translator on obs packages where there is a one-to-one mapping.
Definition at line 237 of file translators.py.
| def lsst.obs.base.gen2to3.translators.PhysicalToAbstractFilterKeyHandler.__init__ | ( | self, | |
| filterDefinitions | |||
| ) |
Definition at line 248 of file translators.py.
|
inherited |
Definition at line 79 of file translators.py.
|
inherited |
Definition at line 110 of file translators.py.
| def lsst.obs.base.gen2to3.translators.PhysicalToAbstractFilterKeyHandler.extract | ( | self, | |
| gen2id, | |||
| args, | |||
| kwargs | |||
| ) |
Definition at line 253 of file translators.py.
|
inherited |
Definition at line 82 of file translators.py.
|
inherited |
Definition at line 75 of file translators.py.
1.8.13