qkitgroup / qkit

Qkit framework
GNU General Public License v2.0
43 stars 46 forks source link

Sample-Class #4

Closed mpfirrmann closed 7 years ago

mpfirrmann commented 7 years ago

Review sample class for machine readability, automatic save in .h5 and separate .txt file. Use JSONs for readability. Wiki compatible output

mpfirrmann commented 7 years ago

Changed to JSON with legacy pickle load function. To make the class more "open" most getter and setter were removed. For wiki compatible output a separate measurement class is suggested and a stub added.

mpfirrmann commented 7 years ago

Measurement class is online. Is created automatically when measuring a spectrum and saved in .h5 and as JSON string in textfile. The instrument settings will also come in here shortly.

mpfirrmann commented 7 years ago

This is now implemented in the Spectrum-Class. The TD measurements have to be adapted.