Beth Cimini
Beth Cimini
That makes total sense to me! Thanks for the clarification. Always happy to improve how we do things :)
Yeah, the documentation is pretty clear here that splits should only affect things which currently shared the same label - agree that this behavior is unexpected. Nice catch!
See also - #4719
@emiglietta Can you remove the extra file and do some cleaning of unneeded commented text, when you have a sec, so we can merge? Thanks!
Hi Jesko, I think it's a good idea to suggest in the documentation how to blend the overlays, but we do often leverage the fact that overlays "overwrite" - one...
I can confirm with a different dataset that something strange is happening - the path mapping looks correct (when explored with an online tool) in the h5 file `Measurements/DATETIME/Experiment/Path_Mappings` folder,...
Stack trace is ``` pipeline_exception Error detected during run of module NamesAndTypes Traceback (most recent call last): File "/Users/bcimini/Documents/GitHub/CellProfiler/core/cellprofiler_core/pipeline/_pipeline.py", line 1016, in run_with_yield self.run_module(module, workspace) File "/Users/bcimini/Documents/GitHub/CellProfiler/core/cellprofiler_core/pipeline/_pipeline.py", line 1349, in...
Nowhere near solved yet, but a bit of tracing (all the below in 4.2.x): The name, it turns out, is stored in the ImagePlaneDetails, which are a Java object. Horrifying...