-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Dear Yu, I got the following error. Is there a way to proceed or it's a problem with data in that frame?
Start step: 01
End step: 16
Log file: log/202511100818batch_LiCSBAS_01_16.log
LiCSBAS01_get_geotiff.py ver1.7.0 20250907 Y. Morishita
LiCSBAS01_get_geotiff.py
Frame ID is 134D_05569_061312
134D_05569_061312.geo.E.tif already exist. Skip download.
134D_05569_061312.geo.N.tif already exist. Skip download.
134D_05569_061312.geo.U.tif already exist. Skip download.
134D_05569_061312.geo.hgt.tif already exist. Skip download.
Download baselines
HTTPError for baselines in 1th try
HTTPError for baselines in 2th try
HTTPError for baselines in 3th try
Error while downloading from https://gws-access.jasmin.ac.uk/public/nceo_geohazards/LiCSAR_products/134/134D_05569_061312/metadata/baselines
Download network.png
network.png, 465.41KB, 1s, 465.41KB/s
Download metadata.txt
metadata.txt, 243.0B, 1s, 243.0B/s
134D_05569_061312.geo.mli.tif already exist. Skip.
Download geotiff of unw and cc
272 IFGs available from 20170302 to 20211218
Checking existing unw and cc (4 parallel, may take time)...
20190726_20190807.geo.unw.tif not available.
20200122_20200203.geo.unw.tif not available.
20200203_20200215.geo.unw.tif not available.
269 unw already downloaded
0 unw will be downloaded
272 cc already downloaded
0 cc will be downloaded
Elapsed time: 00h 01m 38s
LiCSBAS01_get_geotiff.py Successfully finished!!
Output directory: /home/terratiz/LiCSBAS/134D_05569_061312/GEOC
LiCSBAS02_ml_prep.py ver1.7.6 20250815 Y. Morishita
LiCSBAS02_ml_prep.py -i GEOC -n 1
Read metadata from metadata.txt
No radar_freq found in metadata.txt. Set to default (5.405e9 Hz for Sentinel-1).
Create E.geo
E.geo created
Create N.geo
N.geo created
Create U.geo
U.geo created
Create slc.mli
slc.mli[.png] created
Create hgt
hgt[.png] created
Create unw and cc
269/272 unw and cc already exist. Skip
3 parallel processing...
0/ 3th IFG...
No 20190726_20190807.geo.unw.tif found. Skip
No 20200122_20200203.geo.unw.tif found. Skip
No 20200203_20200215.geo.unw.tif found. Skip
Copy baselines file
No valid baselines file exists. Make dummy.
Elapsed time: 00h 00m 02s
LiCSBAS02_ml_prep.py Successfully finished!!
Output directory: GEOCml1
LiCSBAS11_check_unw.py ver1.3.4 20250529 Y. Morishita
LiCSBAS11_check_unw.py -d GEOCml1
coh_thre : 0.05
unw_cov_thre : 0.3
Traceback (most recent call last):
File "/home/terratiz/LiCSBAS/bin/LiCSBAS11_check_unw.py", line 340, in
sys.exit(main())
File "/home/terratiz/LiCSBAS/bin/LiCSBAS11_check_unw.py", line 151, in main
width = int(io_lib.get_param_par(mlipar, 'range_samples'))
File "/home/terratiz/LiCSBAS/LiCSBAS_lib/LiCSBAS_io_lib.py", line 218, in get_param_par
value = subp.check_output(['grep', field,mlipar]).decode().split()[1].strip()
File "/home/terratiz/anaconda3/envs/licsbas2/lib/python3.10/subprocess.py", line 421, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/home/terratiz/anaconda3/envs/licsbas2/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['grep', 'range_samples', '/home/terratiz/LiCSBAS/134D_05569_061312/GEOCml1/slc.mli.par']' returned non-zero exit status 1.