gw.noise.synthetic.asd_parameterization.parameterize_asds_parallel

gw.noise.synthetic.asd_parameterization.parameterize_asds_parallel(
    asds,
    domain,
    parameterization_settings,
    pool=None,
    verbose=False,
)

Helper function to be called for parallel ASD parameterization.

Parameters

Name Type Description Default
asds array_like Array containing the ASDs to be parameterized. required
domain Domain Domain object containing the frequency grid. required
parameterization_settings dict Dictionary containing the settings for the parameterization. required
pool Pool Pool object for parallelization. If None, the function is not parallelized. None
verbose bool If True, print progress bars. False