yumorishita / LiCSBAS

LiCSBAS: InSAR time series analysis package using LiCSAR products
https://doi.org/10.3390/RS12030424
GNU General Public License v3.0
224 stars 109 forks source link

licsbas decompose:cumulative displacements from ascending and descending orbits #72

Closed stallinbhandari closed 3 years ago

stallinbhandari commented 3 years ago

hi yumorishita, I got the cumulative displacements from both ascending and descending orbits. but the values have high discrepancy (Asc.-> -404 to 64 and Dsc.->-237 to 74)mm for Kathmandu, Nepal. Is it rational or not? do they differ to that extent? The final decomposed values for components EW =-17 to 109 and UD =-400 to 82. What shall I do for the NS component?

yumorishita commented 3 years ago

The difference between asc and des could be rational because they contain different deformation components (opposite contribution from horizontal deformation). The NS component cannot be obtained only from right looking because of insensitivity to the NS deformation.

stallinbhandari commented 3 years ago

And, how can we validate the results? can we convert the GNSS data onto the LOS vector? how?

yumorishita commented 3 years ago

You can project GNSS 3D (EW, NS, UD) deformation data to a LOS direction by multiplying LOS unit vector components (E.geo, N.geo, U.geo) and summing them.

stallinbhandari commented 3 years ago

can i do it this way? first converting the U.geo file to tiff then multiplying the U.geo.tiff with the UD component of GNSS in a GIS software?

stallinbhandari commented 3 years ago

both the asc. and dsc. frames have U.geo file. Which one should I use?

yumorishita commented 3 years ago

Asc and des have different LOS. You should convert GNSS 3D deformation to asc and des LOS respectively. You need E/N/U.geo in both orbits. I suggest reading the E/N/U value at the location of GNSS points from E/N/U.geo using GIS software. Then multiplying and summing them (i.e., calculate the inner product of the GNSS 3D deformation vector and the LOS unit vector).

stallinbhandari commented 3 years ago

Can we compare the EW and UD components from LiCSBAS_decompose output with the vertical component of GNSS measurement?

yumorishita commented 3 years ago

Yes, UD from LiCSBAS and vertical GNSS are comparable. We should note the reference point.

stallinbhandari commented 3 years ago

the cumulative displacements for ascending and descending data are for two different time periods. The deformation of which time period is given by the LiCSBAS_decompose output?

yumorishita commented 3 years ago

It depends on the input LOS deformation files you used.

yumorishita commented 3 years ago

If you used different time periods for asc and des, the decomposed deformation has no particular time period. You must assume something (e.g., no deformation between... or constant velocity)

stallinbhandari commented 3 years ago

in my case, the study area has a tectonic movement of 4cm/yr in NE direction, does this influence my results?

yumorishita commented 3 years ago

It depends.

yumorishita commented 3 years ago

This question is not about LiCSBAS software, but general InSAR knowledge. Let me close this issue.