-
Type: Task
-
Status: Done (View Workflow)
-
Priority: Normal
-
Resolution: Done
-
Component/s: ics_mcsActor, pfs_instdata, pfs_utils
-
Labels:
-
Story Points:1
-
Sprint:EngRun16May
Doing the matching, I noticed that one fiducial fiber is consistently missing :
I have this piece of code to append it to the current list but frankly we should just add it.
from pfs.utils.butler import Butler butler = Butler() fiducials = butler.get('fiducials') # adding missing one. fiducials.loc[len(fiducials.index)] = [fiducials.fiducialId.max() + 1, -55.130260, 233.184371]