From 0e2a9c4da4bd411cabe9f84a3035aa6c98adb049 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 16 Feb 2011 10:42:13 +0000 Subject: [PATCH] LMS-1992 jython dropbox: doc SVN: 20009 --- screening/etc/data-set-handler.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/screening/etc/data-set-handler.py b/screening/etc/data-set-handler.py index 90aaa319bfd..954d313f3bf 100755 --- a/screening/etc/data-set-handler.py +++ b/screening/etc/data-set-handler.py @@ -35,6 +35,8 @@ class ImageDataSetFlexible(SimpleImageDataConfig): return image_tokens """ + Overrides the default implementation which returns (1, maxTileNumber) geometry. + Calculates the width and height of the matrix of tiles (a.k.a. fields or sides) in the well. Parameter imageMetadataList: a list of metadata for each encountered image @@ -46,6 +48,8 @@ class ImageDataSetFlexible(SimpleImageDataConfig): return Geometry.createFromRowColDimensions(maxTileNumber / 3, 3); """ + Overrides the default implementation which does the same thing (to demonstrate how this can be done). + For a given tile number and tiles geometry returns (x,y) which describes where the tile is located on the well. -- GitLab