do you know at which point the Debursting of ENVISAT ASAR Data should be made? Before multilooking or after that?
I could not find sources for the processing of ENVISAT ASAR Data through SNAP online. Can someone propose me a handbook like the one issued by Luis Veci - only not for RADARSAT, but for ENVISAT (ASAR) Data?
You could follow the below steps if you intend to do InSAR
The steps of ENVISAT AND ERS1 AND ERS2 PROCESSING USING SNAP SOFTWARE:
Apply the doris precise orbits to master and slave … coregister … interferogram formation … topo phase removal … goldstein phase filter … export to snaphu, unwrap externally
in snaphu (on linux or a linux virtual machine), import from snaphu, phase to displacement, terrain correction.
I am working through Windows, I do not have any intentions to mess with Linux again in my life, to be honest. I use the SNAP platform for Windows and I am going to use MatLab later for the application of PS-StaMPS algorithm.
Can you please be a little more specific regarding the steps and/or suggest me some handbooks to read through? Because of a really difficult year with a health problem I have been really for a long time “out of play”.
I think it is not possible to run snaphu in windows, also when you intend to use StaMPS, you need to snaphu to implement the step of Unwrapping, for more details you could find in the following links
How do you run StaMPS on windows? It uses csh scripts and snaphu.
I’m curious if anyone on here has been successful in using Docker for snaphu or other insar linux apps.
thank you so much for the answers. It is always a big deal to get some help at the start of your career, especially after a year off because of a serious health problem.
As I see there are no Orbit Precise Data for ENVISAT ASAR. The last ones (Delft) are dated back to 2014 and are ERS Data. That means that we have a long, long coregistration/IFM-Saturday with SNAP ahead of us. Or am I missing something?
I have already studied the links that you sent me. Thank you again so much.
I have a little problem trying to compile snaphu with cygwin. I found these instructions
Go to /usr/local/ Path: cd /usr/local/
Create directory man and man1: mkdir man man/man1
Go to local directory: cd /snaphu-v1.4.2/src
Compile SNAPHU: make install , automatic start of Makefile!
Open SNAPHU help: snaphu.exe
but the third step fails. And this makes sense, since there is neither c nor d in the file usr/local. Do you have any ideas?
The commands are not correct at all. Now I am in the right file and I am advised to type make install, but this does not work either.
make command not found
Alternatively, you can install GIT for windows which also features all UNIX tools. However, I’m not experienced with it. https://git-scm.com/download/win
Hi Andreas, thank you very much for your SNAPHU tutorial.
After compiling SNAPHU in CYGWIN, i copy SNAPHU.EXE to different directory. I can not run SNAPHU.EXE in Windows Command Prompt.
You will also need the following DLL files found in C:\cygwin\bin.
cygwin1.dll cyggcc_s-1.dll cygstdc+±6.dll Copy the three DLL files and iperf.exe somewhere on your system that is in your path like c:\windows\system32 for example. You can then run iperf directly from a command prompt.
This will may be help for some questions.
After copying these DLL’s, SNAPHU.EXE run at Windows Command Prompt…