17 lines
1.6 KiB
Plaintext
17 lines
1.6 KiB
Plaintext
[02/23/2024 13:33:58] [15460] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\vegetationHeight-L-SAR ---from: VegetationHeightMain.check_source (VegetationHeightMain.py:Line95)
|
|
[02/23/2024 13:33:58] [15460] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321)
|
|
[02/23/2024 13:33:58] [15460] [INFO]- create new workspace success! ---from: VegetationHeightMain.__create_work_space (VegetationHeightMain.py:Line273)
|
|
[02/23/2024 13:33:58] [15460] [ERROR]- run-time error! ---from: VegetationHeightMain.<module> (VegetationHeightMain.py:Line947)
|
|
Traceback (most recent call last):
|
|
File "D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/VegetationHeightMain.py", line 939, in <module>
|
|
if VegetationHeight.check_source() is False:
|
|
File "D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/VegetationHeightMain.py", line 109, in check_source
|
|
self.__processing_paras = self.__init_processing_paras(self.__input_paras) # 输出{文件名:地址}
|
|
File "D:/estar-proj/microproduct-l-sar/vegetationHeight-L-SAR/VegetationHeightMain.py", line 149, in __init_processing_paras
|
|
shutil.copy(paths[0], os.path.join(slc_path, filename))
|
|
File "D:\Anaconda\envs\micro\lib\shutil.py", line 418, in copy
|
|
copyfile(src, dst, follow_symlinks=follow_symlinks)
|
|
File "D:\Anaconda\envs\micro\lib\shutil.py", line 264, in copyfile
|
|
with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
|
|
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\micro\\microproduct_depdence\\VegaHeight\\sars\\LT1A_MONO_KSC_STRIP4_006353_E109.3_N19.0_20230328_SLC_AHV_L1A_0000087468.tar.gz'
|