-
Hello,
There is an already existing nwb file where we need to do the following modification. In the field `nwb.acquisition` there is an `ElectricalSeries` object. The unit of the recorded data (i.e…
-
The `NWBFile` dataset `session_start_time` is designed to represent the real-world start time of the session. Based on discussions with @oruebel, I see the value in this field is that you can tell wha…
-
Hello,
I want to add information about spiking units in obtained from our extracellular recording. I am trying to use this scheme as a guideline for the implementation in `matnwb`:
[](https://n…
-
HDF5 [does not natively have a boolean format](https://support.hdfgroup.org/HDF5/hdf5-quest.html#bool). h5py (and by extension pynwb) handles this by creating an enumerated type with an underlying dat…
-
Since it takes *forever* ATM to go through entire collection, I want to make it possible to "sparsely sample" by adding a run `--mode`, where default `all` -- is current behavior. In case of `random-…
-
Hi, I'm trying to access a file that @bendichter shared with me but I get a namespace error for a dependencies field:
nwb2 = nwbRead('F:/Buffalo/2017_4_27_v2_processed.nwb')
Reference to non-exist…
-
### What happened?
(NWB2) MacBook-Pro:docs mavaylon$ nwbinspector /Users/mavaylon/Research/NWB/ndx-multichannel-volume/docs/test_plane_extend.nwb --config DANDI
Traceback (most recent call last):
…
-
The schema states general_experimenter should be a text field, but validation fails unless it's a string array. Related to [this issue in pyNWB](https://github.com/NeurodataWithoutBorders/pynwb/issues…
-
Hello,
Currently, I am trying to remove data from an already existing nwb file. There is an nwb file that is stored on the disk and that I load with `nwbRead`. I want to remove the data in the fiel…
-
### What happened?
Dandiset 000021 NWB files do not load into the matlab workspace using nwbRead. Other nwb files from other dandisets do seem to load. I suspect there may be something specific to th…