-
Notifications
You must be signed in to change notification settings - Fork 6
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
Handle NWB files #38
Comments
try |
I have tried this, for the following file: But still get an error:
|
sorry, I didn't explain where to add the "type" query parameter. It should be this produces a different error, which we'll need to fix in Neo. |
I am trying to load NWB files from the Allen Brain Atlas in the neo viewer.
I believe it doesn't currently support this file format.
I get an error when trying with:
https://object.cscs.ch/v1/AUTH_c0a333ecf7c045809321ce9d9ecdfdea/VF_paper_demo/live_paper/temp/525011725_ephys.nwb
(NWB file from here:
https://celltypes.brain-map.org/experiment/electrophysiology/525011903)
If and when implemented, it would also be nice if neo viewer can handle download URLs such as:
https://celltypes.brain-map.org/api/v2/well_known_file_download/618211597
(target URL on download button of above Allen Brain entry page) where the file name and extension is not visible in the URL directly.
If knowing the file format/extension is necessary for neo viewer to work, we can consider appending a query param at the end of the url e.g.
?format=NWB
The text was updated successfully, but these errors were encountered: