Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
logger = logging.getLogger(__name__)
|
|||
INSIGHT_POINT_LIST_RE = re.compile(r'points\[([^\]]+)\]')
|
|||
OME_MODEL_POINT_LIST_RE = re.compile(r'([\d.]+),([\d.]+)')
|
Imports: omero, time, re, logging, traceback, settings, unwrap
|
return a dict with all there is to know about a channel
|
return a dict with pretty much everything we know and care about an image, all wrapped in a pretty structure.
|
return a dict with all there is to know about a shape
|
Method for converting the string returned from omero.model.ShapeI.getPoints() into an SVG for display on web. E.g: "points[309,427, 366,503, 190,491] points1[309,427, 366,503, 190,491] points2[309,427, 366,503, 190,491]" To: M 309 427 L 366 503 L 190 491 z |
converts a bin int number into css colour, E.g. -1006567680 to '#00ff00' |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 23 15:04:49 2014 | http://epydoc.sourceforge.net |