phenotypic.data.load_yeast_plate_full#

phenotypic.data.load_yeast_plate_full(mode: Literal['array', 'Image', 'GridImage'] = 'Image') np.ndarray | Image | GridImage[source]#

Load a full (uncropped) Rhodotorula yeast plate image with color checker.

Returns the full plate image including scanner margins and a color checker target. Use for tutorials and how-to guides that demonstrate cropping (ImageCropper), padding (ImagePadder), vignetting correction (VignetteCorrector), or color correction (ColorCorrector).

Parameters:

mode (Literal['array', 'Image', 'GridImage']) – Return format. Default: 'Image'.

Returns:

The full plate image in the requested format.

Return type:

Union[np.ndarray, Image, GridImage]