gw.noise.synthetic.asd_parameterization.curve_fit
gw.noise.synthetic.asd_parameterization.curve_fit(data, std, delta_f=None)Fit a Lorentzian to the PSD.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| data | dict | Dictionary containing the PSD, broadband noise, and frequency grid. | required |
| std | float | Standard deviation of the Gaussian noise. | required |
| delta_f | float | Truncation parameter for Lorentzians. Set to None if non-positive value is passed. | None |