There seems to be a bug in the x-axis on TESGroup.plot_noise(...) that was shifting all values to the left by one delta_f, or by 1/record length. Not sure why it's like that, but this fixes.
Also adds the option to ask for the DC level to appear on plot (but it's absent by default).
There seems to be a bug in the x-axis on
TESGroup.plot_noise(...)
that was shifting all values to the left by onedelta_f
, or by 1/record length. Not sure why it's like that, but this fixes.Also adds the option to ask for the DC level to appear on plot (but it's absent by default).