cellects 0.3.4__tar.gz → 0.3.7__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.
- {cellects-0.3.4 → cellects-0.3.7}/PKG-INFO +2 -1
- {cellects-0.3.4 → cellects-0.3.7}/README.md +1 -0
- {cellects-0.3.4 → cellects-0.3.7}/pyproject.toml +1 -1
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/__main__.py +6 -2
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects.egg-info/PKG-INFO +2 -1
- {cellects-0.3.4 → cellects-0.3.7}/LICENSE +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/setup.cfg +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/__init__.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/config/__init__.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/config/all_vars_dict.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/core/__init__.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/core/cellects_paths.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/core/cellects_threads.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/core/motion_analysis.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/core/one_image_analysis.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/core/program_organizer.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/core/script_based_run.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/gui/__init__.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/gui/advanced_parameters.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/gui/cellects.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/gui/custom_widgets.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/gui/first_window.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/gui/if_several_folders_window.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/gui/image_analysis_window.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/gui/required_output.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/gui/ui_strings.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/gui/video_analysis_window.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/icons/__init__.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/icons/cellects_icon.icns +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/icons/cellects_icon.ico +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/image_analysis/__init__.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/image_analysis/cell_leaving_detection.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/image_analysis/image_segmentation.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/image_analysis/morphological_operations.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/image_analysis/network_functions.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/image_analysis/one_image_analysis_threads.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/image_analysis/oscillations_functions.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/image_analysis/progressively_add_distant_shapes.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/image_analysis/shape_descriptors.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/utils/__init__.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/utils/decorators.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/utils/formulas.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/utils/load_display_save.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects/utils/utilitarian.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects.egg-info/SOURCES.txt +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects.egg-info/dependency_links.txt +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects.egg-info/entry_points.txt +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects.egg-info/requires.txt +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/src/cellects.egg-info/top_level.txt +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_based_run.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_cell_leaving_detection.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_formulas.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_image_segmentation.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_load_display_save.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_morphological_operations.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_motion_analysis.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_network_functions.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_one_image_analysis.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_program_organizer.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_progressively_add_distant_shapes.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_shape_descriptors.py +0 -0
- {cellects-0.3.4 → cellects-0.3.7}/tests/test_utilitarian.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: cellects
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.7
|
|
4
4
|
Summary: Cell Expansion Computer Tracking Software.
|
|
5
5
|
Author: Aurèle Boussard
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -820,6 +820,7 @@ To cite Cellects, use:
|
|
|
820
820
|
|
|
821
821
|
Run unit tests with:
|
|
822
822
|
```bash
|
|
823
|
+
pip install -e ".[test]"
|
|
823
824
|
pytest
|
|
824
825
|
```
|
|
825
826
|
|
|
@@ -10,12 +10,12 @@ import sys
|
|
|
10
10
|
import logging
|
|
11
11
|
import coloredlogs
|
|
12
12
|
from PySide6 import QtWidgets, QtGui
|
|
13
|
-
from
|
|
13
|
+
from pathlib import Path
|
|
14
14
|
|
|
15
15
|
if sys.platform.startswith('win'):
|
|
16
16
|
try:
|
|
17
17
|
import ctypes
|
|
18
|
-
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(
|
|
18
|
+
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID("cellects.app")
|
|
19
19
|
except Exception as e:
|
|
20
20
|
logging.getLogger(__name__).debug(f"Windows taskbar icon setup failed: {e}")
|
|
21
21
|
|
|
@@ -68,6 +68,10 @@ def run_cellects():
|
|
|
68
68
|
|
|
69
69
|
# Set custom window icon for taskbar (platform-specific handling)
|
|
70
70
|
icon = QtGui.QIcon()
|
|
71
|
+
if hasattr(sys, "_MEIPASS"):
|
|
72
|
+
ICONS_DIR = Path(sys._MEIPASS) / "icons"
|
|
73
|
+
else:
|
|
74
|
+
ICONS_DIR = Path(__file__).parent / "icons"
|
|
71
75
|
platform_icon_path = (
|
|
72
76
|
ICONS_DIR / "cellects_icon.ico" if sys.platform.startswith('win')
|
|
73
77
|
else ICONS_DIR / "cellects_icon.icns"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: cellects
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.7
|
|
4
4
|
Summary: Cell Expansion Computer Tracking Software.
|
|
5
5
|
Author: Aurèle Boussard
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -820,6 +820,7 @@ To cite Cellects, use:
|
|
|
820
820
|
|
|
821
821
|
Run unit tests with:
|
|
822
822
|
```bash
|
|
823
|
+
pip install -e ".[test]"
|
|
823
824
|
pytest
|
|
824
825
|
```
|
|
825
826
|
|
|
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
|
|
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
|
{cellects-0.3.4 → cellects-0.3.7}/src/cellects/image_analysis/progressively_add_distant_shapes.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|