ImageSetLayer¶
-
class
wwt_data_formats.layers.ImageSetLayer(**kwargs)[source]¶ Bases:
wwt_data_formats.layers.LayerAttributes Summary
The filename extension for the underlying image if this is a SkyImage layer.
A trait whose value must be an instance of a specified class.
A boolean (True, False) trait.
Attributes Documentation
-
extension¶ The filename extension for the underlying image if this is a SkyImage layer. This includes the period, e.g. “.tif”.
-
image_set¶ A trait whose value must be an instance of a specified class.
The value can also be an instance of a subclass of the specified class.
Subclasses can declare default classes by overriding the klass attribute
-
override_default¶ A boolean (True, False) trait.
-