You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable "Extract all ROIs in a single image object"
Click on "OK"
Example of extraction:
Traceback:
Traceback (most recent call last):
File "C:\Dev\Projets\DataLab\cdl\core\gui\processor\catcher.py", line 50, in wng_err_func
result = func(*args)
^^^^^^^^^^^
File "C:\Dev\Projets\DataLab\cdl\computation\image\__init__.py", line 773, in extract_multiple_roi
src2.roi = src2.roi.from_params(src2, group)
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'from_params'
The text was updated successfully, but these errors were encountered:
How to reproduce:
Example of extraction:

Traceback:
The text was updated successfully, but these errors were encountered: