ramjet.photometric_database.toi_lightcurve_database¶
Code to represent the database of TESS transit data based on disposition tables. The primary source for dispositions is from the ExoFOP TOI table.
Module Contents¶
-
class
ToiLightcurveDatabase(data_directory='data/tess_toi')[source]¶ -
A class to represent the database of TESS transit data based on disposition tables.
-
generate_datasets(self)[source]¶ Generates the training and validation datasets.
Returns: The training and validation datasets.
-
obtain_meta_data_frame_for_available_lightcurves(self)[source]¶ Prepares the meta data frame with the transit information based on known planet transits.
-
download_exofop_toi_database(self, number_of_negative_lightcurves_to_download=10000)[source]¶ Downloads the ExoFOP database.
-