nwb-guide icon indicating copy to clipboard operation
nwb-guide copied to clipboard

[Feature]: Add TDTFiberPhotometryInterface

Open rly opened this issue 6 months ago • 0 comments

What would you like to see added to the NWB GUIDE?

NeuroConv 0.6.0 release added TDTFiberPhotometryInterface but GUIDE cannot add it until it supports NeuroConv 0.6.2.

NeuroConv 0.6.0 defined TDTFiberPhotometryInterface.__init__ with folder_path: FilePath which is incorrect and makes it difficult to test. https://github.com/catalystneuro/neuroconv/blob/v0.6.0/src/neuroconv/datainterfaces/ophys/tdt_fp/tdtfiberphotometrydatainterface.py#L31

0.6.2 release fixed this to folder_path: DirectoryPath https://github.com/catalystneuro/neuroconv/blob/v0.6.2/src/neuroconv/datainterfaces/ophys/tdt_fp/tdtfiberphotometrydatainterface.py

Do you have any interest in helping implement the feature?

Yes.

Code of Conduct

Yes

Did you confirm this feature was not already reported?

Yes

rly avatar Jul 02 '25 16:07 rly