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
ephys_schema_name (str): A string containing the name of the ephys schema.
35
-
probe_schema_name (str): A string containing the name of the probe schema.
36
34
create_schema (bool): If True, schema will be created in the database.
37
35
create_tables (bool): If True, tables related to the schema will be created in the database.
38
36
linking_module (str): A string containing the module name or module containing the required dependencies to activate the schema.
@@ -46,7 +44,6 @@ def activate(
46
44
get_ephys_root_data_dir(): Returns absolute path for root data director(y/ies) with all electrophysiological recording sessions, as a list of string(s).
47
45
get_session_direction(session_key: dict): Returns path to electrophysiology data for the a particular session as a list of strings.
48
46
get_processed_data_dir(): Optional. Returns absolute path for processed data. Defaults to root directory.
0 commit comments