catalystneuro / ecogVIS

Time series visualizer and data processing tools for Electrocorticography (ECoG) signals stored in NWB files, for Python.
BSD 3-Clause "New" or "Revised" License
23 stars 18 forks source link

Save file name not the same as load file name #123

Open LauraGwilliams opened 4 years ago

LauraGwilliams commented 4 years ago

Hi! I've noticed that when ecogVis saves the nwb file automatically for the first time, it does so with name structure subj_subj_block.nwb and then, it tries to load that same file assuming the fname is subj_block.nwb. I've been needing to quit the gui, manually rename the file and then open the nwb file again.

Am I doing something wrong or is this a bug?

Thanks!