You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@CodyCBakerPhD What if we allowed for probe_interface_file_path as an optional arg of e.g. IntanRecordingInterface? This would make it user-friendly and would move us towards supporting this feature in the yaml spec and in the NWB GUIDE.
There is nothing specific in this issue about the IntanRecordingInterface; I think we'd want a more general solution that can apply to any RecordingInterface
I've seen users make and set their probes entirely in-memory (no external files) - or loaded from something in the existence probeinterface library - so we need to be able to support both the current programmatic setting interaction, and yes a convenience function such as set_probe_from_file (point it to a tabular file; .csv, .tsv, .xlsx, etc. of the expected structure) would also help
The GUIDE can and will implement something about this but it has as much freedom as the API does, so no matter what approach we use it can inherit it. Actually, for the GUIDE, having it NOT be in source data would be more intuitive since one possibility is to embed the users probe table directly via the metadata page
What would you like changed or added to the documentation and why?
From #634
Add a thorough doctested tutorial showing how to set probe examples on one of the test files
Note: remember that it needs
in_place=True
andgroup_mode='by_shank'
to produce expected RecordingExtractor structureDo you have any interest in helping write or edit the documentation?
Yes.
Code of Conduct
The text was updated successfully, but these errors were encountered: