NeurodataWithoutBorders / pynwb

A Python API for working with Neurodata stored in the NWB Format
https://pynwb.readthedocs.io
Other
178 stars 84 forks source link

[Documentation]: Update DecompositionSeries example for schema v2.8.0 #1999

Open stephprince opened 6 days ago

stephprince commented 6 days ago

What would you like changed or added to the documentation and why?

See https://github.com/NeurodataWithoutBorders/pynwb/pull/1981#issuecomment-2486493578

https://github.com/NeurodataWithoutBorders/pynwb/pull/1981 added a new section to the ecephys tutorial using DecompositionSeries. However the file generated by the tutorial now violates best practices by generating a column of all nans. Once the band_mean and band_stdev columns are made optional, this example should be updated.

Do you have any interest in helping write or edit the documentation?

Yes.

Code of Conduct