Error in unwrapped process

OK,I open the band math,and edit expression,elevation_HH-elevation,Is this right?

yes. This gives you a raster with positive values where your InSAR DEM is higher and negative values where it is lower than the 30m SRTM.

Thanks,the new_band_1 is subtract result,but the resulting DEM accuracy is not very good, some point’s elevation difference can reach more than 100 meters. I am going to use MATLAB to make the resulting 3D visualization.

These errors are not unlikely for repeat pass interferometry.

SRTM was generated with a Space Shuttle and single pass interferometry. The accuray of SRTM is much higher than elevations generated from a single image pair of S1, even if its spatial resolution is higher.

Hi ABraun,

Would you like to suggest me, please? I’ve done the next steps:

  1. Coregistered the stack of 6 images;
  2. Coregistered 2 stacks of 2 dates each (so they use 4 different dates from the big stack);
  3. In order to use coregistered images, I changed images in small stacks by coregistered images from the big stack. This makes me facepalming, but I can’t find a better way to prepare different stacks which would be based on coregistered images.
  4. Prepared ifgs according to all the steps you had given above.
    The question is. Both of the ifgs show exactly the same numbers for an Elevation_VH band. Would it be right? Would be 2 DEMs be exactly the same? All the rest layers (Coherence, Topo_phase, Phase_ifg) are different, even displacement (Phase-to-Displacement) show different results. I would be better if I could use Phase-to-Height, but it doesn’t work.

Thanks!

why do you do this? It would make more sense if you calculated elevation for both dates individually and then average both results.
What is your intention by the way? Elevation or displacement? And what data do you use? I can’t follow…

Hi ABraun,
Thank you for an answer. I performed the second step because I must use images which were coregistered once to one master. Because of that I’m taking images from the super-stack and preparing ifg-pairs based on such images. I must prepare all the possible ifg-pairs and I need to find parameters for each pair. Finally, I need to find heights, I would do it as you suggested:

Actually, that still the same task that we were discussing some time ago.
Averaging? Does it mean Stack averaging?
AFAIK Elevation means that SNAP creates DEM and Height means DSM. I’m looking for DSMs, but my equal elevations in the different pairs confuse me.
All in all, I use 6 images which were went through the next steps:

  1. Applying orbit file
  2. Split
  3. Deburst
    4)Subset
  4. Coregister to one master
  5. Create stacks based on the images from the previous steps
  6. Ifg creation
  7. Topo phase removal
  8. Goldstein
  9. Export (Topo, MST)
  10. Import
  11. Range-doppler.
    Step 6 is supposed to be a cure for the SNAP’s inability to create ifg with a user-defined master from the stack.
    Thank you!

I think snap only takes one interferogram in your stack. So you should probably process each image pair seperately and then in the end stack all unwrapped interferograms and average them. But I haven’t tested it myself. I would be interested in your results however.

Yes, that’s what I do. After creating all the pairs, I process them separately. Will try averaging after all.