You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the pmin and pmax values are set manually and throw value errors if they are above the range of the data. This could be refactored to automatically set the values to the maximum and minimum possible if an error is encountered.
The text was updated successfully, but these errors were encountered:
I just changed resampling to only returns interpolated values with this commit. You can define the data to be resampled over any range to get any frequency or wavelength sampling you would like but now only the interpolated values are returned (extrapolated values are screened out).
Thanks,
Joe
Hi,
Currently the pmin and pmax values are set manually and throw value errors if they are above the range of the data. This could be refactored to automatically set the values to the maximum and minimum possible if an error is encountered.
The text was updated successfully, but these errors were encountered: