Package omero :: Package util :: Module populate_roi :: Class PlateAnalysisCtxFactory
[hide private]
[frames] | no frames]

Class PlateAnalysisCtxFactory

source code


The plate analysis context factory is responsible for detecting and returning a plate analysis context instance for a given plate.

Instance Methods [hide private]
 
__init__(self, service_factory)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
find_images_for_plate(self, plate_id)
Retrieves all the images associated with a given plate.
source code
 
gather_original_files(self, obj, original_files, original_file_obj_map) source code
 
get_analysis_ctx(self, plate_id)
Retrieves a plate analysis context for a given plate.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  implementations = FlexPlateAnalysisCtx, MIASPlateAnalysisCtx, ...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, service_factory)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

find_images_for_plate(self, plate_id)

source code 

Retrieves all the images associated with a given plate. Fetched are the Image's WellSample, the WellSample's Well, the annotation stack associated with the Image and each annotation's linked original file.


Class Variable Details [hide private]

implementations

Value:
FlexPlateAnalysisCtx, MIASPlateAnalysisCtx, InCellPlateAnalysisCtx