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: docs/src/concepts.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,17 @@ Over the past few years, several labs have developed DataJoint-based data manage
55
55
56
56
Each of the DataJoint Elements creates a set of tables for common neuroscience data modalities to organize, preprocess, and analyze data. Each node in the following diagram is a table within the Element or a table connected to the Element.
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