wobble module¶
HSTB.kluster.modules.wobble Module¶
Functions¶
|
Construct a highpass filter using Scipy |
|
Fit sin to the input time sequence, and return fitting parameters "amp", "omega", "phase", "offset", "freq", "period" and "fitfunc" |
|
Wrap numpy's polyfit (degree one) to also generate percent deviation from the standard error of y values |
|
Take in two dim array of depth (pings, beams) and return a high pass filtered mean depth for each ping. |
|
Perform linear regression on acrosstrack/depth offsets to get ping slope. |
Use autocorrelation to find the frequency/period of the signal. |
|
|
smooth the data using a window with requested size. |
Classes¶
|
Implementation of 'Dynamic Motion Residuals in Swath Sonar Data: Ironing out the Creases' using Kluster processed multibeam data. |