Hi,
I use the Image Reader to read an CZI-File (2 Channels, 20 Time Frames). This seems to work OK using the BioFormats Reader (it works perfect in Fiji or ImageJ), even if the output port only shows black images.
My next step was to use the Spitter. I selected XYZ and Time as dimensions to end up with two images, one for each channel (also black).
And finally I wanted to use Image Calculator to divide CH1 by CH2, but the Console showed:
WARN DetectorTypeEnumHandler Unknown DetectorType value 'null' will be stored as "Other"
WARN CorrectionEnumHandler Unknown Correction value 'null' will be stored as "Other"
WARN MediumEnumHandler Unknown Medium value 'null' will be stored as "Other"
WARN BinningEnumHandler Unknown Binning value '1,1' will be stored as "Other"
WARN BinningEnumHandler Unknown Binning value '1,1' will be stored as "Other"
ERROR . Execute failed: Required service is missing: imagej.data.DatasetService
Any ideas, what the problem could be?
Thanks, Sebi