.. _src-documentation: Config Loader ============= The module :mod:`config_loader` is responsible for loading configuration files, handling various formats and ensuring that configuration data is easily accessible throughout the application. .. automodule:: config_loader :members: :undoc-members: :show-inheritance: Pickle Data =========== The module :mod:`pickle_data` serialises and deserialises the preprocessed HARPS and ESPRESSO dataset using pickle. .. automodule:: pickle_data :members: :undoc-members: :show-inheritance: Periodogram =========== The module :mod:`periodogram` includes functions that calculate and plot the periodograms of the data. .. automodule:: periodograms :members: :undoc-members: :show-inheritance: Prior Transforms ================ The module :mod:`prior_transforms` includes functions that map unit hyper-cube to actual parameter values, in accordance with format required by PyMultiNest. .. automodule:: prior_transforms :members: :undoc-members: :show-inheritance: L98-59 Model ============ The module :mod:`l9859_model` is a class responsible modelling the L98-59 system. .. automodule:: l9859_model :members: :undoc-members: :show-inheritance: Run L98-59 ========== The module :mod:`run_l9859` is the function used to run the L98-59 model. .. automodule:: run_L9859 :members: :undoc-members: :show-inheritance: