Hi Yunjun,
I'm still working on this processing (this time with the ascending pass). The volcanic region I'm working on is characterized by high topography. The contribution of tropospheric delay is therefore proportional. I initially tried to correct tropospheric delay using pyaps with ERA5 but the results didn't convince me (see attached file "asc_pyaps" - Mean LOS velocity). Then I used the height correlation method to correct tropospheric errors (see attached file "asc_hc" - Mean LOS velocity) with this configuration:
########## 6. correct_troposphere (optional but recommended)
mintpy.troposphericDelay.method = height_correlation #[pyaps / height_correlation / gacos / no], auto for pyaps
mintpy.troposphericDelay.polyOrder = 2 #[1 / 2 / 3], auto for 1
mintpy.troposphericDelay.looks = auto #[1-inf], auto for 8, extra multilooking num
mintpy.troposphericDelay.minCorrelation = auto #[0.0-1.0], auto for 0
########## 8. correct_topography (optional but recommended)
mintpy.topographicResidual = auto #[yes / no], auto for yes
mintpy.topographicResidual.polyOrder = auto #[1-inf], auto for 2, poly order of temporal deformation model
mintpy.topographicResidual.phaseVelocity = auto #[yes / no], auto for no - use phase velocity for minimization
mintpy.topographicResidual.stepFuncDate = auto #[20080529,20190704T1733 / no], auto for no, date of step jump
mintpy.topographicResidual.excludeDate = auto #[20070321 / txtFile / no], auto for exclude_date.txt
mintpy.topographicResidual.pixelwiseGeometry = auto #[yes / no], auto for yes, use pixel-wise geometry info
Although the results with the high correlation method seem to be better, there is a positive signal on the west and north-west borders that very clearly correlates with the topography. I used the DEM obtained with the ISCE DEM download script. What do you recommend to overcome this issue?
Cheers,
Alejandra