[ome-users] Can somebody explain the pyramid building concept to me?

Josh Moore josh at glencoesoftware.com
Thu Sep 20 07:53:00 BST 2012


On Sep 19, 2012, at 9:55 PM, Jake Carroll wrote:
>> * Change the OMERO tile size. One problem is likely that the IMS file
>> uses 128x128 tiles while OMERO is configured by default ufor 256x256. You
>> could try changing the OMERO default and see if the import times improve.
>> Rendering times may be reduced.
> 
> OK. Points to documentation where I do this? Or do I need to recompile
> from source to achieve?

There are two configuration parameters which you can set using `bin/omero config set` and then restart your server:

$ grep tile git/etc/omero.properties 
...
omero.pixeldata.tile_width=256
omero.pixeldata.tile_height=256

Cheers,
~Josh


More information about the ome-users mailing list