topsStack run_01 hangs at "Processing line: 1" during Topozero #28137
GauravDev20
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
I am processing Sentinel-1A TOPS data using ISCE2 topsStack with the
interferogram workflow.
The processing gets stuck during run_01_unpack_topo_reference,
specifically during the Topozero/topo step.
The process remains at:
for several days without progressing.
I interrupted the process with Ctrl+C and obtained a traceback showing:
The process was therefore spending its time inside Topozero.
Configuration
ISCE2 was installed in a Conda environment.
Python:
3.11.6
Workflow:
topsStack
interferogram
Sensor:
Sentinel-1A IW SLC
Swaths:
IW1 IW2 IW3
Reference date:
2020-02-10
Number of Sentinel-1 acquisitions:
7
AOI:
South = 28.17
North = 28.53
West = 76.23
East = 77.33
DEM:
output_hh_new.tif
The DEM is GeoTIFF, EPSG:4326.
The machine has approximately:
RAM = 15 GB
available RAM during testing = ~11 GB
Swap = 46 GB
Disk available = ~481 GB
Filesystem = ext4
The topo configuration currently contains:
Observations
Reference extraction successfully found:
The IW3 zero-burst condition appears to be because the AOI does not
intersect IW3.
The DEM itself appears valid. GDAL statistics previously showed:
The precise orbit for the reference acquisition is available:
I also confirmed that disk space and swap are not exhausted.
Question
What could cause Topozero to remain at:
for several days without producing the geometry files?
Is there a recommended way to diagnose or run Topozero for individual
bursts/IWs, or a known issue with this version of ISCE2/Python 3.11?
I would appreciate guidance on whether this is a Topozero problem,
a multiprocessing issue, an input geometry issue, or an installation/
version compatibility issue.
I can provide the complete topo.py traceback, configuration file,
system information, and run log if required.
All reactions