Snap2stamps package: a free tool to automate the SNAP-StaMPS Workflow

I keep getting an error now with slaves_split
Error: [NodeId: TOPSAR-Split] -1

I looked at splitgraph2run.xml and found that the output raster was defined as

D:\S1_Mexico/split/20150802/20150802_D:\S1_Mexico\split\20141006\20141006_IW1.dim.dim

What format does the
PROJECTFOLDER= in project.conf need if I am running Windows? I can’t remember what I inserted the first time when it worked.

1 Like

Hi @ABraun!

The PROJECTFOLDER should contain a full path where can be found the slaves folder.
My guess is that if the step 1 on the slave preparation worked, it might not be because of the PROJECTFOLDER.
Could you provide more info about this? Had you run step 1, right?

Was your first try also run in Windows OS? I have tested only in several linux distros.

Let me know if this helps.

it was the same machine and as far as I know I entered a full project folder in both cases. Step 1 was successful, all data was sorted according to the acquisition date. I am currently repeating it from scratch, now it works again…
Strange, but as long as it runs - fine :slight_smile:

1 Like

So now it works? Cool !!
Let me know. Thanks

how is the MASTER to be defined in project.conf?

I added the full path to the split product but nothing happens and the command shell returns to enter mode.

If I enter anything else I get the message “split product is expected”.

I really wonder why everything worked like charm with my first dataset and now there is this strange behaviour…

Indeed I am still wondering what you have changed from one processing to the other as the software that you are using is always the same.

the MASTER variable in the project.conf must be the full path to the splitted and orbit corrected master (processed with SNAP) in BEAM-DIMAP format.

In case you might need it, you can give me more info about the dataset and parameters so I can try to reproduce your problem. Or we can see it together

Let me know

thank you. So this is simply the outcome of splitting_slaves.py, right?

Not really! For the MASTER… as written in the SNAP2StaMPS_User_Manual.pdf I suggest to do it in GUI, ensuring that the selected burst cover the entire AOI (as with the splitting_slaves.py you get entire subswath (that could be also used, but then the processing time needed is much higher than selecting few burst only for the MASTER)

I hope this helps.
Keep me updated

I see, thank you. This didn’t become clear to me when reading the manual, to be honest. What could be helpful would be a flow chart of the order of all included steps so the reader has an idea of what is to come.

However, simply applying all scripts technically worked the first time I used it. Probably because it was only one burst.
I will try it as you suggested.

Thanks for the feedback!
In fact it is good to get real users’ feedback so I can improve the manual for next release.

You are right and there is nothing wrong with just applying the scripts, but full swath interferograms takes much more time if the AOI can fit in smaller area to process.

Full swath should work as well…there is no limitation for that, maybe memory allocation should be better consider while configuring SNAP I guess.

Let me know

so the extent of the master image defines how much of the slaves will be used for the coregistration and interferogram formation process?

Not exactly, but the time and space needed for processing increases with the size. Let’s say that 2 burst MASTER takes on my 8vCPUs and 32GB RAM only between 2-3 mins. Full swath can take about/over 1 hour.

Internally I do not know if SNAP is able to get directly only the slave burst(s) matching the master extent. Maybe somebody can reply to this question (@marpet)???

now I get it, thank you!

1 Like

I don’t know much about SAR processing. I hardly know what bursts are :slight_smile:
So, I can’t answer if this is possible. Maybe @lveci or @jun_lu can answer this.

is it a problem when the bursts are shifted along-track?
image

I get the message at step three, coregistration:
Error: [NodeId: Back-Geocoding] Same sub-swath is expected.

Hi @ABraun,

Actually I do not think so. Just ensure that your data covers your AOI.

What you shows it is an error message from the SNAP Back-Geocoding Operator and not from the snap2stamps scripts. But from the image I think that one of more your slaves images do not cover the entire master, and probably, there are burst in the master with no correspondence with your slaves.

Can you check that? If so, could you put the slave image with the missed burst in the slave folder to be assembled?

In addition, if you could check the content of the coreg_ifg2run.xml produced and used by SNAP we can have a better overview of what it is happening.

1 Like

now I feel dumb…
I had written the wrong IW in project.conf and therefore, all slaves were outside the master.

Things like that happens to everybody. It is fine to keep checking the scripts to verify that everything works.
In such case just need to correct it in the project.conf and launch the commands. Snap2stamps will do the rest for you! :wink:

1 Like

I have completed the analysis for the Ruhr area in Western Germany which heavily sinks due to mining activities.
I used 36 Sentinel-1 images which produced over 400000 PS. After strong weeding (std=0.5) 150000 remained which give a nice picture of the pattern. The only strange thing is that the values and the colour ramps are inverted. The largest displacement should actually be in the middle of the image.

But this is rather a StaMPS configuration issue and not related to the preprocessing, this works very well - congratulations and thanks again!

This is ps_plot(‘vs’,4)

6 Likes

Thanks @ABraun for sharing with us the results and for testing snap2stamps ! :smiley:

Just note that you have plotted the standard deviation of velocities ps_plot(‘vs’) and not the LOS deformation velocities ps_plot(‘v-d’) (minus DEM error). Maybe that plot is more likely what you are looking for.

Really glad to help users in making easier PSI using SNAP and StaMPS.
Still many things to be done and improved! :wink:

3 Likes