Some problems with Sentinel-1 IW SLC Bands after gpt Subset

Hello!
When I use the GPT command line to Subset a specific area, Intensity_VH and Intensity_VV in my Bands look like the following two figures.



But after I use Raster→Subset operation in SNAP, the results I got are completely different, as shown in the following figure.


This is the gpt command line operation I used in cmd, what’s wrong?

PS D:\Program Files\snap\bin> gpt Subset -Ssource=“E:\temp_SAR\Sentinel_1_processed\IW2_20220118_8193.dim” -PcopyMetadata=“true” -PgeoRegion=“POLYGON((115.8710 39.9489, 115.9934 39.9651, 116.0748 39.6041, 115.9533 39.5879, 115.8710 39.9489))” -t “E:\temp_SAR\test\20220118_8193.dim”

Can you help me?

Have you compared the histograms? You may need to manually adjust the limits to omit outliers

Thank you very much for your advice, but I still can’t find the cause of the problem so far.

I see no issue with the second images.
Maybe you need to consider the tip @gnwii wrote.
The colour stretching can be different for a subset. Check the maximum and minimum values.

Yes, in the four figures shown above, the last two are normal and they are also the results I want. My confusion is that after I use gpt command to crop the same area, I get the result as shown in the first two pictures. In the first image, some bands of varying spacing appear, and the entire image appears to be segmented. Logically speaking, for the same area, the result of using the gpt command and clicking with the mouse in SNAP should be the same.

Ah, okay. Now I understand. The results are different when you do the subset operation in SNAP Desktop and with gpt.
The result of gpt is good but in the desktop app you get the wrong results.

@lveci or @ABraun have you noticed this before?

Hi, Marco! Thank you very much for your attention to my problem.
Today I tried another method. I built a graph in SNAP Desktop and saved it as .xml, then I loaded and executed the file with gpt command and got normal results.