Git Product home page Git Product logo

Comments (8)

vittorio3d avatar vittorio3d commented on July 23, 2024

Hi zhabuxiacuncunzhang! I have the same problem ... were you able to solve it?

from insar_g2s.

dedetmix avatar dedetmix commented on July 23, 2024

Hi,

Have you already tried to increase the number of patches both for range and azimuth?

from insar_g2s.

vittorio3d avatar vittorio3d commented on July 23, 2024

Hi dedetmix,
I followed your advice but the problem returns. I think there is an error in calculating the bperp.1.in. In fact, replacing, in correct_fourm:
original
cat << son> swap_pixels.m
% baseline list used to get number of interferograms
bperpname = ['bperp.1.in'];
bperp = load (bperpname);
n_ifg = size (bperp, 1);

modified
cat << son> swap_pixels.m
% baseline list used to get number of interferograms
ifgname = ['day.1.in'];
ifg = load (ifgname);
n_ifg = size (ifg, 1);

I successfully arrive at STAMPS finished
However, during processing with STAMPS it is always considered a bperp.1.in my opinion wrong.
Do you have any suggestions?
Thank you

from insar_g2s.

mkhajeh89 avatar mkhajeh89 commented on July 23, 2024

hi I have the same problem ... were you able to solve it?
my paths are 28.
please resolve it

from insar_g2s.

dedetmix avatar dedetmix commented on July 23, 2024

https://drive.google.com/drive/folders/1WZ5Uka8xEgnWoPDpkxinYx0UyNaV0wmC?usp=sharing

Please download some above file examples for processing. The file (bperp.1.in) should have the same number of rows as the number of acquisition times without a master date (date_no_master.txt). You can also see the param INSAR_G2S file, please make sure "region" has min x, max x, min y, and max y.

from insar_g2s.

mkhajeh89 avatar mkhajeh89 commented on July 23, 2024

https://drive.google.com/drive/folders/1WZ5Uka8xEgnWoPDpkxinYx0UyNaV0wmC?usp=sharing

Please download some above file examples for processing. The file (bperp.1.in) should have the same number of rows as the number of acquisition times without a master date (date_no_master.txt). You can also see the param INSAR_G2S file, please make sure "region" has min x, max x, min y, and max y.


thanks. resolved

from insar_g2s.

ditafaith avatar ditafaith commented on July 23, 2024

hi,
how did you determine the column "tiff_id = 005" ?
which data responsible for this field?
Also, should the orbit data be in *.zip format ?
why the message such look for zip files for orbit data.

from insar_g2s.

mkhajeh89 avatar mkhajeh89 commented on July 23, 2024

from insar_g2s.

Related Issues (3)

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.