Skip to content

Add/initial rewrite

Astrid Muennich requested to merge add/initial_rewrite into master

@degon @haufs @parenti
MDL control device for SDD detector which delivers a 1d spectrum. Open questions from my side:

  • Output channel:
    • Is it DAQ conform? Probably still missing some settings...
    • VectorInt vs. ImageData for the spectrum data, which is preferred for 1d arrays?
  • Can I leave the catch of basic exception instead of CancelledError as we will use it with python 3.8?
  • DEPENDS: I needed asyncio_dgram to establish a non-blocking asynchronous UDP communication. How to ship this dependency with the device (as wheel?)? Currently in DEPENDS file so I do not forget.

Timeline: A basic communication test with the control box of SDD was performed with this code. I will be on vacation from 12.7. to 25.7. After that we would like to have something ready for proper testing in the lab.

Edited by Astrid Muennich

Merge request reports