fixed bug that caused the plugin Estimate_White to be broken since 14/02/2020

This commit is contained in:
Guillaume Raffy 2020-03-12 17:37:27 +01:00
parent 76094378b9
commit 3c8f14f34b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ from lipase.settings import UserSettings
# from lipase import Lipase, ImageLogger
from lipase.imageengine import IImageEngine, PixelType, StackImageFeeder
from lipase.imagej.ijimageengine import IJImageEngine
from lipase.preprocessing import WhiteEstimator
from lipase.telemos import WhiteEstimator
from lipase.catalog import ImageCatalog
from ij import IJ