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

Class FlexPlateAnalysisCtx

source code


Flex dataset concrete class implementation of an analysis context. Flex measurements are aggregated in a single ".res" XML file and contain no ROI.

Nested Classes [hide private]

Inherited from AbstractPlateAnalysisCtx: DEFAULT_ORIGINAL_FILE_PROVIDER

Instance Methods [hide private]
 
__init__(self, images, original_files, original_file_image_map, plate_id, service_factory)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_measurement_count(self)
Returns the number of recognized measurement runs.
source code
 
get_measurement_ctx(self, index)
Returns the measurement context for a given index.
source code
 
get_result_file_count(self, measurement_index)
Return the number of result files associated with a measurement run.
source code

Inherited from AbstractPlateAnalysisCtx: colrow_from_wellnumber, guess_geometry, image_from_wellnumber

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

Class Methods [hide private]
 
is_this_type(klass, original_files)
Concrete implementations are to return True if the class pertinent for the original files associated with the plate.
source code
Class Variables [hide private]
  companion_format = 'Companion/Flex'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, images, original_files, original_file_image_map, plate_id, service_factory)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

is_this_type(klass, original_files)
Class Method

source code 

Concrete implementations are to return True if the class pertinent for the original files associated with the plate.

Overrides: AbstractPlateAnalysisCtx.is_this_type
(inherited documentation)

get_measurement_count(self)

source code 

Returns the number of recognized measurement runs.

Overrides: AbstractPlateAnalysisCtx.get_measurement_count
(inherited documentation)

get_measurement_ctx(self, index)

source code 

Returns the measurement context for a given index.

Overrides: AbstractPlateAnalysisCtx.get_measurement_ctx
(inherited documentation)

get_result_file_count(self, measurement_index)

source code 

Return the number of result files associated with a measurement run.

Overrides: AbstractPlateAnalysisCtx.get_result_file_count
(inherited documentation)