EM Segmenter: input type mismatch

Operating system: Windows
Slicer version: 3.6.3
Expected behavior:
Actual behavior: Input Image Error

Hello.
I am getting “Scalar type mismatch for input images” error in EM Segmenter. How do I match the types?
Thank you,
Nadya

Sounds like you may need to cast the volumes to the same datatype.

Hi Steve,

Could you give us little more detail about casting datatype?

Thanks.

Hi -

You can look in the Volumes module to see what datatypes the images are. Then you can use the Cast Scalar Volume module so that your input matches the atlas (I think the EMSegment requires type short but you may need to do some experiments).

https://www.slicer.org/wiki/Documentation/4.8/Modules/CastScalarVolume

-Steve