gw.noise.synthetic.asd_parameterization.parameterize_asd_dataset

gw.noise.synthetic.asd_parameterization.parameterize_asd_dataset(
    real_dataset,
    parameterization_settings,
    num_processes,
    verbose,
)

Parameterize a dataset of ASDs using a spline fit to the broadband noise and Lorentzians for the spectral features.

Parameters

Name Type Description Default
real_dataset ASDDataset Dataset containing the ASDs to be parameterized. required
parameterization_settings dict Dictionary containing the settings for the parameterization. required
num_processes int Number of processes to use for parallelization. required
verbose bool If True, print progress bars. required