Uploaded image for project: 'Instrument control development'
  1. Instrument control development
  2. INSTRM-2177

one fiducial fiber is missing from fiducial csv file

    XMLWordPrintable

    Details

    • Story Points:
      1
    • Sprint:
      EngRun16May

      Description

      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]
      

       

        Attachments

          Activity

            People

            • Assignee:
              arnaud.lefur arnaud.lefur
              Reporter:
              arnaud.lefur arnaud.lefur
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: