CatalogHipsLayer

class pywwt.layers.CatalogHipsLayer(**kwargs: Any)[source]

Bases: TableLayer

Attributes Summary

size_att

The column to use for the marker size (str)

size_vmax

The maximum point size.

size_vmin

The minimum point size.

Methods Summary

refresh([timeout])

Update the Python table with the data that are currently visible in the WWT viewer.

update_data([table])

Update the underlying data.

Attributes Documentation

size_att

The column to use for the marker size (str)

size_vmax

The maximum point size. Found automagically once size_att is set (float)

size_vmin

The minimum point size. Found automagically once size_att is set (float)

Methods Documentation

async refresh(timeout=60)[source]

Update the Python table with the data that are currently visible in the WWT viewer.

Returns:
tableTable
update_data(table=None)[source]

Update the underlying data.