yumorishita / LiCSBAS2

GNU General Public License v3.0
18 stars 2 forks source link

About LiCSBAS_decomposeLOS.py #31

Closed HamedAmirkhani1378 closed 1 year ago

HamedAmirkhani1378 commented 1 year ago

Hello When using LiCSBAS_decomposeLOS.py, shouldn't U.geo be used instead of N.geo?

 -f  Text file containing input GeoTIFF file paths of LOS displacement
     (or velocity) and E and N components of LOS unit vector from >=2 directions
     Note: GeoTIFF files can be created by LiCSBAS_flt2geotiff.py
     Format:
         dispfile1 Efile1 Nfile1
         dispfile2 Efile2 Nfile2
         ...
yumorishita commented 1 year ago

No, because the U component is calculated from the E and N components here.

HamedAmirkhani1378 commented 1 year ago

I have two questions

  1. Why not use U.geo directly?
  2. I need to decompose velocity for several epochs and if I want to do it without LiCSBAS_decomposeLOS, I have to use U.geo (for vertical component) and E.geo (for east-west component), is this true?
yumorishita commented 1 year ago
  1. There is no particular reason.
  2. I don't know. It depends on how you decompose.
HamedAmirkhani1378 commented 1 year ago

Thanks. I close the issue.