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

Masking unstable FF in a better way

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Done (View Workflow)
    • Priority: Normal
    • Resolution: Done
    • Component/s: None
    • Labels:
    • Story Points:
      4
    • Sprint:
      preEngRun07Sep

      Description

      Currently, we masked out 18 FFs, including not-illuminated and unstable for reducing the error in coordinate transformation.  Those information are coded in MCS actor.  

       outerRingIds = [29, 30, 31, 61, 62, 64, 93, 94, 95, 96]
       fidsOuterRing = fids[fids.fiducialId.isin(outerRingIds)]
       badFids = [1,32,34,61,68,75,88,89,2,4,33,36,37,65,66,67,68,69]
       goodFids = list(set(fids['fiducialId'].values)-set(badFids))
       fidsGood = fids[fids.fiducialId.isin(goodFids)]      
      

      It is needed to include those information in a better way.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                karr karr
                Reporter:
                chyan chyan
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: