@@ -57,9 +57,10 @@ def activate(ephys_schema_name, probe_schema_name=None, *, create_schema=True,
57
57
58
58
def get_ephys_root_data_dir () -> list :
59
59
"""
60
- All data paths, directories in DataJoint Elements are recommended to be stored as
61
- relative paths, with respect to some user-configured "root" directory,
62
- which varies from machine to machine (e.g. different mounted drive locations)
60
+ All data paths, directories in DataJoint Elements are recommended to be
61
+ stored as relative paths, with respect to some user-configured "root"
62
+ directory, which varies from machine to machine (e.g. different mounted
63
+ drive locations)
63
64
64
65
get_ephys_root_data_dir() -> list
65
66
This user-provided function retrieves the possible root data directories
@@ -78,7 +79,7 @@ def get_session_directory(session_key: dict) -> str:
78
79
Retrieve the session directory containing the
79
80
recorded Neuropixels data for a given Session
80
81
:param session_key: a dictionary of one Session `key`
81
- :return: a string for full path to the session directory
82
+ :return: a string for relative or full path to the session directory
82
83
"""
83
84
return _linking_module .get_session_directory (session_key )
84
85
@@ -448,7 +449,7 @@ class Curation(dj.Manual):
448
449
curation_id: int
449
450
---
450
451
curation_time: datetime # time of generation of this set of curated clustering results
451
- curation_output_dir: varchar(255) # output directory of the curated results, relative to clustering root data directory
452
+ curation_output_dir: varchar(255) # output directory of the curated results, relative to root data directory
452
453
quality_control: bool # has this clustering result undergone quality control?
453
454
manual_curation: bool # has manual curation been performed on this clustering result?
454
455
curation_note='': varchar(2000)
0 commit comments