I sometimes separate simulation (sim.py) and simulation-data-reading code (simdat.py) - that way I don't have to load the whole sim to read sim data. However, to properly analyze simulation data, certain data structures are needed (number of cells, cell IDs, cell types, etc.). Is it easy for users to add the key data structures to NetPyne structures that get saved? Probably...
I sometimes separate simulation (sim.py) and simulation-data-reading code (simdat.py) - that way I don't have to load the whole sim to read sim data. However, to properly analyze simulation data, certain data structures are needed (number of cells, cell IDs, cell types, etc.). Is it easy for users to add the key data structures to NetPyne structures that get saved? Probably...