-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with I/O #32
Comments
Hi Samuel, Anyway, regarding SWC load, I'm not sure we have much... and anything containing btmorph is way past expired... I'll try to figure it out. |
OK, so at least I understand from your answer what was the purpose of the json file. For the Input... I supposed from your beautifull thesis images the analysis part was working well. If we can't rely anymore on it and btmorph we should find something else. Let us speak about this another time then. |
Still need to work on it sorry. The json file seems still empty. Necessary:
|
Desired I/O feature:
|
@SBottani for .swc, isn't that what For .nml is think we don't have anything at the moment. |
This is what I wanted to test when falling on issue #41 ( wanted to run the circular.py to generate a morphology in a circular environment and then test loading the swc file). Last time I attempted using |
I think there's an issue in |
Hi again Tanguy,
Other annoying issue : I am not able to reload any simulated morphology file in a program for further analysis.
The i/o module documentation is not very helpful and most examples (that do not run) seem outdated (couldn't find any working).
I am updating the doc and docstrings with more help. But need yours to progress !
Several questions
info.json
?What is in the
info.json
file generated bydense.io.save_json_info()
? The doc says simulation data. What kind of data ? The generated files seem quite empty. Here is an example from a simulation with 15 neurons. Appear only the names of the kernel parameters, and names of the neurons.{"kernel": ["max_allowed_resolution", "resolution", "num_mpi_processes", "adaptive_timestep", "record_enabled", "version", "max_synaptic_distance", "environment_initialized", "environment_required", "num_local_threads", "num_virtual_processes", "interactions", "seeds", "time"], "neurons": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14"]}
I suspect an issue with the generation of this file.
From the documentation I understand tthe instruction is.
pop = ds.io.load_swc(swc_folder="my_swc_folder", swc_file="my_swc_file.swc")
It is not very happy
And if I put the swc file in a folder, then we get
(Alas btmorph2 is in Python2 and I could install it to check what happened with it)
Alternatively, some examples show to import a morphology the following coed:
But if I'm not wrong this is deprecated syntax, and anyway it does not work.
I'm quite at a loss here. Thank you in advance
Samuel
The text was updated successfully, but these errors were encountered: