Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
logger = logging.getLogger('webtest')
|
Imports: HttpResponseRedirect, HttpResponse, reverse, render_to_response, getBlitzConnection, _session_logout, webgateway_views, isUserConnected, getSpimData, StringIO, settings, logging, traceback, rint, rstring, omero, Image
|
'Hello World' example from tutorial on http://trac.openmicroscopy.org.uk/ome/wiki/OmeroWeb
|
Attempts to get a connection to the server by calling omeroweb.webgateway.views.getBlitzConnection with the 'request' object. If a connection is created, the user is directed to the 'webtest_index' page. If a connection is not created, this method returns a login page.
|
|
Viewer for overlaying separate channels from the same image or different images and adjusting horizontal and vertical alignment of each
|
Overlays separate channels (red, green, blue) from the same image or different images manipulating each indepdently (translate, scale, rotate etc? )
|
|
Displays an image, using 'jquery.drawinglibrary.js' to draw ROIs on the image.
|
Creates a omero.gateway.CommentAnnotationWrapper and adds it to the images according to variables in the http request.
|
Generates an html page displaying a number of images in a grid with channels split into different columns. The page also includes a form for modifying various display parameters and re-submitting to regenerate this page. If no 'imageIds' parameter (comma-delimited list) is found in the 'request', the page generated is simply a form requesting image IDs. If there are imageIds, the first ID (image) is used to generate the form based on channels of that image.
|
Generates a web page that displays a dataset in two panels, with the option to choose different rendering settings (channels on/off) for each panel. It uses the render_image url for each image, generating the full sized image which is scaled down to view. The page also includes a form for editing the channel settings and display size of images. This form resubmits to this page and displays the page again with updated parameters.
|
Prepare data to display various dimensions of a multi-dim image as axes of a grid of image planes. E.g. x-axis = Time, y-axis = Channel. If the image has spim data, then combine images with different SPIM angles to provide an additional dimension. Also get the SPIM data from various XML annotations and display on page.
|
This view is responsible for showing pixel data as images
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 18 13:28:34 2011 | http://epydoc.sourceforge.net |