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.EnumAn 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.EnumAn enum to represent the possible sources of planet dispositions.
-
GREG_OLMSCHENK= Greg Olmschenk¶
-
GSFC_GROUP= GSFC group¶
-