Skip to content

Commit

Permalink
Update notebooks/tutorial_pipeline.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thinh Nguyen <[email protected]>
  • Loading branch information
kabilar and ttngu207 authored Aug 10, 2023
1 parent d5213a0 commit 797e8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/tutorial_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_imaging_root_data_dir():


def get_calcium_imaging_files(scan_key, acq_software: str):
"""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.)."""
"""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.)."""
# Folder structure: root / subject / session / .tif or .sbx or .nd2
session_dir = element_interface.utils.find_full_path(
get_imaging_root_data_dir(),
Expand Down

0 comments on commit 797e8ad

Please sign in to comment.