What would you like to see added to PyNWB?
Hello! The latest update on suite2p is now able to calculate z_translation and I would like to store that value in CorrectedImageStack, which is not supported at the moment. Please also see https://suite2p.readthedocs.io/en/latest/gui/
Is your feature request related to a problem?
At the moment, pynwb's CorrectedImageStack only supports xy_translation to be stored. https://pynwb.readthedocs.io/en/dev/tutorials/domain/ophys.html
What solution would you like?
Add z_translation to CorrectedImageStack so that one can use
corrected_image_stack = CorrectedImageStack(
corrected=corrected,
original=two_p_series,
xy_translation=xy_translation,
z_translation=z_translation,
)
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
What would you like to see added to PyNWB?
Hello! The latest update on suite2p is now able to calculate z_translation and I would like to store that value in CorrectedImageStack, which is not supported at the moment. Please also see https://suite2p.readthedocs.io/en/latest/gui/
Is your feature request related to a problem?
At the moment, pynwb's CorrectedImageStack only supports xy_translation to be stored. https://pynwb.readthedocs.io/en/dev/tutorials/domain/ophys.html
What solution would you like?
Add z_translation to CorrectedImageStack so that one can use
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct