I'm looking for a suitable place to insert information about the histogram transform (boundaries) used to transform the captured 16-bit image to an 8-bit displayed image. I am working with a system for electron microscopy and it is fairly common to have nearly all of your image data in a narrow peak at the lower end of the 16-bit range. To view this on screen, the data is then transformed to 8 bits using an upper and lower bound placed around this peak. These bounds are usually auto-calculated (crop 0.5% of raw histogram on each side or some such) but can be overridden by the user. The bounds for this transformation would be nice to save in the OME file.
So my question - is there a place where such information can be saved in the OME structure, and if not, are there any plans to incorporate it in future versions?
/Uppstrom