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
Copy file name to clipboardExpand all lines: element_array_ephys/ephys_acute.py
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,12 @@ def activate(
36
36
create_schema (bool): If True, schema will be created in the database.
37
37
create_tables (bool): If True, tables related to the schema will be created in the database.
38
38
linking_module (str): A string containing the module name or module containing the required dependencies to activate the schema.
39
-
39
+
40
40
Dependencies:
41
41
Upstream tables:
42
42
Session: A parent table to ProbeInsertion
43
43
Probe: A parent table to EphysRecording. Probe information is required before electrophysiology data is imported.
44
-
44
+
45
45
Functions:
46
46
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
47
get_session_direction(session_key: dict): Returns path to electrophysiology data for the a particular session as a list of strings.
@@ -125,8 +125,8 @@ class AcquisitionSoftware(dj.Lookup):
0 commit comments