1.修改干涉模块解缠错误问题
parent
0f6e8ff8f8
commit
5dcc4ab2ae
|
@ -524,7 +524,7 @@ class OrthoMain:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def cut_dem(self, dem_merged_path, meta_file_path):
|
def cut_dem(self, dem_merged_path, meta_file_path):
|
||||||
_, scopes = DictXml(meta_file_path).get_extend()
|
_, scopes, _ = DictXml(meta_file_path).get_extend()
|
||||||
intersect_polygon = pp().intersect_polygon(scopes)
|
intersect_polygon = pp().intersect_polygon(scopes)
|
||||||
if intersect_polygon is None:
|
if intersect_polygon is None:
|
||||||
raise Exception('cal intersect box fail!')
|
raise Exception('cal intersect box fail!')
|
||||||
|
|
|
@ -1261,7 +1261,7 @@ if __name__ == "__main__":
|
||||||
# raise Exception('phase_unwrapping() failed!')
|
# raise Exception('phase_unwrapping() failed!')
|
||||||
if AtmosphericMain.creat_xml_format(start) is not True:
|
if AtmosphericMain.creat_xml_format(start) is not True:
|
||||||
raise Exception('creat_xml_format() failed!')
|
raise Exception('creat_xml_format() failed!')
|
||||||
logger.info('successful production of ' + EXE_NAME + ' Product'+'.mate.xml')
|
logger.info('successful production of ' + EXE_NAME + ' Product')
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.exception("run-time error!")
|
logger.exception("run-time error!")
|
||||||
finally:
|
finally:
|
||||||
|
|
|
@ -55,9 +55,9 @@
|
||||||
<ParaChsName>DEM数字高程影像</ParaChsName>
|
<ParaChsName>DEM数字高程影像</ParaChsName>
|
||||||
<Description>30m分辨率DEM数字高程影像</Description>
|
<Description>30m分辨率DEM数字高程影像</Description>
|
||||||
<ParaType>File</ParaType>
|
<ParaType>File</ParaType>
|
||||||
<DataType>zip</DataType>
|
<DataType>tif</DataType>
|
||||||
<ParaSource>Cal</ParaSource>
|
<ParaSource>Cal</ParaSource>
|
||||||
<ParaValue>F:\MicroWorkspace\LT1B\LT230919\DEM30m.zip</ParaValue>
|
<ParaValue>F:\MicroWorkspace\LT1B\LT230919\LSAR_vegetationPhenology_DEM30m.tif</ParaValue>
|
||||||
<EnModification>True</EnModification>
|
<EnModification>True</EnModification>
|
||||||
<EnMultipleChoice>True</EnMultipleChoice>
|
<EnMultipleChoice>True</EnMultipleChoice>
|
||||||
<Control>File</Control>
|
<Control>File</Control>
|
||||||
|
|
|
@ -262,7 +262,7 @@ class ScatteringMain:
|
||||||
self.del_floder(path)
|
self.del_floder(path)
|
||||||
|
|
||||||
def cut_dem(self, dem_merged_path, meta_file_path):
|
def cut_dem(self, dem_merged_path, meta_file_path):
|
||||||
_, scopes = DictXml(meta_file_path).get_extend()
|
_, scopes, _ = DictXml(meta_file_path).get_extend()
|
||||||
intersect_polygon = pp().intersect_polygon(scopes)
|
intersect_polygon = pp().intersect_polygon(scopes)
|
||||||
if intersect_polygon is None:
|
if intersect_polygon is None:
|
||||||
raise Exception('cal intersect box fail!')
|
raise Exception('cal intersect box fail!')
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\backScattering-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/backScattering-L-SAR/BackScatteringMain.py", line 497, in <module>
|
|
||||||
if not ScatteringMain.check_source():
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/backScattering-L-SAR/BackScatteringMain.py", line 83, in check_source
|
|
||||||
self.__in_processing_paras = self.__init_processing_paras(self.__input_paras, self.__workspace_preprocessing_path)
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/backScattering-L-SAR/BackScatteringMain.py", line 142, 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 105, in unzip_file
|
|
||||||
return unzipped_folder_path
|
|
||||||
UnboundLocalError: local variable 'unzipped_folder_path' referenced before assignment
|
|
|
@ -1,12 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\backScattering-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:mylog:progress bar: 30%
|
|
||||||
ERROR:mylog:len(scopes_tuple) < 2
|
|
||||||
INFO:mylog:progress bar: 40%
|
|
||||||
INFO:mylog:progress bar: 90%
|
|
||||||
INFO:mylog:process_handle finished!
|
|
||||||
INFO:mylog:progress bar: 100%
|
|
||||||
INFO:mylog:successful production of backscattering products!
|
|
||||||
INFO:mylog:running use time: 0:11:33.157837
|
|
|
@ -65,11 +65,11 @@
|
||||||
<Parameter>
|
<Parameter>
|
||||||
<ParaName>box</ParaName>
|
<ParaName>box</ParaName>
|
||||||
<ParaChsName>经纬度包围盒</ParaChsName>
|
<ParaChsName>经纬度包围盒</ParaChsName>
|
||||||
<Description>经纬度包围盒SNWE。例子:30.0;30.2;117.3;117.5 37;38.2;108.87;109.1</Description>
|
<Description>经纬度包围盒SNWE。例子:30.0;30.2;117.3;117.5 28.35;28.4;100.35;100.4</Description>
|
||||||
<ParaType>value</ParaType>
|
<ParaType>value</ParaType>
|
||||||
<DataType>string</DataType>
|
<DataType>string</DataType>
|
||||||
<ParaSource>Man</ParaSource>
|
<ParaSource>Man</ParaSource>
|
||||||
<ParaValue>28.35;28.4;100.35;100.4</ParaValue>
|
<ParaValue>28.30;28.4;100.30;100.4</ParaValue>
|
||||||
<EnModification>True</EnModification>
|
<EnModification>True</EnModification>
|
||||||
<EnMultipleChoice>True</EnMultipleChoice>
|
<EnMultipleChoice>True</EnMultipleChoice>
|
||||||
<Control>UploadInput</Control>
|
<Control>UploadInput</Control>
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
<ParaType>File</ParaType>
|
<ParaType>File</ParaType>
|
||||||
<DataType>zip</DataType>
|
<DataType>zip</DataType>
|
||||||
<ParaSource>Man</ParaSource>
|
<ParaSource>Man</ParaSource>
|
||||||
<ParaValue>D:\micro\microproduct_depdence\LT-Deformation\dem\97E27N_COP30.zip</ParaValue>
|
<ParaValue>D:\micro\microproduct_depdence\LT-Deformation\dem\LSAR_atmo_97E27N_COP30.zip</ParaValue>
|
||||||
<EnModification>True</EnModification>
|
<EnModification>True</EnModification>
|
||||||
<EnMultipleChoice>False</EnMultipleChoice>
|
<EnMultipleChoice>False</EnMultipleChoice>
|
||||||
<Control>File</Control>
|
<Control>File</Control>
|
||||||
|
|
|
@ -181,6 +181,9 @@ class DeformationMain:
|
||||||
if name == 'MainImg':
|
if name == 'MainImg':
|
||||||
processing_paras.update({'mainimg': para['ParaValue']})
|
processing_paras.update({'mainimg': para['ParaValue']})
|
||||||
if name == 'box':
|
if name == 'box':
|
||||||
|
if para['ParaValue'] == 'empty':
|
||||||
|
processing_paras.update({'box': 'empty'})
|
||||||
|
else:
|
||||||
datas = para['ParaValue'].split(';')
|
datas = para['ParaValue'].split(';')
|
||||||
if len(datas) != 4:
|
if len(datas) != 4:
|
||||||
msg = 'para: box is error!box:' + para['ParaValue']
|
msg = 'para: box is error!box:' + para['ParaValue']
|
||||||
|
@ -442,12 +445,6 @@ class DeformationMain:
|
||||||
logger.info('demhgt2wgs finish!')
|
logger.info('demhgt2wgs finish!')
|
||||||
logger.info('progress bar: 5%')
|
logger.info('progress bar: 5%')
|
||||||
|
|
||||||
# cum_connections = self.__in_processing_paras['NumConnections']
|
|
||||||
# cmd = "stackSentinel.exe -s {} -d {} -a {} -o {} -w {} -c {} -b {} -m {} -n '1 2 3' -p 'vv' -W offset -e {} --exeabsolute_dir {}".format(slc_dir, dem_path, aux_dir, orbits_dir, isce_work_space, cum_connections, box, main_img, EsdCoherenceThreshold, isce_exe_dir)
|
|
||||||
# result = self.isce_stackSentinel(slc_dir, dem_path, aux_dir, orbits_dir, isce_work_space, main_img,
|
|
||||||
# isce_exe_dir, box, EsdCoherenceThreshold)
|
|
||||||
# os.chdir(isce_exe_dir)
|
|
||||||
# slc数据转isce格式
|
|
||||||
|
|
||||||
slc_dir = r"/".join(self.__in_processing_paras['slc'].split("\\")) + "/"
|
slc_dir = r"/".join(self.__in_processing_paras['slc'].split("\\")) + "/"
|
||||||
slc_dir = '/cygdrive/' + slc_dir.replace(":/", "/")
|
slc_dir = '/cygdrive/' + slc_dir.replace(":/", "/")
|
||||||
|
@ -471,10 +468,10 @@ class DeformationMain:
|
||||||
|
|
||||||
if self.__in_processing_paras['box'] == 'empty':
|
if self.__in_processing_paras['box'] == 'empty':
|
||||||
box = ''
|
box = ''
|
||||||
cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -u 'snaphu' --nofocus".format(out_slc_dir,
|
cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -f '0.5' -u 'snaphu' --nofocus".format(out_slc_dir,
|
||||||
isce_work_space,
|
isce_work_space,
|
||||||
dem_path,
|
dem_path,
|
||||||
main_img, 3, 3)
|
main_img, 10, 10)
|
||||||
logger.info('stackStripMap_cmd:{}'.format(cmd))
|
logger.info('stackStripMap_cmd:{}'.format(cmd))
|
||||||
result = os.system(cmd)
|
result = os.system(cmd)
|
||||||
logger.info('cmd_result:{}'.format(result))
|
logger.info('cmd_result:{}'.format(result))
|
||||||
|
@ -486,7 +483,7 @@ class DeformationMain:
|
||||||
self.isce_run_steps(run_steps, self.__workspace_isce_path)
|
self.isce_run_steps(run_steps, self.__workspace_isce_path)
|
||||||
else:
|
else:
|
||||||
box = "'" + self.__in_processing_paras['box'] + "'"
|
box = "'" + self.__in_processing_paras['box'] + "'"
|
||||||
cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -x {} -u 'snaphu' --nofocus".format(out_slc_dir, isce_work_space, dem_path, main_img, 3, 3, box)
|
cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -x {} -f '0.5' -u 'snaphu' --nofocus".format(out_slc_dir, isce_work_space, dem_path, main_img, 10, 10, box)
|
||||||
logger.info('stackStripMap_cmd:{}'.format(cmd))
|
logger.info('stackStripMap_cmd:{}'.format(cmd))
|
||||||
result = os.system(cmd)
|
result = os.system(cmd)
|
||||||
logger.info('cmd_result:{}'.format(result))
|
logger.info('cmd_result:{}'.format(result))
|
||||||
|
|
|
@ -106,7 +106,9 @@ class Filter(Component):
|
||||||
input_c = ctypes.c_char_p(bytes(input,'utf-8')) # The input interferogram
|
input_c = ctypes.c_char_p(bytes(input,'utf-8')) # The input interferogram
|
||||||
output_c = ctypes.c_char_p(bytes(output,'utf-8')) # The output smoothed interferogram
|
output_c = ctypes.c_char_p(bytes(output,'utf-8')) # The output smoothed interferogram
|
||||||
alpha_c = ctypes.c_double(alpha)
|
alpha_c = ctypes.c_double(alpha)
|
||||||
step_c = ctypes.c_int(16) # Stepsize in range and azimuth for the filter
|
# step_c = ctypes.c_int(16) # Stepsize in range and azimuth for the filter
|
||||||
|
step_c = ctypes.c_int(32) # Stepsize in range and azimuth for the filter
|
||||||
|
print('*'*100)
|
||||||
width_c = ctypes.c_int(width)
|
width_c = ctypes.c_int(width)
|
||||||
length_c = ctypes.c_int(length)
|
length_c = ctypes.c_int(length)
|
||||||
ymax_c = ctypes.c_int(length-1) # default to length
|
ymax_c = ctypes.c_int(length-1) # default to length
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -980,3 +980,231 @@ dtype = CFLOAT
|
||||||
2024-02-21 17:19:27,092 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
2024-02-21 17:19:27,092 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||||
2024-02-21 17:19:27,092 - isce.mroipac.filter - INFO - Filtering interferogram
|
2024-02-21 17:19:27,092 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
2024-02-21 17:19:27,900 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
2024-02-21 17:19:27,900 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-09 13:53:42,169 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-09 13:53:42,196 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-09 13:53:42,222 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-09 13:53:43,156 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224
|
||||||
|
2024-04-09 15:14:58,372 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 15:14:58,373 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image.
|
||||||
|
2024-04-09 15:26:00,235 - isceobj.Location.OffsetField - INFO - 316 offsets culled
|
||||||
|
2024-04-09 15:26:00,451 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 15:26:00,640 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 15:26:00,826 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 15:26:22,098 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 15:26:22,099 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image.
|
||||||
|
2024-04-09 15:31:31,862 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - width: 8487
|
||||||
|
2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - length: 10504
|
||||||
|
2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-09 15:31:31,875 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-09 15:31:31,875 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-09 15:31:31,875 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-09 15:33:16,345 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-09 15:33:16,357 - isce.mroipac.filter - DEBUG - width: 8487
|
||||||
|
2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - length: 10504
|
||||||
|
2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-09 15:33:16,358 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-09 15:55:51,629 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-09 15:55:51,656 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-09 15:55:51,681 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-09 15:55:53,011 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25462
|
||||||
|
length = 31514
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-09 15:55:56,113 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25586
|
||||||
|
length = 28444
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-09 15:55:58,369 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247
|
||||||
|
2024-04-09 15:57:28,421 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 15:57:28,421 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-09 16:06:48,174 - isceobj.Location.OffsetField - INFO - 378 offsets culled
|
||||||
|
2024-04-09 16:06:48,424 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 16:06:48,644 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 16:06:48,909 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 16:06:50,812 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 16:06:50,812 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-09 16:06:57,990 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-09 16:06:58,002 - isce.mroipac.filter - DEBUG - width: 2233
|
||||||
|
2024-04-09 16:06:58,002 - isce.mroipac.filter - DEBUG - length: 697
|
||||||
|
2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-09 16:06:58,003 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-09 16:07:02,102 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-09 16:07:02,114 - isce.mroipac.filter - DEBUG - width: 2233
|
||||||
|
2024-04-09 16:07:02,114 - isce.mroipac.filter - DEBUG - length: 697
|
||||||
|
2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-09 16:07:02,115 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-09 17:09:04,487 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-09 17:09:04,514 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-09 17:09:04,542 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-09 17:09:05,855 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25462
|
||||||
|
length = 31514
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-09 17:09:08,928 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25586
|
||||||
|
length = 28444
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-09 17:09:11,181 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247
|
||||||
|
2024-04-09 17:10:41,531 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 17:10:41,532 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-09 17:20:08,156 - isceobj.Location.OffsetField - INFO - 378 offsets culled
|
||||||
|
2024-04-09 17:20:08,412 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 17:20:08,635 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 17:20:08,895 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 17:20:10,964 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 17:20:10,964 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-09 17:20:18,623 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-09 17:20:18,635 - isce.mroipac.filter - DEBUG - width: 2233
|
||||||
|
2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - length: 697
|
||||||
|
2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-09 17:20:18,637 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-09 17:20:19,968 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 09:43:44,223 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-11 09:43:44,236 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
|
2024-04-11 09:43:44,236 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
|
2024-04-11 09:43:44,237 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 09:43:44,237 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 09:43:44,237 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-11 09:43:44,238 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 09:43:44,393 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 09:46:07,750 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-11 09:46:07,775 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-11 09:46:07,800 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-11 09:46:09,076 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25462
|
||||||
|
length = 31514
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-11 09:46:12,078 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25586
|
||||||
|
length = 28444
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-11 09:46:14,273 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247
|
||||||
|
2024-04-11 09:47:39,993 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-11 09:47:39,994 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-11 09:56:55,992 - isceobj.Location.OffsetField - INFO - 378 offsets culled
|
||||||
|
2024-04-11 09:56:56,258 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-11 09:56:56,482 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-11 09:56:56,745 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-11 09:56:58,716 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-11 09:56:58,717 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-11 09:57:05,785 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-11 09:57:05,797 - isce.mroipac.filter - DEBUG - width: 2233
|
||||||
|
2024-04-11 09:57:05,797 - isce.mroipac.filter - DEBUG - length: 697
|
||||||
|
2024-04-11 09:57:05,798 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 09:57:05,798 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 09:57:05,798 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-11 09:57:05,798 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 09:57:07,117 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 10:33:28,933 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-11 10:33:28,959 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-11 10:33:28,984 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-11 10:33:30,273 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25462
|
||||||
|
length = 31514
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-11 10:33:33,293 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25586
|
||||||
|
length = 28444
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-11 10:33:35,514 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247
|
||||||
|
2024-04-11 10:35:03,463 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-11 10:35:03,463 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-11 10:44:21,030 - isceobj.Location.OffsetField - INFO - 378 offsets culled
|
||||||
|
2024-04-11 10:44:21,286 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-11 10:44:21,509 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-11 10:44:21,769 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-11 10:44:23,622 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-11 10:44:23,622 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-11 10:44:31,082 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-11 10:44:31,094 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
|
2024-04-11 10:44:31,095 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
|
2024-04-11 10:44:31,095 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 10:44:31,095 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 10:44:31,095 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-11 10:44:31,096 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 10:44:31,229 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 10:44:35,980 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-11 10:44:35,991 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
|
2024-04-11 10:44:35,992 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
|
2024-04-11 10:44:35,992 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 10:44:35,992 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 10:44:35,992 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-11 10:44:35,992 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 10:44:36,119 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 10:49:06,892 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-11 10:49:06,917 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-11 10:49:06,942 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-11 10:49:08,237 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25462
|
||||||
|
length = 31514
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-11 10:49:14,052 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25586
|
||||||
|
length = 28444
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-11 10:49:18,177 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293726769037733
|
||||||
|
2024-04-11 10:52:57,703 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 4167 which is the number of lines in the slc image.
|
||||||
|
2024-04-11 10:52:57,703 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 8499 which is the width of the slc image.
|
||||||
|
2024-04-11 11:02:18,702 - isceobj.Location.OffsetField - INFO - 332 offsets culled
|
||||||
|
2024-04-11 11:02:18,961 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-11 11:02:19,197 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-11 11:02:19,469 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-11 11:02:21,586 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 4167 which is the number of lines in the slc image.
|
||||||
|
2024-04-11 11:02:21,587 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 8499 which is the width of the slc image.
|
||||||
|
2024-04-11 11:02:36,909 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-11 11:02:36,921 - isce.mroipac.filter - DEBUG - width: 850
|
||||||
|
2024-04-11 11:02:36,921 - isce.mroipac.filter - DEBUG - length: 417
|
||||||
|
2024-04-11 11:02:36,921 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 11:02:36,922 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 11:02:36,922 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-11 11:02:36,922 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 11:02:37,246 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
|
Binary file not shown.
|
@ -54,6 +54,17 @@ def get_filt_fine_unw_path(isce_work_path):
|
||||||
|
|
||||||
return flit_fine_unw_path_ls
|
return flit_fine_unw_path_ls
|
||||||
|
|
||||||
|
def get_filt_fine_cor_path(isce_work_path):
|
||||||
|
flit_fine_cor_path_ls=[]
|
||||||
|
interferograms_path=os.path.join(isce_work_path,"Igrams")
|
||||||
|
for rootdir, dirs, files in os.walk(interferograms_path):
|
||||||
|
for filename in files:
|
||||||
|
# if filename=="filt_fine.unw.vrt":
|
||||||
|
if filename.endswith(".cor.vrt"):
|
||||||
|
flit_fine_cor_path_ls.append(os.path.join(rootdir, filename))
|
||||||
|
|
||||||
|
return flit_fine_cor_path_ls
|
||||||
|
|
||||||
def info_VRT(vrt_path):
|
def info_VRT(vrt_path):
|
||||||
vrt_data=gdal.Open(vrt_path,gdal.GA_ReadOnly)
|
vrt_data=gdal.Open(vrt_path,gdal.GA_ReadOnly)
|
||||||
print("width:\t",vrt_data.RasterXSize)
|
print("width:\t",vrt_data.RasterXSize)
|
||||||
|
@ -87,13 +98,62 @@ def read_tiff_dataset(tiff_data,band_idx=0):
|
||||||
|
|
||||||
def saveTiff(target_data_path,xsize,ysize,gt,srs,target_arr):
|
def saveTiff(target_data_path,xsize,ysize,gt,srs,target_arr):
|
||||||
driver = gdal.GetDriverByName('GTiff') # 数据类型必须有,因为要计算需要多大内存空间
|
driver = gdal.GetDriverByName('GTiff') # 数据类型必须有,因为要计算需要多大内存空间
|
||||||
|
target_arr[np.where(target_data_path == -9999)] = 0
|
||||||
tiff_geo=driver.Create(target_data_path, int(xsize)+1, int(ysize)+1, 1, gdal.GDT_Float32)
|
tiff_geo=driver.Create(target_data_path, int(xsize)+1, int(ysize)+1, 1, gdal.GDT_Float32)
|
||||||
tiff_geo.GetRasterBand(1).WriteArray(target_arr)
|
tiff_geo.GetRasterBand(1).WriteArray(target_arr)
|
||||||
tiff_geo.GetRasterBand(1).SetNoDataValue(-9999)
|
tiff_geo.GetRasterBand(1).SetNoDataValue(0)
|
||||||
tiff_geo.SetGeoTransform(gt)
|
tiff_geo.SetGeoTransform(gt)
|
||||||
tiff_geo.SetProjection(srs.ExportToWkt())
|
tiff_geo.SetProjection(srs.ExportToWkt())
|
||||||
del tiff_geo
|
del tiff_geo
|
||||||
|
|
||||||
|
|
||||||
|
def detrend_2d(unw_filename,cor_filename, out_file):
|
||||||
|
|
||||||
|
unwImg = ImageHandler.get_data(unw_filename)
|
||||||
|
# unwImg = unwImgt[1,:,:]
|
||||||
|
corImg = ImageHandler.get_data(cor_filename)
|
||||||
|
height = corImg.shape[0]
|
||||||
|
width = corImg.shape[1]
|
||||||
|
lines_intv = int(np.floor(height * 0.005))
|
||||||
|
width_intv = int(np.floor(width * 0.005))
|
||||||
|
x = np.arange(1, width, width_intv)
|
||||||
|
y = np.arange(1, height, lines_intv)
|
||||||
|
|
||||||
|
pointX = []
|
||||||
|
pointY = []
|
||||||
|
pointZ = []
|
||||||
|
|
||||||
|
for i in y:
|
||||||
|
for j in x:
|
||||||
|
if corImg[i,j] < 0.2:
|
||||||
|
continue
|
||||||
|
else:
|
||||||
|
pointX.append(j)
|
||||||
|
pointY.append(i)
|
||||||
|
pointZ.append(unwImg[i,j])
|
||||||
|
|
||||||
|
int_xy = np.multiply(np.array(pointX), np.array(pointY))
|
||||||
|
int_xx = np.multiply(np.array(pointX), np.array(pointX))
|
||||||
|
int_yy = np.multiply(np.array(pointY), np.array(pointY))
|
||||||
|
|
||||||
|
design_matrix = np.column_stack((np.array(pointX), np.array(pointY), int_xy, int_xx, int_yy))
|
||||||
|
X = np.linalg.lstsq(design_matrix, pointZ, rcond=None)[0]
|
||||||
|
a = X[0] # 系数1
|
||||||
|
b = X[1] # 系数2
|
||||||
|
c = X[2] # 系数3
|
||||||
|
d = X[3] # 系数4
|
||||||
|
e = X[4] # 系数5
|
||||||
|
|
||||||
|
dtd_unw = np.zeros((height, width), dtype=float)
|
||||||
|
for ii in range(width):
|
||||||
|
for jj in range(height):
|
||||||
|
str = a * (ii+1) + b * (jj+1) + c * (ii+1) * (jj+1) + d * (ii+1) * (ii+1) + e * (jj+1) * (jj+1)
|
||||||
|
# dtd_unw[ii, jj] = unwImg[ii, jj] - str
|
||||||
|
dtd_unw[jj, ii] = unwImg[jj, ii] - str
|
||||||
|
dtd_unw[np.where(corImg==0)] = 0
|
||||||
|
ImageHandler.write_img(out_file, '', [0.0, 1.0, 0.0, 0.0, 0.0, 1.0], dtd_unw)
|
||||||
|
return dtd_unw
|
||||||
|
|
||||||
# 插值地理编码方法
|
# 插值地理编码方法
|
||||||
def geoCoding(tree,X_min,X_max,Y_min,Y_max,block_size,value_data,target_arr):
|
def geoCoding(tree,X_min,X_max,Y_min,Y_max,block_size,value_data,target_arr):
|
||||||
for i in range(X_min,X_max+block_size,block_size):
|
for i in range(X_min,X_max+block_size,block_size):
|
||||||
|
@ -143,6 +203,8 @@ def get_Dem(isce_work_path,temp_work_path,pack_path,product_name,lamda):
|
||||||
unw_tiff_path=os.path.join(temp_work_path,"unw.tiff")
|
unw_tiff_path=os.path.join(temp_work_path,"unw.tiff")
|
||||||
vrt2tiff(filt_topophase_unw_path,unw_tiff_path,1)
|
vrt2tiff(filt_topophase_unw_path,unw_tiff_path,1)
|
||||||
|
|
||||||
|
filt_topophase_cor_path = get_filt_fine_cor_path(isce_work_path)[0]
|
||||||
|
|
||||||
[lon_path,lat_path]=get_long_lat_path(isce_work_path)
|
[lon_path,lat_path]=get_long_lat_path(isce_work_path)
|
||||||
lon_tiff_path=os.path.join(temp_work_path,"lon.tiff")
|
lon_tiff_path=os.path.join(temp_work_path,"lon.tiff")
|
||||||
vrt2tiff(lon_path,lon_tiff_path)
|
vrt2tiff(lon_path,lon_tiff_path)
|
||||||
|
@ -166,7 +228,9 @@ def get_Dem(isce_work_path,temp_work_path,pack_path,product_name,lamda):
|
||||||
lat = lat_data[:, lat_data.shape[1]-1]
|
lat = lat_data[:, lat_data.shape[1]-1]
|
||||||
lat_min = np.min(lat)
|
lat_min = np.min(lat)
|
||||||
lat_max = np.max(lat)
|
lat_max = np.max(lat)
|
||||||
unw_data=read_tiff_dataset(unw_tiff_path,band_idx=0)
|
# unw_data=read_tiff_dataset(unw_tiff_path,band_idx=0)
|
||||||
|
out_detrend_path = os.path.join(temp_work_path, "detrend_unw.tif")
|
||||||
|
unw_data = detrend_2d(unw_tiff_path, filt_topophase_cor_path, out_detrend_path)
|
||||||
hgt_data=read_tiff_dataset(hgt_tiff_path,band_idx=0)
|
hgt_data=read_tiff_dataset(hgt_tiff_path,band_idx=0)
|
||||||
|
|
||||||
los_data=los_data.reshape(-1)
|
los_data=los_data.reshape(-1)
|
||||||
|
@ -203,7 +267,7 @@ def get_Dem(isce_work_path,temp_work_path,pack_path,product_name,lamda):
|
||||||
print(xsize,ysize)
|
print(xsize,ysize)
|
||||||
|
|
||||||
def_arr=np.zeros((int(ysize)+1,int(xsize)+1))-9999
|
def_arr=np.zeros((int(ysize)+1,int(xsize)+1))-9999
|
||||||
dem_arr=np.zeros((int(ysize)+1,int(xsize)+1))-9999
|
dem_arr=np.zeros((int(ysize)+1,int(xsize)+1))
|
||||||
|
|
||||||
X=inv_gt[0]+lon_data*inv_gt[1]+inv_gt[2]*lat_data
|
X=inv_gt[0]+lon_data*inv_gt[1]+inv_gt[2]*lat_data
|
||||||
Y=inv_gt[3]+lon_data*inv_gt[4]+inv_gt[5]*lat_data
|
Y=inv_gt[3]+lon_data*inv_gt[4]+inv_gt[5]*lat_data
|
||||||
|
@ -230,9 +294,9 @@ def get_Dem(isce_work_path,temp_work_path,pack_path,product_name,lamda):
|
||||||
return dem_target_data_path
|
return dem_target_data_path
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
isce_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\isce_work"
|
isce_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\isce_work"
|
||||||
temp_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\test"
|
temp_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\isce_work\test"
|
||||||
out_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\test"
|
out_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\isce_work\test"
|
||||||
product = r'D:\micro\microproduct_depdence\GF3-Deformation\test\dem.tiff'
|
product = r'D:\micro\microproduct_depdence\LT-Deformation\isce_work\test\dem.tiff'
|
||||||
get_Dem(isce_work_path, temp_work_path, out_work_path, product)
|
get_Dem(isce_work_path, temp_work_path, out_work_path, product, 0.5)
|
||||||
pass
|
pass
|
|
@ -1,14 +0,0 @@
|
||||||
[02/21/2024 17:02:28] [26060] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\deformation-L-SAR ---from: DeformationMain.check_source (DeformationMain.py:Line72)
|
|
||||||
[02/21/2024 17:02:28] [26060] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321)
|
|
||||||
[02/21/2024 17:02:28] [26060] [INFO]- create new workspace success! ---from: DeformationMain.__create_work_space (DeformationMain.py:Line250)
|
|
||||||
[02/21/2024 17:02:31] [26060] [INFO]- check_source success! ---from: DeformationMain.check_source (DeformationMain.py:Line101)
|
|
||||||
[02/21/2024 17:02:31] [26060] [INFO]- progress bar: 5% ---from: DeformationMain.check_source (DeformationMain.py:Line102)
|
|
||||||
[02/21/2024 17:02:31] [26060] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/D/micro/LWork/Deformation/Temporary/origin/DEM -o /cygdrive/D/micro\LWork\Deformation\Temporary\preprocessed\dem ---from: DeformationMain.process_handle (DeformationMain.py:Line435)
|
|
||||||
[02/21/2024 17:02:32] [26060] [INFO]- cmd_result:1 ---from: DeformationMain.process_handle (DeformationMain.py:Line437)
|
|
||||||
[02/21/2024 17:02:32] [26060] [ERROR]- run-time error! ---from: DeformationMain.<module> (DeformationMain.py:Line552)
|
|
||||||
Traceback (most recent call last):
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/deformation-L-SAR/DeformationMain.py", line 548, in <module>
|
|
||||||
if not Main.process_handle(start):
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/deformation-L-SAR/DeformationMain.py", line 441, in process_handle
|
|
||||||
raise Exception('demhgt2wgs.exe run failed!')
|
|
||||||
Exception: demhgt2wgs.exe run failed!
|
|
|
@ -1,5 +0,0 @@
|
||||||
[02/21/2024 17:04:24] [26708] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\deformation-L-SAR ---from: DeformationMain.check_source (DeformationMain.py:Line72)
|
|
||||||
[02/21/2024 17:04:24] [26708] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321)
|
|
||||||
[02/21/2024 17:04:25] [26708] [INFO]- create new workspace success! ---from: DeformationMain.__create_work_space (DeformationMain.py:Line247)
|
|
||||||
[02/21/2024 17:04:28] [26708] [INFO]- check_source success! ---from: DeformationMain.check_source (DeformationMain.py:Line101)
|
|
||||||
[02/21/2024 17:04:28] [26708] [INFO]- progress bar: 5% ---from: DeformationMain.check_source (DeformationMain.py:Line102)
|
|
|
@ -1,3 +0,0 @@
|
||||||
[02/21/2024 17:05:25] [25940] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\deformation-L-SAR ---from: DeformationMain.check_source (DeformationMain.py:Line72)
|
|
||||||
[02/21/2024 17:05:25] [25940] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321)
|
|
||||||
[02/21/2024 17:05:26] [25940] [INFO]- create new workspace success! ---from: DeformationMain.__create_work_space (DeformationMain.py:Line247)
|
|
|
@ -1,114 +0,0 @@
|
||||||
[02/21/2024 17:06:08] [21404] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\deformation-L-SAR ---from: DeformationMain.check_source (DeformationMain.py:Line72)
|
|
||||||
[02/21/2024 17:06:08] [21404] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line321)
|
|
||||||
[02/21/2024 17:06:08] [21404] [INFO]- create new workspace success! ---from: DeformationMain.__create_work_space (DeformationMain.py:Line247)
|
|
||||||
[02/21/2024 17:06:11] [21404] [INFO]- check_source success! ---from: DeformationMain.check_source (DeformationMain.py:Line101)
|
|
||||||
[02/21/2024 17:06:11] [21404] [INFO]- progress bar: 5% ---from: DeformationMain.check_source (DeformationMain.py:Line102)
|
|
||||||
[02/21/2024 17:06:17] [21404] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/D/micro/LWork/Deformation/Temporary/origin/DEM -o /cygdrive/D/micro\LWork\Deformation\Temporary\preprocessed\dem ---from: DeformationMain.process_handle (DeformationMain.py:Line432)
|
|
||||||
[02/21/2024 17:06:46] [21404] [INFO]- cmd_result:0 ---from: DeformationMain.process_handle (DeformationMain.py:Line434)
|
|
||||||
[02/21/2024 17:06:46] [21404] [INFO]- demhgt2wgs finish! ---from: DeformationMain.process_handle (DeformationMain.py:Line442)
|
|
||||||
[02/21/2024 17:06:46] [21404] [INFO]- progress bar: 5% ---from: DeformationMain.process_handle (DeformationMain.py:Line443)
|
|
||||||
[02/21/2024 17:06:46] [21404] [INFO]- prepSlcLT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/ ---from: DeformationMain.process_handle (DeformationMain.py:Line461)
|
|
||||||
[02/21/2024 17:07:29] [21404] [INFO]- cmd_result:0 ---from: DeformationMain.process_handle (DeformationMain.py:Line463)
|
|
||||||
[02/21/2024 17:08:06] [21404] [INFO]- unpackFrame_LT1AB_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/ ---from: DeformationMain.process_handle (DeformationMain.py:Line467)
|
|
||||||
[02/21/2024 17:08:06] [21404] [INFO]- cmd_result:0 ---from: DeformationMain.process_handle (DeformationMain.py:Line468)
|
|
||||||
[02/21/2024 17:08:06] [21404] [INFO]- slc to isce_data finish! ---from: DeformationMain.process_handle (DeformationMain.py:Line469)
|
|
||||||
[02/21/2024 17:08:06] [21404] [INFO]- progress bar: 10% ---from: DeformationMain.process_handle (DeformationMain.py:Line470)
|
|
||||||
[02/21/2024 17:08:06] [21404] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace -d /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/dem/demLat_N27_N33_Lon_E97_E103.dem.wgs84 -m 20230523 -a 3 -r 3 -x '28.35 28.4 100.35 100.4' -u 'snaphu' --nofocus ---from: DeformationMain.process_handle (DeformationMain.py:Line474)
|
|
||||||
[02/21/2024 17:08:07] [21404] [INFO]- cmd_result:0 ---from: DeformationMain.process_handle (DeformationMain.py:Line476)
|
|
||||||
[02/21/2024 17:08:07] [21404] [INFO]- stackStripMap finish! ---from: DeformationMain.process_handle (DeformationMain.py:Line477)
|
|
||||||
[02/21/2024 17:08:07] [21404] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\Deformation\\Temporary\\processing\\isce_workspace'] ---from: DeformationMain.process_handle (DeformationMain.py:Line486)
|
|
||||||
[02/21/2024 17:08:07] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
|
||||||
[02/21/2024 17:08:07] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
|
||||||
[02/21/2024 17:08:07] [21404] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
|
||||||
[02/21/2024 17:08:07] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_crop_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
|
||||||
[02/21/2024 17:08:10] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_crop_20230523 ==========
|
|
||||||
|
|
||||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
||||||
[02/21/2024 17:08:10] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_crop_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
|
||||||
[02/21/2024 17:08:12] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_crop_20230531 ==========
|
|
||||||
|
|
||||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
||||||
[02/21/2024 17:08:12] [21404] [INFO]-
|
|
||||||
====================================exceted=========================
|
|
||||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
|
||||||
[02/21/2024 17:08:12] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
|
||||||
[02/21/2024 17:08:12] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
|
||||||
[02/21/2024 17:08:12] [21404] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
|
||||||
[02/21/2024 17:08:12] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_reference_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
|
||||||
[02/21/2024 17:09:10] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_reference_20230523 ==========
|
|
||||||
|
|
||||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
||||||
[02/21/2024 17:09:10] [21404] [INFO]-
|
|
||||||
====================================exceted=========================
|
|
||||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
|
||||||
[02/21/2024 17:09:10] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
|
||||||
[02/21/2024 17:09:10] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_03_focus_split========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
|
||||||
[02/21/2024 17:09:10] [21404] [INFO]- ==========running step:03========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
|
||||||
[02/21/2024 17:09:10] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
|
||||||
[02/21/2024 17:09:11] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ==========
|
|
||||||
|
|
||||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
||||||
[02/21/2024 17:09:11] [21404] [INFO]-
|
|
||||||
====================================exceted=========================
|
|
||||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
|
||||||
[02/21/2024 17:09:11] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
|
||||||
[02/21/2024 17:09:11] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_04_geo2rdr_coarseResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
|
||||||
[02/21/2024 17:09:11] [21404] [INFO]- ==========running step:04========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
|
||||||
[02/21/2024 17:09:11] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
|
||||||
[02/21/2024 17:09:33] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ==========
|
|
||||||
|
|
||||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
||||||
[02/21/2024 17:09:33] [21404] [INFO]-
|
|
||||||
====================================exceted=========================
|
|
||||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
|
||||||
[02/21/2024 17:09:33] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
|
||||||
[02/21/2024 17:09:33] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_05_refineSecondaryTiming========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
|
||||||
[02/21/2024 17:09:33] [21404] [INFO]- ==========running step:05========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
|
||||||
[02/21/2024 17:09:33] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ==========
|
|
||||||
|
|
||||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]-
|
|
||||||
====================================exceted=========================
|
|
||||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_06_invertMisreg========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]- ==========running step:06========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ---from: autorun.excteCMD (autorun.py:Line18)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ==========
|
|
||||||
|
|
||||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]-
|
|
||||||
====================================exceted=========================
|
|
||||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_07_fineResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]- ==========running step:07========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
|
||||||
[02/21/2024 17:19:19] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ---from: autorun.excteCMD (autorun.py:Line18)
|
|
||||||
[02/21/2024 17:19:20] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ==========
|
|
||||||
|
|
||||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
||||||
[02/21/2024 17:19:20] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
|
||||||
[02/21/2024 17:19:23] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ==========
|
|
||||||
|
|
||||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
||||||
[02/21/2024 17:19:23] [21404] [INFO]-
|
|
||||||
====================================exceted=========================
|
|
||||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
|
||||||
[02/21/2024 17:19:23] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
|
||||||
[02/21/2024 17:19:23] [21404] [INFO]- D:\micro\LWork\Deformation\Temporary\processing\isce_workspace\log.txt=command text:run_09_igram========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
|
||||||
[02/21/2024 17:19:23] [21404] [INFO]- ==========running step:09========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
|
||||||
[02/21/2024 17:19:23] [21404] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_igram_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
|
||||||
[02/21/2024 17:20:00] [21404] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/deformation-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/configs/config_igram_20230523_20230531 ==========
|
|
||||||
|
|
||||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
||||||
[02/21/2024 17:20:00] [21404] [INFO]-
|
|
||||||
====================================exceted=========================
|
|
||||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
|
||||||
[02/21/2024 17:20:00] [21404] [INFO]- cmd_result:0 ---from: DeformationMain.process_handle (DeformationMain.py:Line488)
|
|
||||||
[02/21/2024 17:20:00] [21404] [INFO]- autorun_cmd success! ---from: DeformationMain.process_handle (DeformationMain.py:Line492)
|
|
||||||
[02/21/2024 17:20:00] [21404] [INFO]- progress bar: 90% ---from: DeformationMain.process_handle (DeformationMain.py:Line493)
|
|
||||||
[02/21/2024 17:20:01] [21404] [INFO]- write quick view and .tar.gz finish ---from: DeformationMain.process_handle (DeformationMain.py:Line527)
|
|
||||||
[02/21/2024 17:20:01] [21404] [INFO]- Deformation production successful ! ---from: DeformationMain.process_handle (DeformationMain.py:Line528)
|
|
||||||
[02/21/2024 17:20:01] [21404] [INFO]- progress bar: 100% ---from: DeformationMain.process_handle (DeformationMain.py:Line529)
|
|
||||||
[02/21/2024 17:20:01] [21404] [INFO]- successful production of Deformation products! ---from: DeformationMain.<module> (DeformationMain.py:Line547)
|
|
|
@ -71,7 +71,7 @@
|
||||||
<ParaType>value</ParaType>
|
<ParaType>value</ParaType>
|
||||||
<DataType>string</DataType>
|
<DataType>string</DataType>
|
||||||
<ParaSource>Man</ParaSource>
|
<ParaSource>Man</ParaSource>
|
||||||
<ParaValue>empty</ParaValue>
|
<ParaValue>28.30;28.4;100.30;100.4</ParaValue>
|
||||||
<EnModification>True</EnModification>
|
<EnModification>True</EnModification>
|
||||||
<EnMultipleChoice>True</EnMultipleChoice>
|
<EnMultipleChoice>True</EnMultipleChoice>
|
||||||
<Control>UploadInput</Control>
|
<Control>UploadInput</Control>
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
<ParaType>Value</ParaType>
|
<ParaType>Value</ParaType>
|
||||||
<DataType>string</DataType>
|
<DataType>string</DataType>
|
||||||
<ParaSource>Man</ParaSource>
|
<ParaSource>Man</ParaSource>
|
||||||
<ParaValue>0.8</ParaValue>
|
<ParaValue>0.75</ParaValue>
|
||||||
<EnModification>True</EnModification>
|
<EnModification>True</EnModification>
|
||||||
<EnMultipleChoice>True</EnMultipleChoice>
|
<EnMultipleChoice>True</EnMultipleChoice>
|
||||||
<Control>UploadInput</Control>
|
<Control>UploadInput</Control>
|
||||||
|
|
|
@ -480,7 +480,7 @@ class DemMain:
|
||||||
# os.chdir(isce_exe_dir)
|
# os.chdir(isce_exe_dir)
|
||||||
if self.__in_processing_paras['box'] == 'empty':
|
if self.__in_processing_paras['box'] == 'empty':
|
||||||
box = ' '
|
box = ' '
|
||||||
cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -u 'snaphu' --nofocus".format(out_slc_dir,
|
cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -f '0.5' -u 'snaphu' --nofocus".format(out_slc_dir,
|
||||||
isce_work_space,
|
isce_work_space,
|
||||||
dem_path,
|
dem_path,
|
||||||
main_img, 3, 3)
|
main_img, 3, 3)
|
||||||
|
@ -496,7 +496,7 @@ class DemMain:
|
||||||
self.isce_run_steps(run_steps, self.__workspace_isce_path)
|
self.isce_run_steps(run_steps, self.__workspace_isce_path)
|
||||||
else:
|
else:
|
||||||
box = "'" + self.__in_processing_paras['box'] + "'"
|
box = "'" + self.__in_processing_paras['box'] + "'"
|
||||||
cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -x {} -u 'snaphu' --nofocus".format(
|
cmd = "stackStripMap.exe -s {} -w {} -d {} -m {} -a {} -r {} -x {} -f '0.5' -u 'snaphu' --nofocus".format(
|
||||||
out_slc_dir, isce_work_space, dem_path, main_img, 3, 3, box)
|
out_slc_dir, isce_work_space, dem_path, main_img, 3, 3, box)
|
||||||
logger.info('stackStripMap_cmd:{}'.format(cmd))
|
logger.info('stackStripMap_cmd:{}'.format(cmd))
|
||||||
result = os.system(cmd)
|
result = os.system(cmd)
|
||||||
|
|
|
@ -106,7 +106,9 @@ class Filter(Component):
|
||||||
input_c = ctypes.c_char_p(bytes(input,'utf-8')) # The input interferogram
|
input_c = ctypes.c_char_p(bytes(input,'utf-8')) # The input interferogram
|
||||||
output_c = ctypes.c_char_p(bytes(output,'utf-8')) # The output smoothed interferogram
|
output_c = ctypes.c_char_p(bytes(output,'utf-8')) # The output smoothed interferogram
|
||||||
alpha_c = ctypes.c_double(alpha)
|
alpha_c = ctypes.c_double(alpha)
|
||||||
step_c = ctypes.c_int(16) # Stepsize in range and azimuth for the filter
|
# step_c = ctypes.c_int(16) # Stepsize in range and azimuth for the filter
|
||||||
|
step_c = ctypes.c_int(32) # Stepsize in range and azimuth for the filter
|
||||||
|
print('*'*100)
|
||||||
width_c = ctypes.c_int(width)
|
width_c = ctypes.c_int(width)
|
||||||
length_c = ctypes.c_int(length)
|
length_c = ctypes.c_int(length)
|
||||||
ymax_c = ctypes.c_int(length-1) # default to length
|
ymax_c = ctypes.c_int(length-1) # default to length
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -944,10 +944,150 @@ dtype = CFLOAT
|
||||||
2024-01-25 10:34:49,033 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
2024-01-25 10:34:49,033 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||||
2024-01-25 10:34:49,033 - isce.mroipac.filter - INFO - Filtering interferogram
|
2024-01-25 10:34:49,033 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
2024-01-25 10:35:05,337 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
2024-01-25 10:35:05,337 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
2024-01-25 14:52:27,852 - isce.mroipac.baseline - INFO - Sampling time 0
|
2024-02-21 17:08:07,491 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
2024-01-25 14:52:27,878 - isce.mroipac.baseline - INFO - Sampling time 1
|
2024-02-21 17:08:07,532 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
2024-01-25 14:52:27,911 - isce.mroipac.baseline - INFO - Sampling time 2
|
2024-02-21 17:08:07,569 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
2024-01-25 14:52:29,436 - root - DEBUG - Creating readonly ISCE mmap with
|
2024-02-21 17:08:09,017 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25462
|
||||||
|
length = 31514
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-02-21 17:08:11,584 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25586
|
||||||
|
length = 28444
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-02-21 17:08:13,411 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293511365051303
|
||||||
|
2024-02-21 17:09:30,523 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image.
|
||||||
|
2024-02-21 17:09:30,524 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image.
|
||||||
|
2024-02-21 17:19:18,311 - isceobj.Location.OffsetField - INFO - 513 offsets culled
|
||||||
|
2024-02-21 17:19:18,562 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-02-21 17:19:18,785 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-02-21 17:19:19,054 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-02-21 17:19:21,120 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image.
|
||||||
|
2024-02-21 17:19:21,120 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image.
|
||||||
|
2024-02-21 17:19:27,075 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-02-21 17:19:27,091 - isce.mroipac.filter - DEBUG - width: 803
|
||||||
|
2024-02-21 17:19:27,091 - isce.mroipac.filter - DEBUG - length: 1173
|
||||||
|
2024-02-21 17:19:27,091 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-02-21 17:19:27,092 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-02-21 17:19:27,092 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||||
|
2024-02-21 17:19:27,092 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-02-21 17:19:27,900 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-09 13:53:42,169 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-09 13:53:42,196 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-09 13:53:42,222 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-09 13:53:43,156 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224
|
||||||
|
2024-04-09 15:14:58,372 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 15:14:58,373 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image.
|
||||||
|
2024-04-09 15:26:00,235 - isceobj.Location.OffsetField - INFO - 316 offsets culled
|
||||||
|
2024-04-09 15:26:00,451 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 15:26:00,640 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 15:26:00,826 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 15:26:22,098 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 15:26:22,099 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image.
|
||||||
|
2024-04-09 15:31:31,862 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - width: 8487
|
||||||
|
2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - length: 10504
|
||||||
|
2024-04-09 15:31:31,874 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-09 15:31:31,875 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-09 15:31:31,875 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-09 15:31:31,875 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-09 15:33:16,345 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-09 15:33:16,357 - isce.mroipac.filter - DEBUG - width: 8487
|
||||||
|
2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - length: 10504
|
||||||
|
2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-09 15:33:16,358 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-09 15:33:16,358 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-09 15:55:51,629 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-09 15:55:51,656 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-09 15:55:51,681 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-09 15:55:53,011 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25462
|
||||||
|
length = 31514
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-09 15:55:56,113 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25586
|
||||||
|
length = 28444
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-09 15:55:58,369 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247
|
||||||
|
2024-04-09 15:57:28,421 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 15:57:28,421 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-09 16:06:48,174 - isceobj.Location.OffsetField - INFO - 378 offsets culled
|
||||||
|
2024-04-09 16:06:48,424 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 16:06:48,644 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 16:06:48,909 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 16:06:50,812 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 16:06:50,812 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-09 16:06:57,990 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-09 16:06:58,002 - isce.mroipac.filter - DEBUG - width: 2233
|
||||||
|
2024-04-09 16:06:58,002 - isce.mroipac.filter - DEBUG - length: 697
|
||||||
|
2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-09 16:06:58,003 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-09 16:06:58,003 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-09 16:07:02,102 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-09 16:07:02,114 - isce.mroipac.filter - DEBUG - width: 2233
|
||||||
|
2024-04-09 16:07:02,114 - isce.mroipac.filter - DEBUG - length: 697
|
||||||
|
2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-09 16:07:02,115 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-09 16:07:02,115 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-09 17:09:04,487 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-09 17:09:04,514 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-09 17:09:04,542 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-09 17:09:05,855 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25462
|
||||||
|
length = 31514
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-09 17:09:08,928 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
|
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
|
bands = 1
|
||||||
|
width = 25586
|
||||||
|
length = 28444
|
||||||
|
scheme = BIP
|
||||||
|
dtype = CFLOAT
|
||||||
|
|
||||||
|
2024-04-09 17:09:11,181 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247
|
||||||
|
2024-04-09 17:10:41,531 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 17:10:41,532 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-09 17:20:08,156 - isceobj.Location.OffsetField - INFO - 378 offsets culled
|
||||||
|
2024-04-09 17:20:08,412 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 17:20:08,635 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 17:20:08,895 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
|
2024-04-09 17:20:10,964 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
|
2024-04-09 17:20:10,964 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
|
2024-04-09 17:20:18,623 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-09 17:20:18,635 - isce.mroipac.filter - DEBUG - width: 2233
|
||||||
|
2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - length: 697
|
||||||
|
2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-09 17:20:18,636 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-09 17:20:18,637 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-09 17:20:19,968 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-10 18:02:49,589 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-10 18:02:49,617 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-10 18:02:49,646 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-10 18:02:51,052 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
bands = 1
|
bands = 1
|
||||||
width = 25462
|
width = 25462
|
||||||
|
@ -955,7 +1095,7 @@ length = 31514
|
||||||
scheme = BIP
|
scheme = BIP
|
||||||
dtype = CFLOAT
|
dtype = CFLOAT
|
||||||
|
|
||||||
2024-01-25 14:52:31,897 - root - DEBUG - Creating readonly ISCE mmap with
|
2024-04-10 18:02:54,223 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
bands = 1
|
bands = 1
|
||||||
width = 25586
|
width = 25586
|
||||||
|
@ -963,135 +1103,35 @@ length = 28444
|
||||||
scheme = BIP
|
scheme = BIP
|
||||||
dtype = CFLOAT
|
dtype = CFLOAT
|
||||||
|
|
||||||
2024-01-25 14:52:33,662 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293511365051303
|
2024-04-10 18:02:56,541 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247
|
||||||
2024-01-25 14:53:38,688 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image.
|
2024-04-10 18:04:39,731 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
2024-01-25 14:53:38,689 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image.
|
2024-04-10 18:04:39,731 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
2024-01-25 15:02:36,896 - isceobj.Location.OffsetField - INFO - 513 offsets culled
|
2024-04-10 18:14:50,874 - isceobj.Location.OffsetField - INFO - 378 offsets culled
|
||||||
2024-01-25 15:02:37,116 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-10 18:14:51,165 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-01-25 15:02:37,301 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-10 18:14:51,415 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-01-25 15:02:37,521 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-10 18:14:51,713 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-01-25 15:02:39,431 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image.
|
2024-04-10 18:14:53,696 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
2024-01-25 15:02:39,432 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image.
|
2024-04-10 18:14:53,697 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
2024-01-25 15:02:43,887 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
2024-04-10 18:15:03,044 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
2024-01-25 15:02:43,898 - isce.mroipac.filter - DEBUG - width: 803
|
2024-04-10 18:15:03,056 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
2024-01-25 15:02:43,898 - isce.mroipac.filter - DEBUG - length: 1173
|
2024-04-10 18:15:03,056 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
2024-01-25 15:02:43,898 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
2024-04-10 18:15:03,056 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
2024-01-25 15:02:43,898 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
2024-04-10 18:15:03,056 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
2024-01-25 15:02:43,898 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
2024-04-10 18:15:03,057 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||||
2024-01-25 15:02:43,898 - isce.mroipac.filter - INFO - Filtering interferogram
|
2024-04-10 18:15:03,057 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
2024-01-25 15:02:44,620 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
2024-04-10 18:15:03,204 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
2024-01-25 17:54:11,795 - isce.mroipac.baseline - INFO - Sampling time 0
|
2024-04-10 18:15:08,481 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
2024-01-25 17:54:11,820 - isce.mroipac.baseline - INFO - Sampling time 1
|
2024-04-10 18:15:08,496 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
2024-01-25 17:54:11,843 - isce.mroipac.baseline - INFO - Sampling time 2
|
2024-04-10 18:15:08,496 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
2024-01-25 17:56:43,906 - isce.mroipac.baseline - INFO - Sampling time 0
|
2024-04-10 18:15:08,496 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
2024-01-25 17:56:43,935 - isce.mroipac.baseline - INFO - Sampling time 1
|
2024-04-10 18:15:08,496 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
2024-01-25 17:56:43,961 - isce.mroipac.baseline - INFO - Sampling time 2
|
2024-04-10 18:15:08,497 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||||
2024-01-25 17:56:45,139 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224
|
2024-04-10 18:15:08,497 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
2024-01-25 19:12:41,025 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image.
|
2024-04-10 18:15:08,646 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
2024-01-25 19:12:41,026 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image.
|
2024-04-11 08:49:55,714 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
2024-01-25 19:22:59,936 - isceobj.Location.OffsetField - INFO - 316 offsets culled
|
2024-04-11 08:49:55,757 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
2024-01-25 19:23:00,115 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 08:49:55,781 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
2024-01-25 19:23:00,313 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 08:49:57,052 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
2024-01-25 19:23:00,486 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-01-25 19:23:22,034 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image.
|
|
||||||
2024-01-25 19:23:22,035 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image.
|
|
||||||
2024-01-25 19:27:57,852 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
|
||||||
2024-01-25 19:27:57,863 - isce.mroipac.filter - DEBUG - width: 8487
|
|
||||||
2024-01-25 19:27:57,864 - isce.mroipac.filter - DEBUG - length: 10504
|
|
||||||
2024-01-25 19:27:57,864 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
|
||||||
2024-01-25 19:27:57,864 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
|
||||||
2024-01-25 19:27:57,864 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
|
||||||
2024-01-25 19:27:57,864 - isce.mroipac.filter - INFO - Filtering interferogram
|
|
||||||
2024-01-25 19:28:59,009 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
|
||||||
2024-01-30 09:29:59,950 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6419 which is the number of lines in the slc image.
|
|
||||||
2024-01-30 09:29:59,951 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 5117 which is the width of the slc image.
|
|
||||||
2024-01-30 09:40:06,174 - isceobj.Location.OffsetField - INFO - 629 offsets culled
|
|
||||||
2024-01-30 09:40:06,360 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-01-30 09:40:06,564 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-01-30 09:40:06,738 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-01-30 09:40:43,705 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6419 which is the number of lines in the slc image.
|
|
||||||
2024-01-30 09:40:43,705 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 5117 which is the width of the slc image.
|
|
||||||
2024-01-30 09:41:24,166 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
|
||||||
2024-01-30 09:41:24,177 - isce.mroipac.filter - DEBUG - width: 1705
|
|
||||||
2024-01-30 09:41:24,178 - isce.mroipac.filter - DEBUG - length: 2139
|
|
||||||
2024-01-30 09:41:24,178 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/Igrams/20230328_20230413/20230328_20230413.int
|
|
||||||
2024-01-30 09:41:24,178 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/VegetationHeight/Temporary/isce/processing/isce_workspace/Igrams/20230328_20230413/filt_20230328_20230413.int
|
|
||||||
2024-01-30 09:41:24,178 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
|
||||||
2024-01-30 09:41:24,179 - isce.mroipac.filter - INFO - Filtering interferogram
|
|
||||||
2024-01-30 09:41:27,315 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
|
||||||
2024-01-30 13:50:29,077 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-01-30 13:50:29,121 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-01-30 13:50:29,169 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-01-30 13:50:30,494 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935463507067886
|
|
||||||
2024-01-30 13:59:02,620 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-01-30 13:59:02,645 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-01-30 13:59:02,671 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-01-30 14:00:45,784 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-01-30 14:00:45,811 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-01-30 14:00:45,836 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-01-30 14:04:07,252 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-01-30 14:04:07,281 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-01-30 14:04:07,308 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-01-30 14:04:08,498 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230328/20230328.slc
|
|
||||||
bands = 1
|
|
||||||
width = 12154
|
|
||||||
length = 10380
|
|
||||||
scheme = BIP
|
|
||||||
dtype = CFLOAT
|
|
||||||
|
|
||||||
2024-01-30 14:04:12,673 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230413/20230413.slc
|
|
||||||
bands = 1
|
|
||||||
width = 12154
|
|
||||||
length = 10384
|
|
||||||
scheme = BIP
|
|
||||||
dtype = CFLOAT
|
|
||||||
|
|
||||||
2024-01-30 14:04:16,596 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935477257598411
|
|
||||||
2024-01-30 14:07:32,601 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6419 which is the number of lines in the slc image.
|
|
||||||
2024-01-30 14:07:32,602 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 5117 which is the width of the slc image.
|
|
||||||
2024-01-30 14:17:13,688 - isceobj.Location.OffsetField - INFO - 634 offsets culled
|
|
||||||
2024-01-30 14:17:13,907 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-01-30 14:17:14,084 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-01-30 14:17:14,261 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-01-30 14:17:16,468 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6419 which is the number of lines in the slc image.
|
|
||||||
2024-01-30 14:17:16,469 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 5117 which is the width of the slc image.
|
|
||||||
2024-01-30 14:17:31,947 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
|
||||||
2024-01-30 14:17:31,961 - isce.mroipac.filter - DEBUG - width: 1705
|
|
||||||
2024-01-30 14:17:31,961 - isce.mroipac.filter - DEBUG - length: 2139
|
|
||||||
2024-01-30 14:17:31,961 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230413/20230328_20230413.int
|
|
||||||
2024-01-30 14:17:31,962 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230413/filt_20230328_20230413.int
|
|
||||||
2024-01-30 14:17:31,962 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
|
||||||
2024-01-30 14:17:31,962 - isce.mroipac.filter - INFO - Filtering interferogram
|
|
||||||
2024-01-30 14:17:34,838 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
|
||||||
2024-01-30 14:41:09,021 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-01-30 14:41:09,046 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-01-30 14:41:09,069 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-01-30 14:41:10,090 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230328/20230328.slc
|
|
||||||
bands = 1
|
|
||||||
width = 12154
|
|
||||||
length = 10380
|
|
||||||
scheme = BIP
|
|
||||||
dtype = CFLOAT
|
|
||||||
|
|
||||||
2024-01-30 14:41:13,902 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230413/20230413.slc
|
|
||||||
bands = 1
|
|
||||||
width = 12154
|
|
||||||
length = 10384
|
|
||||||
scheme = BIP
|
|
||||||
dtype = CFLOAT
|
|
||||||
|
|
||||||
2024-01-30 14:41:17,485 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935477257598411
|
|
||||||
2024-02-21 17:27:25,073 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-02-21 17:27:25,115 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-02-21 17:27:25,152 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-02-21 17:30:12,612 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-02-21 17:30:12,650 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-02-21 17:30:12,698 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-02-21 17:30:14,133 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
bands = 1
|
bands = 1
|
||||||
width = 25462
|
width = 25462
|
||||||
|
@ -1099,7 +1139,7 @@ length = 31514
|
||||||
scheme = BIP
|
scheme = BIP
|
||||||
dtype = CFLOAT
|
dtype = CFLOAT
|
||||||
|
|
||||||
2024-02-21 17:30:16,689 - root - DEBUG - Creating readonly ISCE mmap with
|
2024-04-11 08:50:00,057 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
bands = 1
|
bands = 1
|
||||||
width = 25586
|
width = 25586
|
||||||
|
@ -1107,27 +1147,67 @@ length = 28444
|
||||||
scheme = BIP
|
scheme = BIP
|
||||||
dtype = CFLOAT
|
dtype = CFLOAT
|
||||||
|
|
||||||
2024-02-21 17:30:18,613 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293511365051303
|
2024-04-11 08:50:02,244 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247
|
||||||
2024-02-21 17:31:37,570 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image.
|
2024-04-11 08:51:31,991 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
2024-02-21 17:31:37,571 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image.
|
2024-04-11 08:51:31,992 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
2024-02-21 17:41:35,022 - isceobj.Location.OffsetField - INFO - 513 offsets culled
|
2024-04-11 09:00:41,580 - isceobj.Location.OffsetField - INFO - 378 offsets culled
|
||||||
2024-02-21 17:41:35,278 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 09:00:41,832 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-21 17:41:35,503 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 09:00:42,054 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-21 17:41:35,772 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 09:00:42,314 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-21 17:41:37,835 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image.
|
2024-04-11 09:00:44,550 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
2024-02-21 17:41:37,835 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image.
|
2024-04-11 09:00:44,551 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
2024-02-21 17:41:43,781 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
2024-04-11 09:00:52,360 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
2024-02-21 17:41:43,799 - isce.mroipac.filter - DEBUG - width: 803
|
2024-04-11 09:00:52,372 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
2024-02-21 17:41:43,799 - isce.mroipac.filter - DEBUG - length: 1173
|
2024-04-11 09:00:52,373 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
2024-02-21 17:41:43,799 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
2024-04-11 09:00:52,373 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
2024-02-21 17:41:43,799 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
2024-04-11 09:00:52,373 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
2024-02-21 17:41:43,800 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
2024-04-11 09:00:52,373 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||||
2024-02-21 17:41:43,800 - isce.mroipac.filter - INFO - Filtering interferogram
|
2024-04-11 09:00:52,373 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
2024-02-21 17:41:44,608 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
2024-04-11 09:00:52,518 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
2024-02-26 10:24:40,512 - isce.mroipac.baseline - INFO - Sampling time 0
|
2024-04-11 09:00:57,553 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
2024-02-26 10:24:40,538 - isce.mroipac.baseline - INFO - Sampling time 1
|
2024-04-11 09:00:57,565 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
2024-02-26 10:24:40,568 - isce.mroipac.baseline - INFO - Sampling time 2
|
2024-04-11 09:00:57,565 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
2024-02-26 10:24:42,035 - root - DEBUG - Creating readonly ISCE mmap with
|
2024-04-11 09:00:57,566 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 09:00:57,566 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 09:00:57,566 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||||
|
2024-04-11 09:00:57,566 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 09:00:57,703 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 09:08:48,336 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-11 09:08:48,348 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
|
2024-04-11 09:08:48,348 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
|
2024-04-11 09:08:48,349 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 09:08:48,349 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 09:08:48,349 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||||
|
2024-04-11 09:08:48,350 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 09:08:48,505 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 09:10:24,714 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-11 09:10:24,726 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
|
2024-04-11 09:10:24,726 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
|
2024-04-11 09:10:24,726 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 09:10:24,727 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 09:10:24,727 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-11 09:10:24,727 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 09:10:24,883 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 09:12:08,603 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-11 09:12:08,617 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
|
2024-04-11 09:12:08,617 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
|
2024-04-11 09:12:08,617 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 09:12:08,617 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 09:12:08,618 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-11 09:12:08,618 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 09:12:08,783 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 09:15:00,237 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-11 09:15:00,248 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
|
2024-04-11 09:15:00,249 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
|
2024-04-11 09:15:00,249 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 09:15:00,250 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 09:15:00,250 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-11 09:15:00,251 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 09:15:00,404 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 09:31:28,370 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-11 09:31:28,395 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-11 09:31:28,420 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-11 09:31:29,719 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
bands = 1
|
bands = 1
|
||||||
width = 25462
|
width = 25462
|
||||||
|
@ -1135,7 +1215,7 @@ length = 31514
|
||||||
scheme = BIP
|
scheme = BIP
|
||||||
dtype = CFLOAT
|
dtype = CFLOAT
|
||||||
|
|
||||||
2024-02-26 10:24:44,313 - root - DEBUG - Creating readonly ISCE mmap with
|
2024-04-11 09:31:32,729 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
bands = 1
|
bands = 1
|
||||||
width = 25586
|
width = 25586
|
||||||
|
@ -1143,27 +1223,43 @@ length = 28444
|
||||||
scheme = BIP
|
scheme = BIP
|
||||||
dtype = CFLOAT
|
dtype = CFLOAT
|
||||||
|
|
||||||
2024-02-26 10:24:45,984 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293511365051303
|
2024-04-11 09:31:34,936 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247
|
||||||
2024-02-26 10:25:59,829 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image.
|
2024-04-11 09:33:03,584 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
2024-02-26 10:25:59,830 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image.
|
2024-04-11 09:33:03,584 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
2024-02-26 10:35:24,161 - isceobj.Location.OffsetField - INFO - 513 offsets culled
|
2024-04-11 09:42:22,422 - isceobj.Location.OffsetField - INFO - 378 offsets culled
|
||||||
2024-02-26 10:35:24,393 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 09:42:22,676 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-26 10:35:24,588 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 09:42:22,892 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-26 10:35:24,820 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 09:42:23,153 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-26 10:35:26,880 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3510 which is the number of lines in the slc image.
|
2024-04-11 09:42:25,012 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
2024-02-26 10:35:26,881 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2407 which is the width of the slc image.
|
2024-04-11 09:42:25,013 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
2024-02-26 10:35:31,794 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
2024-04-11 09:42:32,475 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
2024-02-26 10:35:31,806 - isce.mroipac.filter - DEBUG - width: 803
|
2024-04-11 09:42:32,487 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
2024-02-26 10:35:31,806 - isce.mroipac.filter - DEBUG - length: 1173
|
2024-04-11 09:42:32,488 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
2024-02-26 10:35:31,806 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
2024-04-11 09:42:32,488 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
2024-02-26 10:35:31,806 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
2024-04-11 09:42:32,488 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
2024-02-26 10:35:31,807 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
2024-04-11 09:42:32,488 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
2024-02-26 10:35:31,807 - isce.mroipac.filter - INFO - Filtering interferogram
|
2024-04-11 09:42:32,488 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
2024-02-26 10:35:32,568 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
2024-04-11 09:42:32,618 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
2024-02-27 13:50:18,619 - isce.mroipac.baseline - INFO - Sampling time 0
|
2024-04-11 09:42:37,390 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
2024-02-27 13:50:18,649 - isce.mroipac.baseline - INFO - Sampling time 1
|
2024-04-11 09:42:37,401 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
2024-02-27 13:50:18,682 - isce.mroipac.baseline - INFO - Sampling time 2
|
2024-04-11 09:42:37,401 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
2024-02-27 13:50:20,313 - root - DEBUG - Creating readonly ISCE mmap with
|
2024-04-11 09:42:37,401 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 09:42:37,402 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 09:42:37,402 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-11 09:42:37,402 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 09:42:37,529 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 09:44:02,746 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
|
2024-04-11 09:44:02,758 - isce.mroipac.filter - DEBUG - width: 670
|
||||||
|
2024-04-11 09:44:02,759 - isce.mroipac.filter - DEBUG - length: 209
|
||||||
|
2024-04-11 09:44:02,759 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
|
2024-04-11 09:44:02,760 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
|
2024-04-11 09:44:02,760 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
|
2024-04-11 09:44:02,761 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
|
2024-04-11 09:44:02,915 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
|
2024-04-11 10:08:27,842 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
|
2024-04-11 10:08:27,868 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
|
2024-04-11 10:08:27,894 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
|
2024-04-11 10:08:29,195 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
bands = 1
|
bands = 1
|
||||||
width = 25462
|
width = 25462
|
||||||
|
@ -1171,7 +1267,7 @@ length = 31514
|
||||||
scheme = BIP
|
scheme = BIP
|
||||||
dtype = CFLOAT
|
dtype = CFLOAT
|
||||||
|
|
||||||
2024-02-27 13:50:25,663 - root - DEBUG - Creating readonly ISCE mmap with
|
2024-04-11 10:08:32,245 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
bands = 1
|
bands = 1
|
||||||
width = 25586
|
width = 25586
|
||||||
|
@ -1179,47 +1275,27 @@ length = 28444
|
||||||
scheme = BIP
|
scheme = BIP
|
||||||
dtype = CFLOAT
|
dtype = CFLOAT
|
||||||
|
|
||||||
2024-02-27 13:50:29,283 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293173586926877
|
2024-04-11 10:08:34,466 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293474726713247
|
||||||
2024-02-27 13:53:38,375 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6304 which is the number of lines in the slc image.
|
2024-04-11 10:10:04,078 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
2024-02-27 13:53:38,375 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 4073 which is the width of the slc image.
|
2024-04-11 10:10:04,078 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
2024-02-27 14:03:06,314 - isceobj.Location.OffsetField - INFO - 425 offsets culled
|
2024-04-11 10:19:22,066 - isceobj.Location.OffsetField - INFO - 378 offsets culled
|
||||||
2024-02-27 14:03:06,566 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 10:19:22,318 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-27 14:03:06,779 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 10:19:22,541 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-27 14:03:07,033 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 10:19:22,800 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-27 14:03:09,269 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6304 which is the number of lines in the slc image.
|
2024-04-11 10:19:24,672 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 2086 which is the number of lines in the slc image.
|
||||||
2024-02-27 14:03:09,269 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 4073 which is the width of the slc image.
|
2024-04-11 10:19:24,673 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 6701 which is the width of the slc image.
|
||||||
2024-02-27 14:03:20,461 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
2024-04-11 10:19:31,963 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
2024-02-27 14:03:20,473 - isce.mroipac.filter - DEBUG - width: 1358
|
2024-04-11 10:19:31,975 - isce.mroipac.filter - DEBUG - width: 2233
|
||||||
2024-02-27 14:03:20,474 - isce.mroipac.filter - DEBUG - length: 2106
|
2024-04-11 10:19:31,975 - isce.mroipac.filter - DEBUG - length: 697
|
||||||
2024-02-27 14:03:20,474 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
2024-04-11 10:19:31,975 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
2024-02-27 14:03:20,474 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
2024-04-11 10:19:31,976 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
2024-02-27 14:03:20,474 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
2024-04-11 10:19:31,976 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
2024-02-27 14:03:20,474 - isce.mroipac.filter - INFO - Filtering interferogram
|
2024-04-11 10:19:31,976 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
2024-02-27 14:03:23,358 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
2024-04-11 10:19:33,294 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
2024-02-27 14:16:21,007 - isce.mroipac.baseline - INFO - Sampling time 0
|
2024-04-11 11:07:27,092 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||||
2024-02-27 14:16:21,033 - isce.mroipac.baseline - INFO - Sampling time 1
|
2024-04-11 11:07:27,117 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||||
2024-02-27 14:16:21,059 - isce.mroipac.baseline - INFO - Sampling time 2
|
2024-04-11 11:07:27,144 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||||
2024-02-27 14:16:21,910 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224
|
2024-04-11 11:07:28,446 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
2024-02-27 15:48:16,609 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image.
|
|
||||||
2024-02-27 15:48:16,611 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image.
|
|
||||||
2024-02-27 16:00:11,758 - isceobj.Location.OffsetField - INFO - 316 offsets culled
|
|
||||||
2024-02-27 16:00:11,951 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-02-27 16:00:12,170 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-02-27 16:00:12,364 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-02-27 16:00:25,333 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 28444 which is the number of lines in the slc image.
|
|
||||||
2024-02-27 16:00:25,333 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 25586 which is the width of the slc image.
|
|
||||||
2024-02-27 16:05:57,095 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
|
||||||
2024-02-27 16:05:57,107 - isce.mroipac.filter - DEBUG - width: 8487
|
|
||||||
2024-02-27 16:05:57,107 - isce.mroipac.filter - DEBUG - length: 10504
|
|
||||||
2024-02-27 16:05:57,108 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
|
||||||
2024-02-27 16:05:57,108 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
|
||||||
2024-02-27 16:05:57,108 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
|
||||||
2024-02-27 16:05:57,108 - isce.mroipac.filter - INFO - Filtering interferogram
|
|
||||||
2024-02-27 16:07:04,018 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
|
||||||
2024-02-28 14:26:44,850 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-02-28 14:26:44,876 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-02-28 14:26:44,902 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-02-28 14:26:46,054 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||||
bands = 1
|
bands = 1
|
||||||
width = 25462
|
width = 25462
|
||||||
|
@ -1227,7 +1303,7 @@ length = 31514
|
||||||
scheme = BIP
|
scheme = BIP
|
||||||
dtype = CFLOAT
|
dtype = CFLOAT
|
||||||
|
|
||||||
2024-02-28 14:26:50,575 - root - DEBUG - Creating readonly ISCE mmap with
|
2024-04-11 11:07:34,257 - root - DEBUG - Creating readonly ISCE mmap with
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||||
bands = 1
|
bands = 1
|
||||||
width = 25586
|
width = 25586
|
||||||
|
@ -1235,165 +1311,20 @@ length = 28444
|
||||||
scheme = BIP
|
scheme = BIP
|
||||||
dtype = CFLOAT
|
dtype = CFLOAT
|
||||||
|
|
||||||
2024-02-28 14:26:53,689 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929281937973942
|
2024-04-11 11:07:38,398 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293726769037733
|
||||||
2024-02-28 14:29:52,616 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 5709 which is the number of lines in the slc image.
|
2024-04-11 11:11:25,001 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 4167 which is the number of lines in the slc image.
|
||||||
2024-02-28 14:29:52,617 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 4510 which is the width of the slc image.
|
2024-04-11 11:11:25,001 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 8499 which is the width of the slc image.
|
||||||
2024-02-28 14:39:26,528 - isceobj.Location.OffsetField - INFO - 426 offsets culled
|
2024-04-11 11:21:00,810 - isceobj.Location.OffsetField - INFO - 332 offsets culled
|
||||||
2024-02-28 14:39:26,773 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 11:21:01,069 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-28 14:39:26,983 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 11:21:01,302 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-28 14:39:27,228 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
2024-04-11 11:21:01,578 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||||
2024-02-28 14:39:29,132 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 5709 which is the number of lines in the slc image.
|
2024-04-11 11:21:03,686 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 4167 which is the number of lines in the slc image.
|
||||||
2024-02-28 14:39:29,133 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 4510 which is the width of the slc image.
|
2024-04-11 11:21:03,687 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 8499 which is the width of the slc image.
|
||||||
2024-02-28 14:39:41,506 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
2024-04-11 11:21:18,948 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||||
2024-02-28 14:39:41,518 - isce.mroipac.filter - DEBUG - width: 1504
|
2024-04-11 11:21:18,960 - isce.mroipac.filter - DEBUG - width: 2833
|
||||||
2024-02-28 14:39:41,518 - isce.mroipac.filter - DEBUG - length: 1907
|
2024-04-11 11:21:18,960 - isce.mroipac.filter - DEBUG - length: 1392
|
||||||
2024-02-28 14:39:41,518 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
2024-04-11 11:21:18,960 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||||
2024-02-28 14:39:41,519 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
2024-04-11 11:21:18,961 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||||
2024-02-28 14:39:41,519 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
2024-04-11 11:21:18,961 - isce.mroipac.filter - DEBUG - filter strength: 0.5
|
||||||
2024-02-28 14:39:41,519 - isce.mroipac.filter - INFO - Filtering interferogram
|
2024-04-11 11:21:18,961 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||||
2024-02-28 14:39:43,729 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
2024-04-11 11:21:22,262 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||||
2024-02-28 14:49:25,684 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-02-28 14:49:25,711 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-02-28 14:49:25,736 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-02-28 14:49:26,842 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
|
||||||
bands = 1
|
|
||||||
width = 25462
|
|
||||||
length = 31514
|
|
||||||
scheme = BIP
|
|
||||||
dtype = CFLOAT
|
|
||||||
|
|
||||||
2024-02-28 14:50:03,765 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
|
||||||
bands = 1
|
|
||||||
width = 25586
|
|
||||||
length = 28444
|
|
||||||
scheme = BIP
|
|
||||||
dtype = CFLOAT
|
|
||||||
|
|
||||||
2024-02-28 14:50:32,463 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9294462828296046
|
|
||||||
2024-02-28 15:28:09,436 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 22243 which is the number of lines in the slc image.
|
|
||||||
2024-02-28 15:28:09,437 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 13860 which is the width of the slc image.
|
|
||||||
2024-02-28 15:39:16,232 - isceobj.Location.OffsetField - INFO - 391 offsets culled
|
|
||||||
2024-02-28 15:39:16,480 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-02-28 15:39:16,697 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-02-28 15:39:16,958 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-02-28 15:39:22,059 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 22243 which is the number of lines in the slc image.
|
|
||||||
2024-02-28 15:39:22,059 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 13860 which is the width of the slc image.
|
|
||||||
2024-02-28 15:41:23,526 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
|
||||||
2024-02-28 15:41:23,538 - isce.mroipac.filter - DEBUG - width: 4676
|
|
||||||
2024-02-28 15:41:23,539 - isce.mroipac.filter - DEBUG - length: 7432
|
|
||||||
2024-02-28 15:41:23,539 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
|
||||||
2024-02-28 15:41:23,539 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
|
||||||
2024-02-28 15:41:23,539 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
|
||||||
2024-02-28 15:41:23,539 - isce.mroipac.filter - INFO - Filtering interferogram
|
|
||||||
2024-02-28 15:41:50,730 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
|
||||||
2024-02-28 17:21:05,642 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-02-28 17:21:05,670 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-02-28 17:21:05,701 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-02-28 17:21:06,628 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935463507067886
|
|
||||||
2024-02-28 17:32:43,850 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 10384 which is the number of lines in the slc image.
|
|
||||||
2024-02-28 17:32:43,850 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 12154 which is the width of the slc image.
|
|
||||||
2024-02-28 17:42:47,570 - isceobj.Location.OffsetField - INFO - 615 offsets culled
|
|
||||||
2024-02-28 17:42:47,775 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-02-28 17:42:47,947 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-02-28 17:42:48,140 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-02-28 17:42:50,981 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 10384 which is the number of lines in the slc image.
|
|
||||||
2024-02-28 17:42:50,982 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 12154 which is the width of the slc image.
|
|
||||||
2024-02-28 17:43:45,828 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
|
||||||
2024-02-28 17:43:45,840 - isce.mroipac.filter - DEBUG - width: 4051
|
|
||||||
2024-02-28 17:43:45,840 - isce.mroipac.filter - DEBUG - length: 3460
|
|
||||||
2024-02-28 17:43:45,840 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230413/20230328_20230413.int
|
|
||||||
2024-02-28 17:43:45,840 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230413/filt_20230328_20230413.int
|
|
||||||
2024-02-28 17:43:45,840 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
|
||||||
2024-02-28 17:43:45,841 - isce.mroipac.filter - INFO - Filtering interferogram
|
|
||||||
2024-02-28 17:43:57,752 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
|
||||||
2024-02-29 17:44:00,810 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
|
||||||
2024-02-29 17:44:00,823 - isce.mroipac.filter - DEBUG - width: 8487
|
|
||||||
2024-02-29 17:44:00,823 - isce.mroipac.filter - DEBUG - length: 10504
|
|
||||||
2024-02-29 17:44:00,823 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
|
||||||
2024-02-29 17:44:00,824 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
|
||||||
2024-02-29 17:44:00,824 - isce.mroipac.filter - DEBUG - filter strength: 1.0
|
|
||||||
2024-02-29 17:44:00,824 - isce.mroipac.filter - INFO - Filtering interferogram
|
|
||||||
2024-02-29 17:45:05,898 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
|
||||||
2024-03-01 13:51:57,292 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-03-01 13:51:57,319 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-03-01 13:51:57,344 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-03-01 13:51:59,159 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
|
||||||
bands = 1
|
|
||||||
width = 25462
|
|
||||||
length = 31514
|
|
||||||
scheme = BIP
|
|
||||||
dtype = CFLOAT
|
|
||||||
|
|
||||||
2024-03-01 13:52:25,050 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
|
||||||
bands = 1
|
|
||||||
width = 25586
|
|
||||||
length = 28444
|
|
||||||
scheme = BIP
|
|
||||||
dtype = CFLOAT
|
|
||||||
|
|
||||||
2024-03-01 13:52:43,357 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929501388787854
|
|
||||||
2024-03-01 14:17:16,837 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 17483 which is the number of lines in the slc image.
|
|
||||||
2024-03-01 14:17:16,838 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 10873 which is the width of the slc image.
|
|
||||||
2024-03-01 14:28:15,398 - isceobj.Location.OffsetField - INFO - 424 offsets culled
|
|
||||||
2024-03-01 14:28:15,698 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-03-01 14:28:15,950 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-03-01 14:28:16,257 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-03-01 14:28:21,367 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 17483 which is the number of lines in the slc image.
|
|
||||||
2024-03-01 14:28:21,368 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 10873 which is the width of the slc image.
|
|
||||||
2024-03-01 14:29:52,513 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
|
||||||
2024-03-01 14:29:52,531 - isce.mroipac.filter - DEBUG - width: 3626
|
|
||||||
2024-03-01 14:29:52,531 - isce.mroipac.filter - DEBUG - length: 5842
|
|
||||||
2024-03-01 14:29:52,531 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
|
||||||
2024-03-01 14:29:52,532 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
|
||||||
2024-03-01 14:29:52,532 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
|
||||||
2024-03-01 14:29:52,532 - isce.mroipac.filter - INFO - Filtering interferogram
|
|
||||||
2024-03-01 14:30:10,573 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
|
||||||
2024-03-04 09:48:10,279 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-03-04 09:48:10,306 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-03-04 09:48:10,331 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-03-04 09:48:11,754 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230328/20230328.slc
|
|
||||||
bands = 1
|
|
||||||
width = 12154
|
|
||||||
length = 10380
|
|
||||||
scheme = BIP
|
|
||||||
dtype = CFLOAT
|
|
||||||
|
|
||||||
2024-03-04 09:48:18,936 - root - DEBUG - Creating readonly ISCE mmap with
|
|
||||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230405/20230405.slc
|
|
||||||
bands = 1
|
|
||||||
width = 12154
|
|
||||||
length = 10384
|
|
||||||
scheme = BIP
|
|
||||||
dtype = CFLOAT
|
|
||||||
|
|
||||||
2024-03-04 09:48:25,674 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935473167775609
|
|
||||||
2024-03-04 09:54:03,452 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6903 which is the number of lines in the slc image.
|
|
||||||
2024-03-04 09:54:03,453 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 9454 which is the width of the slc image.
|
|
||||||
2024-03-04 10:03:49,924 - isceobj.Location.OffsetField - INFO - 804 offsets culled
|
|
||||||
2024-03-04 10:03:50,092 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-03-04 10:03:50,269 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-03-04 10:03:50,426 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
|
||||||
2024-03-04 10:03:53,308 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 6903 which is the number of lines in the slc image.
|
|
||||||
2024-03-04 10:03:53,308 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 9454 which is the width of the slc image.
|
|
||||||
2024-03-04 10:04:20,219 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
|
||||||
2024-03-04 10:04:20,232 - isce.mroipac.filter - DEBUG - width: 3151
|
|
||||||
2024-03-04 10:04:20,232 - isce.mroipac.filter - DEBUG - length: 2301
|
|
||||||
2024-03-04 10:04:20,232 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230405/20230328_20230405.int
|
|
||||||
2024-03-04 10:04:20,233 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230328_20230405/filt_20230328_20230405.int
|
|
||||||
2024-03-04 10:04:20,233 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
|
||||||
2024-03-04 10:04:20,233 - isce.mroipac.filter - INFO - Filtering interferogram
|
|
||||||
2024-03-04 10:04:25,899 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
|
||||||
2024-03-12 14:06:45,775 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-03-12 14:06:45,802 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-03-12 14:06:45,827 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-03-12 14:06:47,000 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224
|
|
||||||
2024-03-12 17:58:12,955 - isce.mroipac.baseline - INFO - Sampling time 0
|
|
||||||
2024-03-12 17:58:12,982 - isce.mroipac.baseline - INFO - Sampling time 1
|
|
||||||
2024-03-12 17:58:13,008 - isce.mroipac.baseline - INFO - Sampling time 2
|
|
||||||
2024-03-12 17:58:13,877 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224
|
|
||||||
2024-03-12 18:55:24,932 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.929537927249224
|
|
||||||
|
|
Binary file not shown.
|
@ -9,7 +9,7 @@ import math
|
||||||
from sklearn.neighbors import KDTree
|
from sklearn.neighbors import KDTree
|
||||||
from xml.etree import ElementTree as ET
|
from xml.etree import ElementTree as ET
|
||||||
from tool.algorithm.image.ImageHandle import ImageHandler
|
from tool.algorithm.image.ImageHandle import ImageHandler
|
||||||
# os.environ['PROJ_LIB'] = os.getcwd()
|
os.environ['PROJ_LIB'] = os.getcwd()
|
||||||
|
|
||||||
def get_lambel_sentinel(isce_work_path):
|
def get_lambel_sentinel(isce_work_path):
|
||||||
refrence_path=os.path.join(isce_work_path,"reference")
|
refrence_path=os.path.join(isce_work_path,"reference")
|
||||||
|
@ -54,6 +54,17 @@ def get_filt_fine_unw_path(isce_work_path):
|
||||||
|
|
||||||
return flit_fine_unw_path_ls
|
return flit_fine_unw_path_ls
|
||||||
|
|
||||||
|
def get_filt_fine_cor_path(isce_work_path):
|
||||||
|
flit_fine_cor_path_ls=[]
|
||||||
|
interferograms_path=os.path.join(isce_work_path,"Igrams")
|
||||||
|
for rootdir, dirs, files in os.walk(interferograms_path):
|
||||||
|
for filename in files:
|
||||||
|
# if filename=="filt_fine.unw.vrt":
|
||||||
|
if filename.endswith(".cor.vrt"):
|
||||||
|
flit_fine_cor_path_ls.append(os.path.join(rootdir, filename))
|
||||||
|
|
||||||
|
return flit_fine_cor_path_ls
|
||||||
|
|
||||||
def info_VRT(vrt_path):
|
def info_VRT(vrt_path):
|
||||||
vrt_data=gdal.Open(vrt_path,gdal.GA_ReadOnly)
|
vrt_data=gdal.Open(vrt_path,gdal.GA_ReadOnly)
|
||||||
print("width:\t",vrt_data.RasterXSize)
|
print("width:\t",vrt_data.RasterXSize)
|
||||||
|
@ -94,6 +105,54 @@ def saveTiff(target_data_path,xsize,ysize,gt,srs,target_arr):
|
||||||
tiff_geo.SetProjection(srs.ExportToWkt())
|
tiff_geo.SetProjection(srs.ExportToWkt())
|
||||||
del tiff_geo
|
del tiff_geo
|
||||||
|
|
||||||
|
|
||||||
|
def detrend_2d(unw_filename,cor_filename, out_file):
|
||||||
|
|
||||||
|
unwImg = ImageHandler.get_data(unw_filename)
|
||||||
|
# unwImg = unwImgt[1,:,:]
|
||||||
|
corImg = ImageHandler.get_data(cor_filename)
|
||||||
|
height = corImg.shape[0]
|
||||||
|
width = corImg.shape[1]
|
||||||
|
lines_intv = int(np.floor(height * 0.005))
|
||||||
|
width_intv = int(np.floor(width * 0.005))
|
||||||
|
x = np.arange(1, width, width_intv)
|
||||||
|
y = np.arange(1, height, lines_intv)
|
||||||
|
|
||||||
|
pointX = []
|
||||||
|
pointY = []
|
||||||
|
pointZ = []
|
||||||
|
|
||||||
|
for i in y:
|
||||||
|
for j in x:
|
||||||
|
if corImg[i,j] < 0.2:
|
||||||
|
continue
|
||||||
|
else:
|
||||||
|
pointX.append(j)
|
||||||
|
pointY.append(i)
|
||||||
|
pointZ.append(unwImg[i,j])
|
||||||
|
|
||||||
|
int_xy = np.multiply(np.array(pointX), np.array(pointY))
|
||||||
|
int_xx = np.multiply(np.array(pointX), np.array(pointX))
|
||||||
|
int_yy = np.multiply(np.array(pointY), np.array(pointY))
|
||||||
|
|
||||||
|
design_matrix = np.column_stack((np.array(pointX), np.array(pointY), int_xy, int_xx, int_yy))
|
||||||
|
X = np.linalg.lstsq(design_matrix, pointZ, rcond=None)[0]
|
||||||
|
a = X[0] # 系数1
|
||||||
|
b = X[1] # 系数2
|
||||||
|
c = X[2] # 系数3
|
||||||
|
d = X[3] # 系数4
|
||||||
|
e = X[4] # 系数5
|
||||||
|
|
||||||
|
dtd_unw = np.zeros((height, width), dtype=float)
|
||||||
|
for ii in range(width):
|
||||||
|
for jj in range(height):
|
||||||
|
str = a * (ii+1) + b * (jj+1) + c * (ii+1) * (jj+1) + d * (ii+1) * (ii+1) + e * (jj+1) * (jj+1)
|
||||||
|
# dtd_unw[ii, jj] = unwImg[ii, jj] - str
|
||||||
|
dtd_unw[jj, ii] = unwImg[jj, ii] - str
|
||||||
|
dtd_unw[np.where(corImg==0)] = 0
|
||||||
|
ImageHandler.write_img(out_file, '', [0.0, 1.0, 0.0, 0.0, 0.0, 1.0], dtd_unw)
|
||||||
|
return dtd_unw
|
||||||
|
|
||||||
# 插值地理编码方法
|
# 插值地理编码方法
|
||||||
def geoCoding(tree,X_min,X_max,Y_min,Y_max,block_size,value_data,target_arr):
|
def geoCoding(tree,X_min,X_max,Y_min,Y_max,block_size,value_data,target_arr):
|
||||||
for i in range(X_min,X_max+block_size,block_size):
|
for i in range(X_min,X_max+block_size,block_size):
|
||||||
|
@ -143,6 +202,8 @@ def get_Dem(isce_work_path, temp_work_path, pack_path, product_name, lamda):
|
||||||
unw_tiff_path=os.path.join(temp_work_path,"unw.tiff")
|
unw_tiff_path=os.path.join(temp_work_path,"unw.tiff")
|
||||||
vrt2tiff(filt_topophase_unw_path,unw_tiff_path,1)
|
vrt2tiff(filt_topophase_unw_path,unw_tiff_path,1)
|
||||||
|
|
||||||
|
filt_topophase_cor_path = get_filt_fine_cor_path(isce_work_path)[0]
|
||||||
|
|
||||||
[lon_path,lat_path]=get_long_lat_path(isce_work_path)
|
[lon_path,lat_path]=get_long_lat_path(isce_work_path)
|
||||||
lon_tiff_path=os.path.join(temp_work_path,"lon.tiff")
|
lon_tiff_path=os.path.join(temp_work_path,"lon.tiff")
|
||||||
vrt2tiff(lon_path,lon_tiff_path)
|
vrt2tiff(lon_path,lon_tiff_path)
|
||||||
|
@ -166,7 +227,11 @@ def get_Dem(isce_work_path, temp_work_path, pack_path, product_name, lamda):
|
||||||
lat = lat_data[:, lat_data.shape[1]-1]
|
lat = lat_data[:, lat_data.shape[1]-1]
|
||||||
lat_min = np.min(lat)
|
lat_min = np.min(lat)
|
||||||
lat_max = np.max(lat)
|
lat_max = np.max(lat)
|
||||||
unw_data=read_tiff_dataset(unw_tiff_path,band_idx=0)
|
|
||||||
|
out_detrend_path = os.path.join(temp_work_path, "detrend_unw.tif")
|
||||||
|
unw_data = detrend_2d(unw_tiff_path, filt_topophase_cor_path, out_detrend_path)
|
||||||
|
|
||||||
|
# unw_data=read_tiff_dataset(unw_tiff_path,band_idx=0)
|
||||||
hgt_data=read_tiff_dataset(hgt_tiff_path,band_idx=0)
|
hgt_data=read_tiff_dataset(hgt_tiff_path,band_idx=0)
|
||||||
|
|
||||||
los_data=los_data.reshape(-1)
|
los_data=los_data.reshape(-1)
|
||||||
|
@ -230,9 +295,10 @@ def get_Dem(isce_work_path, temp_work_path, pack_path, product_name, lamda):
|
||||||
return dem_target_data_path
|
return dem_target_data_path
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
isce_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\isce_work"
|
isce_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\isce_work"
|
||||||
temp_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\test"
|
temp_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\product"
|
||||||
out_work_path = r"D:\micro\microproduct_depdence\GF3-Deformation\test"
|
out_work_path = r"D:\micro\microproduct_depdence\LT-Deformation\product"
|
||||||
product = r'D:\micro\microproduct_depdence\GF3-Deformation\test\dem.tiff'
|
product = r'D:\micro\microproduct_depdence\LT-Deformation\product\dem.tiff'
|
||||||
get_Dem(isce_work_path, temp_work_path, out_work_path, product)
|
lamda = float(299792458 / 1.26000000000000000E+09)
|
||||||
|
get_Dem(isce_work_path, temp_work_path, out_work_path, product, lamda)
|
||||||
pass
|
pass
|
|
@ -1,66 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:1,water,num:89608
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:2,road,num:148509
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:3,crop,num:45047
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:read csv data success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:refine_lee filter success!
|
|
||||||
INFO:mylog:progress bar: 30%
|
|
||||||
INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'}
|
|
||||||
INFO:mylog:decompose feature success!
|
|
||||||
INFO:mylog:progress bar: 50%
|
|
||||||
INFO:mylog:feature_list:['0: Freeman_Dbl_geo.tif', '1: Freeman_Odd_geo.tif', '2: Freeman_Vol_geo.tif', '3: HH_geo.tif', '4: HV_geo.tif', '5: VH_geo.tif', '6: VV_geo.tif', '7: Yamaguchi4_Dbl_geo.tif', '8: Yamaguchi4_Hlx_geo.tif', '9: Yamaguchi4_Odd_geo.tif', '10: Yamaguchi4_Vol_geo.tif']
|
|
||||||
INFO:mylog:gene_train_set success!
|
|
||||||
INFO:mylog:importances:[0.01345728 0.08030793 0.19998456 0.08862919 0.07922134 0.07908471
|
|
||||||
0.09141777 0.03486326 0.08361669 0.10833262 0.14108465],threshold=0.07
|
|
||||||
INFO:mylog:optimal_feature:[2, 10, 9, 6, 3, 8, 1, 4, 5]
|
|
||||||
INFO:mylog:correlation_map:
|
|
||||||
[[0. 0.8949268 0.35909693 0.540319 0.5255877 0.51631901
|
|
||||||
0.15386267 0.66493226 0.6532548 ]
|
|
||||||
[0. 0. 0.2082941 0.43162995 0.43429836 0.31024572
|
|
||||||
0.09145156 0.63592983 0.62960317]
|
|
||||||
[0. 0. 0. 0.80898481 0.79945993 0.08127209
|
|
||||||
0.9420081 0.04272205 0.02908987]
|
|
||||||
[0. 0. 0. 0. 0.75470725 0.08134001
|
|
||||||
0.72615951 0.21924918 0.20997542]
|
|
||||||
[0. 0. 0. 0. 0. 0.08638082
|
|
||||||
0.73653416 0.22030954 0.21031874]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0.12765872 0.52023269 0.52175055]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0. 0.03650561 0.04599542]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0. 0. 0.65095718]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0. 0. 0. ]]
|
|
||||||
INFO:mylog:validity_list_corr:[2 9 6 3 8 4 5]
|
|
||||||
INFO:mylog:[2 9 6 3 8 4 5]
|
|
||||||
INFO:mylog:train_feature:['2: Freeman_Vol_geo.tif' '9: Yamaguchi4_Odd_geo.tif' '6: VV_geo.tif'
|
|
||||||
'3: HH_geo.tif' '8: Yamaguchi4_Hlx_geo.tif' '4: HV_geo.tif'
|
|
||||||
'5: VH_geo.tif']
|
|
||||||
INFO:mylog:RF trainning
|
|
||||||
INFO:mylog:RF train successful
|
|
||||||
INFO:mylog:progress bar: 60%
|
|
||||||
INFO:mylog:block size is :3072
|
|
||||||
INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'HH_geo', 'HV_geo', 'VH_geo', 'VV_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo'])
|
|
||||||
INFO:mylog:blocking tifs success!
|
|
||||||
INFO:mylog:create features matrix success!
|
|
||||||
INFO:mylog:testing
|
|
||||||
INFO:mylog:test success!
|
|
||||||
INFO:mylog:progress bar: 95%
|
|
||||||
INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LandCover\Temporary\processing\tif_mask.tif
|
|
||||||
INFO:mylog:create ROI image success!
|
|
||||||
INFO:mylog:process_handle success!
|
|
||||||
INFO:mylog:successful production of LandCover products!
|
|
||||||
INFO:mylog:running use time: 0:28:08.480083
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif
|
|
|
@ -1,2 +0,0 @@
|
||||||
INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif
|
|
|
@ -1,2 +0,0 @@
|
||||||
INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif
|
|
|
@ -1,2 +0,0 @@
|
||||||
INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif
|
|
|
@ -1,2 +0,0 @@
|
||||||
INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif
|
|
|
@ -1,2 +0,0 @@
|
||||||
INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif
|
|
|
@ -1,20 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:1,water,num:89608
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:2,road,num:148509
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:3,crop,num:45047
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:read csv data success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:refine_lee filter success!
|
|
||||||
INFO:mylog:progress bar: 30%
|
|
||||||
INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'}
|
|
|
@ -1,20 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:1,water,num:89608
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:2,road,num:148509
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:3,crop,num:45047
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:read csv data success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:refine_lee filter success!
|
|
||||||
INFO:mylog:progress bar: 30%
|
|
||||||
INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'}
|
|
|
@ -1,44 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:1,water,num:89608
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:2,road,num:148509
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:3,crop,num:45047
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:read csv data success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:refine_lee filter success!
|
|
||||||
INFO:mylog:progress bar: 30%
|
|
||||||
INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'}
|
|
||||||
INFO:mylog:decompose feature success!
|
|
||||||
INFO:mylog:progress bar: 50%
|
|
||||||
INFO:mylog:feature_list:[]
|
|
||||||
INFO:mylog:gene_train_set success!
|
|
||||||
ERROR:mylog:run-time error!
|
|
||||||
Traceback (most recent call last):
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/landcover-L-SAR/LandCoverMain.py", line 689, in <module>
|
|
||||||
if main_handler.process_handle(start) is False:
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/landcover-L-SAR/LandCoverMain.py", line 568, in process_handle
|
|
||||||
X_train, Y_train, optimal_feature = ml.gene_optimal_train_set(train_data_dic, feature_geo, 0.07, 0.85)
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\ml\machineLearning.py", line 41, in gene_optimal_train_set
|
|
||||||
optimal_feature = ml.sel_optimal_feature_set(X_train, Y_train, threshold=important_threshold)
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\ml\machineLearning.py", line 303, in sel_optimal_feature_set
|
|
||||||
model.fit(X_train, Y_train.astype('int'))
|
|
||||||
File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\ensemble\_forest.py", line 326, in fit
|
|
||||||
X, y = self._validate_data(
|
|
||||||
File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\base.py", line 572, in _validate_data
|
|
||||||
X, y = check_X_y(X, y, **check_params)
|
|
||||||
File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\utils\validation.py", line 956, in check_X_y
|
|
||||||
X = check_array(
|
|
||||||
File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\utils\validation.py", line 806, in check_array
|
|
||||||
raise ValueError(
|
|
||||||
ValueError: Found array with 0 feature(s) (shape=(30000, 0)) while a minimum of 1 is required.
|
|
||||||
INFO:mylog:running use time: 0:11:18.197804
|
|
|
@ -1,44 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:1,water,num:89608
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:2,road,num:148509
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:3,crop,num:45047
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:read csv data success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:refine_lee filter success!
|
|
||||||
INFO:mylog:progress bar: 30%
|
|
||||||
INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'}
|
|
||||||
INFO:mylog:decompose feature success!
|
|
||||||
INFO:mylog:progress bar: 50%
|
|
||||||
INFO:mylog:feature_list:[]
|
|
||||||
INFO:mylog:gene_train_set success!
|
|
||||||
ERROR:mylog:run-time error!
|
|
||||||
Traceback (most recent call last):
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/landcover-L-SAR/LandCoverMain.py", line 690, in <module>
|
|
||||||
raise Exception('preprocess_handle() failed!')
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/landcover-L-SAR/LandCoverMain.py", line 569, in process_handle
|
|
||||||
# 生成最优特征子集训练集
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\ml\machineLearning.py", line 41, in gene_optimal_train_set
|
|
||||||
optimal_feature = ml.sel_optimal_feature_set(X_train, Y_train, threshold=important_threshold)
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\ml\machineLearning.py", line 303, in sel_optimal_feature_set
|
|
||||||
model.fit(X_train, Y_train.astype('int'))
|
|
||||||
File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\ensemble\_forest.py", line 326, in fit
|
|
||||||
X, y = self._validate_data(
|
|
||||||
File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\base.py", line 572, in _validate_data
|
|
||||||
X, y = check_X_y(X, y, **check_params)
|
|
||||||
File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\utils\validation.py", line 956, in check_X_y
|
|
||||||
X = check_array(
|
|
||||||
File "D:\Anaconda\envs\micro\lib\site-packages\sklearn\utils\validation.py", line 806, in check_array
|
|
||||||
raise ValueError(
|
|
||||||
ValueError: Found array with 0 feature(s) (shape=(30000, 0)) while a minimum of 1 is required.
|
|
||||||
INFO:mylog:running use time: 0:12:10.889075
|
|
|
@ -1,17 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:1,water,num:89608
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:2,road,num:148509
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:3,crop,num:45047
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:read csv data success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
|
@ -1,68 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:1,water,num:89608
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:2,road,num:148509
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:3,crop,num:45047
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:read csv data success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:S2 to T3 success!
|
|
||||||
INFO:mylog:refine_lee filter success!
|
|
||||||
INFO:mylog:progress bar: 30%
|
|
||||||
INFO:mylog:Freeman successful
|
|
||||||
INFO:mylog:Yamaguchi successful
|
|
||||||
INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'}
|
|
||||||
INFO:mylog:decompose feature success!
|
|
||||||
INFO:mylog:progress bar: 50%
|
|
||||||
INFO:mylog:feature_list:['0: Freeman_Dbl_geo.tif', '1: Freeman_Odd_geo.tif', '2: Freeman_Vol_geo.tif', '3: HH_cal_geo.tif', '4: HV_cal_geo.tif', '5: VH_cal_geo.tif', '6: VV_cal_geo.tif', '7: Yamaguchi4_Dbl_geo.tif', '8: Yamaguchi4_Hlx_geo.tif', '9: Yamaguchi4_Odd_geo.tif', '10: Yamaguchi4_Vol_geo.tif']
|
|
||||||
INFO:mylog:gene_train_set success!
|
|
||||||
INFO:mylog:importances:[0.01412884 0.07507139 0.19282871 0.09425074 0.08127264 0.0800713
|
|
||||||
0.09279422 0.03571493 0.08148785 0.10983892 0.14254045],threshold=0.07
|
|
||||||
INFO:mylog:optimal_feature:[2, 10, 9, 3, 6, 8, 4, 5, 1]
|
|
||||||
INFO:mylog:correlation_map:
|
|
||||||
[[0. 0.89974759 0.35986712 0.53728706 0.54356051 0.53799063
|
|
||||||
0.67882997 0.65708663 0.14666917]
|
|
||||||
[0. 0. 0.20476747 0.44040511 0.43246559 0.33815793
|
|
||||||
0.65350952 0.6342519 0.08000724]
|
|
||||||
[0. 0. 0. 0.78989342 0.80393551 0.06189867
|
|
||||||
0.05506056 0.03791309 0.93682793]
|
|
||||||
[0. 0. 0. 0. 0.75517487 0.11551733
|
|
||||||
0.23950707 0.22443111 0.71684797]
|
|
||||||
[0. 0. 0. 0. 0. 0.09838501
|
|
||||||
0.22526131 0.21092207 0.7125749 ]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0.54144962 0.53694689 0.11393226]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0. 0.67117044 0.02858808]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0. 0. 0.03978259]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0. 0. 0. ]]
|
|
||||||
INFO:mylog:validity_list_corr:[2 9 3 6 8 4 5]
|
|
||||||
INFO:mylog:[2 9 3 6 8 4 5]
|
|
||||||
INFO:mylog:train_feature:['2: Freeman_Vol_geo.tif' '9: Yamaguchi4_Odd_geo.tif' '3: HH_cal_geo.tif'
|
|
||||||
'6: VV_cal_geo.tif' '8: Yamaguchi4_Hlx_geo.tif' '4: HV_cal_geo.tif'
|
|
||||||
'5: VH_cal_geo.tif']
|
|
||||||
INFO:mylog:RF trainning
|
|
||||||
INFO:mylog:RF train successful
|
|
||||||
INFO:mylog:progress bar: 60%
|
|
||||||
INFO:mylog:block size is :3072
|
|
||||||
INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'HH_cal_geo', 'HV_cal_geo', 'VH_cal_geo', 'VV_cal_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo'])
|
|
||||||
INFO:mylog:blocking tifs success!
|
|
||||||
INFO:mylog:create features matrix success!
|
|
||||||
INFO:mylog:testing
|
|
||||||
INFO:mylog:test success!
|
|
||||||
INFO:mylog:progress bar: 95%
|
|
||||||
INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LandCover\Temporary\processing\tif_mask.tif
|
|
||||||
INFO:mylog:create ROI image success!
|
|
||||||
INFO:mylog:process_handle success!
|
|
||||||
INFO:mylog:successful production of LandCover products!
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif
|
|
|
@ -1,2 +0,0 @@
|
||||||
INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif
|
|
|
@ -1,2 +0,0 @@
|
||||||
INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif
|
|
|
@ -1,2 +0,0 @@
|
||||||
INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif
|
|
|
@ -1,2 +0,0 @@
|
||||||
INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif
|
|
|
@ -1,2 +0,0 @@
|
||||||
INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif
|
|
|
@ -1,69 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:1,water,num:89608
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:2,road,num:148509
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:3,crop,num:45047
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:read csv data success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:S2 to T3 success!
|
|
||||||
INFO:mylog:refine_lee filter success!
|
|
||||||
INFO:mylog:progress bar: 30%
|
|
||||||
INFO:mylog:Freeman successful
|
|
||||||
INFO:mylog:Yamaguchi successful
|
|
||||||
INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'}
|
|
||||||
INFO:mylog:decompose feature success!
|
|
||||||
INFO:mylog:progress bar: 50%
|
|
||||||
INFO:mylog:feature_list:['0: Freeman_Dbl_geo.tif', '1: Freeman_Odd_geo.tif', '2: Freeman_Vol_geo.tif', '3: HH_cal_geo.tif', '4: HV_cal_geo.tif', '5: VH_cal_geo.tif', '6: VV_cal_geo.tif', '7: Yamaguchi4_Dbl_geo.tif', '8: Yamaguchi4_Hlx_geo.tif', '9: Yamaguchi4_Odd_geo.tif', '10: Yamaguchi4_Vol_geo.tif']
|
|
||||||
INFO:mylog:gene_train_set success!
|
|
||||||
INFO:mylog:importances:[0.01414486 0.07175734 0.20167104 0.09536278 0.07942236 0.08267835
|
|
||||||
0.09132492 0.03566768 0.08239434 0.109387 0.13618934],threshold=0.07
|
|
||||||
INFO:mylog:optimal_feature:[2, 10, 9, 3, 6, 5, 8, 4, 1]
|
|
||||||
INFO:mylog:correlation_map:
|
|
||||||
[[0. 0.89671468 0.3476367 0.53154016 0.54603478 0.6627598
|
|
||||||
0.52659843 0.6846655 0.13586124]
|
|
||||||
[0. 0. 0.19075738 0.43859277 0.43134722 0.63474014
|
|
||||||
0.31180745 0.64948204 0.06985773]
|
|
||||||
[0. 0. 0. 0.77293233 0.79616044 0.02984477
|
|
||||||
0.07223252 0.04837735 0.93695043]
|
|
||||||
[0. 0. 0. 0. 0.74820557 0.23174254
|
|
||||||
0.11047347 0.24912058 0.70433096]
|
|
||||||
[0. 0. 0. 0. 0. 0.22269955
|
|
||||||
0.10172844 0.23929064 0.70476954]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0.52780036 0.65145266 0.04949848]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0. 0.53933103 0.1289393 ]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0. 0. 0.03833884]
|
|
||||||
[0. 0. 0. 0. 0. 0.
|
|
||||||
0. 0. 0. ]]
|
|
||||||
INFO:mylog:validity_list_corr:[2 9 3 6 5 8 4]
|
|
||||||
INFO:mylog:[2 9 3 6 5 8 4]
|
|
||||||
INFO:mylog:train_feature:['2: Freeman_Vol_geo.tif' '9: Yamaguchi4_Odd_geo.tif' '3: HH_cal_geo.tif'
|
|
||||||
'6: VV_cal_geo.tif' '5: VH_cal_geo.tif' '8: Yamaguchi4_Hlx_geo.tif'
|
|
||||||
'4: HV_cal_geo.tif']
|
|
||||||
INFO:mylog:RF trainning
|
|
||||||
INFO:mylog:RF train successful
|
|
||||||
INFO:mylog:progress bar: 60%
|
|
||||||
INFO:mylog:block size is :3072
|
|
||||||
INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'HH_cal_geo', 'HV_cal_geo', 'VH_cal_geo', 'VV_cal_geo', 'Yamaguchi4_Hlx_geo', 'Yamaguchi4_Odd_geo'])
|
|
||||||
INFO:mylog:blocking tifs success!
|
|
||||||
INFO:mylog:create features matrix success!
|
|
||||||
INFO:mylog:testing
|
|
||||||
INFO:mylog:test success!
|
|
||||||
INFO:mylog:progress bar: 95%
|
|
||||||
INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LandCover\Temporary\processing\tif_mask.tif
|
|
||||||
INFO:mylog:create ROI image success!
|
|
||||||
INFO:mylog:process_handle success!
|
|
||||||
INFO:mylog:successful production of LandCover products!
|
|
||||||
INFO:mylog:running use time: 0:21:33.897159
|
|
|
@ -1,50 +0,0 @@
|
||||||
INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif
|
|
|
@ -1,27 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:1,water,num:89608
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:2,road,num:148509
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:3,crop,num:45047
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:read csv data success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:S2 to T3 success!
|
|
||||||
INFO:mylog:refine_lee filter success!
|
|
||||||
INFO:mylog:progress bar: 30%
|
|
||||||
INFO:mylog:Freeman successful
|
|
||||||
INFO:mylog:Yamaguchi successful
|
|
||||||
INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\LandCover\Temporary\processing\lee_filter\ -od D:\micro\LWork\LandCover\Temporary\processing\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 0 -fl7 0 -fl8 0 -fl9 0
|
|
||||||
INFO:mylog:cmd_result:1
|
|
||||||
INFO:mylog:h_a_alpha_decomposition finish!
|
|
||||||
INFO:mylog:Cloude successful
|
|
||||||
INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif'}
|
|
|
@ -1,57 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:1,water,num:89608
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:2,road,num:148509
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:3,crop,num:45047
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:read csv data success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:S2 to T3 success!
|
|
||||||
INFO:mylog:refine_lee filter success!
|
|
||||||
INFO:mylog:progress bar: 30%
|
|
||||||
INFO:mylog:Freeman successful
|
|
||||||
INFO:mylog:Yamaguchi successful
|
|
||||||
INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\LandCover\Temporary\processing\lee_filter\ -od D:\micro\LWork\LandCover\Temporary\processing\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 0 -fl7 0 -fl8 0 -fl9 0
|
|
||||||
INFO:mylog:cmd_result:1
|
|
||||||
INFO:mylog:h_a_alpha_decomposition finish!
|
|
||||||
INFO:mylog:Cloude successful
|
|
||||||
INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif', 'alpha': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\alpha.tif', 'anisotropy': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\anisotropy.tif', 'beta': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\beta.tif', 'delta': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\delta.tif', 'entropy': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\entropy.tif', 'gamma': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\gamma.tif', 'lambda': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\lambda.tif'}
|
|
||||||
INFO:mylog:decompose feature success!
|
|
||||||
INFO:mylog:progress bar: 50%
|
|
||||||
INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: delta_geo.tif', '4: entropy_geo.tif', '5: Freeman_Dbl_geo.tif', '6: Freeman_Odd_geo.tif', '7: Freeman_Vol_geo.tif', '8: gamma_geo.tif', '9: HH_cal_geo.tif', '10: HV_cal_geo.tif', '11: lambda_geo.tif', '12: VH_cal_geo.tif', '13: VV_cal_geo.tif', '14: Yamaguchi4_Dbl_geo.tif', '15: Yamaguchi4_Hlx_geo.tif', '16: Yamaguchi4_Odd_geo.tif', '17: Yamaguchi4_Vol_geo.tif']
|
|
||||||
INFO:mylog:gene_train_set success!
|
|
||||||
INFO:mylog:importances:[0.04243552 0.03856858 0.03860305 0.03825556 0.0544434 0.00930963
|
|
||||||
0.04649529 0.13388621 0.03712781 0.05561918 0.04821517 0.11412619
|
|
||||||
0.04731822 0.05507362 0.02246368 0.05211185 0.06919178 0.09675525],threshold=0.07
|
|
||||||
INFO:mylog:optimal_feature:[7, 11, 17]
|
|
||||||
INFO:mylog:correlation_map:
|
|
||||||
[[0. 0.73122274 0.89183846]
|
|
||||||
[0. 0. 0.60544646]
|
|
||||||
[0. 0. 0. ]]
|
|
||||||
INFO:mylog:validity_list_corr:[ 7 11]
|
|
||||||
INFO:mylog:[ 7 11]
|
|
||||||
INFO:mylog:train_feature:['7: Freeman_Vol_geo.tif' '11: lambda_geo.tif']
|
|
||||||
INFO:mylog:RF trainning
|
|
||||||
INFO:mylog:RF train successful
|
|
||||||
INFO:mylog:progress bar: 60%
|
|
||||||
INFO:mylog:block size is :3072
|
|
||||||
INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo'])
|
|
||||||
INFO:mylog:blocking tifs success!
|
|
||||||
INFO:mylog:create features matrix success!
|
|
||||||
INFO:mylog:testing
|
|
||||||
INFO:mylog:test success!
|
|
||||||
INFO:mylog:progress bar: 95%
|
|
||||||
INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LandCover\Temporary\processing\tif_mask.tif
|
|
||||||
INFO:mylog:create ROI image success!
|
|
||||||
INFO:mylog:process_handle success!
|
|
||||||
INFO:mylog:successful production of LandCover products!
|
|
||||||
INFO:mylog:running use time: 0:33:10.184935
|
|
|
@ -1,4 +0,0 @@
|
||||||
INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif
|
|
|
@ -1,46 +0,0 @@
|
||||||
INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif
|
|
|
@ -1,57 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\landcover-L-SAR
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:1,water,num:89608
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:2,road,num:148509
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:3,crop,num:45047
|
|
||||||
INFO:mylog:max number =10000, random select10000 point as train data!
|
|
||||||
INFO:mylog:read csv data success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:S2 to T3 success!
|
|
||||||
INFO:mylog:refine_lee filter success!
|
|
||||||
INFO:mylog:progress bar: 30%
|
|
||||||
INFO:mylog:Freeman successful
|
|
||||||
INFO:mylog:Yamaguchi successful
|
|
||||||
INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\LandCover\Temporary\processing\lee_filter\ -od D:\micro\LWork\LandCover\Temporary\processing\cloude\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 0 -fl7 0 -fl8 0 -fl9 0
|
|
||||||
INFO:mylog:cmd_result:1
|
|
||||||
INFO:mylog:h_a_alpha_decomposition finish!
|
|
||||||
INFO:mylog:Cloude successful
|
|
||||||
INFO:root:feature_tif_paths:{'Freeman_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Dbl.tif', 'Freeman_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Odd.tif', 'Freeman_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Freeman_Vol.tif', 'Yamaguchi4_Dbl': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Dbl.tif', 'Yamaguchi4_Hlx': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Hlx.tif', 'Yamaguchi4_Odd': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Odd.tif', 'Yamaguchi4_Vol': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\Yamaguchi4_Vol.tif', 'alpha': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\alpha.tif', 'anisotropy': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\anisotropy.tif', 'beta': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\beta.tif', 'delta': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\delta.tif', 'entropy': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\entropy.tif', 'gamma': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\gamma.tif', 'lambda': 'D:\\micro\\LWork\\LandCover\\Temporary\\processing\\feature_tif\\lambda.tif'}
|
|
||||||
INFO:mylog:decompose feature success!
|
|
||||||
INFO:mylog:progress bar: 50%
|
|
||||||
INFO:mylog:feature_list:['0: alpha_geo.tif', '1: anisotropy_geo.tif', '2: beta_geo.tif', '3: delta_geo.tif', '4: entropy_geo.tif', '5: Freeman_Dbl_geo.tif', '6: Freeman_Odd_geo.tif', '7: Freeman_Vol_geo.tif', '8: gamma_geo.tif', '9: HH_cal_geo.tif', '10: HV_cal_geo.tif', '11: lambda_geo.tif', '12: VH_cal_geo.tif', '13: VV_cal_geo.tif', '14: Yamaguchi4_Dbl_geo.tif', '15: Yamaguchi4_Hlx_geo.tif', '16: Yamaguchi4_Odd_geo.tif', '17: Yamaguchi4_Vol_geo.tif']
|
|
||||||
INFO:mylog:gene_train_set success!
|
|
||||||
INFO:mylog:importances:[0.04308777 0.03910861 0.03836704 0.03794918 0.05433519 0.0092633
|
|
||||||
0.04355022 0.14265478 0.0371669 0.05762053 0.04809142 0.10952059
|
|
||||||
0.04512283 0.05463628 0.02220882 0.05268669 0.06660613 0.09802372],threshold=0.07
|
|
||||||
INFO:mylog:optimal_feature:[7, 11, 17]
|
|
||||||
INFO:mylog:correlation_map:
|
|
||||||
[[0. 0.74300848 0.89326303]
|
|
||||||
[0. 0. 0.61786099]
|
|
||||||
[0. 0. 0. ]]
|
|
||||||
INFO:mylog:validity_list_corr:[ 7 11]
|
|
||||||
INFO:mylog:[ 7 11]
|
|
||||||
INFO:mylog:train_feature:['7: Freeman_Vol_geo.tif' '11: lambda_geo.tif']
|
|
||||||
INFO:mylog:RF trainning
|
|
||||||
INFO:mylog:RF train successful
|
|
||||||
INFO:mylog:progress bar: 60%
|
|
||||||
INFO:mylog:block size is :3072
|
|
||||||
INFO:mylog:test_feature:dict_keys(['Freeman_Vol_geo', 'lambda_geo'])
|
|
||||||
INFO:mylog:blocking tifs success!
|
|
||||||
INFO:mylog:create features matrix success!
|
|
||||||
INFO:mylog:testing
|
|
||||||
INFO:mylog:test success!
|
|
||||||
INFO:mylog:progress bar: 95%
|
|
||||||
INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\LandCover\Temporary\processing\tif_mask.tif
|
|
||||||
INFO:mylog:create ROI image success!
|
|
||||||
INFO:mylog:process_handle success!
|
|
||||||
INFO:mylog:successful production of LandCover products!
|
|
||||||
INFO:mylog:running use time: 0:39:56.377000
|
|
|
@ -1,20 +0,0 @@
|
||||||
INFO:mylog:total:25,block:0 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:1 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:2 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:3 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:4 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:0 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:15 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:1 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:16 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:3 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:19 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:4 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:2 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_0_3072_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:21 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:22 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:15 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:16 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:21 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:22 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:19 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_9216_12288.tif
|
|
|
@ -1,30 +0,0 @@
|
||||||
INFO:mylog:total:25,block:5 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:6 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:7 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:8 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:9 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:10 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:11 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:12 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:13 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:14 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:5 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:17 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:6 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:18 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:10 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:20 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:11 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_11883_14955.tif
|
|
||||||
INFO:mylog:total:25,block:23 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:7 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:9 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:24 testing data !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:12 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:8 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_3072_6144_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:14 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_9216_12288.tif
|
|
||||||
INFO:mylog:total:25,block:13 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_6144_9216_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:20 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_0_3072.tif
|
|
||||||
INFO:mylog:total:25,block:17 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_3072_6144.tif
|
|
||||||
INFO:mylog:total:25,block:18 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9216_12288_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:23 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_6144_9216.tif
|
|
||||||
INFO:mylog:total:25,block:24 test data finished !path:D:\micro\LWork\LandCover\Temporary\processing\LandCover\LandCover_9653_12725_9216_12288.tif
|
|
|
@ -330,23 +330,42 @@ class SalinityMain:
|
||||||
key_name = key
|
key_name = key
|
||||||
block_num = len(dir_dict[key])
|
block_num = len(dir_dict[key])
|
||||||
|
|
||||||
for n in range(block_num):
|
mergeFeaturesDir = os.path.join(self.__workspace_block_tif_processed_path, "features")
|
||||||
name = os.path.basename(dir_dict[key_name][n])
|
|
||||||
suffix = '_' + name.split('_')[-4] + "_" + name.split('_')[-3] + "_" + name.split('_')[-2] + "_" + \
|
# 创建文件
|
||||||
|
if os.path.exists(mergeFeaturesDir) is False:
|
||||||
|
os.makedirs(mergeFeaturesDir)
|
||||||
|
for i in range(block_num):
|
||||||
|
file_list = []
|
||||||
|
for value in dir_dict.values():
|
||||||
|
file_list.append(os.path.basename(value[i]))
|
||||||
|
name = os.path.basename(file_list[0])
|
||||||
|
suffix = 'features_' + name.split('_')[-4] + "_" + name.split('_')[-3] + "_" + name.split('_')[-2] + "_" + \
|
||||||
name.split('_')[-1]
|
name.split('_')[-1]
|
||||||
features_path = self.__workspace_block_tif_processed_path + "features\\features" + suffix
|
out_str = os.path.join(mergeFeaturesDir, suffix)
|
||||||
features_array = np.zeros((len(dir_dict), block_size, block_size), dtype='float32')
|
input_str1 = os.path.dirname(value[0])
|
||||||
for m, value in zip(range(len(dir_dict)), dir_dict.values()):
|
input_str2 = ','.join(file_list)
|
||||||
features_array[m, :, :] = self.imageHandler.get_band_array(value[n], 1)
|
input_str3 = out_str
|
||||||
# 异常值转为0
|
cmd = r".\baseTool\tifMerge\x64\Release\tifMerge.exe {} {} {}".format(input_str1, input_str2, input_str3)
|
||||||
features_array[np.isnan(features_array)] = 0.0
|
# print(cmd)
|
||||||
features_array[np.isinf(features_array)] = 0.0
|
os.system(cmd)
|
||||||
self.imageHandler.write_img(features_path, "", [0, 0, 1, 0, 0, 1], features_array)
|
|
||||||
|
# for n in range(block_num):
|
||||||
|
# name = os.path.basename(dir_dict[key_name][n])
|
||||||
|
# suffix = '_' + name.split('_')[-4] + "_" + name.split('_')[-3] + "_" + name.split('_')[-2] + "_" + \
|
||||||
|
# name.split('_')[-1]
|
||||||
|
# features_path = self.__workspace_block_tif_processed_path + "features\\features" + suffix
|
||||||
|
# features_array = np.zeros((len(dir_dict), block_size, block_size), dtype='float32')
|
||||||
|
# for m, value in zip(range(len(dir_dict)), dir_dict.values()):
|
||||||
|
# features_array[m, :, :] = self.imageHandler.get_band_array(value[n], 1)
|
||||||
|
# # 异常值转为0
|
||||||
|
# features_array[np.isnan(features_array)] = 0.0
|
||||||
|
# features_array[np.isinf(features_array)] = 0.0
|
||||||
|
# self.imageHandler.write_img(features_path, "", [0, 0, 1, 0, 0, 1], features_array)
|
||||||
logger.info('create features matrix success!')
|
logger.info('create features matrix success!')
|
||||||
|
|
||||||
# 生成训练集
|
# 生成训练集
|
||||||
block_features_dir, block_features_name = bp.get_file_names(
|
block_features_dir, block_features_name = bp.get_file_names(mergeFeaturesDir, ['tif'])
|
||||||
self.__workspace_block_tif_processed_path + 'features\\', ['tif'])
|
|
||||||
# optimal_feature = [0, 1, 2, 3]
|
# optimal_feature = [0, 1, 2, 3]
|
||||||
model_path = self.__processing_paras['model']
|
model_path = self.__processing_paras['model']
|
||||||
with open(model_path, 'rb') as mod:
|
with open(model_path, 'rb') as mod:
|
||||||
|
@ -357,6 +376,7 @@ class SalinityMain:
|
||||||
for path, name, n in zip(block_features_dir, block_features_name, range(len(block_features_dir))):
|
for path, name, n in zip(block_features_dir, block_features_name, range(len(block_features_dir))):
|
||||||
features_array = self.imageHandler.get_data(path)
|
features_array = self.imageHandler.get_data(path)
|
||||||
X_test = np.reshape(features_array, (features_array.shape[0], features_array[0].size)).T
|
X_test = np.reshape(features_array, (features_array.shape[0], features_array[0].size)).T
|
||||||
|
X_test[np.isnan(X_test)] = 0
|
||||||
X_test = X_test[:, list(optimal_feature)]
|
X_test = X_test[:, list(optimal_feature)]
|
||||||
Y_test = pls.predict(X_test)
|
Y_test = pls.predict(X_test)
|
||||||
Y_test[Y_test < soil_salinity_value_min] = soil_salinity_value_min
|
Y_test[Y_test < soil_salinity_value_min] = soil_salinity_value_min
|
||||||
|
@ -425,6 +445,7 @@ finally:
|
||||||
main_handler.del_temp_workspace()
|
main_handler.del_temp_workspace()
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
end = datetime.datetime.now()
|
end = datetime.datetime.now()
|
||||||
msg = 'running use time: %s ' % (end - start)
|
msg = 'running use time: %s ' % (end - start)
|
||||||
logger.info(msg)
|
logger.info(msg)
|
||||||
|
|
|
@ -34,6 +34,7 @@ import os
|
||||||
import datetime
|
import datetime
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import sys
|
import sys
|
||||||
|
import json
|
||||||
from tool.config.ConfigeHandle import Config as cf
|
from tool.config.ConfigeHandle import Config as cf
|
||||||
from tool.csv.csvHandle import csvHandle
|
from tool.csv.csvHandle import csvHandle
|
||||||
from tool.algorithm.transforml1a.transHandle import TransImgL1A
|
from tool.algorithm.transforml1a.transHandle import TransImgL1A
|
||||||
|
@ -248,6 +249,12 @@ class SalinityMain:
|
||||||
logger.info('PLS is training!')
|
logger.info('PLS is training!')
|
||||||
pls = PLSRegression()
|
pls = PLSRegression()
|
||||||
pls.fit(X_train, Y_train)
|
pls.fit(X_train, Y_train)
|
||||||
|
plsMap = {}
|
||||||
|
x_data = json.dumps(X_train.tolist())
|
||||||
|
y_data = json.dumps(Y_train.tolist())
|
||||||
|
plsMap.update({'x_data': x_data})
|
||||||
|
plsMap.update({'y_data': y_data})
|
||||||
|
|
||||||
PLSRegression(copy=True, max_iter=1000, n_components=5, scale=True, tol=1e-06)
|
PLSRegression(copy=True, max_iter=1000, n_components=5, scale=True, tol=1e-06)
|
||||||
# #
|
# #
|
||||||
print("---- Train --------------------------------------------")
|
print("---- Train --------------------------------------------")
|
||||||
|
@ -282,6 +289,10 @@ class SalinityMain:
|
||||||
model_path = os.path.join(self.__product_dic, SrcImageName + tar + '.pkl')
|
model_path = os.path.join(self.__product_dic, SrcImageName + tar + '.pkl')
|
||||||
with open(model_path, 'wb')as pkl:
|
with open(model_path, 'wb')as pkl:
|
||||||
pickle.dump(pls, pkl)
|
pickle.dump(pls, pkl)
|
||||||
|
|
||||||
|
json_path = os.path.join(self.__product_dic, SrcImageName + tar + '.json')
|
||||||
|
with open(json_path, 'w') as js:
|
||||||
|
json.dump(plsMap, js)
|
||||||
logger.info('train PLS success!')
|
logger.info('train PLS success!')
|
||||||
|
|
||||||
file.make_zip(self.__out_para, model_path)
|
file.make_zip(self.__out_para, model_path)
|
||||||
|
|
|
@ -10,7 +10,7 @@ exe_name = SoilSalinity
|
||||||
train_exe_name = SoilSalinityTrain
|
train_exe_name = SoilSalinityTrain
|
||||||
predict_exe_name = SoilSalinityPredict
|
predict_exe_name = SoilSalinityPredict
|
||||||
# 开启调试模式则不删除临时工作区,True:开启调试,False:不开启调试
|
# 开启调试模式则不删除临时工作区,True:开启调试,False:不开启调试
|
||||||
debug = True
|
debug = False
|
||||||
features = all
|
features = all
|
||||||
######2-算法处理参数######
|
######2-算法处理参数######
|
||||||
pixelspace = 5
|
pixelspace = 5
|
||||||
|
|
|
@ -1,45 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:mylog:progress bar: 10%
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]]
|
|
||||||
INFO:root:scope2:[[130.00427774930557, 49.00453605317449], [132.01632432267647, 49.00453605317449], [130.00427774930557, 47.00425741002555], [132.01632432267647, 47.00425741002555]]
|
|
||||||
INFO:root:scope3:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut Covering success!
|
|
||||||
INFO:mylog:cut NDVI success!
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:progress bar: 15%
|
|
||||||
INFO:mylog:ahv transform to polsarpro T3 matrix success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:Refined_lee process success!
|
|
||||||
INFO:mylog:run h_a_alpha_decomposition_T3!
|
|
||||||
INFO:mylog:h_a_alpha_decomposition_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1
|
|
||||||
INFO:mylog:run h_a_alpha_decomposition_T3 success!
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvalue_set_T3!
|
|
||||||
INFO:mylog:h_a_alpha_eigenvalue_set_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 1 1
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success!
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvector_set_T3!
|
|
||||||
INFO:mylog:h_a_alpha_eigenvector_set_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvector_set_T3 success!
|
|
||||||
INFO:mylog:progress bar: 60%
|
|
||||||
INFO:mylog:run bin to tif success!
|
|
||||||
INFO:mylog:blocking tifs success!
|
|
||||||
INFO:mylog:create features matrix success!
|
|
||||||
INFO:mylog:load PLS model success!
|
|
||||||
INFO:mylog:test data success!
|
|
||||||
ERROR:mylog:run-time error!
|
|
||||||
Traceback (most recent call last):
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 414, in <module>
|
|
||||||
if main_handler.process_handle(start) is False:
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 386, in process_handle
|
|
||||||
self.resampleImgs(salinity_geo_path)
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 205, in resampleImgs
|
|
||||||
pp.resampling_by_scale(self.__preprocessed_paras["NDVI"], ndvi_rampling_path, refer_img_path)
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\algtools\PreProcess.py", line 453, in resampling_by_scale
|
|
||||||
ref_cols = ref_dataset.RasterXSize # 列数
|
|
||||||
AttributeError: 'NoneType' object has no attribute 'RasterXSize'
|
|
||||||
INFO:mylog:running use time: 2:09:32.204951
|
|
|
@ -1,42 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:mylog:progress bar: 10%
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]]
|
|
||||||
INFO:root:scope2:[[130.00427774930557, 49.00453605317449], [132.01632432267647, 49.00453605317449], [130.00427774930557, 47.00425741002555], [132.01632432267647, 47.00425741002555]]
|
|
||||||
INFO:root:scope3:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut Covering success!
|
|
||||||
INFO:mylog:cut NDVI success!
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:progress bar: 15%
|
|
||||||
INFO:mylog:ahv transform to polsarpro T3 matrix success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:Refined_lee process success!
|
|
||||||
INFO:mylog:run h_a_alpha_decomposition_T3!
|
|
||||||
INFO:mylog:h_a_alpha_decomposition_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1
|
|
||||||
INFO:mylog:run h_a_alpha_decomposition_T3 success!
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvalue_set_T3!
|
|
||||||
INFO:mylog:h_a_alpha_eigenvalue_set_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1 1 1 1 1 1 1
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success!
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvector_set_T3!
|
|
||||||
INFO:mylog:h_a_alpha_eigenvector_set_T3.exe D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ 1 0 0 11133 11898 1 1 1 1 1
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvector_set_T3 success!
|
|
||||||
INFO:mylog:progress bar: 60%
|
|
||||||
INFO:mylog:run bin to tif success!
|
|
||||||
INFO:mylog:blocking tifs success!
|
|
||||||
INFO:mylog:create features matrix success!
|
|
||||||
INFO:mylog:load PLS model success!
|
|
||||||
INFO:mylog:test data success!
|
|
||||||
INFO:mylog:trans_tif2mask success, path: D:\micro\LWork\SoilSalinityPredict\Temporary\processing\/roi/ndvi_mask.tif
|
|
||||||
INFO:mylog:combine_mask success, path: D:\micro\LWork\SoilSalinityPredict\Temporary\processing\/roi/bare_land_mask.tif
|
|
||||||
INFO:mylog:combine_mask success, path: D:\micro\LWork\SoilSalinityPredict\Temporary\processing\/roi/bare_land_mask.tif
|
|
||||||
INFO:mylog:create masks success!
|
|
||||||
INFO:mylog:cal_roi success, path: D:\micro\LWork\SoilSalinityPredict\Temporary\processing\product\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho-SSAA.tif
|
|
||||||
INFO:mylog:process_handle success!
|
|
||||||
INFO:mylog:progress bar: 100%
|
|
||||||
INFO:mylog:successful production of SoilSalinityPredict products!
|
|
||||||
INFO:mylog:running use time: 2:14:23.205100
|
|
|
@ -1,43 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:mylog:progress bar: 10%
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]]
|
|
||||||
INFO:root:scope2:[[130.00427774930557, 49.00453605317449], [132.01632432267647, 49.00453605317449], [130.00427774930557, 47.00425741002555], [132.01632432267647, 47.00425741002555]]
|
|
||||||
INFO:root:scope3:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut Covering success!
|
|
||||||
INFO:mylog:cut NDVI success!
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:progress bar: 15%
|
|
||||||
INFO:mylog:ahv transform to polsarpro T3 matrix success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:Refined_lee process success!
|
|
||||||
INFO:mylog:run h_a_alpha_decomposition_T3!
|
|
||||||
INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1
|
|
||||||
INFO:mylog:cmd_result:1
|
|
||||||
INFO:mylog:run h_a_alpha_decomposition_T3 success!
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvalue_set_T3!
|
|
||||||
INFO:mylog:h_a_alpha_eigenvalue_set_T3:h_a_alpha_eigenvalue_set_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -fl10 1 -fl11 1 -fl12 1
|
|
||||||
INFO:mylog:cmd_result:1
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success!
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvector_set_T3!
|
|
||||||
ERROR:mylog:run-time error!
|
|
||||||
Traceback (most recent call last):
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 419, in <module>
|
|
||||||
if main_handler.process_handle(start) is False:
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 315, in process_handle
|
|
||||||
self.AHVToPolsarpro(out_dir)
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityPredictMain.py", line 249, in AHVToPolsarpro
|
|
||||||
haa.api_creat_h_a_alpha_features(h_a_alpha_out_dir=out_dir,
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict\pspHAAlphaDecomposition.py", line 143, in api_creat_h_a_alpha_features
|
|
||||||
self.api_h_a_alpha_eigenvector_set_T3(h_a_alpha_out_dir, h_a_alpha_eigenvector_set_T3_path, polsarpro_in_dir,
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict\pspHAAlphaDecomposition.py", line 236, in api_h_a_alpha_eigenvector_set_T3
|
|
||||||
self.__h_a_alpha_eigenvector_set_T3(h_a_alpha_out_dir, h_a_alpha_eigenvector_set_T3_path, polsarpro_in_dir,
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict\pspHAAlphaDecomposition.py", line 410, in __h_a_alpha_eigenvector_set_T3
|
|
||||||
raise Exception(h_a_alpha_eigenvector_set_T3_path + ' is not exists!')
|
|
||||||
Exception: h_a_alpha_eigenvector_set_T3.exe is not exists!
|
|
||||||
INFO:mylog:running use time: 0:26:26.520128
|
|
|
@ -1,33 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:mylog:progress bar: 10%
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]]
|
|
||||||
INFO:root:scope2:[[130.00427774930557, 49.00453605317449], [132.01632432267647, 49.00453605317449], [130.00427774930557, 47.00425741002555], [132.01632432267647, 47.00425741002555]]
|
|
||||||
INFO:root:scope3:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut Covering success!
|
|
||||||
INFO:mylog:cut NDVI success!
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:progress bar: 15%
|
|
||||||
INFO:mylog:ahv transform to polsarpro T3 matrix success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:Refined_lee process success!
|
|
||||||
INFO:mylog:run h_a_alpha_decomposition_T3!
|
|
||||||
INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1
|
|
||||||
INFO:mylog:cmd_result:1
|
|
||||||
INFO:mylog:run h_a_alpha_decomposition_T3 success!
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvalue_set_T3!
|
|
||||||
INFO:mylog:h_a_alpha_eigenvalue_set_T3:h_a_alpha_eigenvalue_set_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -fl10 1 -fl11 1 -fl12 1
|
|
||||||
INFO:mylog:cmd_result:1
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success!
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvector_set_T3!
|
|
||||||
INFO:mylog:h_a_alpha_eigenvector_set_T3:h_a_alpha_eigenvector_set_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1
|
|
||||||
INFO:mylog:cmd_result:1
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvector_set_T3 success!
|
|
||||||
INFO:mylog:progress bar: 60%
|
|
||||||
INFO:mylog:run bin to tif success!
|
|
||||||
INFO:mylog:blocking tifs success!
|
|
|
@ -1,32 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict
|
|
||||||
INFO:mylog:init algXML succeed
|
|
||||||
INFO:mylog:create new workspace success!
|
|
||||||
INFO:mylog:check_source success!
|
|
||||||
INFO:mylog:progress bar: 10%
|
|
||||||
INFO:root:scope0:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope1:[[130.40576233571758, 47.936153520704124], [131.8327786879565, 47.936153520704124], [130.40576233571758, 47.10644445056424], [131.8327786879565, 47.10644445056424]]
|
|
||||||
INFO:root:scope2:[[130.00427774930557, 49.00453605317449], [132.01632432267647, 49.00453605317449], [130.00427774930557, 47.00425741002555], [132.01632432267647, 47.00425741002555]]
|
|
||||||
INFO:root:scope3:[[130.58930555555554, 47.875416666666666], [131.11458333333331, 47.875416666666666], [130.58930555555554, 47.428472222222226], [131.11458333333331, 47.428472222222226]]
|
|
||||||
INFO:root:scope roi :[(130.58930555555554, 47.428472222222226), (130.58930555555554, 47.875416666666666), (131.11458333333331, 47.875416666666666), (131.11458333333331, 47.428472222222226)]
|
|
||||||
INFO:mylog:cut Covering success!
|
|
||||||
INFO:mylog:cut NDVI success!
|
|
||||||
INFO:mylog:cut sim_ori success!
|
|
||||||
INFO:mylog:preprocess_handle success!
|
|
||||||
INFO:mylog:progress bar: 15%
|
|
||||||
INFO:mylog:ahv transform to polsarpro T3 matrix success!
|
|
||||||
INFO:mylog:progress bar: 20%
|
|
||||||
INFO:mylog:Refined_lee process success!
|
|
||||||
INFO:mylog:run h_a_alpha_decomposition_T3!
|
|
||||||
INFO:mylog:h_a_alpha_decomposition:h_a_alpha_decomposition_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1
|
|
||||||
INFO:mylog:cmd_result:1
|
|
||||||
INFO:mylog:run h_a_alpha_decomposition_T3 success!
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvalue_set_T3!
|
|
||||||
INFO:mylog:h_a_alpha_eigenvalue_set_T3:h_a_alpha_eigenvalue_set_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 1 -fl7 1 -fl8 1 -fl9 1 -fl10 1 -fl11 1 -fl12 1
|
|
||||||
INFO:mylog:cmd_result:1
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvalue_set_T3 success!
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvector_set_T3!
|
|
||||||
INFO:mylog:h_a_alpha_eigenvector_set_T3:h_a_alpha_eigenvector_set_T3.exe -id D:\micro\LWork\SoilSalinityPredict\Temporary\processing\lee_filter\ -od D:\micro\LWork\SoilSalinityPredict\Temporary\processing\psp_haalpha\ -iodf T3 -nwr 1 -nwc 1 -ofr 0 -ofc 0 -fnr 11133 -fnc 11898 -fl1 1 -fl2 1 -fl3 1 -fl4 1 -fl5 1 -fl6 0 -fl7 0
|
|
||||||
INFO:mylog:cmd_result:1
|
|
||||||
INFO:mylog:run h_a_alpha_eigenvector_set_T3 success!
|
|
||||||
INFO:mylog:progress bar: 60%
|
|
||||||
INFO:mylog:run bin to tif success!
|
|
|
@ -1,17 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict
|
|
||||||
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/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 377, in <module>
|
|
||||||
if main_handler.check_source() is False:
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 111, in check_source
|
|
||||||
self.__processing_paras.update(InitPara(DEBUG).get_mult_tar_gz_infs(self.__processing_paras, self.__workspace_preprocessing_path))
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 738, in get_mult_tar_gz_infs
|
|
||||||
para_dic = self.get_mult_tar_gz_inf(value, workspace_preprocessing_path)
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 723, in get_mult_tar_gz_inf
|
|
||||||
para_dic.update(InitPara.get_meta_dic_VP(InitPara.get_meta_paths(file_dir, name), name))
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 654, in get_meta_paths
|
|
||||||
raise Exception('there is not .meta.xml in path: ', file_dir + '\\')
|
|
||||||
Exception: ('there is not .meta.xml in path: ', 'D:\\micro\\LWork\\SoilSalinityTrain\\Temporary\\preprocessing\\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\\\\')
|
|
||||||
INFO:mylog:running use time: 0:00:00.017000
|
|
|
@ -1,17 +0,0 @@
|
||||||
INFO:mylog:sysdir: D:\estar-proj\microproduct-l-sar\soilSalinity-Train_predict
|
|
||||||
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/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 377, in <module>
|
|
||||||
if main_handler.check_source() is False:
|
|
||||||
File "D:/estar-proj/microproduct-l-sar/soilSalinity-Train_predict/SoilSalinityTrainMain.py", line 111, in check_source
|
|
||||||
self.__processing_paras.update(InitPara(DEBUG).get_mult_tar_gz_infs(self.__processing_paras, self.__workspace_preprocessing_path))
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 738, in get_mult_tar_gz_infs
|
|
||||||
para_dic = self.get_mult_tar_gz_inf(value, workspace_preprocessing_path)
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 723, in get_mult_tar_gz_inf
|
|
||||||
para_dic.update(InitPara.get_meta_dic_VP(InitPara.get_meta_paths(file_dir, name), name))
|
|
||||||
File "D:\estar-proj\microproduct-l-sar\tool\algorithm\xml\AlgXmlHandle.py", line 654, in get_meta_paths
|
|
||||||
raise Exception('there is not .meta.xml in path: ', file_dir + '\\')
|
|
||||||
Exception: ('there is not .meta.xml in path: ', 'D:\\micro\\LWork\\SoilSalinityTrain\\Temporary\\preprocessing\\LT1B_MONO_MYC_STRIP4_005860_E130.9_N47.7_20230327_SLC_AHV_L1A_0000086966-ortho\\\\')
|
|
||||||
INFO:mylog:running use time: 0:00:50.157365
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue