ramjet.photometric_database.derived.tess_ffi_transit_lightcurve_collections¶
Code representing the collection of TESS two minute cadence lightcurves containing transits.
Module Contents¶
Classes¶
TessFfiConfirmedTransitLightcurveCollection(dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None)) |
A class representing the collection of TESS two minute cadence lightcurves containing transits. |
TessFfiConfirmedAndCandidateTransitLightcurveCollection(dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None)) |
A class representing the collection of TESS two minute cadence lightcurves containing transits. |
TessFfiNonTransitLightcurveCollection(dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None)) |
A class representing the collection of TESS two minute cadence lightcurves containing transits. |
-
class
TessFfiConfirmedTransitLightcurveCollection(dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]¶ Bases:
ramjet.photometric_database.derived.tess_ffi_lightcurve_collection.TessFfiLightcurveCollectionA class representing the collection of TESS two minute cadence lightcurves containing transits.
-
__init__(self, dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]¶ Parameters: - label – The label corresponding to the lightcurves in the collection.
- function_to_get_paths – A function which returns an iterable of the lightcurve paths.
- function_to_load_times_and_fluxes_from_path – A function which, given a lightcurve path, will load the times and fluxes of the lightcurve.
- function_to_load_times_and_magnifications_from_path – A function which, given a lightcurve path, will load the times and magnifications of the lightcurve.
-
-
class
TessFfiConfirmedAndCandidateTransitLightcurveCollection(dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]¶ Bases:
ramjet.photometric_database.derived.tess_ffi_lightcurve_collection.TessFfiLightcurveCollectionA class representing the collection of TESS two minute cadence lightcurves containing transits.
-
__init__(self, dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]¶ Parameters: - label – The label corresponding to the lightcurves in the collection.
- function_to_get_paths – A function which returns an iterable of the lightcurve paths.
- function_to_load_times_and_fluxes_from_path – A function which, given a lightcurve path, will load the times and fluxes of the lightcurve.
- function_to_load_times_and_magnifications_from_path – A function which, given a lightcurve path, will load the times and magnifications of the lightcurve.
-
-
class
TessFfiNonTransitLightcurveCollection(dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]¶ Bases:
ramjet.photometric_database.derived.tess_ffi_lightcurve_collection.TessFfiLightcurveCollectionA class representing the collection of TESS two minute cadence lightcurves containing transits.
-
__init__(self, dataset_splits: Union[List[int], None] = None, magnitude_range: (Union[float, None], Union[float, None]) = (None, None))[source]¶ Parameters: - label – The label corresponding to the lightcurves in the collection.
- function_to_get_paths – A function which returns an iterable of the lightcurve paths.
- function_to_load_times_and_fluxes_from_path – A function which, given a lightcurve path, will load the times and fluxes of the lightcurve.
- function_to_load_times_and_magnifications_from_path – A function which, given a lightcurve path, will load the times and magnifications of the lightcurve.
-