cellprofiler-library-nightly 5.0.0.dev641__tar.gz → 5.0.0.dev643__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.
- {cellprofiler_library_nightly-5.0.0.dev641/cellprofiler_library_nightly.egg-info → cellprofiler_library_nightly-5.0.0.dev643}/PKG-INFO +1 -1
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/_version.py +3 -3
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measureobjectintensitydistribution.py +5 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measureobjectintensitydistribution.py +9 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643/cellprofiler_library_nightly.egg-info}/PKG-INFO +1 -1
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/LICENSE +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/README.md +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/__init__.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/functions/__init__.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/functions/file_processing.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/functions/image_processing.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/functions/measurement.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/functions/object_processing.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/functions/segmentation.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/measurement_model.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/__init__.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_closing.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_colortogray.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_combineobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_convertimagetoobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_convertobjectstoimage.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_correctilluminationapply.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_crop.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_dilateimage.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_dilateobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_enhanceedges.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_enhanceorsuppressfeatures.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_erodeimage.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_erodeobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_expandorshrinkobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_fillobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_flipandrotate.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_gaussianfilter.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_graytocolor.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_identifydeadworms.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_identifyprimaryobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_identifysecondaryobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_identifytertiaryobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_imagemath.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measurecolocalization.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measuregranularity.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measureimageareaoccupied.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measureimageintensity.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measureimageoverlap.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measureimagequality.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measureimageskeleton.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measureobjectintensity.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measureobjectneighbors.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measureobjectoverlap.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measureobjectsizeshape.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measureobjectskeleton.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_measuretexture.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_medialaxis.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_medianfilter.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_morph.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_morphologicalskeleton.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_opening.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_overlayobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_overlayoutlines.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_reducenoise.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_removeholes.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_resize.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_savecroppedobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_shrinktoobjectcenters.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_smooth.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_threshold.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/modules/_watershed.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/__init__.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/colortogray.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/convertimagetoobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/convertobjectstoimage.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/correctilluminationapply.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/crop.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/dilateimage.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/dilateobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/enhanceedges.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/enhanceorsuppressfeatures.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/erodeimage.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/erodeobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/flipandrotate.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/graytocolor.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/identifydeadworms.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/identifyprimaryobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/identifysecondaryobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/identifytertiaryobjects.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/imagemath.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measurecolocalization.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measuregranularity.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measureimageareaoccupied.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measureimageintensity.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measureimageoverlap.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measureimagequality.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measureimageskeleton.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measureobjectintensity.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measureobjectneighbors.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measureobjectoverlap.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measureobjectskeleton.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/measuretexture.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/morph.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/objectsizeshapefeatures.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/overlayoutlines.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/removeholes.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/resize.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/shrinktoobjectcenters.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/smooth.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/structuring_elements.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/opts/threshold.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/py.typed +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library/types.py +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library_nightly.egg-info/SOURCES.txt +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library_nightly.egg-info/dependency_links.txt +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library_nightly.egg-info/requires.txt +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/cellprofiler_library_nightly.egg-info/top_level.txt +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/environment.yml +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/pyproject.toml +0 -0
- {cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cellprofiler-library-nightly
|
|
3
|
-
Version: 5.0.0.
|
|
3
|
+
Version: 5.0.0.dev643
|
|
4
4
|
Summary: cellprofiler-library implements CellProfiler's image processing and mathematical code, and is usable as a standalone library
|
|
5
5
|
Author: Anne Carpenter, Thouis (Ray) Jones, Lee Kamentsky, Vebjorn Ljosa, David Logan, Mark Bray, Madison Swain-Bowden, Allen Goodman, Claire McQuinn, Alice Lucas, Callum Tromans-Coia
|
|
6
6
|
Author-email: Beth Cimini <bcimini@broadinstitute.org>, David Stirling <dstirling@glencoesoftware.com>, Nodar Gogoberidze <ngogober@broadinstitute.org>
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '5.0.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (5, 0, 0, '
|
|
31
|
+
__version__ = version = '5.0.0.dev643'
|
|
32
|
+
__version_tuple__ = version_tuple = (5, 0, 0, 'dev643')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g229e6671e'
|
|
@@ -104,6 +104,11 @@ def record_bin_measurements(
|
|
|
104
104
|
TemplateMeasurementFormat(TemplateMeasurementFormat.RD_RADIAL_CV),
|
|
105
105
|
TemplateMeasurementFormat.RD_OVERFLOW_RADIAL_CV,
|
|
106
106
|
),
|
|
107
|
+
(
|
|
108
|
+
numpy.full(nobjects, nbin + 1),
|
|
109
|
+
TemplateMeasurementFormat(TemplateMeasurementFormat.RD_BIN_NUM),
|
|
110
|
+
TemplateMeasurementFormat.RD_OVERFLOW_BIN_NUM,
|
|
111
|
+
),
|
|
107
112
|
):
|
|
108
113
|
if nbin == bin_count:
|
|
109
114
|
measurement_name = overflow_feature % image_name
|
|
@@ -42,12 +42,14 @@ class Feature(str, Enum):
|
|
|
42
42
|
RADIAL_CV = "RadialCV"
|
|
43
43
|
ZERNIKE_MAGNITUDE = "ZernikeMagnitude"
|
|
44
44
|
ZERNIKE_PHASE = "ZernikePhase"
|
|
45
|
+
BIN_NUMBER = "BinNumber"
|
|
45
46
|
|
|
46
47
|
|
|
47
48
|
F_ALL = [
|
|
48
49
|
Feature.FRAC_AT_D.value,
|
|
49
50
|
Feature.MEAN_FRAC.value,
|
|
50
51
|
Feature.RADIAL_CV.value,
|
|
52
|
+
Feature.BIN_NUMBER.value,
|
|
51
53
|
]
|
|
52
54
|
|
|
53
55
|
|
|
@@ -56,12 +58,14 @@ class MeasurementChoice(str, Enum):
|
|
|
56
58
|
FRAC_AT_D = "Fraction at Distance"
|
|
57
59
|
MEAN_FRAC = "Mean Fraction"
|
|
58
60
|
RADIAL_CV = "Radial CV"
|
|
61
|
+
BIN_NUM = "Bin Number"
|
|
59
62
|
|
|
60
63
|
|
|
61
64
|
MEASUREMENT_CHOICES = [
|
|
62
65
|
MeasurementChoice.FRAC_AT_D.value,
|
|
63
66
|
MeasurementChoice.MEAN_FRAC.value,
|
|
64
67
|
MeasurementChoice.RADIAL_CV.value,
|
|
68
|
+
MeasurementChoice.BIN_NUM.value,
|
|
65
69
|
]
|
|
66
70
|
|
|
67
71
|
"""Format strings used to build per-bin feature names."""
|
|
@@ -76,6 +80,7 @@ class TemplateMeasurementFormat(str):
|
|
|
76
80
|
RD_FRAC_AT_D = "_".join((C_RADIAL_DISTRIBUTION, Feature.FRAC_AT_D.value + FF_GENERIC))
|
|
77
81
|
RD_MEAN_FRAC = "_".join((C_RADIAL_DISTRIBUTION, Feature.MEAN_FRAC.value + FF_GENERIC))
|
|
78
82
|
RD_RADIAL_CV = "_".join((C_RADIAL_DISTRIBUTION, Feature.RADIAL_CV.value + FF_GENERIC))
|
|
83
|
+
RD_BIN_NUM = "_".join((C_RADIAL_DISTRIBUTION, Feature.BIN_NUMBER.value + FF_GENERIC))
|
|
79
84
|
RD_OVERFLOW_FRAC_AT_D = "_".join(
|
|
80
85
|
(C_RADIAL_DISTRIBUTION, Feature.FRAC_AT_D.value, "%s", FF_OVERFLOW)
|
|
81
86
|
)
|
|
@@ -85,10 +90,14 @@ class TemplateMeasurementFormat(str):
|
|
|
85
90
|
RD_OVERFLOW_RADIAL_CV = "_".join(
|
|
86
91
|
(C_RADIAL_DISTRIBUTION, Feature.RADIAL_CV.value, "%s", FF_OVERFLOW)
|
|
87
92
|
)
|
|
93
|
+
RD_OVERFLOW_BIN_NUM = "_".join(
|
|
94
|
+
(C_RADIAL_DISTRIBUTION, Feature.BIN_NUMBER.value, "%s", FF_OVERFLOW)
|
|
95
|
+
)
|
|
88
96
|
|
|
89
97
|
|
|
90
98
|
MEASUREMENT_ALIASES = {
|
|
91
99
|
MeasurementChoice.FRAC_AT_D.value: TemplateMeasurementFormat(TemplateMeasurementFormat.RD_FRAC_AT_D),
|
|
92
100
|
MeasurementChoice.MEAN_FRAC.value: TemplateMeasurementFormat(TemplateMeasurementFormat.RD_MEAN_FRAC),
|
|
93
101
|
MeasurementChoice.RADIAL_CV.value: TemplateMeasurementFormat(TemplateMeasurementFormat.RD_RADIAL_CV),
|
|
102
|
+
MeasurementChoice.BIN_NUM.value: TemplateMeasurementFormat(TemplateMeasurementFormat.RD_BIN_NUM),
|
|
94
103
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cellprofiler-library-nightly
|
|
3
|
-
Version: 5.0.0.
|
|
3
|
+
Version: 5.0.0.dev643
|
|
4
4
|
Summary: cellprofiler-library implements CellProfiler's image processing and mathematical code, and is usable as a standalone library
|
|
5
5
|
Author: Anne Carpenter, Thouis (Ray) Jones, Lee Kamentsky, Vebjorn Ljosa, David Logan, Mark Bray, Madison Swain-Bowden, Allen Goodman, Claire McQuinn, Alice Lucas, Callum Tromans-Coia
|
|
6
6
|
Author-email: Beth Cimini <bcimini@broadinstitute.org>, David Stirling <dstirling@glencoesoftware.com>, Nodar Gogoberidze <ngogober@broadinstitute.org>
|
{cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/LICENSE
RENAMED
|
File without changes
|
{cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/README.md
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cellprofiler_library_nightly-5.0.0.dev641 → cellprofiler_library_nightly-5.0.0.dev643}/setup.cfg
RENAMED
|
File without changes
|