phenotypic.data.load_fungi_plate_full#

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

Load a full (uncropped) Neurospora filamentous fungi plate image with color checker.

Returns the full plate image including scanner margins and a color checker target. Use for fungi-specific correction workflow tutorials.

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]