Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_base
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:AP S21-1 (December)
-
Team:Alert Production
-
Urgent?:No
Description
All CameraMappers have a FilterDefinitionCollection that relates filter and band names, including aliases, for the corresponding instrument. However, there is no common API to this collection, making it usable only by a particular mapper subclass. Add an abstract property to obs.base.CameraMapper that exposes the collection to code that needs filter information in Gen 2.
Attachments
Issue Links
- blocks
-
DM-27178 Standardize aliases on Gen 2 Exposure get
- Done
While looking into how to implement this, I realized I can just call CameraMapper.getGen3Instrument()().filterDefinitions() and get the same result without any additional support.