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

GUI importing csv data files #755

Closed gtdang closed 4 months ago

gtdang commented 5 months ago

Edit the data upload widget to support csv files generated by the GUI, introduced in #718. It currently accepts only tab delimited txt files with only 2 columns.

To Do:

kmilo9999 commented 4 months ago

@gtdang I think we did this in #753 . Can we close this issue ?

gtdang commented 4 months ago

753 only addresses single-file correct? Maybe we can keep open for the multiple file implementation as a nice-to-have.

gtdang commented 4 months ago

Or we can close this and open up a new one for the multi-file implementation?

gtdang commented 4 months ago

Closing and moving multi-file loading as a separate issue.