Extract¶
- class daschlab.extracts.Extract(data=None, masked=False, names=None, dtype=None, meta=None, copy=True, rows=None, copy_indices=True, units=None, descriptions=None, **kwargs)[source]¶
Bases:
PhotometryMethods Summary
show([mag_limit, size_vmin_bias])Methods Documentation
- show(mag_limit: float | None = None, size_vmin_bias: float = 1.0) TableLayer[source]¶
- Returns:
pywwt.layers.TableLayerThis is the WWT table layer object corresponding to the displayed catalog. You can use it to programmatically control aspects of how the data are displayed, such as the which column sets the point size.
Notes
In order to use this method, you must first have called
daschlab.Session.connect_to_wwt().