RAMjET

ramjet.photometric_database.derived.tess_ffi_transit_databases

Module Contents

Classes

TessFfiDatabase An abstract database with settings preset for the FFI data.
TessFfiStandardTransitDatabase A database using standard positive and negative transit light curves.
TessFfiStandardTransitAntiEclipsingBinaryDatabase A database using standard positive and negative transit light curves and a negative eclipsing binary collection.
TessFfiInjectedTransitDatabase A database using positive and negative transit light curves injected into negative light curves.
TessFfiStandardAndInjectedTransitDatabase A database using positive and negative transit light curves injected into negative light curves.
TessFfiStandardAndInjectedTransitAntiEclipsingBinaryDatabase A database using positive and negative transit light curves injected into negative light curves.
class TessFfiDatabase[source]

Bases: ramjet.photometric_database.standard_and_injected_light_curve_database.StandardAndInjectedLightCurveDatabase

An abstract database with settings preset for the FFI data.

__init__(self)[source]

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

magnitude_range = [0, 11]
class TessFfiStandardTransitDatabase[source]

Bases: ramjet.photometric_database.derived.tess_ffi_transit_databases.TessFfiDatabase

A database using standard positive and negative transit light curves.

__init__(self)[source]

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

class TessFfiStandardTransitAntiEclipsingBinaryDatabase[source]

Bases: ramjet.photometric_database.derived.tess_ffi_transit_databases.TessFfiDatabase

A database using standard positive and negative transit light curves and a negative eclipsing binary collection.

__init__(self)[source]

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

class TessFfiInjectedTransitDatabase[source]

Bases: ramjet.photometric_database.derived.tess_ffi_transit_databases.TessFfiDatabase

A database using positive and negative transit light curves injected into negative light curves.

__init__(self)[source]

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

class TessFfiStandardAndInjectedTransitDatabase[source]

Bases: ramjet.photometric_database.derived.tess_ffi_transit_databases.TessFfiDatabase

A database using positive and negative transit light curves injected into negative light curves.

__init__(self)[source]

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

class TessFfiStandardAndInjectedTransitAntiEclipsingBinaryDatabase[source]

Bases: ramjet.photometric_database.derived.tess_ffi_transit_databases.TessFfiDatabase

A database using positive and negative transit light curves injected into negative light curves.

__init__(self)[source]

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