Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_astrom
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:AP F21-5 (October), AP F21-6 (November)
-
Team:Alert Production
-
Urgent?:No
Description
_build_distances_and_angles was written using lists and concatenation vs creating an empty array ahead of time and filling it. The list method adds extra memory overhead and time. This was originally done for readability when there were more array's being filled.
Jenkins: https://ci.lsst.codes/blue/organizations/jenkins/stack-os-matrix/detail/stack-os-matrix/35225/pipeline
Code passes CI but fails ci_hsc for an unrelated reason. I'll run a few integration tests of the change just to make sure things are running as expected.