Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ip_isr
-
Labels:None
-
Epic Link:
-
Team:Data Release Production
Description
(1) There is a unused config brighterFatterKernelFile in the IsrTask. It probably needs to be removed as Butler is used to retrieve the file now. Having a line like config.processCcd.isr.brighterFatterKernelFile='' in the config file is confusing while the brighter fatter kernel is read fine.
(2) The butler dataset type of the brighter fatter kernel file is inconsistent in ip_isr and obs_subaru. ip_isr wants brighterFatterKernel, while obs_subaru and obs_base want bfKernel.
It seems the brighter fatter correction has only been tested/used for subaru so far?
Also Jim Bosch brought up that a failure to find the brighter-fatter kernel via the butler should probably be fatal error. This seems to be checked in ip_isr but I'm not sure if the HSC IsrTask wants such a check as well; it may already be done somewhere but I didn't trace it down.