Ensure percentile spectra have the same units as the parent Spectrogram
Created by: alurban
This PR fixes a minor bug in which Spectrogram.percentile
returns a FrequencySeries
with no units. The fix is to ensure that the FrequencySeries
has the same units as the parent Spectrogram
.