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

[WIP] update convert_to_hdf5 to use Jones 2009 connectivity by default #749

Closed gtdang closed 5 months ago

gtdang commented 5 months ago

Previous hdf5 conversion from param and json format did not include connectivity information because the conversion was using the base Network object to initialize the networks. This change makes the default to use the Jones 2009 model so that network connectivity is encoded in the hdf5. This was decided because the tutorial only uses this model. Other saved model types are also available as well as an option to not use any model.

gtdang commented 5 months ago

Closing this because we are moving to a new direction with saving outputs because hdf5 files in the current format are too large.