Class: Plane#
The Plane object holds microscope stage and image timing data for a given channel/z-section/timepoint.
Attributes#
hash_sha1 : None | bytes (The Plane HashSHA1). annotation_ref : list[AnnotationRef] (The Plane AnnotationRefs). the_z : int The Z-section this plane is for. [units:none] This is numbered from 0. the_t : int The timepoint this plane is for. [units:none] This is numbered from 0. the_c : int The channel this plane is for. [units:none] This is numbered from 0. delta_t : None | float Time since the beginning of the experiment. Units are set by DeltaTUnit. delta_t_unit : UnitsTime The units of the DeltaT - default:seconds[s]. exposure_time : None | float The length of the exposure. Units are set by ExposureTimeUnit. exposure_time_unit : UnitsTime The units of the ExposureTime - default:seconds[s]. position_x : None | float The X position of the stage. Units are set by PositionXUnit. position_x_unit : UnitsLength The units of the X stage position - default:[reference frame]. position_y : None | float The Y position of the stage. Units are set by PositionYUnit. position_y_unit : UnitsLength The units of the Y stage position - default:[reference frame]. position_z : None | float The Z position of the stage. Units are set by PositionZUnit. position_z_unit : UnitsLength The units of the Z stage position - default:[reference frame].
URI: core:Plane
Attributes#
Own#
➞hash_sha1 0..1
Range: String
➞delta_t 0..1
Range: Integer
➞exposure_time 0..1
Range: Integer
➞position_x 0..1
Range: Integer
➞position_y 0..1
Range: Integer
➞position_z 0..1
Range: Integer