Mark Bray

Results 23 issues of 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...

Feature request
SW grant

Not sure what happened but I got this error again: https://github.com/CellProfiler/python-javabridge/issues/50. Setting JAVA_HOME "fixed" it.

Tracer

Previously, the UI for SCatterPlot looked like this, with the lasso tool as the 4th from the left. ![image](https://cloud.githubusercontent.com/assets/1186440/13264320/92e1eeea-da3b-11e5-9df4-5c1f51180e29.png) Now this tool is missing in 2.2.0: ![image](https://cloud.githubusercontent.com/assets/1186440/13264328/9bf84d58-da3b-11e5-8132-ff1f66a2db2c.png) This tool is...

Bug
ready

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.

Tracer

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...

Feature request

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...

Feature request

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,...

Feature request

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'...

Bug

**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...

Bug
Needs verification

**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...

Bug
Needs verification