|
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 ``abstract_filter`` keys in gen3 but should be mapped to ``physical_filter``. Note that one abstract filter can potentially map to multiple physical filters, so be careful to only use this translator on obs packages where there is a one-to-one mapping.
Definition at line 258 of file translators.py.
| def lsst.obs.base.gen2to3.translators.AbstractToPhysicalFilterKeyHandler.__init__ | ( | self, | |
| filterDefinitions | |||
| ) |
Definition at line 269 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.AbstractToPhysicalFilterKeyHandler.extract | ( | self, | |
| gen2id, | |||
| args, | |||
| kwargs | |||
| ) |
Definition at line 274 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