RAMjET

ramjet.photometric_database.derived.tess_ffi_transit_light_curve_collections

Code representing the collection of TESS two minute cadence light curves containing transits.

Module Contents

Classes

TessFfiConfirmedTransitLightCurveCollection A class representing the collection of TESS two minute cadence light curves containing transits.
TessFfiConfirmedAndCandidateTransitLightCurveCollection A class representing the collection of TESS two minute cadence light curves containing transits.
TessFfiNonTransitLightCurveCollection A class representing the collection of TESS two minute cadence light curves containing transits.
class TessFfiConfirmedTransitLightCurveCollection(dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]

Bases: ramjet.photometric_database.derived.tess_ffi_light_curve_collection.TessFfiLightCurveCollection

A class representing the collection of TESS two minute cadence light curves containing transits.

__init__(self, dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]

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

get_sql_query(self)[source]

Gets the SQL query for the database models for the light curve collection.

Returns:The SQL query.
class TessFfiConfirmedAndCandidateTransitLightCurveCollection(dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]

Bases: ramjet.photometric_database.derived.tess_ffi_light_curve_collection.TessFfiLightCurveCollection

A class representing the collection of TESS two minute cadence light curves containing transits.

__init__(self, dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]

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

get_sql_query(self)[source]

Gets the SQL query for the database models for the light curve collection.

Returns:The SQL query.
class TessFfiNonTransitLightCurveCollection(dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]

Bases: ramjet.photometric_database.derived.tess_ffi_light_curve_collection.TessFfiLightCurveCollection

A class representing the collection of TESS two minute cadence light curves containing transits.

__init__(self, dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]

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

get_sql_query(self)[source]

Gets the SQL query for the database models for the light curve collection.

Returns:The SQL query.