-
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 added support for MedPC data but the source data inputs are a bit complicated, as shown in this test:
https://github.com/catalystneuro/neuroconv/blob/fe6d1a8889bd73b47fad3f997959791e8658c00b/tests/test_on_data/behavior/test_behavior_interfaces.py#L411
and this example
https://neuroconv.readthedocs.io/en/stable/conversion_examples_gallery/behavior/medpc.html
and the generated interface looks like
where "Metadata Medpc Name To Info Dict" and "Session Conditions" are required but need custom interpreters in GUIDE for this JSON Schema:
"session_conditions": {
"additionalProperties": true,
"type": "object"
},
"metadata_medpc_name_to_info_dict": {
"additionalProperties": true,
"type": "object"
},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