lbm_suite2p_python 3.1.0__tar.gz → 3.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lbm_suite2p_python-3.1.0/lbm_suite2p_python.egg-info → lbm_suite2p_python-3.1.1}/PKG-INFO +2 -2
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/run_lsp.py +4 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/zplane.py +4950 -4950
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1/lbm_suite2p_python.egg-info}/PKG-INFO +2 -2
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python.egg-info/requires.txt +1 -1
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/pyproject.toml +2 -2
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/LICENSE.md +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/MANIFEST.in +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/README.md +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/__init__.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/__main__.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/_benchmarking.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/cellpose.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/cli.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/conversion.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/db_settings.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/default_ops.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/grid_search.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/gui.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/merging.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/postprocessing.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/utils.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python/volume.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python.egg-info/SOURCES.txt +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python.egg-info/dependency_links.txt +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python.egg-info/entry_points.txt +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/lbm_suite2p_python.egg-info/top_level.txt +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/setup.cfg +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/tests/test_frame_count_aliases.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/tests/test_pipeline_parameters.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/tests/test_refactored_pipeline.py +0 -0
- {lbm_suite2p_python-3.1.0 → lbm_suite2p_python-3.1.1}/tests/test_run_volume.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lbm_suite2p_python
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.1
|
|
4
4
|
Summary: Calcium Imaging Pipeline built with Suite2p, Cellpose and Rastermap
|
|
5
5
|
License-Expression: BSD-3-Clause
|
|
6
6
|
Project-URL: homepage, https://github.com/MillerBrainObservatory/LBM-Suite2p-Python
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
11
11
|
Requires-Python: <3.14,>=3.12.7
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE.md
|
|
14
|
-
Requires-Dist: mbo_utilities>=3.1
|
|
14
|
+
Requires-Dist: mbo_utilities>=3.2.1
|
|
15
15
|
Requires-Dist: suite2p>=1.0.0.1
|
|
16
16
|
Requires-Dist: setuptools<81
|
|
17
17
|
Provides-Extra: rastermap
|
|
@@ -2967,6 +2967,10 @@ def run_plane(
|
|
|
2967
2967
|
save_ops_db_settings(ops_file, updated_ops)
|
|
2968
2968
|
|
|
2969
2969
|
except Exception as e:
|
|
2970
|
+
if "no ROIs were found" in str(e):
|
|
2971
|
+
print(f"Warning: no ROIs found for {plane_dir.name}, skipping plane.")
|
|
2972
|
+
_cleanup_bin_files(plane_dir, keep_raw, keep_reg)
|
|
2973
|
+
return ops_file
|
|
2970
2974
|
print(f"Error in run_plane_bin: {e}")
|
|
2971
2975
|
traceback.print_exc()
|
|
2972
2976
|
_cleanup_bin_files(plane_dir, keep_raw, keep_reg)
|