CampbellGroup / common

Shared campbell lab code.
GNU Lesser General Public License v3.0
8 stars 5 forks source link

Andor server save format change #220

Closed fanmingyu212 closed 6 years ago

fanmingyu212 commented 6 years ago

Currently Andor server saves pictures in TSV format and scientific notation. Therefore, every 512 * 512 image uses 8 MB storage, so the images are slow to save/read.

Maybe the following changes could help to reduce the storage space and to improve organization:

Please let me know what you think about those possible changes.

fanmingyu212 commented 6 years ago

I am working on these features on the branch: https://github.com/CampbellGroup/common/tree/mf/220_andor_server_saving_change. Please let me know if you have any comments or suggestions.