napari-tmidas 0.1.2__tar.gz → 0.1.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.
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/PKG-INFO +9 -10
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/README.md +8 -9
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_version.py +2 -2
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas.egg-info/PKG-INFO +9 -10
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/.github/dependabot.yml +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/.github/workflows/test_and_deploy.yml +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/.gitignore +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/.napari-hub/DESCRIPTION.md +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/.napari-hub/config.yml +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/.pre-commit-config.yaml +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/LICENSE +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/MANIFEST.in +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/pyproject.toml +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/setup.cfg +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/__init__.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_file_selector.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_label_inspection.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_reader.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_registry.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_sample_data.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_tests/__init__.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_tests/test_reader.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_tests/test_sample_data.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_tests/test_widget.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_tests/test_writer.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_widget.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/_writer.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/napari.yaml +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/processing_functions/__init__.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/processing_functions/basic.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/processing_functions/scipy_filters.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/processing_functions/skimage_filters.py +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas.egg-info/SOURCES.txt +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas.egg-info/dependency_links.txt +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas.egg-info/entry_points.txt +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas.egg-info/requires.txt +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas.egg-info/top_level.txt +0 -0
- {napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: napari-tmidas
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Tissue Microscopy Image Data Analysis Suite
|
|
5
5
|
Author: Marco Meer
|
|
6
6
|
Author-email: marco.meer@pm.me
|
|
@@ -92,33 +92,32 @@ To install the latest development version:
|
|
|
92
92
|
|
|
93
93
|
## Usage
|
|
94
94
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
1. You can find the installed plugin here:
|
|
95
|
+
You can find the installed plugin here:
|
|
98
96
|
|
|
99
97
|

|
|
100
98
|
|
|
99
|
+
### File inspector
|
|
101
100
|
|
|
102
|
-
|
|
101
|
+
1. After opening `Plugins > T-MIDAS > File selector`, enter the path to the folder containing the images to be processed (currently supports TIF, later also ZARR). You can also filter for filename suffix.
|
|
103
102
|
|
|
104
103
|

|
|
105
104
|
|
|
106
|
-
|
|
105
|
+
2. As a result, a table appears with the found images.
|
|
107
106
|
|
|
108
107
|

|
|
109
108
|
|
|
110
|
-
|
|
109
|
+
3. Next, select a processing function, set parameters if applicable and `Start Batch Processing`.
|
|
111
110
|
|
|
112
111
|

|
|
113
112
|
|
|
114
|
-
|
|
113
|
+
4. You can click on the images in the table to show them in the viewer. For example first click on one of the `Original Files`, and then the corresponding `Processed File` to see an overlay.
|
|
115
114
|
|
|
116
115
|

|
|
117
116
|
|
|
118
|
-
|
|
117
|
+
Note that whenever you click on an `Original File` or `Processed File` in the table, it will replace the one that is currently shown in the viewer. So naturally, you'd first select the original image, and then the processed image to correctly see the image pair that you want to inspect.
|
|
119
118
|
|
|
120
119
|
### Label inspector
|
|
121
|
-
If you have already segmented a folder full of images and now you want to maybe inspect and edit each label image, you can use the Label inspector
|
|
120
|
+
If you have already segmented a folder full of images and now you want to maybe inspect and edit each label image, you can use the `Plugins > T-MIDAS > Label inspector`, which automatically saves your changes to the existing label image once you click the `Save Changes and Continue` button (bottom right).
|
|
122
121
|
|
|
123
122
|

|
|
124
123
|
|
|
@@ -24,33 +24,32 @@ To install the latest development version:
|
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
1. You can find the installed plugin here:
|
|
27
|
+
You can find the installed plugin here:
|
|
30
28
|
|
|
31
29
|

|
|
32
30
|
|
|
31
|
+
### File inspector
|
|
33
32
|
|
|
34
|
-
|
|
33
|
+
1. After opening `Plugins > T-MIDAS > File selector`, enter the path to the folder containing the images to be processed (currently supports TIF, later also ZARR). You can also filter for filename suffix.
|
|
35
34
|
|
|
36
35
|

|
|
37
36
|
|
|
38
|
-
|
|
37
|
+
2. As a result, a table appears with the found images.
|
|
39
38
|
|
|
40
39
|

|
|
41
40
|
|
|
42
|
-
|
|
41
|
+
3. Next, select a processing function, set parameters if applicable and `Start Batch Processing`.
|
|
43
42
|
|
|
44
43
|

|
|
45
44
|
|
|
46
|
-
|
|
45
|
+
4. You can click on the images in the table to show them in the viewer. For example first click on one of the `Original Files`, and then the corresponding `Processed File` to see an overlay.
|
|
47
46
|
|
|
48
47
|

|
|
49
48
|
|
|
50
|
-
|
|
49
|
+
Note that whenever you click on an `Original File` or `Processed File` in the table, it will replace the one that is currently shown in the viewer. So naturally, you'd first select the original image, and then the processed image to correctly see the image pair that you want to inspect.
|
|
51
50
|
|
|
52
51
|
### Label inspector
|
|
53
|
-
If you have already segmented a folder full of images and now you want to maybe inspect and edit each label image, you can use the Label inspector
|
|
52
|
+
If you have already segmented a folder full of images and now you want to maybe inspect and edit each label image, you can use the `Plugins > T-MIDAS > Label inspector`, which automatically saves your changes to the existing label image once you click the `Save Changes and Continue` button (bottom right).
|
|
54
53
|
|
|
55
54
|

|
|
56
55
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: napari-tmidas
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Tissue Microscopy Image Data Analysis Suite
|
|
5
5
|
Author: Marco Meer
|
|
6
6
|
Author-email: marco.meer@pm.me
|
|
@@ -92,33 +92,32 @@ To install the latest development version:
|
|
|
92
92
|
|
|
93
93
|
## Usage
|
|
94
94
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
1. You can find the installed plugin here:
|
|
95
|
+
You can find the installed plugin here:
|
|
98
96
|
|
|
99
97
|

|
|
100
98
|
|
|
99
|
+
### File inspector
|
|
101
100
|
|
|
102
|
-
|
|
101
|
+
1. After opening `Plugins > T-MIDAS > File selector`, enter the path to the folder containing the images to be processed (currently supports TIF, later also ZARR). You can also filter for filename suffix.
|
|
103
102
|
|
|
104
103
|

|
|
105
104
|
|
|
106
|
-
|
|
105
|
+
2. As a result, a table appears with the found images.
|
|
107
106
|
|
|
108
107
|

|
|
109
108
|
|
|
110
|
-
|
|
109
|
+
3. Next, select a processing function, set parameters if applicable and `Start Batch Processing`.
|
|
111
110
|
|
|
112
111
|

|
|
113
112
|
|
|
114
|
-
|
|
113
|
+
4. You can click on the images in the table to show them in the viewer. For example first click on one of the `Original Files`, and then the corresponding `Processed File` to see an overlay.
|
|
115
114
|
|
|
116
115
|

|
|
117
116
|
|
|
118
|
-
|
|
117
|
+
Note that whenever you click on an `Original File` or `Processed File` in the table, it will replace the one that is currently shown in the viewer. So naturally, you'd first select the original image, and then the processed image to correctly see the image pair that you want to inspect.
|
|
119
118
|
|
|
120
119
|
### Label inspector
|
|
121
|
-
If you have already segmented a folder full of images and now you want to maybe inspect and edit each label image, you can use the Label inspector
|
|
120
|
+
If you have already segmented a folder full of images and now you want to maybe inspect and edit each label image, you can use the `Plugins > T-MIDAS > Label inspector`, which automatically saves your changes to the existing label image once you click the `Save Changes and Continue` button (bottom right).
|
|
122
121
|
|
|
123
122
|

|
|
124
123
|
|
|
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
|
{napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/processing_functions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{napari_tmidas-0.1.2 → napari_tmidas-0.1.3}/src/napari_tmidas/processing_functions/scipy_filters.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
|