ramjet.photometric_database.data_cube_downloader¶
Code for downloading data cubes.
Module Contents¶
-
class
DataCubeDownloader[source]¶ A class for downloading data cubes.
-
static
get_tess_cuts(coordinates, cube_side_size)[source]¶ Gets the TESS cuts for a given set of coordinates, repeating on errors.
-
get_tess_input_catalog_ids_from_gaia_source_ids(self, gaia_source_id_list: List[int])[source]¶ Retrieves the TESS input catalog IDs based on Gaia source IDs. Note, only the brightest Gaia source corresponding to a TIC star will return a TIC ID.
-
get_ra_and_dec_for_tess_input_catalog_id(self, tess_input_catalog_id: int)[source]¶ Retrieves the RA and DEC for a TESS input catalog ID.
-
get_ra_and_dec_for_gaia_source_id(self, gaia_source_id: int)[source]¶ Retrieves the RA and DEC for a Gaia source ID.
-
get_all_cepheid_gaia_source_ids(self)[source]¶ Gets all the Gaia source IDs for all the cepheids in the Gaia DR2.
-
get_non_cepheid_gaia_source_ids(self)[source]¶ Gets Gaia source IDs for any non-cepheids source in the Gaia DR2.
-
get_all_classic_cepheid_gaia_source_ids(self)[source]¶ Gets all the Gaia source IDs for all the classic cepheids in the Gaia DR2.
-
get_all_type_2_cepheid_gaia_source_ids(self)[source]¶ Gets all the Gaia source IDs for all the type 2 cepheids in the Gaia DR2.
-
get_tess_data_cubes_for_gaia_source_id(self, gaia_source_id: int, cube_side_size: int = 10)[source]¶ Get the available TESS data cubes from FFIs for a Gaia source ID.
-
download_classic_cepheid_and_type_2_cepheid_database(self)[source]¶ Downloads a positive/negative cepheid database.
-
static
-
data_cube_downloader¶