ramjet.data_interface.tess_transit_metadata_manager

Code for managing the TESS transit metadata.

Module Contents

Classes

Disposition() An enum to represent the possible dispositions of a target.
TessTransitMetadata(*args, **kwargs) A model for the TESS target transit metadatabase table.
TessTransitMetadataManager() A class for managing the TESS transit metadata.
class Disposition[source]

Bases: enum.Enum

An enum to represent the possible dispositions of a target.

CONFIRMED = Confirmed
CANDIDATE = Candidate
FALSE_POSITIVE = False positive
class TessTransitMetadata(*args, **kwargs)[source]

Bases: ramjet.data_interface.metadatabase.MetadatabaseModel

A model for the TESS target transit metadatabase table.

class Meta

Schema meta data for the model.

indexes = [[['disposition', 'tic_id'], False]]
tic_id
disposition
class TessTransitMetadataManager[source]

A class for managing the TESS transit metadata.

static build_table()[source]

Builds the TESS transit metadata table.

tess_transit_metadata_manager