slaclab / pysmurf

Other
2 stars 10 forks source link

take_noise_psd return_noise_params improvement #614

Closed eyyoung24 closed 3 years ago

eyyoung24 commented 3 years ago

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.