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

Excluding UNASSIGNED fibers in convergence plot

    XMLWordPrintable

    Details

    • Sprint:
      Eng12July

      Description

      The pfsConfig file has the field to get the unassigned fibers of each convergence run. The convergence plot should address this change.

      from pfs.datamodel.pfsConfig import * 
      
      filepath = '/data/raw/2023-04-27/pfsConfig/pfsConfig-0x15adaf923f34fb55-092024.fits'
      pfsConfig = PfsConfig._readImpl(filepath)
      assigned = pfsConfig[~np.isin(pfsConfig.targetType, [TargetType.UNASSIGNED, TargetType.ENGINEERING, TargetType.BLACKSPOT])]
      

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: