[ome-devel] Adding min/max information to PyramidTiffReader
William Moore (Staff)
W.Moore at dundee.ac.uk
Tue Dec 20 11:31:16 GMT 2016
Hi Paul,
See the 3 examples for using "setActiveChannels
on https://www.openmicroscopy.org/site/support/omero5.2/developers/Python.html
Then save settings with:
image.saveDefaults().
If you’re iterating through a bunch of images then you’ll want to close the
rendering engine for each after saving.
image._re.close()
Hope that helps,
Will.
On 20 Dec 2016, at 10:41, Paul van Schayck <paul at vanschayck.nl<mailto:paul at vanschayck.nl>> wrote:
Hi Sebastien,
Thanks for the update.
On Tue, Dec 20, 2016 at 10:47 AM, Sebastien Besson (Staff)
<s.besson at dundee.ac.uk<mailto:s.besson at dundee.ac.uk>> wrote:
Unfortunately the required changes to set the minmax within a format reader
are breaking. As we are
trying to keep the changes in the Bio-Formats 5.3+ line
backwards-compatible, this means we will not be
able to put these changes in place before the next round of breaking changes
in Bio-Formats 6.x for which
we currently have no defined roadmap/timeline.
If you have any trello card or trac issue to track, can you let me know. Thanks.
In the meantime I created this OMERO script [1] a while a go to fix
the minmax after importing. This does not however do exactly what I
would like. The function setChannelGlobalMinMax() cuts of the channel
min and max values to the ones specified. I would like to still be
able to set the min and max to values higher and lower. I guess this
is called a rendering setting. Would you be able to give me a few
pointers on how to create and save rendering settings from the Python
API. And to set those as the primary rendering settings being used for
all users.
Thanks,
Paul
[1] https://github.com/M4I-nanoscopy/omero-user-scripts/blob/master/omero/util_scripts/Fix_MinMax.py
_______________________________________________
ome-devel mailing list
ome-devel at lists.openmicroscopy.org.uk<mailto:ome-devel at lists.openmicroscopy.org.uk>
http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel
The University of Dundee is a registered Scottish Charity, No: SC015096
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openmicroscopy.org.uk/pipermail/ome-devel/attachments/20161220/5f06d699/attachment.html>
More information about the ome-devel
mailing list