Request: Make retrieving amplitude values of asd-ed timeseries more trivial
Created by: nkij
I'd like to be able to print an amplitude value at a given frequency after I turn my timeseries into an asd. Right now I'm able to achieve this by doing asd[asd.frequencies.value.searchsorted(f)]
.