Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 4 of Ticket #1950


Ignore:
Timestamp:
09/17/10 10:23:01 (14 years ago)
Author:
wmoore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1950

    • Property Priority changed from minor to critical
  • Ticket #1950 – Description

    initial v4  
    88 
    99RawPixelsStore: 
    10  * getPlaneRegion(int z, int c, int t, int x, int y, int width, int height)  
     10 * getPlaneRegion(int z, int c, int t, int x, int y, int width, int height, zoom)  
    1111 * setPlaneRegion(int z, int c, int t, int x, int y, int width, int height) 
     12 * getCubeRegion(x,y,z, w,h,d, zoom)  - see below 
    1213 
    1314RenderingEngine: 
     
    1617 * etc. for other methods.  
    1718 
     19}}} 
    1820 
    19 }}} 
     21EXAMPLE USE CASES: 
     22 
     23 * Catmaid is a "google-maps" (with Z) browse and annotation tool for large images that uses an image pyramid from TrakEM2.  
     24http://ukpmc.ac.uk/classic/articlerender.cgi?artid=1785110 
     25http://fly.mpi-cbg.de/~saalfeld/catmaid/ 
     26Would be nice if we can support clients like this, either by generating an entire jpeg pyramid when the image is imported or opened, or making each tile on the fly as required?  
     27 
     28 * Open Astex Viewer, as an applet runs out of memory when rendering a cube over 160 x 160 x 160 (approx). To view larger volumes in 3D, we scale down in 3D. Currently do this in Ingvar's java code and save as a sub-sampled mrc.map, but might be nice to do on the server. Not sure what the API would look like, but I guess it would be: getCubeRegion(x,y,z, w,h,d, zoom).   

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.15721 sec.)

We're Hiring!