RAMjET

ramjet.database.tess_planet_disposition

A model for the database entity of a TESS planet disposition.

Module Contents

Classes

Disposition An enum to represent the possible planet dispositions.
Source An enum to represent the possible sources of planet dispositions.
TessPlanetDisposition A database model for the database entity of a TESS planet disposition.
class Disposition[source]

Bases: enum.Enum

An enum to represent the possible planet dispositions.

PASS = Pass
CONDITIONAL = Conditional
AMBIGUOUS = Ambiguous
UNLIKELY = Unlikely
FAIL = Fail
REPROCESSING_REQUIRED = Reprocessing required
KNOWN = Known
class Source[source]

Bases: enum.Enum

An enum to represent the possible sources of planet dispositions.

GREG_OLMSCHENK = Greg Olmschenk
GSFC_GROUP = GSFC group
class TessPlanetDisposition(*args, **kwargs)[source]

Bases: ramjet.database.base_model.BaseModel

A database model for the database entity of a TESS planet disposition.

class Meta

Schema meta data for the model.

indexes = [[['source', 'transiter'], True]]
id
transiter :TessTransiter
disposition
source
notes
static get_tic_ids_of_passing_vetted_transiting_planet_candidates()[source]

Gets the TIC IDs of candidates which have passed vetting of having planet transits.

Returns:The list of candidate TIC IDs.