edges_cal.tools.gauss_smooth¶ edges_cal.tools.gauss_smooth(x: ndarray, size: int, decimate_at: int | None = None) → ndarray[source]¶ Smooth x with a Gaussian function, and reduces the size of the array.