pynwb icon indicating copy to clipboard operation
pynwb copied to clipboard

[Feature]: Add API class for OnePhotonSeries

Open rly opened this issue 3 years ago • 1 comments
trafficstars

What would you like to see added to PyNWB?

The upcoming NWB 2.6.0 release contains a new neurodata_type: OnePhotonSeries: https://github.com/NeurodataWithoutBorders/nwb-schema/pull/523

Is your feature request related to a problem?

No response

What solution would you like?

We should add a PyNWB API class for it.

Do you have any interest in helping implement the feature?

Yes.

Code of Conduct

rly avatar Oct 25 '22 01:10 rly

@CodyCBakerPhD would you be able to add and test an API class for OnePhotonSeries to PyNWB? It might be as simple as adding OnePhotonSeries = get_class("OnePhotonSeries", namespace="core") in ophys.py and adding unit tests and roundtrip tests.

rly avatar Oct 25 '22 01:10 rly

The OnePhotonSeries class was added with https://github.com/NeurodataWithoutBorders/pynwb/pull/1593.

stephprince avatar Apr 12 '24 23:04 stephprince