diff --git a/imagej/__init__.py b/imagej/__init__.py index 83527b62..29ae6cd6 100644 --- a/imagej/__init__.py +++ b/imagej/__init__.py @@ -245,7 +245,7 @@ def dtype(self, image_or_type): # -- ImgLib2 types -- if sj.jclass('net.imglib2.type.Type').isInstance(image_or_type): ij2_types = { - 'net.imglib2.type.logic.BitType': 'bool', + #'net.imglib2.type.logic.BitType': 'bool', 'net.imglib2.type.numeric.integer.ByteType': 'int8', 'net.imglib2.type.numeric.integer.ByteLongAccessType': 'int8', 'net.imglib2.type.numeric.integer.ShortType': 'int16',