You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to inspect the nwb file named sub-699733573_ses-715093703.nwbhere in Dandiset:000021. When clicking on the Units section, and clicking on any of the tabs Raster Grid , Tuning Curve, or Combined, this error shows up.
importh5pyimportfsspecfromfsspec.implementations.cachedimportCachingFileSystemfrompynwbimportNWBHDF5IOs3_url="https://dandiarchive.s3.amazonaws.com/blobs/f5f/175/f5f1752f-5227-47d5-8f75-cd71937878aa"cfs=CachingFileSystem(
fs=fsspec.filesystem("http"),
cache_storage="/home/jovyan/fsspec_cache", # Local folder for the cache
)
file_system=cfs.open(s3_url, "rb")
file=h5py.File(file_system)
io=NWBHDF5IO(file=file, load_namespaces=True)
nwbfile=io.read()
Then navigate to Units/tuning tab
I was also surprised at how long the units section took to render, guessing that's due to it loading in all unit properties (including spike features like amplitude)
I am attempting to inspect the nwb file named
sub-699733573_ses-715093703.nwb
here in Dandiset:000021. When clicking on theUnits
section, and clicking on any of the tabsRaster Grid
,Tuning Curve
, orCombined
, this error shows up.The text was updated successfully, but these errors were encountered: