lbm_suite2p_python 3.0.2__tar.gz → 3.0.3__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.0.2/lbm_suite2p_python.egg-info → lbm_suite2p_python-3.0.3}/PKG-INFO +2 -2
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/run_lsp.py +8 -1
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3/lbm_suite2p_python.egg-info}/PKG-INFO +2 -2
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python.egg-info/requires.txt +1 -1
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/pyproject.toml +2 -2
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/LICENSE.md +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/MANIFEST.in +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/README.md +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/__init__.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/__main__.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/_benchmarking.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/cellpose.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/cli.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/conversion.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/db_settings.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/default_ops.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/grid_search.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/gui.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/merging.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/postprocessing.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/utils.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/volume.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python/zplane.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python.egg-info/SOURCES.txt +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python.egg-info/dependency_links.txt +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python.egg-info/entry_points.txt +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python.egg-info/top_level.txt +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/setup.cfg +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/tests/test_frame_count_aliases.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/tests/test_pipeline_parameters.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/tests/test_refactored_pipeline.py +0 -0
- {lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/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.0.
|
|
3
|
+
Version: 3.0.3
|
|
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.0.
|
|
14
|
+
Requires-Dist: mbo_utilities>=3.0.2
|
|
15
15
|
Requires-Dist: suite2p>=1.0.0.1
|
|
16
16
|
Requires-Dist: setuptools<81
|
|
17
17
|
Provides-Extra: rastermap
|
|
@@ -2052,7 +2052,12 @@ def run_plane(
|
|
|
2052
2052
|
nframes_hint = existing_ops.get("nframes_chan1") or existing_ops.get(
|
|
2053
2053
|
"nframes"
|
|
2054
2054
|
)
|
|
2055
|
-
subdir_name = generate_plane_dirname(
|
|
2055
|
+
subdir_name = generate_plane_dirname(
|
|
2056
|
+
plane=naming_plane,
|
|
2057
|
+
nframes=nframes_hint,
|
|
2058
|
+
frame_start=(int(min(frame_indices)) + 1) if frame_indices else 1,
|
|
2059
|
+
frame_stop=(int(max(frame_indices)) + 1) if frame_indices else None,
|
|
2060
|
+
)
|
|
2056
2061
|
|
|
2057
2062
|
plane_dir = save_path / subdir_name
|
|
2058
2063
|
plane_dir.mkdir(exist_ok=True)
|
|
@@ -2122,6 +2127,8 @@ def run_plane(
|
|
|
2122
2127
|
subdir_name = generate_plane_dirname(
|
|
2123
2128
|
plane=naming_plane,
|
|
2124
2129
|
nframes=nframes_hint,
|
|
2130
|
+
frame_start=(int(min(frame_indices)) + 1) if frame_indices else 1,
|
|
2131
|
+
frame_stop=(int(max(frame_indices)) + 1) if frame_indices else None,
|
|
2125
2132
|
)
|
|
2126
2133
|
|
|
2127
2134
|
plane_dir = save_path / subdir_name
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lbm_suite2p_python
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.3
|
|
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.0.
|
|
14
|
+
Requires-Dist: mbo_utilities>=3.0.2
|
|
15
15
|
Requires-Dist: suite2p>=1.0.0.1
|
|
16
16
|
Requires-Dist: setuptools<81
|
|
17
17
|
Provides-Extra: rastermap
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "lbm_suite2p_python"
|
|
7
|
-
version = "3.0.
|
|
7
|
+
version = "3.0.3"
|
|
8
8
|
description = "Calcium Imaging Pipeline built with Suite2p, Cellpose and Rastermap"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "BSD-3-Clause"
|
|
@@ -18,7 +18,7 @@ classifiers=[
|
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
dependencies = [
|
|
21
|
-
"mbo_utilities>=3.0.
|
|
21
|
+
"mbo_utilities>=3.0.2",
|
|
22
22
|
"suite2p>=1.0.0.1",
|
|
23
23
|
"setuptools<81",
|
|
24
24
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{lbm_suite2p_python-3.0.2 → lbm_suite2p_python-3.0.3}/lbm_suite2p_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|