-
Type: Bug
-
Status: Won't Fix (View Workflow)
-
Priority: Normal
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Sprint:2DDRP-2021 A 8
The method PfsConfig.selectByFiberStatus() returns indices of each fiberId specified, if that fiber has the corresponding FiberStatus matching that specified in the method argument.
However the method does not behave as expected. The outputs of the following two lines should be the same:
pfsConfig.selectFiber([3, 201, 649]) array([ 0, 84, 253]) pfsConfig.selectByFiberStatus(pfs.datamodel.FiberStatus.GOOD, [3, 201, 649]) array([0, 1, 2])
- relates to
-
PIPE2D-887 DisplayDetectorMap does not display TargetType.SUNSS_* fibres
- Open
-
PIPE2D-888 DisplayDetectorMap should allow user to specify fibres to overlay
- Open