Mark Bray
Mark Bray
For use if your images move say from bcb/ to bcbimage/ or you need to convert the paths from unix to windows, or just replace a whole chunk of the...
Not sure what happened but I got this error again: https://github.com/CellProfiler/python-javabridge/issues/50. Setting JAVA_HOME "fixed" it.
Previously, the UI for SCatterPlot looked like this, with the lasso tool as the 4th from the left.  Now this tool is missing in 2.2.0:  This tool is...
Right now, the appropriate columns are inferred from the properties files. They should be explicitly requested at UI startup and stored as part of the info table.
Right now, cpa quits suddenly with the following error msg (unseen if not using cli) --- Traceback (most recent call last): File "cpa.py", line 529, in app = CPAnalyst(redirect=False) File...
Since the lower bound of the colormap is set to the lowest value (and not to 0), sometimes I'm alarmed that there's a lot of variation in the colormap even...
Seems that if the image path is a URL instead of an absolute file path, the image loader fails. To create an example error: - Open the welcome screen pipeline,...
From this forum post: http://cellprofiler.org/forum/posting.php?mode=quote&f=13&p=9579. The files mentioned are attached. An example query is SELECT o.ImageNumber, o.ObjectNumber, i.Image_Metadata_Strain as "Strain", i.Image_Metadata_Replicate as "Replicate", o.CorrectWorms_Math_Intensity_Area as 'Intensity/Area', o.CorrectWorms_Intensity_UpperQuartileIntensity_Flurscnc_llmcrrctd as 'UQ Intensity'...
**Describe the bug** Running the attached pipeline/images yields the following error at ExportToSpreadsheet: ``` Failed to complete post_run processing for module ExportToSpreadsheet. Traceback (most recent call last): File "cellprofiler_core\pipeline\_pipeline.py", line...
**Describe the bug** Only the `Original` and `Colored by # of neighbors` displays are synchronized w.r.t. to panning/zooming; `Neighbors` display is unaffected by actions taken in the other two. **To...