-
Type: Task
-
Status: Done (View Workflow)
-
Priority: Normal
-
Resolution: Done
-
Component/s: ics_cobraCharmer
-
Labels:
-
Sprint:Eng12July
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])]