Closed EJFielding closed 6 months ago
@EJFielding , I took a look at your case example and this appears to be the expected behavior since there are a mix of short scenes here (i.e. IFGs with just a single frame available, which only partially overlaps with the specified AOI), e.g. 20190210_20190123
below:
To kick out such scenes, you would need to omit the -croptounion
option to strictly enforce a cutline from the provided AOI (i.e. clip scene extends that span beyond this footprint) and leverage the minimum overlap option (-mo
) to kick out scenes that have below X km^2 of overlap WRT to the specified AOI.
For the latter, please refer to the help print screen (i.e. ariaTSsetup.py -h
) for a detailed description of its purpose. Generally I specify a value that represents ~90% of the area in km^2 of the AOI of interest, which in this case I manually estimated from QGIS to be 5800 km^2 (i.e. -mo 5800
). By specifying this as an argument, I am able to kick out "short" scenes such as 20190210_20190123
above, and only pass scenes such as 20190123_20190117
that span the AOI:
Please let me know if you'd like me to clarify anything here. Thanks!
@sssangha Thanks for investigating. It seems that the new v3_0_1 processing must have a lot more missing scenes than the older v2 processing. I will use the -mo
option then. My AOI seems to mostly fit in one frame, but then catches the edges of the frame above and below, so I get all those little pieces of interferograms.
I verified that running ariaTSsetup.py
with the -mo 5800
flag creates a set of interferograms that is complete, but a much smaller number. I am closing this as not a bug in ARIA-tools but what I hope is a temporary set of missing frames in the ARIA S1 GUNW archive.
Describe the bug
ariaTSsetup.py
does not correctly stitch frames for GUNW v3_0_1 datasets over Los Angeles.To Reproduce Steps to reproduce the behavior:
ariaDownload.py --num_threads 16 -b '33.4 34.5 -119.0 -117.4' -s 20190101 -e 20211231 -t 64 --version 3_0_1
ariaTSsetup.py -f "/scratch/nisar-st-calval-solidearth/ARIA_S1/Secular/LA_A64_3years/fielding/20240515/v1/products/*.nc" -b '33.6 34.3 -118.5 -117.5' --mask Download --croptounion --verbose
The run completed without further errors and I loaded it into MintPy, but many of the interferograms have incomplete stitching. Output from MintPy with views of the interferograms are attached below.
Expected behavior I expected complete interferograms.
Desktop (please complete the following information):
conda install aria-tools
and it reports version:aria-tools 1.1.7.1 py311hd037940_0 conda-forge 219kB
CentOS 7
Additional context
This was running on the NISAR On-Demand System.