RAMjET

ramjet.photometric_database.derived.tess_ffi_eclipsing_binary_lightcurve_collection

Code representing the collection of TESS two minute cadence lightcurves containing eclipsing binaries.

Module Contents

Classes

TessFfiEclipsingBinaryLightcurveCollection A class representing the collection of TESS two minute cadence lightcurves containing eclipsing binaries.
TessFfiAntiEclipsingBinaryForTransitLightcurveCollection A class representing the collection of TESS two minute cadence lightcurves flagged as eclipsing binaries which are
class TessFfiEclipsingBinaryLightcurveCollection(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_lightcurve_collection.TessFfiLightcurveCollection

A class representing the collection of TESS two minute cadence lightcurves containing eclipsing binaries.

__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 lightcurve collection.

Returns:The SQL query.
class TessFfiAntiEclipsingBinaryForTransitLightcurveCollection(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_lightcurve_collection.TessFfiLightcurveCollection

A class representing the collection of TESS two minute cadence lightcurves flagged as eclipsing binaries which are not a suspected transit.

__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 lightcurve collection.

Returns:The SQL query.