I just start a pipeline using CellProfiler 2 but there seems to have a problem with the RescaleIntensity module. We have 12 bits image saved in 16 bits, so we have to rescale the histogram.
When I apply the rescale intensity, I get this error message:
Error while processing RescaleIntensity:
too many values to unpack
Traceback (most recent call last):
File “cellprofiler\gui\pipelinecontroller.pyc”, line 792, in do_step
File “cellprofiler\modules\rescaleintensity.pyc”, line 214, in run
ValueError: too many values to unpack
I’m using v.9777 of CellProfiler
It was working fine with CellProfiler 1
Is there something I should do different ?
Thanks,
Daniel