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
@@ -53,12 +54,13 @@ To activate the `element-electrode-localization`, ones need to provide:
53
54
54
55
3. Utility functions. See [example definitions](https://github.com/datajoint/workflow-array-ephys/blob/main/workflow_array_ephys/paths.py).
55
56
+ get_ephys_root_data_dir(): Returns your root data directory.
56
-
+ get_session_directory(): Returns the path of the session data relative to the root.
57
+
+ get_session_directory(): Returns the path of the session data relative to the
58
+
root.
57
59
58
60
For more details, check the docstring of the `element-electrode-localization`:
59
-
61
+
```python
60
62
help(electrode.activate)
61
-
63
+
```
62
64
### Example usage
63
65
64
66
See the [workflow-array-ephys project](https://github.com/datajoint/workflow-array-ephys) for an example usage of this Element.
@@ -75,4 +77,4 @@ See the [workflow-array-ephys project](https://github.com/datajoint/workflow-arr
75
77
+ DataJoint Elements
76
78
+ Yatsenko D, Nguyen T, Shen S, Gunalan K, Turner CA, Guzman R, Sasaki M, Sitonic D, Reimer J, Walker EY, Tolias AS. DataJoint Elements: Data Workflows for Neurophysiology. bioRxiv. 2021 Jan 1. doi: https://doi.org/10.1101/2021.03.30.437358
77
79
78
-
+ DataJoint Elements ([RRID:SCR_021894](https://scicrunch.org/resolver/SCR_021894)) - Element Electrode Localization (version `<Enter version number>`)
80
+
+ DataJoint Elements ([RRID:SCR_021894](https://scicrunch.org/resolver/SCR_021894)) - Element Electrode Localization (version `<Enter version number>`)
0 commit comments