Wrap psd read in try and except
The purpose of this MR is to prevent the last 2 entries from being removed for every psd (when this is only required for buggy LALInference psds). Instead it only removes the last 2 entries if a ValueError
is raised.