We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f01562 commit 855f8ebCopy full SHA for 855f8eb
element_array_ephys/ephys.py
@@ -31,7 +31,7 @@ def activate(ephys_schema_name, probe_schema_name=None, *, create_schema=True,
31
+ SkullReference: Reference table for InsertionLocation, specifying the skull reference
32
used for probe insertion location (e.g. Bregma, Lambda)
33
Functions:
34
- + get_ephys_root_data_dir() -> str
+ + get_ephys_root_data_dir() -> list
35
Retrieve the root data directory - e.g. containing the raw ephys recording files for all subject/sessions.
36
:return: a string for full path to the root data directory
37
+ get_session_directory(session_key: dict) -> str
0 commit comments