rubendegroote / Networked-Data-Acquisition

Python code for network-based data acquisition for laser spectroscopy
0 stars 0 forks source link

Radio conversion #3

Closed woutergins closed 9 years ago

woutergins commented 9 years ago

The Radio is almost ready, small changes still need to be made to have it working as intended.

rubendegroote commented 9 years ago

Radio is expanded in scope to be a viewer of the live data (stream or current scan) but also of old data. For this it has to connect to the file server. The old scans are grouped per mass. The logbook viewer no longer connects to the file server.

rubendegroote commented 9 years ago

Radio - data server communications are done. Next is the communications with the fileserver. This server will access the hdf5 file on disk and slice as needed.

rubendegroote commented 9 years ago

File server communications done.

Next: fix bug in plotting: jittery plots. Probably the backfill-front fill stuff.

rubendegroote commented 9 years ago

Done.