I find it a little confusing that there's the kwarg return_noise_params , but it doesn't actually return the fit parameters to the noise model (White noise, f_knee, n) that are used to make the histogram, but rather (res_freqs, noise_floors, f_knees) , where noise floor is the average noise in a couple of freq bins. It would be great if the returned data contained all the info required to re-make the output plots.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Additional details
Add any other details about the feature request here.
Describe the problem
I find it a little confusing that there's the kwarg return_noise_params , but it doesn't actually return the fit parameters to the noise model (White noise, f_knee, n) that are used to make the histogram, but rather (res_freqs, noise_floors, f_knees) , where noise floor is the average noise in a couple of freq bins. It would be great if the returned data contained all the info required to re-make the output plots.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Additional details
Add any other details about the feature request here.