A fast offset tracking package for InSAR offset tracking. This package works under the CPU with multi-threads FFTW and only accepts the coregistered plain binary complex SLCs from ISCE2/3 and other softwares that output the plain binary SLCs with float32 data type.
1.1 conda env create -f environment.yaml
1.2 export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
1.3 cd FastOffsetTracking/
1.4 make
1.5 make install
2.1 FOT -h
for the help information
2.2 FOT -mode image -h
for the image mode help information
2.3 FOT -mode patch -h
for the patch mode help information