catalystneuro / mease-lab-to-nwb

MIT License
3 stars 2 forks source link

added event and image interfaces for Syntalos #6

Closed CodyCBakerPhD closed 3 years ago

CodyCBakerPhD commented 3 years ago

@bendichter This branch is independent of the other ephys one, but would be much easier to review if that other one gets merged first (will reduce the +/- count down by a hundred or so).

Several things to discuss since I've never added ImageSeries before... namely

1) Should it be added to acquisition or processed? 2) It seems to be capable of taking a list of external files, but not a list of timestamps with each element of the timestamp list being itself a list of timestamp data corresponding one to one with the list of external files.

3) Also, for the AnnotatedEventsTable I started off adding the stuff arbitrarily but after checking it against the event series, that may not make sense (will discuss later today).

CodyCBakerPhD commented 3 years ago

All changes implemented and up to date with nwb-conversion-tools v0.5.0 (currently dev branch).

CodyCBakerPhD commented 3 years ago

@bendichter This branch is now updated to nwb-conversion-tools v0.5.1 (bug fix).