RAMjET

ramjet.analysis.viewer.view_entity

Code grouping the objects related to one entity for the viewer.

Module Contents

Classes

ViewEntity A class grouping the objects related to one entity for the viewer.
class ViewEntity[source]

A class grouping the objects related to one entity for the viewer.

tess_data_interface
tess_toi_data_interface
vetter
__init__(self)[source]

Initialize self. See help(type(self)) for accurate signature.

classmethod from_identifier_data_frame_row(cls, identifier_data_frame_row)[source]

Creates the view entity based on a data frame row from an infer output.

Parameters:identifier_data_frame_row – The row of the data frame that should be used to prepare the view entity.
Returns:The view entity.
static load_light_curve_from_identifier(identifier: Any)[source]

Loads a light curve from a generic identifier.

Parameters:identifier – The identifier of the light curve.
Returns:The light curve.