PSD header
The f.psd.save_to_file()
function currently stores the (frequency, psd) arrays in a file where the first line is 'Frequency\tStrain\n'.
It would be useful to add a '#' at the beginning of the line, so that standard reading tools (e.g. np.loadtxt
) would be able to read this without having to give any specific info about this first line.