getPhysicalFilter¶
- lsst.ip.isr.getPhysicalFilter(filterLabel, log)¶
- Get the physical filter label associated with the given filterLabel. - If - filterLabelis- Noneor there is no physicalLabel attribute associated with the given- filterLabel, the returned label will be “Unknown”.- Parameters:
- filterLabellsst.afw.image.FilterLabel
- The - lsst.afw.image.FilterLabelobject from which to derive the physical filter label.
- loglogging.Logger
- Logger to handle messages. 
 
- filterLabel
- Returns:
- physicalFilterstr
- The value returned by the physicalLabel attribute of - filterLabelif it exists, otherwise set to “Unknown”.
 
- physicalFilter