jonescompneurolab / hnn-core

Simulation and optimization of neural circuits for MEG/EEG source estimates
https://jonescompneurolab.github.io/hnn-core/
BSD 3-Clause "New" or "Revised" License
54 stars 52 forks source link

API: network configurations I/O from hierarchical json #756

Closed gtdang closed 4 months ago

gtdang commented 5 months ago

Work on #708 revealed that hdf5 was too large in its current implementation. We will instead be using an hierarchical json format for saving network configurations. This includes the elements of the Network object aside from recorded simulation outputs, which can be very large. Simulation outputs will still use an hdf5 file but with an optimized structure (separate PR).