-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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