Hello all,
I’m writing a format plugin for Scifio to add support for the Scanco ISQ format. This format has both space and pixel value calibration in its metadata. In ImageJ1 terminology the space calibration is the pixel width, height and depth values in the Calibration object. Value calibration is used to scale the pixel values before they’re shown to the user (Calibration.setFunction
). How can I achieve the same with the ImageMetadata object in Scifio? Right now I can set the space calibration with the setAxes
method, but I don’t know how to do the value calibration. Is this something that will addressed in the the “RichImg” replacement for Dataset
objects?
Best regards,
Richard Domander