Struct ZarrHCSPlate¶
Settings for a high-content screening (HCS) plate.
#include <zarr.types.h>
Public Attributes¶
Type | Name |
---|---|
size_t | acquisition_count |
ZarrHCSAcquisition * | acquisitions |
size_t | column_count |
const char ** | column_names |
const char * | name |
const char * | path |
size_t | row_count |
const char ** | row_names |
size_t | well_count |
ZarrHCSWell * | wells |
Public Attributes Documentation¶
variable acquisition_count¶
Number of Acquisition structs
variable acquisitions¶
Array of Acquisition structs
variable column_count¶
Number of column names
variable column_names¶
Array of column names
variable name¶
Name of the plate
variable path¶
Path to the plate, relative to the root
variable row_count¶
Number of row names
variable row_names¶
Array of row names
variable well_count¶
Number of Well structs
variable wells¶
Array of Well structs
The documentation for this class was generated from the following file C:/repos/acquire-zarr/include/zarr.types.h