usnistgov / mass

Microcalorimeter pulse-analysis software
MIT License
6 stars 0 forks source link

Fix plot noise #304

Closed joefowler closed 2 weeks ago

joefowler commented 2 weeks ago

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).