Builder¶
-
class
toasty.builder.Builder(pio)[source]¶ Bases:
objectState for some kind of imagery data set that’s being assembled.
Attributes Summary
The WWT ImageSet data describing the image data and their positioning on the sky.
A PyramidIO object representing the backing storage of the tiles and other image data.
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)load_from_wwtl(cli_settings, wwtl_path)make_thumbnail_from_other(thumbnail_image)tile_base_as_study(image, **kwargs)toast_base(mode, sampler, depth, **kwargs)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
-