Revision d2173b0210b0b7495eaf40d4f2d5f86e16c7a537 authored by Zhang Yunjun on 03 January 2020, 07:20:21 UTC, committed by Zhang Yunjun on 04 January 2020, 01:08:35 UTC
adapt p0 value internally instead of the previously fixed scale value so that the input p0 is equal to C0 from the check_power_spectrum(). check_power_spectrum_1d() use the square part of the input data with dimension as a power of 2, for more robust performance.
1 parent d0259da
run_stripmap_stack.sh
#! /bin/sh
# clean folders before re-run
if [ -d "Igrams" ]; then
echo "clean obsolete files/folders before reruning"
rm -r baselines/ configs/ coregSLC/ geom_master/ Igrams/ merged/ offsets/ refineSlaveTiming/ run_files/ SLC/
rm run_unPackALOS
cd download
rm -rf 20*
mv ARCHIVED_FILES/* .
cd ..
fi
# prepare SAR data
prepRawALOS.py -i download/ -o SLC -t '' --dual2single
chmod 755 run_unPackALOS
./run_unPackALOS
# stack processing
stackStripMap.py -s SLC/ -d DEM/gsi*.dem -t 1800 -b 1800 -a 20 -r 8 -u snaphu -W interferogram -m 20080212 -f 0.5 --applyWaterMask
submit_run_files4stripmap_stack.py
# mintpy
cd mintpy
smallbaselineApp.py ../KirishimaAlosAT424F620_630.txt

Computing file changes ...