diff --git a/element_calcium_imaging/imaging.py b/element_calcium_imaging/imaging.py index 420aab79..28f5034f 100644 --- a/element_calcium_imaging/imaging.py +++ b/element_calcium_imaging/imaging.py @@ -9,7 +9,7 @@ from . import imaging_report, scan from .scan import ( - get_image_files, + get_calcium_imaging_files, get_imaging_root_data_dir, get_processed_root_data_dir, ) diff --git a/element_calcium_imaging/imaging_no_curation.py b/element_calcium_imaging/imaging_no_curation.py index 610f23a7..814c20f3 100644 --- a/element_calcium_imaging/imaging_no_curation.py +++ b/element_calcium_imaging/imaging_no_curation.py @@ -9,7 +9,7 @@ from . import imaging_report, scan from .scan import ( - get_image_files, + get_calcium_imaging_files, get_imaging_root_data_dir, get_processed_root_data_dir, ) diff --git a/element_calcium_imaging/imaging_preprocess.py b/element_calcium_imaging/imaging_preprocess.py index 37c5cafc..32f682b8 100644 --- a/element_calcium_imaging/imaging_preprocess.py +++ b/element_calcium_imaging/imaging_preprocess.py @@ -9,7 +9,7 @@ from . import imaging_report, scan from .scan import ( - get_image_files, + get_calcium_imaging_files, get_imaging_root_data_dir, get_processed_root_data_dir, )