17 lines
1.2 KiB
Plaintext
17 lines
1.2 KiB
Plaintext
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\atmosphericDelay-L-SAR
|
|
INFO:mylog:init algXML succeed
|
|
INFO:mylog:create new workspace success!
|
|
ERROR:mylog:run-time error!
|
|
Traceback (most recent call last):
|
|
File "D:/estar-proj/microproduct-l-sar/atmosphericDelay-L-SAR/AtmosphericDelayMain.py", line 1250, in <module>
|
|
if AtmosphericMain.check_source() is False:
|
|
File "D:/estar-proj/microproduct-l-sar/atmosphericDelay-L-SAR/AtmosphericDelayMain.py", line 106, in check_source
|
|
self.__processing_paras = self.__init_processing_paras(self.__input_paras, self.__workspace_preprocessed_path) # 输出{文件名:地址}
|
|
File "D:/estar-proj/microproduct-l-sar/atmosphericDelay-L-SAR/AtmosphericDelayMain.py", line 151, in __init_processing_paras
|
|
file_path = BlockProcess.unzip_file(para_path, out_path)
|
|
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\block\blockprocess.py", line 95, in unzip_file
|
|
with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:
|
|
File "D:\Anaconda\envs\micro\lib\zipfile.py", line 1251, in __init__
|
|
self.fp = io.open(file, filemode)
|
|
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\micro\\microproduct_depdence\\LT-Deformation\\ERA5_N27_N29_E99_E101_20230523_23.zip'
|