ramjet.photometric_database.ffi_microlensing_database¶
Code to represent a database to find microlensing events in FFI data.
Module Contents¶
-
class
FfiMicrolensingDatabase(data_directory='data/microlensing')[source]¶ -
A class to represent a database to find microlensing events in FFI data.
-
load_magnifications_and_times_from_synthetic_signal_path(self, synthetic_signal_path: str)[source]¶ Loads the synthetic signal from the path given.
Parameters: synthetic_signal_path – The path to the synthetic signal data file. Returns: The magnifications and relative times of the synthetic signal.
-