Class: PlateAcquisition#
PlateAcquisition is used to describe a single acquisition run for a plate.
This object is used to record the set of images acquired in a single acquisition run. The Images for this run are linked to PlateAcquisition through WellSample.
Attributes#
description : None | str A description for the PlateAcquisition. well_sample_ref : list[WellSampleRef] (The PlateAcquisition WellSampleRefs). annotation_ref : list[AnnotationRef] (The PlateAcquisition AnnotationRefs). id : str (The PlateAcquisition ID). name : None | str (The PlateAcquisition Name). end_time : None | datetime Time when the last image of this acquisition was collected start_time : None | datetime Time when the first image of this acquisition was collected maximum_field_count : None | int The maximum number of fields (well samples) in any well in this PlateAcquisition. This is only used to speed up user interaction by stopping the reading of every well sample.
Attributes#
Own#
➞description 0..1
Range: String
➞end_time 0..1
Range: Datetime
➞start_time 0..1
Range: Datetime
➞maximum_field_count 0..1
Range: Integer