UCBerkeleySETI / meerkat-backend-interface

Breakthrough Listen's interface to MeerKAT
MIT License
0 stars 0 forks source link

Check extraction of CBF prefix #21

Closed danielczech closed 4 years ago

danielczech commented 4 years ago

Lately, the katcp_server has been unable to extract the CBF component prefix and has been using the defaults each time. This should be investigated to see if there has been a change in the ?configure message we receive from CAM via KATCP.

danielczech commented 4 years ago

Fixed in 4e88dde. (In Python 3.x.x, dict.keys() no longer returns a normal list but rather a "dictionary view" iterable, which cannot be indexed in the same way as a list).