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
that models (a) combining this Element with the corresponding [Element-Session](https://github.com/datajoint/element-session)
24
+
, and (b) declaring a ***SkullReference*** table to provide Location.
21
25
22
26
### The design of probe
23
27
@@ -74,12 +78,12 @@ To activate the `element-array-ephys`, ones need to provide:
74
78
+ schema name for the ephys module
75
79
76
80
2. Upstream tables
77
-
+ Session table
78
-
+ SkullReference table (Reference table for InsertionLocation, specifying the skull reference)
81
+
+ Session table: A set of keys identifying a recording session (see [Element-Session](https://github.com/datajoint/element-session)).
82
+
+ SkullReference table: A reference table for InsertionLocation, specifying the skull reference (see [example pipeline](https://github.com/datajoint/workflow-array-ephys/blob/main/workflow_array_ephys/pipeline.py)).
79
83
80
-
3. Utility functions
81
-
+ get_ephys_root_data_dir()
82
-
+ get_session_directory()
84
+
3. Utility functions. See [example definitions here](https://github.com/datajoint/workflow-array-ephys/blob/main/workflow_array_ephys/paths.py)
85
+
+ get_ephys_root_data_dir(): Returns your root data directory.
86
+
+ get_session_directory(): Returns the path of the session data relative to the root.
83
87
84
88
For more detail, check the docstring of the `element-array-ephys`:
0 commit comments