cechava

Results 13 comments of cechava

digging in a bit further into this. this doesn't seem to be an issue with the file created by the ophys tutorial. Cross-version compatibility is not an issue. Ophys tutorial...

@bendichter indeed it appears `DataPipe` is the issue. Specifically, an error appears when trying to export a file with an acquisition containing a `DataPipe` object as data. No issue exporting...

there was an independent bug in my code that led me to believe the `DataPipe` object was the issue. It's not entirely clear what the issue is with re-exporting the...

The following snippet of code replicates the error. The file path should be replaced to the local location of the file downloaded from [here](https://gui.dandiarchive.org/#/dandiset/000054/0.210819.1547/files?location=sub-F3%2F) ```matlab inputFilePath = '/Users/cesar/Documents/CatalystNeuro/matNWB/EXTRACT-interface/sub-F3_ses-20190414T210000_obj-7vehp4_behavior+ophys.nwb'; nwb =...

Data from [this DANDIset]( https://gui.dandiarchive.org/#/dandiset/000048) does have acquisition data and the file be read-in and re-exported. I think the issue is specific to the files from the Plitt/Giocomo DANDIset.

Deleting the 'TwoPhotonSeries' acquisition group allows the file to be re-exported without issue. Do you know how this file was created? I'm wondering if there's something about how this file...

working on a section of the tutorial to show how to create expandable tables. similar to: [https://hdmf.readthedocs.io/en/stable/tutorials/plot_dynamictable_howto.html#creating-an-expandable-table] Doing this by using a DataPipe object with an infinite dimension for the...

I have left this section of the tutorial to cover only numerical cases, for now

Doing some printing. It looks like pynwb is trying to use key 'NWBFile' to access an entry in a dictionary that has the relevant subset of classes as keys (e.g.,...