Details
-
Type:
Bug
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ip_isr
-
Labels:
-
Story Points:1
-
Team:Alert Production
Description
IsrTask tries to use the following code to get the brighter-fatter kernel:
brighterFatterKernel = dataRef.get("brighterFatterKernel") if self.config.doBrighterFatter else None
|
However the dataset type name is "bfKernel", as can be seen in SubaruIsrTask in obs_subaru:
brighterFatterKernel = sensorRef.get('bfKernel')
|
This is trivial to fix, but I wonder if it's practical to add a test to ip_isr for it?
Work done on
DM-13293.