tile_study_image

toasty.study.tile_study_image(image, pio, cli_progress=False)[source]

Tile an image as a study, loading the whole thing into memory.

Parameters:
imagetoasty.image.Image

The image to tile.

piotoasty.pyramid.PyramidIO

A handle for doing I/O on the tile pyramid

cli_progressoptional boolean, defaults False

If true, a progress bar will be printed to the terminal.

Returns:
A StudyTiling defining the tiling of the image.