GithubHelp home page GithubHelp logo

SBAS aps about gmtsar HOT 4 CLOSED

gmtsar avatar gmtsar commented on June 28, 2024
SBAS aps

from gmtsar.

Comments (4)

Xiaohua-Eric-Xu avatar Xiaohua-Eric-Xu commented on June 28, 2024

Hi Simon,
The SBAS program has a built-in symmetry threshold (if I remember right) for atmospheric phase estimation. This was designed for satellites with more regular acquisitions like Sentinel where you could maintain seasonal deformation even after taking out turbulent atmospheric component. This is probably the reason why all your aps grids are zeros. You can probably change this by modifying sbas_utils.c at line 712&723. For now, it's acceptable if the two scenes are 5 days off.
712 if (hit[n * S + j] == 1 && fabs((time[n] - time[i]) - (time[j] - time[n])) < 5)
change 5 to a larger number if you really want this though I would not recommend it.

Xiaohua(Eric)

from gmtsar.

simonst7 avatar simonst7 commented on June 28, 2024

Thank Eric, i supposed that problem, is there any way to calculate atmospherics delays between scenes with large temporal acquisition? Because you not recommend the change sbas_utils.c, My problem is the little data ALOS to the study area, i have only small perpendicular baseline between scenes in 1 yr or more.
Simon

from gmtsar.

Xiaohua-Eric-Xu avatar Xiaohua-Eric-Xu commented on June 28, 2024

Hi Simon,
If you are only interested in the deformation velocity, stacking might be a better option.
We do have an ionosphere correction module, but it requires some tuning for the dataset in order to use it.
Another alternative is to look for atmospheric models.
Xiaohua(Eric)

from gmtsar.

simonst7 avatar simonst7 commented on June 28, 2024

I understsnd, thank Eric for you support. I Will try that solution

from gmtsar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.