|
dataset(request,
datasetId,
conn=None,
**kwargs)
'Hello World' example from tutorial on
http://trac.openmicroscopy.org.uk/ome/wiki/OmeroWeb |
source code
|
|
|
|
|
channel_overlay_viewer(request,
imageId,
conn=None,
**kwargs)
Viewer for overlaying separate channels from the same image or
different images and adjusting horizontal and vertical alignment of
each |
source code
|
|
|
render_channel_overlay(request,
conn=None,
**kwargs)
Overlays separate channels (red, green, blue) from the same image or
different images manipulating each indepdently (translate, scale,
rotate etc? ) |
source code
|
|
|
|
|
split_view_figure(request,
conn=None,
**kwargs)
Generates an html page displaying a number of images in a grid with
channels split into different columns. |
source code
|
|
|
dataset_split_view(request,
datasetId,
conn=None,
**kwargs)
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. |
source code
|
|
|
image_dimensions(request,
imageId,
conn=None,
**kwargs)
Prepare data to display various dimensions of a multi-dim image as
axes of a grid of image planes. |
source code
|
|
|
image_rois(request,
imageId,
conn=None,
**kwargs)
Simply shows a page of ROI thumbnails for the specified image |
source code
|
|
|
|
|
|
|
image_viewer(request,
iid=None,
conn=None,
**kwargs)
This view is responsible for showing pixel data as images. |
source code
|
|
|
|
|
|