PyNutil 0.3.0__tar.gz → 0.3.2__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.
- {pynutil-0.3.0 → pynutil-0.3.2}/PKG-INFO +3 -3
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil.egg-info/PKG-INFO +3 -3
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil.egg-info/requires.txt +1 -1
- {pynutil-0.3.0 → pynutil-0.3.2}/README.md +1 -1
- {pynutil-0.3.0 → pynutil-0.3.2}/setup.py +1 -1
- {pynutil-0.3.0 → pynutil-0.3.2}/LICENSE +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/__init__.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/config.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/__init__.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/atlas_loader.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/file_operations.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/nifti_writer.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/propagation.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/read_and_write.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/reconstruct_dzi.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/section_visualisation.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/io/volume_nifti.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/main.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/__init__.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/aggregator.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/coordinate_extraction.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/counting_and_load.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/data_analysis.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/generate_target_slice.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/image_loaders.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/section_volume.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/transform.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/transformations.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/utils.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil/processing/visualign_deformations.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil.egg-info/SOURCES.txt +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil.egg-info/dependency_links.txt +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/PyNutil.egg-info/top_level.txt +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/setup.cfg +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_build_volume_from_sections.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_cellpose_quantification.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_coordinate_scaling.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_damage_volume_interpolation.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_helpers.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_intensity_quantification.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_interpolate_volume_value_modes.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_quantification.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_transformations.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_validation.py +0 -0
- {pynutil-0.3.0 → pynutil-0.3.2}/tests/test_visualisations.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyNutil
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: a package to quantify atlas registered brain data
|
|
5
5
|
Home-page: https://github.com/Neural-Systems-at-UIO/PyNutil
|
|
6
6
|
License: MIT
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
License-File: LICENSE
|
|
9
|
-
Requires-Dist: numpy
|
|
9
|
+
Requires-Dist: numpy
|
|
10
10
|
Requires-Dist: brainglobe-atlasapi
|
|
11
11
|
Requires-Dist: pandas
|
|
12
12
|
Requires-Dist: pynrrd
|
|
@@ -58,7 +58,7 @@ pip install -e .
|
|
|
58
58
|
## GUI
|
|
59
59
|
download the executable for Windows and macOS via the [GitHub releases tab](https://GitHub.com/Neural-Systems-at-UIO/PyNutil/releases)
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
<img width="1004" height="728" alt="image" src="https://github.com/user-attachments/assets/7038a5d1-5a1e-4afc-904b-9c2bf3ea81a1" />
|
|
62
62
|
|
|
63
63
|
# Usage
|
|
64
64
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyNutil
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: a package to quantify atlas registered brain data
|
|
5
5
|
Home-page: https://github.com/Neural-Systems-at-UIO/PyNutil
|
|
6
6
|
License: MIT
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
License-File: LICENSE
|
|
9
|
-
Requires-Dist: numpy
|
|
9
|
+
Requires-Dist: numpy
|
|
10
10
|
Requires-Dist: brainglobe-atlasapi
|
|
11
11
|
Requires-Dist: pandas
|
|
12
12
|
Requires-Dist: pynrrd
|
|
@@ -58,7 +58,7 @@ pip install -e .
|
|
|
58
58
|
## GUI
|
|
59
59
|
download the executable for Windows and macOS via the [GitHub releases tab](https://GitHub.com/Neural-Systems-at-UIO/PyNutil/releases)
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
<img width="1004" height="728" alt="image" src="https://github.com/user-attachments/assets/7038a5d1-5a1e-4afc-904b-9c2bf3ea81a1" />
|
|
62
62
|
|
|
63
63
|
# Usage
|
|
64
64
|
|
|
@@ -34,7 +34,7 @@ pip install -e .
|
|
|
34
34
|
## GUI
|
|
35
35
|
download the executable for Windows and macOS via the [GitHub releases tab](https://GitHub.com/Neural-Systems-at-UIO/PyNutil/releases)
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
<img width="1004" height="728" alt="image" src="https://github.com/user-attachments/assets/7038a5d1-5a1e-4afc-904b-9c2bf3ea81a1" />
|
|
38
38
|
|
|
39
39
|
# Usage
|
|
40
40
|
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|