Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ip_diffim
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:AP S22-4 (March)
-
Team:Alert Production
-
Urgent?:No
Description
Running image differencing with dipole fitting produces hundreds of warnings of the following form:
WARNING 2022-03-09T16:46:33.677-06:00 py.warnings (detectAndMeasure:{instrument: 'DECam', detector: 34, visit: 411255, ...})(warnings.py:109) - /project/sullivan/code/ip_diffim/python/lsst/ip/diffim/dipoleFitTask.py:529: FutureWarning: Default position argument overload is deprecated and will be removed in version 24.0. Please explicitly specify a position.
|
self.psfSigma = diffim.getPsf().computeShape().getDeterminantRadius()
|
I ended up fixing all of the instances with this minor bug throughout ip_diffim.