Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Team:Data Release Production
Description
Run it and make sure that the default value is sensible.
On another ticket in the future, use this code to see how this value depends on the inputs, e.g. flux levels, CCD shape, others, to see how much one fixed value is applicable across cameras/sensors.
Attachments
Issue Links
- has to be done before
-
DM-15756 biasCorr calculation code results disagrees when using main task code
- Done
Code runs and reproduces the default value in the task config.
import lsst.cp.pipe.makeBrighterFatterKernel as kernelGen
biases, means, xcorrs = kernelGen.calcBiasCorr([70000, 90000, 110000], (2000,1000), useTaskCode=False, nSigma=5, repeats=3)
Note that if `useTaskCode=True` that this fails.
DM-15756exists to fix this problem.