Darin Erat Sleiter

Results 5 comments of Darin Erat Sleiter

@rly @bendichter I started looking into this issue a bit, but the linked file is either no longer available for download or not available for viewers to download. > But...

`ndx-nirs` stores NIRS data in a class that inherits from `TimeSeries`, so it should be possible to read the raw data. However, to read channel metadata, I think `RawNWB` might...

Yeah, I think that separate logic might be needed for each `TimeSeries` subclass in order to get channel information. That sounds good to start with `ElectricalSeries` and add support for...

I encountered this while doing some validator testing. This also applies when the datasets are defined with specific inheritance, eg: ``` datasets: - data_type_def: D1 dtype: numeric dims: - dim1...

To be a bit more clear, here's a test case I was working from: 1. create a spec for `D1` and `D2` and save to file. ```python import os from...