pyControl / code

pyControl GUI and framework code
https://pycontrol.readthedocs.io
GNU General Public License v3.0
23 stars 20 forks source link

converted experiment configuration files from .pcx to .json #59

Closed alustig3 closed 2 years ago

alustig3 commented 2 years ago

All reading and writing of experiment configuration files now use .json extension For backwards compatibility, any .pcx files in the experiments folder are automatically renamed to .json files when pyControl starts up.

This addresses https://github.com/pyControl/code/issues/58

ThomasAkam commented 2 years ago

Thanks Andy