spatial_bandpass_filter with example(s)
此工具使用 快速傅立葉轉換 (Fast Fourier Transform, FFT) 對大氣變數進行空間濾波。支援 低通 (Low-pass)與 高通 (High-pass)。
物理原理 (Physical Principles)濾波器基於響應函數 (Response function):$$f(K) = \frac{1}{1 + (K/scale_k)ⁿ}$$
其中
python3 scripts/spatial_bandpass_filter.py -i input.nc -o output.bin -d 1000 -ft lowpass