matnwb icon indicating copy to clipboard operation
matnwb copied to clipboard

Tutorial typo

Open ehennestad opened this issue 3 years ago • 2 comments

From the matlab tutorial for calcium imaging: https://neurodatawithoutborders.github.io/matnwb/tutorials/html/ophys.html

read_nwbfile.processing.get('behavior').nwbdatainterface.get('Position').spatialseries.get('SpatialSeries')

should be read_nwbfile.get('processing').etc

ehennestad avatar Feb 15 '22 23:02 ehennestad

@ehennestad That's odd, read_nwbfile should be a NwbFile object and processing is listed as a property for me. Can you post what read_nwbfile looks like for you?

lawrence-mbf avatar Feb 15 '22 23:02 lawrence-mbf

It might be that the file I was trying to read was an old version. I updated my local matnwb repository, and now I can not open the file any longer.

ehennestad avatar Feb 17 '22 14:02 ehennestad