Skip to content

Commit 797e8ad

Browse files
kabilarttngu207
andauthored
Update notebooks/tutorial_pipeline.py
Co-authored-by: Thinh Nguyen <[email protected]>
1 parent d5213a0 commit 797e8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/tutorial_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_imaging_root_data_dir():
2727

2828

2929
def get_calcium_imaging_files(scan_key, acq_software: str):
30-
"""Retrieve the list of absolute paths of the calcium imaging files associated with a given Scan and a given acquisition software (e.g. .tif, .sbx, etc.)."""
30+
"""Retrieve the list of absolute paths of the calcium imaging files associated with a given Scan and a given acquisition software (e.g. "ScanImage", "PrairieView", etc.)."""
3131
# Folder structure: root / subject / session / .tif or .sbx or .nd2
3232
session_dir = element_interface.utils.find_full_path(
3333
get_imaging_root_data_dir(),

0 commit comments

Comments
 (0)