MetaCell / nwb-explorer

NWB Explorer is a web application to visualise and analyse the content of NWB:N 2 files
Other
23 stars 16 forks source link

experimenter info missing from general tab #254

Closed stephprince closed 2 years ago

stephprince commented 3 years ago

The experimenter info is in the nwb files, but does not end up getting displayed in the general tab. In the files where this seems to occur, the experimenter field type is a tuple containing a byte object. This occurred when I was using a local installation and with the gcr.io/metacellllc/nwb-explorer:0.6.0 docker image

For some examples, the experimenter info is not displayed in the Ferguson et al 2015 example or in this file from dandiset 000016.

pgleeson commented 3 years ago

Thanks @stephprince. This issue is probably relevant, but it looks like the code has been updated in the mean time: https://github.com/MetaCell/nwb-explorer/issues/148