You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractSDKCamera._cameras are expected to have keys of camera serial_numbers, but ccd.SDKDriver creates them as name: port. This leads to an InvalidConfig error. The reason the tests are currently passing is that the device name for the ccd camera is the same as its serial number.
danjampro
changed the title
Inconsistency between ccd.SDKDriver and AbstractSDKCamera._cameras (bug)
Inconsistency between ccd.SDKDriver.get_devices() and AbstractSDKCamera._cameras (bug)
Oct 21, 2020
AbstractSDKCamera._cameras
are expected to have keys of camera serial_numbers, butccd.SDKDriver
creates them asname: port
. This leads to anInvalidConfig
error. The reason the tests are currently passing is that the device name for the ccd camera is the same as its serial number.ccd.SDKDriver
:POCS/src/panoptes/pocs/camera/simulator/ccd.py
Line 23 in 804e48d
AbstractSDKCamera._cameras
:POCS/src/panoptes/pocs/camera/sdk.py
Line 98 in 804e48d
The text was updated successfully, but these errors were encountered: