@@ -57,9 +57,10 @@ def activate(ephys_schema_name, probe_schema_name=None, *, create_schema=True,
5757
5858def get_ephys_root_data_dir () -> list :
5959 """
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)
6364
6465 get_ephys_root_data_dir() -> list
6566 This user-provided function retrieves the possible root data directories
@@ -78,7 +79,7 @@ def get_session_directory(session_key: dict) -> str:
7879 Retrieve the session directory containing the
7980 recorded Neuropixels data for a given Session
8081 :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
8283 """
8384 return _linking_module .get_session_directory (session_key )
8485
@@ -448,7 +449,7 @@ class Curation(dj.Manual):
448449 curation_id: int
449450 ---
450451 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
452453 quality_control: bool # has this clustering result undergone quality control?
453454 manual_curation: bool # has manual curation been performed on this clustering result?
454455 curation_note='': varchar(2000)
0 commit comments