Builder

class toasty.builder.Builder(pio)[source]

Bases: object

State for some kind of imagery data set that’s being assembled.

Attributes Summary

imgset

The WWT ImageSet data describing the image data and their positioning on the sky.

pio

A PyramidIO object representing the backing storage of the tiles and other image data.

place

The WWT Place data describing a default view of the image data.

Methods Summary

apply_avm_info(avm, width, height)

apply_wcs_info(wcs, width, height)

cascade(**kwargs)

default_tiled_study_astrometry()

load_from_wwtl(cli_settings, wwtl_path)

make_placeholder_thumbnail()

make_thumbnail_from_other(thumbnail_image)

tile_base_as_study(image, **kwargs)

toast_base(mode, sampler, depth, **kwargs)

write_index_rel_wtml()

Attributes Documentation

imgset = None

The WWT ImageSet data describing the image data and their positioning on the sky.

Data URLs in this ImageSet should be populated as relative URLs.

pio = None

A PyramidIO object representing the backing storage of the tiles and other image data.

place = None

The WWT Place data describing a default view of the image data.

Methods Documentation

apply_avm_info(avm, width, height)[source]
apply_wcs_info(wcs, width, height)[source]
cascade(**kwargs)[source]
default_tiled_study_astrometry()[source]
load_from_wwtl(cli_settings, wwtl_path)[source]
make_placeholder_thumbnail()[source]
make_thumbnail_from_other(thumbnail_image)[source]
tile_base_as_study(image, **kwargs)[source]
toast_base(mode, sampler, depth, **kwargs)[source]
write_index_rel_wtml()[source]