修改地表覆盖类型、植被物候算法,新增后向散射系数到特征图中,修改植被高度配准模块,完善植被高度流程
parent
75e50fffe4
commit
5cb2f17d4f
|
@ -759,7 +759,7 @@ if __name__ == '__main__':
|
|||
start = datetime.datetime.now()
|
||||
try:
|
||||
if len(sys.argv) < 2:
|
||||
xml_path = 'Ortho.xml'
|
||||
xml_path = 'Ortho_L_SAR_V3.xml'
|
||||
else:
|
||||
xml_path = sys.argv[1]
|
||||
OrthoMain = OrthoMain(xml_path)
|
||||
|
|
|
@ -54,8 +54,8 @@
|
|||
<DataType>zip</DataType>
|
||||
<ParaSource>Man</ParaSource>
|
||||
<ParaValue>
|
||||
F:\240118\干涉对\def\LT1A_MONO_KSC_STRIP4_006353_E109.3_N19.0_20230328_SLC_AHV_L1A_0000087468.tar.gz;
|
||||
F:\240118\干涉对\def\LT1A_MONO_KRN_STRIP4_006593_E109.3_N19.0_20230413_SLC_AHV_L1A_0000097039.tar.gz
|
||||
D:\micro\microproduct_depdence\VegaHeight\sars\LT1A_MONO_KSC_STRIP4_006353_E109.3_N19.0_20230328_SLC_AHV_L1A_0000087468.tar.gz;
|
||||
D:\micro\microproduct_depdence\VegaHeight\sars\LT1A_MONO_KRN_STRIP4_006593_E109.3_N19.0_20230413_SLC_AHV_L1A_0000097039.tar.gz
|
||||
</ParaValue>
|
||||
<EnModification>True</EnModification>
|
||||
<EnMultipleChoice>False</EnMultipleChoice>
|
||||
|
@ -71,7 +71,7 @@
|
|||
<ParaType>value</ParaType>
|
||||
<DataType>string</DataType>
|
||||
<ParaSource>Man</ParaSource>
|
||||
<ParaValue>18.5;19.5;108.8;109.9</ParaValue>
|
||||
<ParaValue>18.9;19.1;109.2;109.29</ParaValue>
|
||||
<EnModification>True</EnModification>
|
||||
<EnMultipleChoice>True</EnMultipleChoice>
|
||||
<Control>UploadInput</Control>
|
||||
|
@ -86,7 +86,7 @@
|
|||
<ParaType>File</ParaType>
|
||||
<DataType>File</DataType>
|
||||
<ParaSource>Man</ParaSource>
|
||||
<ParaValue>F:\240118\干涉对\DEM</ParaValue>
|
||||
<ParaValue>D:\micro\microproduct_depdence\VegaHeight\DEM</ParaValue>
|
||||
<EnModification>True</EnModification>
|
||||
<EnMultipleChoice>False</EnMultipleChoice>
|
||||
<Control>File</Control>
|
||||
|
@ -118,7 +118,7 @@
|
|||
<ParaType>File</ParaType>
|
||||
<DataType>tar.gz</DataType>
|
||||
<ParaSource>Cal</ParaSource>
|
||||
<ParaValue>D:\micro\LWork\Dem\Output\LT1B_MONO_KSC_STRIP2_006708_E100.3_N28.2_20230523_SLC_HH_L1A_0000121886-DEM.tar.gz</ParaValue>
|
||||
<ParaValue>D:\micro\LWork\Dem\Output\LT1A_MONO_KSC_STRIP4_006353_E109.3_N19.0_20230328_SLC_AHV_L1A_0000087468-DEM.tar.gz</ParaValue>
|
||||
</Parameter>
|
||||
</Outputs>
|
||||
</AlgCompt>
|
||||
|
|
|
@ -460,8 +460,8 @@ class DemMain:
|
|||
logger.info('progress bar: 10%')
|
||||
|
||||
# os.chdir(isce_exe_dir)
|
||||
# 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 {} -u 'snaphu' --nofocus".format(out_slc_dir, isce_work_space, dem_path, main_img, 3, 3)
|
||||
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 {} -u 'snaphu' --nofocus".format(out_slc_dir, isce_work_space, dem_path, main_img, 3, 3)
|
||||
logger.info('stackStripMap_cmd:{}'.format(cmd))
|
||||
result = os.system(cmd)
|
||||
logger.info('cmd_result:{}'.format(result))
|
||||
|
@ -470,7 +470,7 @@ class DemMain:
|
|||
run_files = os.path.join(self.__workspace_isce_path, 'run_files')
|
||||
for file in list(glob.glob(os.path.join(run_files, '*.job'))):
|
||||
os.remove(file)
|
||||
run_steps = ["run_07_grid_baseline"]
|
||||
run_steps = ["run_08_grid_baseline"]
|
||||
self.isce_run_steps(run_steps, self.__workspace_isce_path)
|
||||
cmd = ['-e', isce_exe_dir, '-o', self.__workspace_isce_path]
|
||||
|
||||
|
|
|
@ -1003,3 +1003,85 @@ dtype = CFLOAT
|
|||
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
|
||||
|
|
|
@ -1,806 +0,0 @@
|
|||
[01/18/2024 08:52:13] [28844] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\dem-L-SAR ---from: DemMain.check_source (DemMain.py:Line71)
|
||||
[01/18/2024 08:52:13] [28844] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line319)
|
||||
[01/18/2024 08:52:13] [28844] [INFO]- create new workspace success! ---from: DemMain.__create_work_space (DemMain.py:Line237)
|
||||
[01/18/2024 08:52:20] [28844] [INFO]- check_source success! ---from: DemMain.check_source (DemMain.py:Line100)
|
||||
[01/18/2024 08:52:20] [28844] [INFO]- progress bar: 5% ---from: DemMain.check_source (DemMain.py:Line101)
|
||||
[01/18/2024 08:52:20] [28844] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/D/micro/LWork/Dem/Temporary/origin/DEM -o /cygdrive/D/micro\LWork\Dem\Temporary\preprocessed\dem ---from: DemMain.process_handle (DemMain.py:Line423)
|
||||
[01/18/2024 08:52:46] [28844] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line425)
|
||||
[01/18/2024 08:52:46] [28844] [INFO]- demhgt2wgs finish! ---from: DemMain.process_handle (DemMain.py:Line433)
|
||||
[01/18/2024 08:52:46] [28844] [INFO]- progress bar: 5% ---from: DemMain.process_handle (DemMain.py:Line434)
|
||||
[01/18/2024 08:52:46] [28844] [INFO]- prepSlcGF3_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ ---from: DemMain.process_handle (DemMain.py:Line452)
|
||||
[01/18/2024 08:53:24] [28844] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line454)
|
||||
[01/18/2024 08:54:19] [28844] [INFO]- unpackFrame_LT1AB:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ ---from: DemMain.process_handle (DemMain.py:Line458)
|
||||
[01/18/2024 08:54:19] [28844] [INFO]- slc to isce_data finish! ---from: DemMain.process_handle (DemMain.py:Line459)
|
||||
[01/18/2024 08:54:19] [28844] [INFO]- progress bar: 10% ---from: DemMain.process_handle (DemMain.py:Line460)
|
||||
[01/18/2024 08:54:19] [28844] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace -d /cygdrive/D/micro/LWork/Dem/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: DemMain.process_handle (DemMain.py:Line464)
|
||||
[01/18/2024 08:54:20] [28844] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line466)
|
||||
[01/18/2024 08:54:20] [28844] [INFO]- stackStripMap finish! ---from: DemMain.process_handle (DemMain.py:Line467)
|
||||
[01/18/2024 08:54:20] [28844] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\Dem\\Temporary\\processing\\isce_workspace'] ---from: DemMain.process_handle (DemMain.py:Line476)
|
||||
[01/18/2024 08:54:20] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 08:54:20] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 08:54:20] [28844] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 08:54:20] [28844] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 08:54:22] [28844] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230523 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 08:54:22] [28844] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 08:54:24] [28844] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 08:54:24] [28844] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 08:54:24] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 08:54:24] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 08:54:24] [28844] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 08:54:24] [28844] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_reference_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_reference_20230523 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_03_focus_split========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]- ==========running step:03========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_04_geo2rdr_coarseResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]- ==========running step:04========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 08:55:16] [28844] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 08:55:38] [28844] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 08:55:38] [28844] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 08:55:38] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 08:55:38] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_05_refineSecondaryTiming========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 08:55:38] [28844] [INFO]- ==========running step:05========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 08:55:38] [28844] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:04:45] [28844] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:04:45] [28844] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 09:04:45] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 09:04:45] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_06_invertMisreg========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 09:04:45] [28844] [INFO]- ==========running step:06========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 09:04:45] [28844] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:04:46] [28844] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:04:46] [28844] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 09:04:46] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 09:04:46] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_07_fineResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 09:04:46] [28844] [INFO]- ==========running step:07========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 09:04:46] [28844] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:04:46] [28844] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:04:46] [28844] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:04:50] [28844] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:04:50] [28844] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 09:04:50] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 09:04:50] [28844] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_08_denseOffset========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 09:04:50] [28844] [INFO]- ==========running step:08========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 09:04:50] [28844] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_denseOffset_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:05:23] [28844] [INFO]- state: 1 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_denseOffset_20230523_20230531 ==========
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
Using default ISCE Path: /ISCEApp/_internal/isce
|
||||
This is the Open Source version of ISCE.
|
||||
Some of the workflows depend on a separate licensed package.
|
||||
To obtain the licensed package, please make a request for ISCE
|
||||
through the website: https://download.jpl.nasa.gov/ops/request/index.cfm.
|
||||
Alternatively, if you are a member, or can become a member of WinSAR
|
||||
you may be able to obtain access to a version of the licensed sofware at
|
||||
https://winsar.unavco.org/software/isce
|
||||
Completed Parsing the Configuration file
|
||||
Running: denseOffsets
|
||||
['--reference', '/cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc', '--secondary', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc', '--outPrefix', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/dense_offsets/pairs/20230523_20230531/20230523_20230531']
|
||||
Pixels: 2409 2409
|
||||
Lines: 3518 3518
|
||||
Wins : 64 64
|
||||
Srch: 20 20
|
||||
Thread 0: 0 92 205 2125 256 384
|
||||
Thread 1: 93 185 205 2125 448 576
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 2: 186 278 205 2125 640 768
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 3: 279 371 205 2125 832 960
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 4: 372 464 205 2125 1024 1152
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 5: 465 557 205 2125 1216 1344
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 6: 558 650 205 2125 1408 1536
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 7: 651 743 205 2125 1600 1728
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 8: 744 836 205 2125 1792 1920
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 9: 837 929 205 2125 1984 2112
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 10: 930 1022 205 2125 2176 2304
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 11: 1023 1115 205 2125 2368 2496
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 12: 1116 1208 205 2125 2560 2688
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 13: 1209 1301 205 2125 2752 2880
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 14: 1302 1394 205 2125 2944 3072
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 15: 1395 1487 205 2125 3136 3264
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 256
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 448
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 832
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 640
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1024
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1216
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1408
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1600
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1792
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2368
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2560
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2176
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1984
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 3136
|
||||
XXX time for inner loop 2.82083488
|
||||
At line = 320
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2752
|
||||
XXX time for inner loop 2.76266503
|
||||
At line = 512
|
||||
XXX time for inner loop 2.75667381
|
||||
At line = 704
|
||||
XXX time for inner loop 2.83506489
|
||||
At line = 896
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2944
|
||||
XXX time for inner loop 2.79535198
|
||||
At line = 1088
|
||||
XXX time for inner loop 2.76624632
|
||||
At line = 1280
|
||||
XXX time for inner loop 2.75864077
|
||||
At line = 1472
|
||||
XXX time for inner loop 2.74923611
|
||||
At line = 1664
|
||||
XXX time for inner loop 2.76915741
|
||||
At line = 1856
|
||||
XXX time for inner loop 2.76996994
|
||||
At line = 2432
|
||||
XXX time for inner loop 2.74216986
|
||||
At line = 2624
|
||||
XXX time for inner loop 2.68029499
|
||||
At line = 3200
|
||||
XXX time for inner loop 3.20500374
|
||||
At line = 2240
|
||||
Bad match at level 1
|
||||
XXX time for inner loop 3.26031017
|
||||
At line = 2048
|
||||
XXX time for inner loop 2.68038845
|
||||
At line = 576
|
||||
XXX time for inner loop 2.79814339
|
||||
At line = 384
|
||||
XXX time for inner loop 2.68149710
|
||||
At line = 768
|
||||
XXX time for inner loop 2.75040817
|
||||
At line = 960
|
||||
XXX time for inner loop 3.22027826
|
||||
At line = 2816
|
||||
XXX time for inner loop 2.71858692
|
||||
At line = 1152
|
||||
XXX time for inner loop 2.68595600
|
||||
At line = 1536
|
||||
XXX time for inner loop 2.77968979
|
||||
At line = 1344
|
||||
XXX time for inner loop 2.71684074
|
||||
At line = 1728
|
||||
XXX time for inner loop 3.51454353
|
||||
At line = 3008
|
||||
e vector 2 error
|
||||
XXX time for inner loop 2.80391598
|
||||
At line = 1920
|
||||
XXX time for inner loop 2.75007439
|
||||
At line = 2496
|
||||
XXX time for inner loop 2.82542133
|
||||
At line = 2688
|
||||
XXX time for inner loop 2.76067448
|
||||
At line = 3264
|
||||
XXX time for inner loop 2.76253510
|
||||
Elapsed time. 12.3076668
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.89585400
|
||||
Elapsed time. 12.5694189
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.75653362
|
||||
Elapsed time. 12.4718895
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.76564884
|
||||
Elapsed time. 12.4428148
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 3.36359596
|
||||
At line = 2112
|
||||
XXX time for inner loop 2.75882339
|
||||
Elapsed time. 12.4156284
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 3.63218403
|
||||
At line = 2304
|
||||
XXX time for inner loop 2.76321888
|
||||
Elapsed time. 12.3044128
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.75883007
|
||||
Elapsed time. 12.5524769
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.75182533
|
||||
Elapsed time. 12.3945408
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 3.37048626
|
||||
At line = 2880
|
||||
XXX time for inner loop 2.87664795
|
||||
Elapsed time. 12.7094688
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 3.37429619
|
||||
At line = 3072
|
||||
XXX time for inner loop 3.30710983
|
||||
Elapsed time. 13.0661077
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 3.62503338
|
||||
Elapsed time. 13.2907505
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 3.56588650
|
||||
Elapsed time. 13.2063274
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 3.23497200
|
||||
Elapsed time. 14.8280830
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 3.42402744
|
||||
Elapsed time. 15.0216970
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 3.00304413
|
||||
Elapsed time. 14.4824352
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.37364960
|
||||
Elapsed time. 14.5295153
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Traceback (most recent call last):
|
||||
File "stripmapWrapper.py", line 163, in <module>
|
||||
File "stripmapWrapper.py", line 154, in main
|
||||
File "stripmapWrapper.py", line 52, in runCmd
|
||||
File "stripmapWrapper.py", line 108, in __import
|
||||
AttributeError: 'NoneType' object has no attribute 'loader'
|
||||
[694] Failed to execute script 'stripmapWrapper' due to unhandled exception!
|
||||
Top left corner of offset image: 307 256
|
||||
Running: MaskAndFilter
|
||||
['--dense_offset', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/dense_offsets/pairs/20230523_20230531/20230523_20230531.bil', '--snr', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/dense_offsets/pairs/20230523_20230531/20230523_20230531_snr.bil', '--output_directory', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/dense_offsets/pairs/20230523_20230531']
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
@ -1,797 +0,0 @@
|
|||
[01/18/2024 09:45:20] [30356] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\dem-L-SAR ---from: DemMain.check_source (DemMain.py:Line71)
|
||||
[01/18/2024 09:45:20] [30356] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line319)
|
||||
[01/18/2024 09:45:20] [30356] [INFO]- create new workspace success! ---from: DemMain.__create_work_space (DemMain.py:Line237)
|
||||
[01/18/2024 09:45:34] [30356] [INFO]- check_source success! ---from: DemMain.check_source (DemMain.py:Line100)
|
||||
[01/18/2024 09:45:34] [30356] [INFO]- progress bar: 5% ---from: DemMain.check_source (DemMain.py:Line101)
|
||||
[01/18/2024 09:45:34] [30356] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/D/micro/LWork/Dem/Temporary/origin/DEM -o /cygdrive/D/micro\LWork\Dem\Temporary\preprocessed\dem ---from: DemMain.process_handle (DemMain.py:Line423)
|
||||
[01/18/2024 09:46:01] [30356] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line425)
|
||||
[01/18/2024 09:46:01] [30356] [INFO]- demhgt2wgs finish! ---from: DemMain.process_handle (DemMain.py:Line433)
|
||||
[01/18/2024 09:46:01] [30356] [INFO]- progress bar: 5% ---from: DemMain.process_handle (DemMain.py:Line434)
|
||||
[01/18/2024 09:46:01] [30356] [INFO]- prepSlcGF3_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ ---from: DemMain.process_handle (DemMain.py:Line452)
|
||||
[01/18/2024 09:46:40] [30356] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line454)
|
||||
[01/18/2024 09:47:34] [30356] [INFO]- unpackFrame_LT1AB:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ ---from: DemMain.process_handle (DemMain.py:Line458)
|
||||
[01/18/2024 09:47:34] [30356] [INFO]- slc to isce_data finish! ---from: DemMain.process_handle (DemMain.py:Line459)
|
||||
[01/18/2024 09:47:34] [30356] [INFO]- progress bar: 10% ---from: DemMain.process_handle (DemMain.py:Line460)
|
||||
[01/18/2024 09:47:34] [30356] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace -d /cygdrive/D/micro/LWork/Dem/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: DemMain.process_handle (DemMain.py:Line464)
|
||||
[01/18/2024 09:47:35] [30356] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line466)
|
||||
[01/18/2024 09:47:35] [30356] [INFO]- stackStripMap finish! ---from: DemMain.process_handle (DemMain.py:Line467)
|
||||
[01/18/2024 09:47:35] [30356] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\Dem\\Temporary\\processing\\isce_workspace'] ---from: DemMain.process_handle (DemMain.py:Line476)
|
||||
[01/18/2024 09:47:35] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 09:47:35] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 09:47:35] [30356] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 09:47:35] [30356] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:47:37] [30356] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230523 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:47:37] [30356] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:47:39] [30356] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:47:39] [30356] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 09:47:39] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 09:47:39] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 09:47:39] [30356] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 09:47:39] [30356] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_reference_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:48:26] [30356] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_reference_20230523 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:48:26] [30356] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 09:48:26] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 09:48:26] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_03_focus_split========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 09:48:26] [30356] [INFO]- ==========running step:03========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 09:48:26] [30356] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:48:27] [30356] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:48:27] [30356] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 09:48:27] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 09:48:27] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_04_geo2rdr_coarseResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 09:48:27] [30356] [INFO]- ==========running step:04========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 09:48:27] [30356] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:48:44] [30356] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:48:44] [30356] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 09:48:44] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 09:48:44] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_05_refineSecondaryTiming========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 09:48:44] [30356] [INFO]- ==========running step:05========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 09:48:44] [30356] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_06_invertMisreg========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]- ==========running step:06========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_07_fineResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]- ==========running step:07========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 09:57:58] [30356] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:57:59] [30356] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:57:59] [30356] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:58:01] [30356] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 09:58:01] [30356] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 09:58:01] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 09:58:01] [30356] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_08_denseOffset========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 09:58:01] [30356] [INFO]- ==========running step:08========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 09:58:01] [30356] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_denseOffset_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 09:58:34] [30356] [INFO]- state: 35584 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_denseOffset_20230523_20230531 ==========
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
Using default ISCE Path: /ISCEApp/_internal/isce
|
||||
This is the Open Source version of ISCE.
|
||||
Some of the workflows depend on a separate licensed package.
|
||||
To obtain the licensed package, please make a request for ISCE
|
||||
through the website: https://download.jpl.nasa.gov/ops/request/index.cfm.
|
||||
Alternatively, if you are a member, or can become a member of WinSAR
|
||||
you may be able to obtain access to a version of the licensed sofware at
|
||||
https://winsar.unavco.org/software/isce
|
||||
Completed Parsing the Configuration file
|
||||
Running: denseOffsets
|
||||
['--reference', '/cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc', '--secondary', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc', '--outPrefix', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/dense_offsets/pairs/20230523_20230531/20230523_20230531']
|
||||
Pixels: 2409 2409
|
||||
Lines: 3518 3518
|
||||
Wins : 64 64
|
||||
Srch: 20 20
|
||||
Thread 0: 0 92 205 2125 256 384
|
||||
Thread 1: 93 185 205 2125 448 576
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 2: 186 278 205 2125 640 768
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 3: 279 371 205 2125 832 960
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 4: 372 464 205 2125 1024 1152
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 5: 465 557 205 2125 1216 1344
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 6: 558 650 205 2125 1408 1536
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 7: 651 743 205 2125 1600 1728
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 8: 744 836 205 2125 1792 1920
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 9: 837 929 205 2125 1984 2112
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 10: 930 1022 205 2125 2176 2304
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 11: 1023 1115 205 2125 2368 2496
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 12: 1116 1208 205 2125 2560 2688
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 13: 1209 1301 205 2125 2752 2880
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 14: 1302 1394 205 2125 2944 3072
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 15: 1395 1487 205 2125 3136 3264
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 256
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 448
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 640
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 832
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1024
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1216
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1408
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1600
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1792
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1984
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2176
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2368
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2560
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2752
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2944
|
||||
XXX time for inner loop 3.01488185
|
||||
At line = 320
|
||||
XXX time for inner loop 2.90125322
|
||||
At line = 512
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 3136
|
||||
XXX time for inner loop 2.84626579
|
||||
At line = 704
|
||||
XXX time for inner loop 2.87434697
|
||||
At line = 896
|
||||
XXX time for inner loop 2.99789310
|
||||
At line = 1088
|
||||
XXX time for inner loop 2.98526621
|
||||
At line = 1472
|
||||
XXX time for inner loop 3.24772835
|
||||
At line = 1280
|
||||
XXX time for inner loop 2.94076157
|
||||
At line = 1664
|
||||
XXX time for inner loop 3.09509420
|
||||
At line = 2048
|
||||
XXX time for inner loop 3.37613583
|
||||
At line = 1856
|
||||
XXX time for inner loop 2.76646090
|
||||
At line = 2624
|
||||
XXX time for inner loop 3.15027189
|
||||
At line = 2240
|
||||
XXX time for inner loop 3.39179802
|
||||
At line = 2432
|
||||
XXX time for inner loop 2.79243612
|
||||
At line = 3008
|
||||
XXX time for inner loop 2.90052700
|
||||
At line = 2816
|
||||
Bad match at level 1
|
||||
XXX time for inner loop 2.66213226
|
||||
At line = 576
|
||||
XXX time for inner loop 2.82762527
|
||||
At line = 384
|
||||
XXX time for inner loop 2.79633141
|
||||
At line = 768
|
||||
XXX time for inner loop 2.73153782
|
||||
At line = 960
|
||||
XXX time for inner loop 2.99024963
|
||||
At line = 3200
|
||||
XXX time for inner loop 2.76739788
|
||||
At line = 1152
|
||||
XXX time for inner loop 2.70398092
|
||||
At line = 1536
|
||||
XXX time for inner loop 2.72662592
|
||||
At line = 1728
|
||||
XXX time for inner loop 2.82119465
|
||||
At line = 1344
|
||||
XXX time for inner loop 2.71075535
|
||||
At line = 2112
|
||||
e vector 2 error
|
||||
XXX time for inner loop 2.78265524
|
||||
At line = 1920
|
||||
XXX time for inner loop 2.70559597
|
||||
At line = 2688
|
||||
XXX time for inner loop 2.77721691
|
||||
At line = 2304
|
||||
XXX time for inner loop 2.74956703
|
||||
At line = 3072
|
||||
XXX time for inner loop 2.75375509
|
||||
At line = 2880
|
||||
XXX time for inner loop 2.96979094
|
||||
At line = 2496
|
||||
XXX time for inner loop 2.80702972
|
||||
Elapsed time. 12.4012308
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.90982151
|
||||
Elapsed time. 12.7195349
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.84707642
|
||||
Elapsed time. 12.6293297
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.84897232
|
||||
Elapsed time. 12.5656967
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.72607613
|
||||
Elapsed time. 12.5363464
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 3.17621183
|
||||
At line = 3264
|
||||
XXX time for inner loop 2.62371349
|
||||
Elapsed time. 12.5528212
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.68886185
|
||||
Elapsed time. 12.5472507
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.48960400
|
||||
Elapsed time. 12.4200239
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.96821213
|
||||
Elapsed time. 13.1745129
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.31849003
|
||||
Elapsed time. 11.9699821
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.25634193
|
||||
Elapsed time. 12.3989773
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.61361408
|
||||
Elapsed time. 13.0299263
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.10888290
|
||||
Elapsed time. 12.1479530
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.19170189
|
||||
Elapsed time. 11.9501009
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 1.81138802
|
||||
Elapsed time. 12.7128019
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 1.54413319
|
||||
Elapsed time. 12.2229252
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
0 [main] stripmapWrapper 60 cygwin_exception::open_stackdumpfile: Dumping stack trace to stripmapWrapper.exe.stackdump
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
@ -1,797 +0,0 @@
|
|||
[01/18/2024 10:34:58] [36840] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\dem-L-SAR ---from: DemMain.check_source (DemMain.py:Line71)
|
||||
[01/18/2024 10:34:58] [36840] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line319)
|
||||
[01/18/2024 10:34:58] [36840] [INFO]- create new workspace success! ---from: DemMain.__create_work_space (DemMain.py:Line237)
|
||||
[01/18/2024 10:35:22] [36840] [INFO]- check_source success! ---from: DemMain.check_source (DemMain.py:Line100)
|
||||
[01/18/2024 10:35:22] [36840] [INFO]- progress bar: 5% ---from: DemMain.check_source (DemMain.py:Line101)
|
||||
[01/18/2024 10:35:22] [36840] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/D/micro/LWork/Dem/Temporary/origin/DEM -o /cygdrive/D/micro\LWork\Dem\Temporary\preprocessed\dem ---from: DemMain.process_handle (DemMain.py:Line423)
|
||||
[01/18/2024 10:35:48] [36840] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line425)
|
||||
[01/18/2024 10:35:48] [36840] [INFO]- demhgt2wgs finish! ---from: DemMain.process_handle (DemMain.py:Line433)
|
||||
[01/18/2024 10:35:48] [36840] [INFO]- progress bar: 5% ---from: DemMain.process_handle (DemMain.py:Line434)
|
||||
[01/18/2024 10:35:48] [36840] [INFO]- prepSlcGF3_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ ---from: DemMain.process_handle (DemMain.py:Line452)
|
||||
[01/18/2024 10:36:26] [36840] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line454)
|
||||
[01/18/2024 10:37:09] [36840] [INFO]- unpackFrame_LT1AB:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ ---from: DemMain.process_handle (DemMain.py:Line458)
|
||||
[01/18/2024 10:37:09] [36840] [INFO]- slc to isce_data finish! ---from: DemMain.process_handle (DemMain.py:Line459)
|
||||
[01/18/2024 10:37:09] [36840] [INFO]- progress bar: 10% ---from: DemMain.process_handle (DemMain.py:Line460)
|
||||
[01/18/2024 10:37:09] [36840] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace -d /cygdrive/D/micro/LWork/Dem/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: DemMain.process_handle (DemMain.py:Line464)
|
||||
[01/18/2024 10:37:09] [36840] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line466)
|
||||
[01/18/2024 10:37:09] [36840] [INFO]- stackStripMap finish! ---from: DemMain.process_handle (DemMain.py:Line467)
|
||||
[01/18/2024 10:37:09] [36840] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\Dem\\Temporary\\processing\\isce_workspace'] ---from: DemMain.process_handle (DemMain.py:Line476)
|
||||
[01/18/2024 10:37:09] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 10:37:09] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 10:37:09] [36840] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 10:37:09] [36840] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 10:37:11] [36840] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230523 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 10:37:11] [36840] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 10:37:13] [36840] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 10:37:13] [36840] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 10:37:13] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 10:37:13] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 10:37:13] [36840] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 10:37:13] [36840] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_reference_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 10:37:59] [36840] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_reference_20230523 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 10:37:59] [36840] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 10:37:59] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 10:37:59] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_03_focus_split========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 10:37:59] [36840] [INFO]- ==========running step:03========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 10:37:59] [36840] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 10:38:00] [36840] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 10:38:00] [36840] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 10:38:00] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 10:38:00] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_04_geo2rdr_coarseResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 10:38:00] [36840] [INFO]- ==========running step:04========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 10:38:00] [36840] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 10:38:16] [36840] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 10:38:16] [36840] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 10:38:16] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 10:38:16] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_05_refineSecondaryTiming========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 10:38:16] [36840] [INFO]- ==========running step:05========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 10:38:16] [36840] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_06_invertMisreg========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]- ==========running step:06========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_07_fineResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]- ==========running step:07========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 10:47:22] [36840] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 10:47:23] [36840] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 10:47:23] [36840] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 10:47:25] [36840] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 10:47:25] [36840] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 10:47:25] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 10:47:25] [36840] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_08_denseOffset========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 10:47:25] [36840] [INFO]- ==========running step:08========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 10:47:25] [36840] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_denseOffset_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 10:47:57] [36840] [INFO]- state: 35584 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_denseOffset_20230523_20230531 ==========
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
Using default ISCE Path: /ISCEApp/_internal/isce
|
||||
This is the Open Source version of ISCE.
|
||||
Some of the workflows depend on a separate licensed package.
|
||||
To obtain the licensed package, please make a request for ISCE
|
||||
through the website: https://download.jpl.nasa.gov/ops/request/index.cfm.
|
||||
Alternatively, if you are a member, or can become a member of WinSAR
|
||||
you may be able to obtain access to a version of the licensed sofware at
|
||||
https://winsar.unavco.org/software/isce
|
||||
Completed Parsing the Configuration file
|
||||
Running: denseOffsets
|
||||
['--reference', '/cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc', '--secondary', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc', '--outPrefix', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/dense_offsets/pairs/20230523_20230531/20230523_20230531']
|
||||
Pixels: 2409 2409
|
||||
Lines: 3518 3518
|
||||
Wins : 64 64
|
||||
Srch: 20 20
|
||||
Thread 0: 0 92 205 2125 256 384
|
||||
Thread 1: 93 185 205 2125 448 576
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 2: 186 278 205 2125 640 768
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 3: 279 371 205 2125 832 960
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 4: 372 464 205 2125 1024 1152
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 5: 465 557 205 2125 1216 1344
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 6: 558 650 205 2125 1408 1536
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 7: 651 743 205 2125 1600 1728
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 8: 744 836 205 2125 1792 1920
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 9: 837 929 205 2125 1984 2112
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 10: 930 1022 205 2125 2176 2304
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 11: 1023 1115 205 2125 2368 2496
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 12: 1116 1208 205 2125 2560 2688
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 13: 1209 1301 205 2125 2752 2880
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 14: 1302 1394 205 2125 2944 3072
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 15: 1395 1487 205 2125 3136 3264
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 256
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 640
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 448
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 832
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1024
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1216
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1408
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1600
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1792
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1984
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2176
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2368
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2560
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2752
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2944
|
||||
XXX time for inner loop 2.94045591
|
||||
At line = 320
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 3136
|
||||
XXX time for inner loop 2.88527298
|
||||
At line = 512
|
||||
XXX time for inner loop 2.99546695
|
||||
At line = 704
|
||||
XXX time for inner loop 2.89343834
|
||||
At line = 1088
|
||||
XXX time for inner loop 3.00157404
|
||||
At line = 896
|
||||
XXX time for inner loop 3.00159502
|
||||
At line = 1280
|
||||
XXX time for inner loop 3.00124741
|
||||
At line = 1472
|
||||
XXX time for inner loop 2.81677532
|
||||
At line = 1664
|
||||
XXX time for inner loop 2.81984186
|
||||
At line = 1856
|
||||
XXX time for inner loop 2.75852728
|
||||
At line = 2048
|
||||
XXX time for inner loop 2.92174387
|
||||
At line = 2240
|
||||
XXX time for inner loop 2.75392342
|
||||
At line = 2432
|
||||
XXX time for inner loop 2.71528387
|
||||
At line = 2816
|
||||
XXX time for inner loop 2.84953260
|
||||
At line = 2624
|
||||
XXX time for inner loop 2.75281000
|
||||
At line = 3008
|
||||
Bad match at level 1
|
||||
XXX time for inner loop 2.78639030
|
||||
At line = 384
|
||||
XXX time for inner loop 2.69458914
|
||||
At line = 576
|
||||
XXX time for inner loop 2.82818079
|
||||
At line = 3200
|
||||
XXX time for inner loop 2.76447058
|
||||
At line = 768
|
||||
XXX time for inner loop 2.74005699
|
||||
At line = 1152
|
||||
XXX time for inner loop 2.84946728
|
||||
At line = 960
|
||||
XXX time for inner loop 2.84424305
|
||||
At line = 1344
|
||||
XXX time for inner loop 2.69609356
|
||||
At line = 1536
|
||||
XXX time for inner loop 2.70485783
|
||||
At line = 1728
|
||||
e vector 2 error
|
||||
XXX time for inner loop 2.74851513
|
||||
At line = 1920
|
||||
XXX time for inner loop 2.69290352
|
||||
At line = 2112
|
||||
XXX time for inner loop 2.73320770
|
||||
At line = 2304
|
||||
XXX time for inner loop 2.72066593
|
||||
At line = 2496
|
||||
XXX time for inner loop 2.69815540
|
||||
At line = 2880
|
||||
XXX time for inner loop 2.83667278
|
||||
At line = 2688
|
||||
XXX time for inner loop 2.71095896
|
||||
At line = 3072
|
||||
XXX time for inner loop 2.74531174
|
||||
Elapsed time. 12.5897064
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.70617390
|
||||
Elapsed time. 12.5726862
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.84153080
|
||||
At line = 3264
|
||||
XXX time for inner loop 2.89287758
|
||||
Elapsed time. 12.7495441
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.74910927
|
||||
Elapsed time. 12.5081663
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.77086258
|
||||
Elapsed time. 12.8211279
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.67445087
|
||||
Elapsed time. 12.6995401
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.66758919
|
||||
Elapsed time. 12.5320892
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.57397556
|
||||
Elapsed time. 12.3834190
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.62171459
|
||||
Elapsed time. 12.4315910
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.47183609
|
||||
Elapsed time. 12.3053741
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.29462719
|
||||
Elapsed time. 12.3270578
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.18749046
|
||||
Elapsed time. 12.1157894
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.11030483
|
||||
Elapsed time. 11.8961926
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 1.91986656
|
||||
Elapsed time. 12.1720972
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 1.99004936
|
||||
Elapsed time. 11.8048229
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 1.65607452
|
||||
Elapsed time. 11.7221918
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
0 [main] stripmapWrapper 515 cygwin_exception::open_stackdumpfile: Dumping stack trace to stripmapWrapper.exe.stackdump
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
@ -1,798 +0,0 @@
|
|||
[01/18/2024 11:27:26] [38752] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\dem-L-SAR ---from: DemMain.check_source (DemMain.py:Line71)
|
||||
[01/18/2024 11:27:26] [38752] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line319)
|
||||
[01/18/2024 11:27:26] [38752] [WARNING]- mem_free 3.0GB less than4GB ---from: AlgXmlHandle.check_run_env (AlgXmlHandle.py:Line349)
|
||||
[01/18/2024 11:27:26] [38752] [INFO]- create new workspace success! ---from: DemMain.__create_work_space (DemMain.py:Line237)
|
||||
[01/18/2024 11:27:30] [38752] [INFO]- check_source success! ---from: DemMain.check_source (DemMain.py:Line100)
|
||||
[01/18/2024 11:27:30] [38752] [INFO]- progress bar: 5% ---from: DemMain.check_source (DemMain.py:Line101)
|
||||
[01/18/2024 11:27:30] [38752] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/D/micro/LWork/Dem/Temporary/origin/DEM -o /cygdrive/D/micro\LWork\Dem\Temporary\preprocessed\dem ---from: DemMain.process_handle (DemMain.py:Line423)
|
||||
[01/18/2024 11:28:00] [38752] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line425)
|
||||
[01/18/2024 11:28:00] [38752] [INFO]- demhgt2wgs finish! ---from: DemMain.process_handle (DemMain.py:Line433)
|
||||
[01/18/2024 11:28:00] [38752] [INFO]- progress bar: 5% ---from: DemMain.process_handle (DemMain.py:Line434)
|
||||
[01/18/2024 11:28:00] [38752] [INFO]- prepSlcGF3_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ ---from: DemMain.process_handle (DemMain.py:Line452)
|
||||
[01/18/2024 11:28:44] [38752] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line454)
|
||||
[01/18/2024 11:29:52] [38752] [INFO]- unpackFrame_LT1AB:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ ---from: DemMain.process_handle (DemMain.py:Line458)
|
||||
[01/18/2024 11:29:52] [38752] [INFO]- slc to isce_data finish! ---from: DemMain.process_handle (DemMain.py:Line459)
|
||||
[01/18/2024 11:29:52] [38752] [INFO]- progress bar: 10% ---from: DemMain.process_handle (DemMain.py:Line460)
|
||||
[01/18/2024 11:29:52] [38752] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace -d /cygdrive/D/micro/LWork/Dem/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: DemMain.process_handle (DemMain.py:Line464)
|
||||
[01/18/2024 11:29:52] [38752] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line466)
|
||||
[01/18/2024 11:29:52] [38752] [INFO]- stackStripMap finish! ---from: DemMain.process_handle (DemMain.py:Line467)
|
||||
[01/18/2024 11:29:52] [38752] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\Dem\\Temporary\\processing\\isce_workspace'] ---from: DemMain.process_handle (DemMain.py:Line476)
|
||||
[01/18/2024 11:29:52] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 11:29:52] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 11:29:52] [38752] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 11:29:52] [38752] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 11:29:55] [38752] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230523 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 11:29:55] [38752] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 11:29:57] [38752] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 11:29:57] [38752] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 11:29:57] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 11:29:57] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 11:29:57] [38752] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 11:29:57] [38752] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_reference_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 11:30:50] [38752] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_reference_20230523 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 11:30:50] [38752] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 11:30:50] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 11:30:50] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_03_focus_split========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 11:30:50] [38752] [INFO]- ==========running step:03========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 11:30:50] [38752] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 11:30:51] [38752] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 11:30:51] [38752] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 11:30:51] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 11:30:51] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_04_geo2rdr_coarseResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 11:30:51] [38752] [INFO]- ==========running step:04========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 11:30:51] [38752] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 11:31:16] [38752] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 11:31:16] [38752] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 11:31:16] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 11:31:16] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_05_refineSecondaryTiming========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 11:31:16] [38752] [INFO]- ==========running step:05========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 11:31:16] [38752] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_06_invertMisreg========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]- ==========running step:06========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_07_fineResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]- ==========running step:07========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 11:40:36] [38752] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 11:40:37] [38752] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 11:40:37] [38752] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 11:40:40] [38752] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 11:40:40] [38752] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 11:40:40] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 11:40:40] [38752] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_08_denseOffset========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 11:40:40] [38752] [INFO]- ==========running step:08========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 11:40:40] [38752] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_denseOffset_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 11:41:11] [38752] [INFO]- state: 35584 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_denseOffset_20230523_20230531 ==========
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
Using default ISCE Path: /ISCEApp/_internal/isce
|
||||
This is the Open Source version of ISCE.
|
||||
Some of the workflows depend on a separate licensed package.
|
||||
To obtain the licensed package, please make a request for ISCE
|
||||
through the website: https://download.jpl.nasa.gov/ops/request/index.cfm.
|
||||
Alternatively, if you are a member, or can become a member of WinSAR
|
||||
you may be able to obtain access to a version of the licensed sofware at
|
||||
https://winsar.unavco.org/software/isce
|
||||
Completed Parsing the Configuration file
|
||||
Running: denseOffsets
|
||||
['--reference', '/cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc', '--secondary', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc', '--outPrefix', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/dense_offsets/pairs/20230523_20230531/20230523_20230531']
|
||||
Pixels: 2409 2409
|
||||
Lines: 3518 3518
|
||||
Wins : 64 64
|
||||
Srch: 20 20
|
||||
Thread 0: 0 92 205 2125 256 384
|
||||
Thread 1: 93 185 205 2125 448 576
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 2: 186 278 205 2125 640 768
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 3: 279 371 205 2125 832 960
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 4: 372 464 205 2125 1024 1152
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 5: 465 557 205 2125 1216 1344
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 6: 558 650 205 2125 1408 1536
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 7: 651 743 205 2125 1600 1728
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 8: 744 836 205 2125 1792 1920
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 9: 837 929 205 2125 1984 2112
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 10: 930 1022 205 2125 2176 2304
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 11: 1023 1115 205 2125 2368 2496
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 12: 1116 1208 205 2125 2560 2688
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 13: 1209 1301 205 2125 2752 2880
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 14: 1302 1394 205 2125 2944 3072
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
Thread 15: 1395 1487 205 2125 3136 3264
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 256
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 448
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 640
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 832
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1024
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1216
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1408
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1600
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1792
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1984
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2176
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2368
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2560
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2752
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2944
|
||||
XXX time for inner loop 2.78916979
|
||||
At line = 320
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 3136
|
||||
XXX time for inner loop 2.81315970
|
||||
At line = 512
|
||||
XXX time for inner loop 2.77412868
|
||||
At line = 704
|
||||
XXX time for inner loop 2.68022966
|
||||
At line = 896
|
||||
XXX time for inner loop 2.75656176
|
||||
At line = 1088
|
||||
XXX time for inner loop 2.75579834
|
||||
At line = 1280
|
||||
XXX time for inner loop 2.76219082
|
||||
At line = 1472
|
||||
XXX time for inner loop 2.69447494
|
||||
At line = 1664
|
||||
XXX time for inner loop 2.77415395
|
||||
At line = 1856
|
||||
XXX time for inner loop 2.78555918
|
||||
At line = 2048
|
||||
XXX time for inner loop 2.72481060
|
||||
At line = 2240
|
||||
XXX time for inner loop 2.69811296
|
||||
At line = 2432
|
||||
XXX time for inner loop 2.67192602
|
||||
At line = 2624
|
||||
XXX time for inner loop 2.69027996
|
||||
At line = 2816
|
||||
XXX time for inner loop 2.66880894
|
||||
At line = 3008
|
||||
Bad match at level 1
|
||||
XXX time for inner loop 2.71402359
|
||||
At line = 384
|
||||
XXX time for inner loop 2.73555803
|
||||
At line = 3200
|
||||
XXX time for inner loop 2.66908216
|
||||
At line = 576
|
||||
XXX time for inner loop 2.66466665
|
||||
At line = 960
|
||||
XXX time for inner loop 2.71246147
|
||||
At line = 768
|
||||
XXX time for inner loop 2.72765923
|
||||
At line = 1152
|
||||
XXX time for inner loop 2.68031263
|
||||
At line = 1344
|
||||
XXX time for inner loop 2.68255234
|
||||
At line = 1536
|
||||
XXX time for inner loop 2.67514563
|
||||
At line = 1728
|
||||
e vector 2 error
|
||||
XXX time for inner loop 2.69807816
|
||||
At line = 1920
|
||||
XXX time for inner loop 2.68141460
|
||||
At line = 2112
|
||||
XXX time for inner loop 2.69313145
|
||||
At line = 2304
|
||||
XXX time for inner loop 2.76308346
|
||||
At line = 2496
|
||||
XXX time for inner loop 2.68400669
|
||||
At line = 2688
|
||||
XXX time for inner loop 2.70936537
|
||||
At line = 2880
|
||||
XXX time for inner loop 2.71509600
|
||||
At line = 3072
|
||||
XXX time for inner loop 2.74450397
|
||||
Elapsed time. 12.2358742
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.71735287
|
||||
Elapsed time. 12.0738697
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.98247719
|
||||
Elapsed time. 12.5237970
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.93937349
|
||||
At line = 3264
|
||||
XXX time for inner loop 2.76451111
|
||||
Elapsed time. 12.2844381
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.68409348
|
||||
Elapsed time. 12.1810493
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.82938004
|
||||
Elapsed time. 12.4280090
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.63905716
|
||||
Elapsed time. 12.2223167
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.57944775
|
||||
Elapsed time. 12.0487633
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.51183224
|
||||
Elapsed time. 12.0480976
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.43942165
|
||||
Elapsed time. 12.0604305
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.43620491
|
||||
Elapsed time. 11.9649391
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.24213314
|
||||
Elapsed time. 11.6803341
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.29864311
|
||||
Elapsed time. 11.9814816
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.14300442
|
||||
Elapsed time. 11.6915331
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 2.02321529
|
||||
Elapsed time. 11.5002708
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
XXX time for inner loop 1.62264061
|
||||
Elapsed time. 11.4173212
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Scale Factor in Range: 1.0
|
||||
Scale Factor in Azimuth: 1.0
|
||||
Skip Sample Down: 64
|
||||
Skip Sample Across: 64
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
0 [main] stripmapWrapper 1457 cygwin_exception::open_stackdumpfile: Dumping stack trace to stripmapWrapper.exe.stackdump
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
@ -1,713 +0,0 @@
|
|||
[01/18/2024 14:48:30] [19036] [INFO]- sysdir: D:\estar-proj\microproduct-l-sar\dem-L-SAR ---from: DemMain.check_source (DemMain.py:Line71)
|
||||
[01/18/2024 14:48:30] [19036] [INFO]- init algXML succeed ---from: AlgXmlHandle.check_alg_xml (AlgXmlHandle.py:Line319)
|
||||
[01/18/2024 14:48:30] [19036] [INFO]- create new workspace success! ---from: DemMain.__create_work_space (DemMain.py:Line237)
|
||||
[01/18/2024 14:48:33] [19036] [INFO]- check_source success! ---from: DemMain.check_source (DemMain.py:Line100)
|
||||
[01/18/2024 14:48:33] [19036] [INFO]- progress bar: 5% ---from: DemMain.check_source (DemMain.py:Line101)
|
||||
[01/18/2024 14:48:33] [19036] [INFO]- demhgt2wgs_cmd:DEM2ISCE.exe -s /cygdrive/D/micro/LWork/Dem/Temporary/origin/DEM -o /cygdrive/D/micro\LWork\Dem\Temporary\preprocessed\dem ---from: DemMain.process_handle (DemMain.py:Line423)
|
||||
[01/18/2024 14:49:08] [19036] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line425)
|
||||
[01/18/2024 14:49:08] [19036] [INFO]- demhgt2wgs finish! ---from: DemMain.process_handle (DemMain.py:Line433)
|
||||
[01/18/2024 14:49:08] [19036] [INFO]- progress bar: 5% ---from: DemMain.process_handle (DemMain.py:Line434)
|
||||
[01/18/2024 14:49:08] [19036] [INFO]- prepSlcGF3_cmd:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ ---from: DemMain.process_handle (DemMain.py:Line452)
|
||||
[01/18/2024 14:50:00] [19036] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line454)
|
||||
[01/18/2024 14:50:55] [19036] [INFO]- unpackFrame_LT1AB:prepSlcLT1AB.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/origin/SARS/ -o /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ ---from: DemMain.process_handle (DemMain.py:Line458)
|
||||
[01/18/2024 14:50:55] [19036] [INFO]- slc to isce_data finish! ---from: DemMain.process_handle (DemMain.py:Line459)
|
||||
[01/18/2024 14:50:55] [19036] [INFO]- progress bar: 10% ---from: DemMain.process_handle (DemMain.py:Line460)
|
||||
[01/18/2024 14:50:55] [19036] [INFO]- stackStripMap_cmd:stackStripMap.exe -s /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/ -w /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace -d /cygdrive/D/micro/LWork/Dem/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: DemMain.process_handle (DemMain.py:Line464)
|
||||
[01/18/2024 14:50:56] [19036] [INFO]- cmd_result:0 ---from: DemMain.process_handle (DemMain.py:Line466)
|
||||
[01/18/2024 14:50:56] [19036] [INFO]- stackStripMap finish! ---from: DemMain.process_handle (DemMain.py:Line467)
|
||||
[01/18/2024 14:50:56] [19036] [INFO]- autorun_cmd:['-e', 'D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp', '-o', 'D:\\micro\\LWork\\Dem\\Temporary\\processing\\isce_workspace'] ---from: DemMain.process_handle (DemMain.py:Line476)
|
||||
[01/18/2024 14:50:56] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 14:50:56] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_01_crop========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 14:50:56] [19036] [INFO]- ==========running step:01========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 14:50:56] [19036] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 14:50:59] [19036] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230523 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 14:50:59] [19036] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 14:51:02] [19036] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_crop_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 14:51:02] [19036] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 14:51:02] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 14:51:02] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_02_reference========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 14:51:02] [19036] [INFO]- ==========running step:02========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 14:51:02] [19036] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_reference_20230523 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 14:52:34] [19036] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_reference_20230523 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 14:52:34] [19036] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 14:52:34] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 14:52:34] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_03_focus_split========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 14:52:34] [19036] [INFO]- ==========running step:03========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 14:52:34] [19036] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 14:52:35] [19036] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_focus_split_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 14:52:35] [19036] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 14:52:35] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 14:52:35] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_04_geo2rdr_coarseResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 14:52:35] [19036] [INFO]- ==========running step:04========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 14:52:35] [19036] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 14:52:52] [19036] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_geo2rdr_coarseResamp_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 14:52:52] [19036] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 14:52:52] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 14:52:52] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_05_refineSecondaryTiming========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 14:52:52] [19036] [INFO]- ==========running step:05========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 14:52:52] [19036] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_refineSecondaryTiming_20230523_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_06_invertMisreg========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]- ==========running step:06========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\invertMisreg.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/pairs/ -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/refineSecondaryTiming/dates/ ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_07_fineResamp========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]- ==========running step:07========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 15:05:02] [19036] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 15:05:03] [19036] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\referenceStackCopy.exe -i /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc -o /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230523/20230523.slc ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 15:05:03] [19036] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 15:05:08] [19036] [INFO]- state: 0 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_fineResamp_20230531 ==========
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
||||
[01/18/2024 15:05:08] [19036] [INFO]-
|
||||
====================================exceted=========================
|
||||
---from: autorun.auto_run_main (autorun.py:Line277)
|
||||
[01/18/2024 15:05:08] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=Excetding data================= ---from: autorun.auto_run_main (autorun.py:Line242)
|
||||
[01/18/2024 15:05:08] [19036] [INFO]- D:\micro\LWork\Dem\Temporary\processing\isce_workspace\log.txt=command text:run_08_denseOffset========= ---from: autorun.auto_run_main (autorun.py:Line253)
|
||||
[01/18/2024 15:05:08] [19036] [INFO]- ==========running step:08========== ---from: autorun.auto_run_main (autorun.py:Line262)
|
||||
[01/18/2024 15:05:08] [19036] [INFO]- waitline cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_denseOffset_20230523_20230531 ---from: autorun.excteCMD (autorun.py:Line18)
|
||||
[01/18/2024 15:05:58] [19036] [INFO]- state: 35584 cmdline: D:/estar-proj/microproduct-l-sar/dem-L-SAR/ISCEApp\stripmapWrapper.exe -c /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/configs/config_denseOffset_20230523_20230531 ==========
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
Using default ISCE Path: /ISCEApp/_internal/isce
|
||||
This is the Open Source version of ISCE.
|
||||
Some of the workflows depend on a separate licensed package.
|
||||
To obtain the licensed package, please make a request for ISCE
|
||||
through the website: https://download.jpl.nasa.gov/ops/request/index.cfm.
|
||||
Alternatively, if you are a member, or can become a member of WinSAR
|
||||
you may be able to obtain access to a version of the licensed sofware at
|
||||
https://winsar.unavco.org/software/isce
|
||||
Completed Parsing the Configuration file
|
||||
Running: denseOffsets
|
||||
['--reference', '/cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc', '--secondary', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc', '--outPrefix', '/cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/dense_offsets/pairs/20230523_20230531/20230523_20230531']
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 256
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 640
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 448
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1216
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
XXX time for inner loop 2.35022688
|
||||
At line = 320
|
||||
XXX time for inner loop 2.19127417
|
||||
At line = 704
|
||||
XXX time for inner loop 2.16677189
|
||||
At line = 512
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
XXX time for inner loop 2.07642436
|
||||
At line = 1280
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1984
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1024
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API open (R): /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
Input Bands: 1 1
|
||||
XXX start timer
|
||||
wisdomFile, length = 0
|
||||
XXX time for inner loop 2.47563696
|
||||
At line = 384
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 832
|
||||
XXX time for inner loop 3.03137875
|
||||
At line = 768
|
||||
Bad match at level 1
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1600
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1408
|
||||
XXX time for inner loop 3.25343275
|
||||
At line = 576
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2176
|
||||
XXX time for inner loop 3.18906641
|
||||
At line = 1344
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 1792
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2368
|
||||
XXX time for inner loop 3.43672562
|
||||
At line = 2048
|
||||
XXX time for inner loop 3.77373695
|
||||
At line = 1088
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2560
|
||||
XXX time for inner loop 3.90922260
|
||||
Elapsed time. 12.4676332
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2752
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 2944
|
||||
XXX time for inner loop 3.74130058
|
||||
At line = 896
|
||||
XXX time for inner loop 3.34104443
|
||||
Elapsed time. 13.2386599
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 3.54952335
|
||||
At line = 1472
|
||||
XXX time for inner loop 4.20809746
|
||||
Elapsed time. 13.2750149
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 3.84076118
|
||||
At line = 1664
|
||||
XXX time for inner loop 3.40993786
|
||||
At line = 2240
|
||||
WARNING - number of samples availabe for estating gross offset is NOT power of 2: 40
|
||||
the value is computed as 2*i_srchy/winsize_filt
|
||||
better to make it power of 2 for FFT
|
||||
current i_srchy (azimuth search window size): 20
|
||||
current winsize_filt (azimuth filtering window size): 1
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 sample pixels
|
||||
Number of Search Pixels is 20 sample pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 sample pixels
|
||||
|
||||
|
||||
CAUTION - Requesting very large search window pull in
|
||||
Reference Window Size is 64 line pixels
|
||||
Number of Search Pixels is 20 line pixels
|
||||
The rule of thumb is that the search window pull in is at least 5
|
||||
pixels and is less than the reference window size divided by 5.
|
||||
Suggested Number of Search Pixels is 11 line pixels
|
||||
|
||||
|
||||
Requested resolving shifts to 1/ 64 of a pixel
|
||||
|
||||
At line = 3136
|
||||
XXX time for inner loop 3.42594910
|
||||
At line = 1856
|
||||
XXX time for inner loop 3.62306881
|
||||
Elapsed time. 12.9464493
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 3.34454155
|
||||
At line = 2112
|
||||
XXX time for inner loop 3.23402119
|
||||
At line = 1152
|
||||
XXX time for inner loop 3.79649305
|
||||
At line = 2432
|
||||
XXX time for inner loop 2.96062899
|
||||
At line = 2624
|
||||
XXX time for inner loop 3.11275578
|
||||
At line = 2816
|
||||
XXX time for inner loop 3.00239754
|
||||
At line = 960
|
||||
XXX time for inner loop 3.16302681
|
||||
At line = 3008
|
||||
XXX time for inner loop 3.07729530
|
||||
At line = 1536
|
||||
XXX time for inner loop 2.50460148
|
||||
Elapsed time. 14.1475105
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
e vector 2 error
|
||||
XXX time for inner loop 2.96023941
|
||||
At line = 1920
|
||||
XXX time for inner loop 2.31148243
|
||||
At line = 2688
|
||||
XXX time for inner loop 3.81033897
|
||||
At line = 1728
|
||||
XXX time for inner loop 3.68999863
|
||||
At line = 2304
|
||||
XXX time for inner loop 3.83813572
|
||||
At line = 3200
|
||||
XXX time for inner loop 3.01580811
|
||||
At line = 2496
|
||||
XXX time for inner loop 2.38025570
|
||||
At line = 2880
|
||||
XXX time for inner loop 1.98340034
|
||||
Elapsed time. 17.6048050
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 3.84826565
|
||||
Elapsed time. 17.7252331
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 2.58670712
|
||||
At line = 3072
|
||||
XXX time for inner loop 2.45801067
|
||||
Elapsed time. 17.6222992
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 2.26991081
|
||||
Elapsed time. 14.8629484
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 2.25112343
|
||||
Elapsed time. 15.9587870
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 2.09853363
|
||||
Elapsed time. 14.5738640
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 2.73399544
|
||||
Elapsed time. 18.5031261
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 3.31297874
|
||||
Elapsed time. 18.3017693
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 1.86898708
|
||||
Elapsed time. 14.1183901
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 3.11702061
|
||||
Elapsed time. 17.5035534
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
XXX time for inner loop 2.98375225
|
||||
At line = 3264
|
||||
XXX time for inner loop 1.70207977
|
||||
Elapsed time. 14.9417877
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc_crop/20230523/20230523.slc
|
||||
API close: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/merged/SLC/20230531/20230531.slc
|
||||
0 [main] stripmapWrapper 775 cygwin_exception::open_stackdumpfile: Dumping stack trace to stripmapWrapper.exe.stackdump
|
||||
|
||||
**************************************** ---from: autorun.excteCMD (autorun.py:Line24)
|
|
@ -498,6 +498,20 @@ class LandCoverMain:
|
|||
out_path = os.path.join(dir, name)
|
||||
self.calInterpolation_bil_Wgs84_rc_sar_sigma(self.__processing_paras['paraMeter'],
|
||||
self.__preprocessed_paras['sim_ori'], file, out_path)
|
||||
|
||||
calOutDir = os.path.join(self.__workspace_processing_path, 'cal\\') # 添加四极化后向散射系数到特征图中
|
||||
if not os.path.exists(calOutDir):
|
||||
os.makedirs(calOutDir)
|
||||
para_names_l1a = ["HH", "VV", "HV", "VH"]
|
||||
for key in para_names_l1a:
|
||||
name = key + '_geo.tif'
|
||||
out_path = os.path.join(dir, name)
|
||||
calOut_path = os.path.join(calOutDir, key + '_cal.tif')
|
||||
AHVToPolsarpro.sar_backscattering_sigma(self.__preprocessed_paras[key],
|
||||
self.__processing_paras['Origin_META'], calOut_path)
|
||||
self.calInterpolation_bil_Wgs84_rc_sar_sigma(self.__processing_paras['paraMeter'],
|
||||
self.__preprocessed_paras['sim_ori'],
|
||||
calOut_path, out_path)
|
||||
return dir
|
||||
|
||||
def process_handle(self, start):
|
||||
|
|
|
@ -323,9 +323,9 @@ class MoistureMain:
|
|||
# pl.append(pool.apply_async(alg.cal_soil_moisture, (soil_moisture_path, hh_bare_soil_bsc_path, vv_bare_soil_bsc_path,
|
||||
# angle_list[i], mask_list[i], lamda, radar_center_frequency, self.__processing_paras['T'],
|
||||
# self.__processing_paras['Pb'], self.__processing_paras['vsand'], self.__processing_paras['vclay'],i))) # dobsen
|
||||
pl.append(pool.apply_async(alg.cal_soil_moisture, (soil_moisture_path, hh_bare_soil_bsc_path, vv_bare_soil_bsc_path,
|
||||
angle_list[i], mask_list[i], lamda, radar_center_frequency, 0,
|
||||
0,0, 0,i))) # topp
|
||||
pl.append(pool.apply_async(alg.cal_soil_moisture, (soil_moisture_path, hh_bare_soil_bsc_path,
|
||||
vv_bare_soil_bsc_path, angle_list[i], mask_list[i],
|
||||
lamda, radar_center_frequency, 0, 0, 0, 0, i))) # topp
|
||||
# pl.append((pool.apply_async(alg.cal_soilM, (soil_moisture_path, hh_list[i], vv_list[i], hv_list[i], vh_list[i], angle_list[i], mask_list[i], lamda)))) # oh 2004
|
||||
# alg.cal_soilM(soil_moisture_path, hh_list[i], vv_list[i], hv_list[i], vh_list[i], angle_list[i], mask_list[i], lamda)
|
||||
logger.info('total:%s, block:%s calculating soil_moisture!', len(angle_list), i)
|
||||
|
|
|
@ -234,6 +234,15 @@ class Orbit(Component):
|
|||
self._orbitSource = source or None
|
||||
self._referenceFrame = None
|
||||
self._stateVectors.configure()
|
||||
""" 自定义 """
|
||||
self.oribitStartTime=None
|
||||
self.A_arr=None
|
||||
self.polynum=None
|
||||
""" LT1AB 多普勒参数"""
|
||||
self.refrenceTime=None
|
||||
self.dopperPoly=[]
|
||||
""" 卫星名称"""
|
||||
self.sessionMode=None
|
||||
#self._stateVectors = stateVectors or []
|
||||
self._cpStateVectors = []
|
||||
type(self._stateVectors)
|
||||
|
@ -260,6 +269,67 @@ class Orbit(Component):
|
|||
# #pack the orbit into stateVectors
|
||||
# self._packOrbit(cpStateVectors[0], cpStateVectors[1], cpStateVectors[2], cpStateVectors[3])
|
||||
|
||||
def setsessionMode(self,SessionMode):
|
||||
self.sessionMode=SessionMode
|
||||
|
||||
def setPolyParams(self,polynum,orbitStartTime,A_arr):
|
||||
self.polynum=polynum
|
||||
self.oribitStartTime=orbitStartTime
|
||||
self.A_arr=A_arr
|
||||
|
||||
def setDoppler(self,refrenceTime,dopperPoly):
|
||||
self.refrenceTime=refrenceTime
|
||||
self.dopperPoly=dopperPoly
|
||||
pass
|
||||
|
||||
def getSatelliteSpaceState(self, time_float_datetime):
|
||||
'''
|
||||
逐像素求解
|
||||
根据时间戳,返回对应时间的卫星的轨迹状态,会自动计算与起算时间之差
|
||||
args:
|
||||
time_float:时间戳
|
||||
return:
|
||||
State_list:[time,Xp,Yp,Zp,Vx,Vy,Vz]
|
||||
'''
|
||||
time_float=time_float_datetime.timestamp()
|
||||
time_float = time_float - self.oribitStartTime
|
||||
#
|
||||
px=0
|
||||
py=0
|
||||
pz=0
|
||||
vx=0
|
||||
vy=0
|
||||
vz=0
|
||||
for ii in range(self.polynum):
|
||||
px+=self.A_arr[ii][0]*time_float**ii
|
||||
py+=self.A_arr[ii][1]*time_float**ii
|
||||
pz+=self.A_arr[ii][2]*time_float**ii
|
||||
vx+=self.A_arr[ii][3]*time_float**ii
|
||||
vy+=self.A_arr[ii][4]*time_float**ii
|
||||
vz+=self.A_arr[ii][5]*time_float**ii
|
||||
sv= StateVector()
|
||||
sv.setTime(time_float_datetime)
|
||||
sv.setPosition([px,py,pz])
|
||||
sv.setVelocity([vx,vy,vz])
|
||||
return sv
|
||||
def getTimeOrbits(self,UTCStartTime,UTCEndTime,orbitnum=1000):
|
||||
#
|
||||
startTime_stamp=datetime.datetime.strptime(UTCStartTime,"%Y-%m-%dT%H:%M:%S.%f") - datetime.timedelta(seconds=30)
|
||||
endTime_stamp=datetime.datetime.strptime(UTCEndTime,"%Y-%m-%dT%H:%M:%S.%f") + datetime.timedelta(seconds=30)
|
||||
if startTime_stamp>endTime_stamp:
|
||||
raise
|
||||
delta_t=(endTime_stamp.timestamp()-startTime_stamp.timestamp())/orbitnum
|
||||
extractOrbits=[]
|
||||
#
|
||||
temptime=startTime_stamp
|
||||
while temptime<endTime_stamp:
|
||||
temptime=temptime+ datetime.timedelta(seconds=delta_t)
|
||||
newOrbit=self.getSatelliteSpaceState(temptime)
|
||||
extractOrbits.append(newOrbit)
|
||||
newOrbit=self.getSatelliteSpaceState(endTime_stamp)
|
||||
extractOrbits.append(newOrbit)
|
||||
return extractOrbits # 扩展的轨道节点
|
||||
|
||||
def adaptToRender(self):
|
||||
import copy
|
||||
# make a copy of the stateVectors to restore it after dumping
|
||||
|
@ -376,38 +446,45 @@ class Orbit(Component):
|
|||
@raises NotImplementedError: if the desired interpolation method
|
||||
cannot be decoded
|
||||
"""
|
||||
if time not in self:
|
||||
raise ValueError(
|
||||
"Time stamp (%s) falls outside of the interpolation interval [%s:%s]" %
|
||||
(time,self.minTime,self.maxTime)
|
||||
)
|
||||
if self.sessionMode is None:
|
||||
if time not in self:
|
||||
raise ValueError(
|
||||
"Time stamp (%s) falls outside of the interpolation interval [%s:%s]" %(time,self.minTime,self.maxTime)
|
||||
)
|
||||
|
||||
if method == 'linear':
|
||||
newSV = self._linearOrbitInterpolation(time)
|
||||
elif method == 'legendre':
|
||||
newSV = self._legendreOrbitInterpolation(time)
|
||||
elif method == 'hermite':
|
||||
newSV = self._hermiteOrbitInterpolation(time)
|
||||
else:
|
||||
if method == 'linear':
|
||||
newSV = self._linearOrbitInterpolation(time)
|
||||
elif method == 'legendre':
|
||||
newSV = self._legendreOrbitInterpolation(time)
|
||||
elif method == 'hermite':
|
||||
newSV = self._hermiteOrbitInterpolation(time)
|
||||
else:
|
||||
raise NotImplementedError(
|
||||
"Orbit interpolation type %s, is not implemented" % method
|
||||
)
|
||||
return newSV
|
||||
elif self.sessionMode=="LT1B" or self.sessionMode=="LT1A":
|
||||
return self.getSatelliteSpaceState(time)
|
||||
## Isn't orbit redundant? -compute the method based on name
|
||||
def interpolate(self, time, method='linear'):
|
||||
if self.sessionMode is None:
|
||||
if time not in self:
|
||||
raise ValueError("Time stamp (%s) falls outside of the interpolation interval [%s:%s]"
|
||||
% (time,self.minTime,self.maxTime))
|
||||
try:
|
||||
return getattr(self, '_'+method+'OrbitInterpolation')(time)
|
||||
except AttributeError:
|
||||
pass
|
||||
raise NotImplementedError(
|
||||
"Orbit interpolation type %s, is not implemented" % method
|
||||
)
|
||||
return newSV
|
||||
elif self.sessionMode=="LT1B" or self.sessionMode=="LT1A":
|
||||
return self.getSatelliteSpaceState(time)
|
||||
|
||||
## Isn't orbit redundant? -compute the method based on name
|
||||
def interpolate(self, time, method='linear'):
|
||||
if time not in self:
|
||||
raise ValueError("Time stamp (%s) falls outside of the interpolation interval [%s:%s]"
|
||||
% (time,self.minTime,self.maxTime))
|
||||
try:
|
||||
return getattr(self, '_'+method+'OrbitInterpolation')(time)
|
||||
except AttributeError:
|
||||
pass
|
||||
raise NotImplementedError(
|
||||
"Orbit interpolation type %s, is not implemented" % method
|
||||
)
|
||||
|
||||
# interpolateOrbit = interpolate
|
||||
|
||||
|
||||
# interpolateOrbit = interpolate #暂时注释----------------------------------------------------------------------------
|
||||
|
||||
def _linearOrbitInterpolation(self,time):
|
||||
"""
|
||||
|
@ -558,7 +635,6 @@ class Orbit(Component):
|
|||
"Fewer than 4 state vectors present in orbit, cannot interpolate"
|
||||
)
|
||||
return None
|
||||
|
||||
# The Fortran routine assumes that it is getting an array of four
|
||||
# state vectors
|
||||
try:
|
||||
|
@ -579,7 +655,6 @@ class Orbit(Component):
|
|||
obsTime, obsPos, obsVel,offset = newOrbit.to_tuple(
|
||||
relativeTo=self.minTime
|
||||
)
|
||||
|
||||
td = time - self.minTime
|
||||
ansTime = DTU.timeDeltaToSeconds(td)
|
||||
flatObsPos = [item for sublist in obsPos for item in sublist]
|
||||
|
@ -601,6 +676,8 @@ class Orbit(Component):
|
|||
ansPos_C,
|
||||
ansVel_C)
|
||||
|
||||
# print('插值成功----------------------------')
|
||||
# print(StateVector(time=time, position=ansPos_C[:], velocity=ansVel_C[:]))
|
||||
return StateVector(time=time, position=ansPos_C[:], velocity=ansVel_C[:])
|
||||
|
||||
## This need to be public -very confusing since there is an __iter__
|
||||
|
@ -998,7 +1075,7 @@ class Orbit(Component):
|
|||
pointOnGround = rdr2geo
|
||||
|
||||
def geo2rdr(self, llh, side=-1, planet=None,
|
||||
doppler=None, wvl=None):
|
||||
doppler=None, wvl=None,isLT1AB=True):
|
||||
'''
|
||||
Takes a lat, lon, height triplet and returns azimuth time and range.
|
||||
Assumes zero doppler for now.
|
||||
|
@ -1011,44 +1088,122 @@ class Orbit(Component):
|
|||
wvl = 0.0
|
||||
|
||||
if planet is None:
|
||||
refElp = Planet(pname='Earth').ellipsoid
|
||||
refElp = Planet(pname='Earth'). ellipsoid
|
||||
else:
|
||||
refElp = planet.ellipsoid
|
||||
|
||||
# print('llh', llh)
|
||||
xyz = refElp.llh_to_xyz(llh)
|
||||
|
||||
delta = (self.maxTime - self.minTime).total_seconds() * 0.5
|
||||
tguess = self.minTime + datetime.timedelta(seconds = delta)
|
||||
outOfBounds = False
|
||||
for ii in range(51):
|
||||
try:
|
||||
sv = self.interpolateOrbit(tguess, method='hermite')
|
||||
except Exception as e:
|
||||
print(e)
|
||||
outOfBounds = True
|
||||
break
|
||||
tguess = self.minTime #+ datetime.timedelta(seconds = delta)
|
||||
# print("Orbits.py 1024-----------------------------------------------")
|
||||
# print("self.maxTime", self.maxTime)
|
||||
# print("self.minTime", self.minTime)
|
||||
# print(delta)
|
||||
# print(tguess)
|
||||
|
||||
pos = np.array(sv.getPosition())
|
||||
vel = np.array(sv.getVelocity())
|
||||
LIGHTSPEED=299792458
|
||||
if wvl==0:
|
||||
isLT1AB=False
|
||||
if isLT1AB and (self.sessionMode=="LT1A" or self.sessionMode=="LT1B") : # 专门针对 LT1AB
|
||||
# print("LT1AB orbit.....")
|
||||
dt=0.0001
|
||||
outOfBounds = False
|
||||
for ii in range(51):
|
||||
try:
|
||||
sv= self.getSatelliteSpaceState(tguess+datetime.timedelta(seconds= dt)) # 获取卫星的 位置、速度
|
||||
except Exception as e:
|
||||
print(e)
|
||||
outOfBounds = True
|
||||
break
|
||||
|
||||
dr = xyz-pos
|
||||
rng = np.linalg.norm(dr)
|
||||
pos1 = np.array(sv.getPosition()) # 卫星坐标
|
||||
vel1 = np.array(sv.getVelocity()) # 卫星速度
|
||||
dr1 = pos1-xyz
|
||||
rng1 = np.linalg.norm(dr1) # 斜距
|
||||
|
||||
dopfact = np.dot(dr,vel)
|
||||
fdop = doppler(DTU.seconds_since_midnight(tguess),rng) * wvl * 0.5
|
||||
fdopder = (0.5*wvl*doppler(DTU.seconds_since_midnight(tguess),rng+10.0) - fdop) / 10.0
|
||||
# ((R_s1.array() * V_s1.array()).rowwise().sum().array() * (-2) / (R * this->lamda))[0];
|
||||
FdTheory1 = -2/(rng1*wvl)*np.dot(dr1,vel1)
|
||||
|
||||
fn = dopfact - fdop * rng
|
||||
c1 = -np.dot(vel, vel)
|
||||
c2 = (fdop/rng + fdopder)
|
||||
try:
|
||||
sv= self.getSatelliteSpaceState(tguess)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
outOfBounds = True
|
||||
break
|
||||
pos2 = np.array(sv.getPosition()) # 卫星坐标
|
||||
vel2 = np.array(sv.getVelocity()) # 卫星速度
|
||||
dr2 = pos2-xyz
|
||||
rng = np.linalg.norm(dr2) # 斜距
|
||||
FdTheory2= -2/(rng*wvl)*np.dot(dr2,vel2)
|
||||
TSR= rng * 2 / LIGHTSPEED - self.refrenceTime # nx1
|
||||
|
||||
fnprime = c1 + c2 * dopfact
|
||||
tguess = tguess - datetime.timedelta(seconds = fn/fnprime)
|
||||
if abs(fn/fnprime) < 1e-6:
|
||||
break
|
||||
FdNumerical=0
|
||||
# FdNumerical=FdNumerical+self.dopperPoly[0]*TSR**0
|
||||
# FdNumerical=FdNumerical+self.dopperPoly[1]*TSR**1
|
||||
# FdNumerical=FdNumerical+self.dopperPoly[2]*TSR**2
|
||||
# FdNumerical=FdNumerical+self.dopperPoly[3]*TSR**3
|
||||
|
||||
fdopper_grad=(FdTheory1 - FdTheory2)/dt
|
||||
inc_t = (FdTheory2-FdNumerical) /fdopper_grad
|
||||
# print(inc_t,rng,FdNumerical,FdTheory2,tguess,pos2)
|
||||
tguess = tguess - datetime.timedelta(seconds = inc_t)
|
||||
|
||||
if abs(inc_t) < 1e-6:
|
||||
break
|
||||
else:
|
||||
t_prev_guess = tguess
|
||||
# print(outOfBounds)
|
||||
# print("end ------------------------------------------------------------\n")
|
||||
if outOfBounds:
|
||||
raise Exception('Interpolation time out of bounds')
|
||||
else:
|
||||
outOfBounds = False
|
||||
for ii in range(51):
|
||||
try:
|
||||
sv = self.interpolateOrbit(tguess, method='hermite')
|
||||
except Exception as e:
|
||||
if self.sessionMode=="LT1A" or self.sessionMode=="LT1B":
|
||||
sv = self.getSatelliteSpaceState(tguess) # 获取卫星的 位置、速度
|
||||
print(e)
|
||||
outOfBounds = True
|
||||
break
|
||||
|
||||
pos = np.array(sv.getPosition())
|
||||
vel = np.array(sv.getVelocity())
|
||||
|
||||
# print("xyz", xyz)
|
||||
# print("pos", pos)
|
||||
dr = xyz-pos
|
||||
rng = np.linalg.norm(dr) # 求斜距
|
||||
# print("rng", rng)
|
||||
|
||||
dopfact = np.dot(dr,vel) # fd 公式
|
||||
# print("dopfact", dopfact)
|
||||
|
||||
fdop = doppler(DTU.seconds_since_midnight(tguess),rng)* wvl * 0.5
|
||||
# print("doppler", doppler(DTU.seconds_since_midnight(tguess),rng))
|
||||
# print("wvl", wvl)
|
||||
# print("fdop", fdop)
|
||||
|
||||
fdopder = (0.5*wvl*doppler(DTU.seconds_since_midnight(tguess),rng+10.0) - fdop) / 10.0
|
||||
# print("doppler2", doppler(DTU.seconds_since_midnight(tguess),rng+10.0))
|
||||
# print("fdopder", fdopder)
|
||||
fn = dopfact - fdop * rng
|
||||
c1 = -np.dot(vel, vel)
|
||||
c2 = (fdop/rng + fdopder)
|
||||
# print("c1", c1)
|
||||
# print("c2", c2)
|
||||
fnprime = c1 + c2 * dopfact
|
||||
# print("时间为", fn/fnprime)
|
||||
# if abs(fn/fnprime) > 1:
|
||||
# break
|
||||
tguess = tguess - datetime.timedelta(seconds = fn/fnprime)
|
||||
# print("输出的tguess", tguess)
|
||||
# print(outOfBounds)
|
||||
# print("end ------------------------------------------------------------\n")
|
||||
if outOfBounds:
|
||||
raise Exception('Interpolation time out of bounds')
|
||||
|
||||
if outOfBounds:
|
||||
raise Exception('Interpolation time out of bounds')
|
||||
|
||||
return tguess, rng
|
||||
|
||||
|
|
|
@ -30,12 +30,12 @@ from iscesys.Component.Component import Component
|
|||
from iscesys.DateTimeUtil.DateTimeUtil import DateTimeUtil as DTUtil
|
||||
import os
|
||||
import numpy as np
|
||||
import copy
|
||||
import math
|
||||
import datetime
|
||||
import time
|
||||
from math import sin,cos
|
||||
from scipy.optimize import leastsq
|
||||
# from scipy.optimize import leastsq
|
||||
import numpy as np
|
||||
from isceobj.Util.Poly2D import Poly2D
|
||||
|
||||
|
||||
|
@ -122,155 +122,6 @@ def XYZOuterM2(A, B):
|
|||
return C
|
||||
|
||||
|
||||
class SARorbit(object):
|
||||
# 作为自定义轨道计算基类
|
||||
# 定义几个基本方法:addvector(),createOrbit(),getTime(),getTimes()
|
||||
# 注意均为UTC
|
||||
def __init__(self):
|
||||
self.vectors=[]
|
||||
self.baseTime=None
|
||||
def addvector(self,UTCTime,vx,vy,vz,px,py,pz):
|
||||
neworbit_point=orbitVector(UTCTime,vx,vy,vz,px,py,pz)
|
||||
self.vectors.append(neworbit_point)
|
||||
if len(self.vectors)==1:
|
||||
self.baseTime=neworbit_point.time_stamp-1 # 基线
|
||||
else:
|
||||
if self.baseTime>neworbit_point.time_stamp:
|
||||
self.baseTime=neworbit_point.time_stamp-1
|
||||
|
||||
def createOrbit(self):
|
||||
pass
|
||||
|
||||
def getTimeOrbit(self,UTCTime):
|
||||
return None
|
||||
|
||||
def getTimeOrbitStamp(self,StampTime):
|
||||
utcStr=datetime.datetime.fromtimestamp(StampTime).strftime("%Y-%m-%dT%H:%M:%S.%fZ")
|
||||
return self.getTimeOrbit(utcStr)
|
||||
|
||||
def getTimeOrbits(self,UTCStartTime,UTCEndTime,orbitnum=100):
|
||||
#
|
||||
startTime_stamp=datetime.datetime.strptime(UTCStartTime,"%Y-%m-%dT%H:%M:%S.%fZ").timestamp()-10
|
||||
endTime_stamp=datetime.datetime.strptime(UTCEndTime,"%Y-%m-%dT%H:%M:%S.%fZ").timestamp()+10
|
||||
if startTime_stamp>endTime_stamp:
|
||||
raise
|
||||
delta_t=(endTime_stamp-startTime_stamp)*1000/orbitnum
|
||||
delta_t=int(delta_t)/1000 # 获取
|
||||
extractOrbits=[]
|
||||
#
|
||||
temptime=startTime_stamp
|
||||
while temptime<endTime_stamp:
|
||||
temptime=temptime+delta_t
|
||||
newOrbit=self.getTimeOrbitStamp(temptime)
|
||||
extractOrbits.append(newOrbit)
|
||||
newOrbit=self.getTimeOrbitStamp(endTime_stamp)
|
||||
extractOrbits.append(newOrbit)
|
||||
return extractOrbits # 扩展的轨道节点
|
||||
pass
|
||||
|
||||
|
||||
class GGorbit(SARorbit):
|
||||
# 最小二乘法,线性函数
|
||||
def __init__(self):
|
||||
super(GGorbit,self).__init__()
|
||||
|
||||
def createOrbit(self):
|
||||
if len(self.vectors)<3:
|
||||
raise
|
||||
# 求解GGorbit模型参数
|
||||
gg_t=[]
|
||||
gg_rho=[]
|
||||
gg_I=[]
|
||||
gg_omega=[]
|
||||
gg_Omega=[]
|
||||
for orbit_point in self.vectors:
|
||||
gg_t.append(orbit_point.time_stamp-self.baseTime)
|
||||
gg_rho.append(orbit_point.rho)
|
||||
gg_I.append(orbit_point.I)
|
||||
gg_omega.append(orbit_point.omega)
|
||||
gg_Omega.append(orbit_point.Omega)
|
||||
# 声明 x
|
||||
gg_t=np.array(gg_t) # 时间 t
|
||||
# y
|
||||
gg_rho=np.array(gg_rho) # rho
|
||||
gg_I=np.array(gg_I) # I
|
||||
gg_omega=np.array(gg_omega) # omega
|
||||
gg_Omega=np.array(gg_Omega) # Omega
|
||||
# 计算结果
|
||||
self.p_rho=leastsq(poly2derror,[30,30,2],args=(gg_t,gg_rho))[0]
|
||||
self.p_I=leastsq(poly1derror,[30,2],args=(gg_t,gg_I))[0]
|
||||
self.p_omega=leastsq(poly1derror,[30,2],args=(gg_t,gg_omega))[0]
|
||||
self.p_Oemga=leastsq(poly1derror,[30,2],args=(gg_t,gg_Omega))[0]
|
||||
#print(len(self.p_rho),len(self.p_I),len(self.p_omega),len(self.p_Oemga))
|
||||
return
|
||||
|
||||
def getXYZ(self,Inputstaptime):
|
||||
staptime=Inputstaptime-self.baseTime
|
||||
rho=poly2dfunc(self.p_rho,staptime)
|
||||
I=poly1dfunc(self.p_I,staptime)
|
||||
omega=poly1dfunc(self.p_omega,staptime)
|
||||
Omega=poly1dfunc(self.p_Oemga,staptime)
|
||||
Xp=-1*rho*(cos(omega)*cos(Omega)-sin(omega)*sin(Omega)*cos(I))
|
||||
Yp=-1*rho*(cos(omega)*sin(Omega)+sin(omega)*cos(Omega)*cos(I))
|
||||
Zp=rho*sin(omega)*sin(I)
|
||||
return [Xp,Yp,Zp]
|
||||
|
||||
# 获取计算结果
|
||||
def getTimeOrbit(self,UTCTime):
|
||||
staptime=datetime.datetime.strptime(UTCTime,"%Y-%m-%dT%H:%M:%S.%fZ").timestamp()
|
||||
dtime=0.0001
|
||||
[Xp,Yp,Zp]=self.getXYZ(staptime)
|
||||
[Xp_temp,Yp_temp,Zp_temp]=self.getXYZ(staptime+dtime)
|
||||
# 线性代数方法获取轨道速度
|
||||
Vx=(Xp_temp-Xp)/dtime
|
||||
Vy=(Yp_temp-Yp)/dtime
|
||||
Vz=(Zp_temp-Zp)/dtime
|
||||
#utmstr=datetime.datetime.strptime(UTCTime,"%Y-%m-%dT%H:%M:%S.%fZ").strftime("%Y-%m-%d %H:%M:%S.%f")
|
||||
neworbit_point=orbitVector(UTCTime,Vx,Vy,Vz,Xp,Yp,Zp)
|
||||
return neworbit_point
|
||||
|
||||
class polyorbit(SARorbit):
|
||||
def __init__(self):
|
||||
super(polyorbit,self).__init__()
|
||||
|
||||
def createOrbit(self):
|
||||
if len(self.vectors)<8:
|
||||
raise
|
||||
ts,xs,ys,zs,vx,vy,vz=[],[],[],[],[],[],[]
|
||||
for orbit_point in self.vectors:
|
||||
ts.append(orbit_point.time_stamp-self.baseTime)
|
||||
xs.append(orbit_point.px)
|
||||
ys.append(orbit_point.py)
|
||||
zs.append(orbit_point.pz)
|
||||
vx.append(orbit_point.vx)
|
||||
vy.append(orbit_point.vy)
|
||||
vz.append(orbit_point.vz)
|
||||
ts=np.array(ts)
|
||||
xs=np.array(xs)
|
||||
ys=np.array(ys)
|
||||
zs=np.array(zs)
|
||||
vx=np.array(vx)
|
||||
vy=np.array(vy)
|
||||
vz=np.array(vz)
|
||||
self.p_xs=leastsq(poly5derror,[100,100,100,100,100,100],args=(ts,xs))
|
||||
self.p_ys=leastsq(poly5derror,[100,100,100,100,100,100],args=(ts,ys))
|
||||
self.p_zs=leastsq(poly5derror,[100,100,100,100,100,100],args=(ts,zs))
|
||||
self.p_vxs=leastsq(poly5derror,[100,100,100,100,100,100],args=(ts,vx))
|
||||
self.p_vy=leastsq(poly5derror,[100,100,100,100,100,100],args=(ts,vy))
|
||||
self.p_vz=leastsq(poly5derror,[100,100,100,100,100,100],args=(ts,vz))
|
||||
return
|
||||
def getTimeOrbit(self,UTCTime):
|
||||
staptime=datetime.datetime.strptime(UTCTime,"%Y-%m-%dT%H:%M:%S.%fZ").timestamp()-self.baseTime
|
||||
xs=poly5dfunc(self.p_xs,staptime)
|
||||
ys=poly5dfunc(self.p_ys,staptime)
|
||||
zs=poly5dfunc(self.p_zs,staptime)
|
||||
vx=poly5dfunc(self.p_vx,staptime)
|
||||
vy=poly5dfunc(self.p_vy,staptime)
|
||||
vz=poly5dfunc(self.p_vz,staptime)
|
||||
utmstr=datetime.datetime.strptime(UTCTime,"%Y-%m-%dT%H:%M:%S.%fZ").strftime("%Y-%m-%d %H:%M:%S.%f")
|
||||
neworbit_point=orbitVector(utmstr,vx,vy,vz,xs,ys,zs,dateformat="%Y-%m-%d %H:%M:%S.%f")
|
||||
return neworbit_point
|
||||
|
||||
class SatelliteOrbit(object):
|
||||
def __init__(self) -> None:
|
||||
super().__init__()
|
||||
|
@ -339,7 +190,6 @@ class SatelliteOrbitFitPoly(SatelliteOrbit):
|
|||
self.A_arr=copy.deepcopy(A_arr.copy())
|
||||
return self.A_arr
|
||||
elif len(GPSPoints_list) > 6:
|
||||
self.polynum=4
|
||||
# 多项式的节点数,理论上是超过5个可以起算,这里为了精度选择10个点起算。
|
||||
# 多项式 XA=Y ==> A=(X'X)^X'Y,其中 A 为待求系数,X为变量,Y为因变量
|
||||
# 这里使用三次项多项式,共有6组参数。
|
||||
|
@ -349,37 +199,21 @@ class SatelliteOrbitFitPoly(SatelliteOrbit):
|
|||
record_count = len(GPSPoints_list)
|
||||
time_arr = np.zeros((record_count, 1), dtype=np.float64) # 使用np.float64只是为了精度高些;如果32位也能满足需求,请用32位
|
||||
state_arr = np.zeros((record_count, 6), dtype=np.float64)
|
||||
A_arr = np.zeros((self.polynum+1, 6), dtype=np.float64) # 四次项
|
||||
X=np.ones((record_count,self.polynum+1),dtype=np.float64) # 记录时间坐标
|
||||
A_arr = np.zeros((self.polynum, 6), dtype=np.float64) # 四次项
|
||||
X=np.ones((record_count,self.polynum),dtype=np.float64) # 记录时间坐标
|
||||
# 将点记录转换为自变量矩阵、因变量矩阵
|
||||
|
||||
for i in range(record_count):
|
||||
GPSPoint = GPSPoints_list[i]
|
||||
time_ = GPSPoint[0] - self.starttime # 为了保证精度,对时间进行缩放
|
||||
X[i,:]=np.array([1,time_,time_**2,time_**3,time_**4])
|
||||
X[i,:]=np.array(list(map(lambda ii:time_**ii,range(self.polynum))))
|
||||
state_arr[i, :] = np.array(GPSPoint[1:],dtype=np.float64).reshape(1,6) # 空间坐标
|
||||
self.model_f=[]
|
||||
for i in range(6):
|
||||
Y = state_arr[:, i].reshape(-1,1)
|
||||
A_arr[:,i]=np.matmul(np.matmul(np.linalg.inv(np.matmul(X.T,X)),X.T),Y)[:,0]
|
||||
|
||||
self.A_arr=copy.deepcopy(A_arr.copy())
|
||||
''' 测试误差
|
||||
from matplotlib import pyplot
|
||||
label_list=['x','y','z','vx','vy','vz']
|
||||
color_list=['r','g','b','gold','gray','pink']
|
||||
pyplot.figure()
|
||||
for i in range(6):
|
||||
Y = state_arr[:, i]
|
||||
Y_predict=self.model_f[i](X)
|
||||
pyplot.subplot(int("23{}".format(i+1)))
|
||||
d=Y-Y_predict
|
||||
pyplot.plot(X,d,label=label_list[i],color=color_list[i])
|
||||
pyplot.title("max:{}".format(np.max(d)))
|
||||
#self.model_f.append(interpolate.interp1d(X,Y,kind='cubic',fill_value='extrapolate'))
|
||||
pyplot.legend()
|
||||
pyplot.show()
|
||||
'''
|
||||
self.A_arr=A_arr.copy()
|
||||
return self.A_arr
|
||||
else:
|
||||
self.A_arr = None
|
||||
|
@ -432,8 +266,8 @@ class SatelliteOrbitFitPoly(SatelliteOrbit):
|
|||
|
||||
def getTimeOrbits(self,UTCStartTime,UTCEndTime,orbitnum=1000):
|
||||
#
|
||||
startTime_stamp=datetime.datetime.strptime(UTCStartTime,"%Y-%m-%dT%H:%M:%S.%f").timestamp()-10
|
||||
endTime_stamp=datetime.datetime.strptime(UTCEndTime,"%Y-%m-%dT%H:%M:%S.%f").timestamp()+10
|
||||
startTime_stamp=datetime.datetime.strptime(UTCStartTime,"%Y-%m-%dT%H:%M:%S.%f").timestamp()-1
|
||||
endTime_stamp=datetime.datetime.strptime(UTCEndTime,"%Y-%m-%dT%H:%M:%S.%f").timestamp()+1
|
||||
if startTime_stamp>endTime_stamp:
|
||||
raise
|
||||
delta_t=(endTime_stamp-startTime_stamp)/orbitnum
|
||||
|
@ -448,43 +282,6 @@ class SatelliteOrbitFitPoly(SatelliteOrbit):
|
|||
extractOrbits.append(newOrbit)
|
||||
return extractOrbits # 扩展的轨道节点
|
||||
|
||||
def getSatelliteSpaceState(self, time_array):
|
||||
'''
|
||||
矩阵求解
|
||||
根据时间戳矩阵,返回对应时刻的卫星空间状态(位置,速度),且会自动计算与起算时间之差
|
||||
args:
|
||||
time_array:nparray nx1 时间戳
|
||||
return:
|
||||
SatellitSpaceStateArray:nparray nx6 状态信息
|
||||
'''
|
||||
if self.model_f is None:
|
||||
return None # 返回None,表示没有结果
|
||||
if self.polynum==4:
|
||||
n=time_array.shape[0]
|
||||
result_arr_=np.zeros((n,6),dtype=np.float64)
|
||||
time_float = time_array - self.starttime
|
||||
time_float=time_float.reshape(-1) # nx1
|
||||
time_arr=np.ones((time_float.shape[0],5)) # nx5
|
||||
time_arr[:,1]=time_float
|
||||
time_arr[:,2]=time_float**2
|
||||
time_arr[:,3]=time_float**3
|
||||
time_arr[:,4]=time_float**4
|
||||
result_arr_=np.matmul(time_arr,self.A_arr) # nx5 5x6
|
||||
#time_arr[0, 4] = time_arr[0, 3] * time_float ** 4
|
||||
#result_arr=result_arr_
|
||||
return result_arr_ # 位置矩阵
|
||||
else:
|
||||
n=time_array.shape[0]
|
||||
result_arr_=np.zeros((n,6),dtype=np.float64)
|
||||
time_float = time_array - self.starttime
|
||||
time_float=time_float.reshape(-1) # nx1
|
||||
time_arr=np.ones((time_float.shape[0],self.polynum+1)) # nx5
|
||||
time_arr[:,1]=time_float
|
||||
result_arr_=np.matmul(time_arr,self.A_arr) # nx5 5x6
|
||||
#time_arr[0, 4] = time_arr[0, 3] * time_float ** 4
|
||||
#result_arr=result_arr_
|
||||
return result_arr_ # 位置矩阵
|
||||
|
||||
def ReconstructionSatelliteOrbit(stateVectors, starttime):
|
||||
'''
|
||||
构建卫星轨道
|
||||
|
@ -492,26 +289,26 @@ def ReconstructionSatelliteOrbit(stateVectors, starttime):
|
|||
GPSPoints_list:卫星轨道点
|
||||
starttime:起算时间
|
||||
'''
|
||||
# GPSPoint_list=[]
|
||||
# for sv in stateVectors:
|
||||
# GPSPoint=[sv.timeStamp.timestamp(),
|
||||
# sv.xPosition,
|
||||
# sv.yPosition,
|
||||
# sv.zPosition,
|
||||
# sv.xVelocity,
|
||||
# sv.yVelocity,
|
||||
# sv.zVelocity
|
||||
# ]
|
||||
# GPSPoint_list.append(GPSPoint)
|
||||
GPSPoint_list=[]
|
||||
for sv in stateVectors:
|
||||
GPSPoint=[sv.timeStamp.timestamp(),
|
||||
sv.xPosition,
|
||||
sv.yPosition,
|
||||
sv.zPosition,
|
||||
sv.xVelocity,
|
||||
sv.yVelocity,
|
||||
sv.zVelocity
|
||||
]
|
||||
GPSPoint_list.append(GPSPoint)
|
||||
SatelliteOrbitModel = SatelliteOrbitFitPoly()
|
||||
if SatelliteOrbitModel.ReconstructionSatelliteOrbit(stateVectors, starttime=starttime) is None:
|
||||
if SatelliteOrbitModel.ReconstructionSatelliteOrbit(GPSPoint_list, starttime=starttime) is None:
|
||||
return None
|
||||
|
||||
|
||||
|
||||
print("orbit test")
|
||||
distance=[]
|
||||
for gpsPoint in stateVectors:
|
||||
for gpsPoint in GPSPoint_list:
|
||||
temp_sv=SatelliteOrbitModel.SatelliteSpaceState(gpsPoint[0])
|
||||
sv=np.array(temp_sv[1])
|
||||
temp_distance=sv-gpsPoint[1:]
|
||||
|
@ -563,11 +360,11 @@ class orbitVector:
|
|||
def __init__(self,UTCTimes,vx,vy,vz,px,py,pz,dateformat="%Y-%m-%dT%H:%M:%S.%fZ"):
|
||||
self.UTCTime=datetime.datetime.strptime(UTCTimes,dateformat) # 字符串转UTC时间
|
||||
self.time_stamp=self.UTCTime.timestamp() # 时间戳
|
||||
self.vx=vx
|
||||
self.vx=vx # Vx
|
||||
self.vy=vy
|
||||
self.vz=vz
|
||||
self.px=px
|
||||
self.py=py
|
||||
self.py=py # Ys
|
||||
self.pz=pz
|
||||
self.orbitVector2GG() # 将坐标进行变换
|
||||
self.Check()
|
||||
|
@ -589,10 +386,10 @@ class orbitVector:
|
|||
I=self.I
|
||||
omega=self.omega
|
||||
Omega=self.Omega
|
||||
Xp=-rho*(cos(omega)*cos(Omega)-sin(omega)*sin(Omega)*cos(I))
|
||||
Yp=-rho*(cos(omega)*sin(Omega)+sin(omega)*cos(Omega)*cos(I))
|
||||
Zp=rho*sin(omega)*sin(I)
|
||||
# print("计算插值:",self.UTCTime,self.px,self.py,self.pz,self.vx,self.vy,self.vz,"|",Xp-self.px,Yp-self.py,Zp-self.pz)
|
||||
Xp=rho*(cos(omega)*cos(Omega)-sin(omega)*sin(Omega)*cos(I))
|
||||
Yp=rho*(cos(omega)*sin(Omega)+sin(omega)*cos(Omega)*cos(I))
|
||||
Zp=rho*sin(Omega)*sin(I)
|
||||
print("计算插值:",self.UTCTime,self.px,self.py,self.pz,self.vx,self.vy,self.vz,"|",Xp-self.px,Yp-self.py,Zp-self.pz)
|
||||
|
||||
|
||||
class SARorbit(object):
|
||||
|
@ -757,8 +554,8 @@ class LT1ABLT1ABREPEAT(Sensor):
|
|||
print("samples",samples)
|
||||
print("startingRange",startingRange)
|
||||
print("incidenceAngle",incidenceAngle)
|
||||
print(self.product.dopplerCentroid.dopplerCentroidCoefficients)
|
||||
print(self.product.dopplerRateValues.dopplerRateValuesCoefficients)
|
||||
print(self.product.imageGenerationParameters.dopplerCentroid.dopplerCentroidCoefficients)
|
||||
print(self.product.imageGenerationParameters.dopplerRateValues.dopplerRateValuesCoefficients)
|
||||
print("effective PRF %f, original PRF %f" % (prf, orig_prf) )
|
||||
print('-------------------------------------------')
|
||||
|
||||
|
@ -810,16 +607,19 @@ class LT1ABLT1ABREPEAT(Sensor):
|
|||
self.frame.setProcessingSystem("LT1AB") # 陆探数据
|
||||
self.frame.getOrbit().setOrbitSource("LT1AB.META.XML")
|
||||
|
||||
|
||||
print("======= 修改轨道代码部分: =================")
|
||||
if (self.orbitFile is None) and (self.orbitDirectory is None):
|
||||
self.extractOrbit()
|
||||
|
||||
|
||||
elif (self.orbitDirectory is not None):
|
||||
self.orbitFile = findPreciseOrbit(self.orbitDirectory, self.frame.getOrbit().getOrbitSource(), self.frame.sensingStart.year)
|
||||
|
||||
if self.orbitFile is not None:
|
||||
self.extractPreciseOrbit(self.orbitFile, self.frame.sensingStart, self.frame.sensingStop)
|
||||
|
||||
|
||||
# save the Doppler centroid coefficients, converting units from product.xml file
|
||||
# units in the file are quadratic coefficients in Hz, Hz/sec, and Hz/(sec^2)
|
||||
# ISCE expects Hz, Hz/(range sample), Hz((range sample)^2
|
||||
|
@ -828,7 +628,6 @@ class LT1ABLT1ABREPEAT(Sensor):
|
|||
# added EJF 2015/08/17
|
||||
dc = self.product.dopplerCentroid
|
||||
poly = dc.dopplerCentroidCoefficients
|
||||
|
||||
# need to convert units
|
||||
poly[1] = poly[1]/rangeSamplingRate
|
||||
poly[2] = poly[2]/rangeSamplingRate**2
|
||||
|
@ -842,13 +641,11 @@ class LT1ABLT1ABREPEAT(Sensor):
|
|||
# added EJF 2015/08/17
|
||||
dr = self.product.dopplerRateValues
|
||||
fmpoly = dr.dopplerRateValuesCoefficients
|
||||
|
||||
# need to convert units
|
||||
fmpoly[1] = fmpoly[1]/rangeSamplingRate
|
||||
fmpoly[2] = fmpoly[2]/rangeSamplingRate**2
|
||||
self.azfmrate_coeff = fmpoly
|
||||
|
||||
|
||||
# now calculate effective PRF from the azimuth line spacing after we have the orbit info EJF 2015/08/15
|
||||
# this does not work because azimuth spacing is on ground. Instead use bandwidth ratio calculated above EJF
|
||||
# SCHvelocity = self.frame.getSchVelocity()
|
||||
|
@ -866,50 +663,24 @@ class LT1ABLT1ABREPEAT(Sensor):
|
|||
# Radarsat 2 needs orbit extensions.
|
||||
print("构建新的轨道程序代码:")
|
||||
|
||||
dataStartTime = self.product.dataStartTime.timestamp()
|
||||
dataStopTime = self.product.dataStopTime.timestamp()
|
||||
|
||||
tempOrbit = GGorbit()
|
||||
time_list = []
|
||||
self.frame.getOrbit().setOrbitSource('Header: ' + self.frame.getOrbit().getOrbitSource())
|
||||
stateVectors = self.product.OrbitModelInfo.stateVectors
|
||||
for i in range(len(stateVectors)):
|
||||
# print(i,stateVectors[i].timeStamp)
|
||||
# tempOrbit.addvector(stateVectors[i].timeStamp.strftime("%Y-%m-%dT%H:%M:%S.%fZ"),
|
||||
# stateVectors[i].xVelocity, stateVectors[i].yVelocity, stateVectors[i].zVelocity,
|
||||
# stateVectors[i].xPosition, stateVectors[i].yPosition, stateVectors[i].zPosition)
|
||||
time_list.append([stateVectors[i].timeStamp.timestamp(),
|
||||
stateVectors[i].xPosition, stateVectors[i].yPosition, stateVectors[i].zPosition,
|
||||
stateVectors[i].xVelocity, stateVectors[i].yVelocity, stateVectors[i].zVelocity])
|
||||
|
||||
model = ReconstructionSatelliteOrbit(time_list, starttime=dataStartTime)
|
||||
time_dif = ((dataStopTime + 10) - (dataStartTime - 10)) / 1000
|
||||
time = np.zeros((1000, 1))
|
||||
for i in range(1000):
|
||||
time[i,:]=((dataStartTime - 10) + time_dif * i)
|
||||
t = time.reshape(-1)
|
||||
|
||||
statepoints = model.getSatelliteSpaceState(t)
|
||||
for i, value in zip(range(len(statepoints)), statepoints):
|
||||
sv= StateVector()
|
||||
sv.setTime(datetime.datetime.fromtimestamp(t[i]))
|
||||
sv.setPosition([value[0],value[1],value[2]])
|
||||
sv.setVelocity([value[3],value[4],value[5]])
|
||||
self.frame.getOrbit().addStateVector(sv) # 插值结果写进了轨道模型中
|
||||
# print(sv.position)
|
||||
# tempOrbit.createOrbit() # 构建轨道模型
|
||||
|
||||
# newOrb=tempOrbit.getTimeOrbits(self.frame.sensingStart.strftime("%Y-%m-%dT%H:%M:%S.%fZ"),
|
||||
# self.frame.sensingStop.strftime("%Y-%m-%dT%H:%M:%S.%fZ"),
|
||||
# orbitnum=1000)
|
||||
# for svect in newOrb:
|
||||
# sv= StateVector()
|
||||
# sv.setTime(svect.UTCTime)
|
||||
# sv.setPosition([svect.px,svect.py,svect.pz])
|
||||
# sv.setVelocity([svect.vx,svect.vy,svect.vz])
|
||||
# self.frame.getOrbit().addStateVector(sv)
|
||||
# print(sv.position)
|
||||
|
||||
tempOrbit= ReconstructionSatelliteOrbit(stateVectors,self.product.orbitstarttime.timestamp())
|
||||
As_arr=tempOrbit.A_arr.tolist()
|
||||
""" 构建轨道 """
|
||||
self.frame.getOrbit().setsessionMode(self.product.mission)
|
||||
self.frame.getOrbit().setPolyParams(tempOrbit.polynum,tempOrbit.starttime,As_arr)
|
||||
self.frame.getOrbit().setDoppler(self.product.dopplerRateValues.dopplerRateReferenceTime,
|
||||
self.product.dopplerRateValues.dopplerRateValuesCoefficients)
|
||||
""" """
|
||||
newOrb=self.frame.getOrbit().getTimeOrbits(self.frame.sensingStart.strftime("%Y-%m-%dT%H:%M:%S.%f"),
|
||||
self.frame.sensingStop.strftime("%Y-%m-%dT%H:%M:%S.%f"),
|
||||
orbitnum=1000)
|
||||
for svect in newOrb:
|
||||
self.frame.getOrbit().addStateVector(svect)
|
||||
|
||||
print('Successfully read state vectors from product XML')
|
||||
|
||||
|
@ -951,7 +722,7 @@ class LT1ABLT1ABREPEAT(Sensor):
|
|||
raise Exception('Expected line to start with ";". Got {0}'.format(dummy))
|
||||
|
||||
fid.close()
|
||||
# print('Successfully read {0} state vectors from {1}'.format( len(self.frame.getOrbit()._stateVectors), orbitfile))
|
||||
print('Successfully read {0} state vectors from {1}'.format( len(self.frame.getOrbit()._stateVectors), orbitfile))
|
||||
|
||||
def extractImage(self, verbose=True):
|
||||
'''
|
||||
|
@ -1033,9 +804,7 @@ class LT1ABLT1ABREPEAT(Sensor):
|
|||
fd_mid += poly[kk] * (tMid - t0)**kk
|
||||
|
||||
####For insarApp
|
||||
|
||||
# quadratic['a'] = fd_mid / ins.getPulseRepetitionFrequency()
|
||||
quadratic['a'] = 0.
|
||||
quadratic['a'] = fd_mid / ins.getPulseRepetitionFrequency()
|
||||
quadratic['b'] = 0.
|
||||
quadratic['c'] = 0.
|
||||
|
||||
|
@ -1063,8 +832,8 @@ class LT1ABLT1ABREPEAT(Sensor):
|
|||
evals = poly(pix)
|
||||
fit = np.polyfit(pix,evals, len(coeffs)-1)
|
||||
self.frame._dopplerVsPixel = list(fit[::-1])
|
||||
# self.frame._dopplerVsPixel_LT1AB = list([self.product.dopplerRateValues.dopplerRateReferenceTime]
|
||||
# +self.product.dopplerRateValues.dopplerRateValuesCoefficients)
|
||||
self.frame._dopplerVsPixel_LT1AB = list([self.product.dopplerRateValues.dopplerRateReferenceTime]
|
||||
+self.product.dopplerRateValues.dopplerRateValuesCoefficients)
|
||||
|
||||
|
||||
# print('Doppler Fit: ', fit[::-1])
|
||||
|
|
Binary file not shown.
|
@ -664,290 +664,350 @@ scheme = BIP
|
|||
dtype = CFLOAT
|
||||
|
||||
2023-12-06 15:17:11,356 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293505743851225
|
||||
2023-12-06 16:41:19,049 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-06 16:41:19,073 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-06 16:41:19,096 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-06 16:41:21,660 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||
2023-12-06 17:13:35,844 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-06 17:13:35,901 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-06 17:13:35,929 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-06 17:14:07,902 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 25462
|
||||
length = 31514
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-06 16:41:27,133 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||
2023-12-06 17:28:41,051 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-06 17:28:41,278 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-06 17:28:41,308 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-06 18:27:11,476 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-06 18:27:11,479 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-06 18:27:11,481 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-06 18:27:24,319 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 25586
|
||||
length = 28444
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-06 16:41:29,952 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293505743851225
|
||||
2023-12-06 16:45:39,590 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3514 which is the number of lines in the slc image.
|
||||
2023-12-06 16:45:39,590 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 7562 which is the width of the slc image.
|
||||
2023-12-06 16:54:40,520 - isceobj.Location.OffsetField - INFO - 367 offsets culled
|
||||
2023-12-06 16:54:40,720 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-06 16:54:40,951 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-06 16:54:41,190 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-06 16:54:42,739 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3514 which is the number of lines in the slc image.
|
||||
2023-12-06 16:54:42,739 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 7562 which is the width of the slc image.
|
||||
2023-12-06 16:58:41,143 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||
2023-12-06 16:58:41,155 - isce.mroipac.filter - DEBUG - width: 2520
|
||||
2023-12-06 16:58:41,155 - isce.mroipac.filter - DEBUG - length: 1174
|
||||
2023-12-06 16:58:41,155 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||
2023-12-06 16:58:41,155 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||
2023-12-06 16:58:41,156 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||
2023-12-06 16:58:41,156 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||
2023-12-06 16:58:43,374 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||
2023-12-06 17:05:58,232 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-06 17:05:58,257 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-06 17:05:58,281 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-06 17:06:00,810 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||
2023-12-06 18:27:26,673 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 25462
|
||||
length = 31514
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-06 17:06:06,297 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||
2023-12-06 20:11:14,671 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-06 20:11:14,703 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-06 20:11:14,705 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-06 20:11:51,043 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 25586
|
||||
length = 28444
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-06 17:06:09,142 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293505743851225
|
||||
2023-12-06 17:10:31,488 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3514 which is the number of lines in the slc image.
|
||||
2023-12-06 17:10:31,488 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 7562 which is the width of the slc image.
|
||||
2023-12-06 17:19:35,910 - isceobj.Location.OffsetField - INFO - 367 offsets culled
|
||||
2023-12-06 17:19:36,118 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-06 17:19:36,344 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-06 17:19:36,594 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-06 17:19:38,150 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3514 which is the number of lines in the slc image.
|
||||
2023-12-06 17:19:38,150 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 7562 which is the width of the slc image.
|
||||
2023-12-06 17:23:35,187 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||
2023-12-06 17:23:35,199 - isce.mroipac.filter - DEBUG - width: 2520
|
||||
2023-12-06 17:23:35,199 - isce.mroipac.filter - DEBUG - length: 1174
|
||||
2023-12-06 17:23:35,199 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||
2023-12-06 17:23:35,199 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||
2023-12-06 17:23:35,199 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||
2023-12-06 17:23:35,200 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||
2023-12-06 17:23:37,456 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||
2023-12-06 17:28:59,503 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-06 17:28:59,532 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-06 17:28:59,556 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-06 17:29:02,121 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||
2023-12-06 20:11:56,509 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 25462
|
||||
length = 31514
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-06 17:29:07,601 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||
2023-12-06 20:25:45,890 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-06 20:25:45,974 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-06 20:25:45,976 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-06 20:30:11,596 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 25586
|
||||
length = 28444
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-06 17:29:10,421 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293505743851225
|
||||
2023-12-06 17:33:46,430 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3514 which is the number of lines in the slc image.
|
||||
2023-12-06 17:33:46,430 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 7562 which is the width of the slc image.
|
||||
2023-12-06 17:43:14,425 - isceobj.Location.OffsetField - INFO - 367 offsets culled
|
||||
2023-12-06 17:43:14,630 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-06 17:43:14,860 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-06 17:43:15,103 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-06 17:43:16,659 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 3514 which is the number of lines in the slc image.
|
||||
2023-12-06 17:43:16,659 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 7562 which is the width of the slc image.
|
||||
2023-12-06 17:47:20,538 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||
2023-12-06 17:47:20,549 - isce.mroipac.filter - DEBUG - width: 2520
|
||||
2023-12-06 17:47:20,549 - isce.mroipac.filter - DEBUG - length: 1174
|
||||
2023-12-06 17:47:20,549 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||
2023-12-06 17:47:20,550 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||
2023-12-06 17:47:20,550 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||
2023-12-06 17:47:20,550 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||
2023-12-06 17:47:22,800 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||
2023-12-15 11:42:22,974 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-15 11:42:22,976 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-15 11:42:22,978 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-15 11:42:23,821 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||
2023-12-06 20:30:13,910 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 25462
|
||||
length = 31514
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-15 11:42:25,784 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||
2023-12-07 08:58:41,306 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 08:58:41,326 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 08:58:41,328 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 08:58:44,923 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 25586
|
||||
length = 28444
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-15 11:42:27,270 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293522057636876
|
||||
2023-12-15 11:43:26,923 - 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.
|
||||
2023-12-15 11:43:26,924 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2387 which is the width of the slc image.
|
||||
2023-12-15 11:52:33,154 - isceobj.Location.OffsetField - INFO - 812 offsets culled
|
||||
2023-12-15 11:52:33,297 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-15 11:52:33,467 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-15 11:52:33,604 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2023-12-15 11:52:35,152 - 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.
|
||||
2023-12-15 11:52:35,152 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2387 which is the width of the slc image.
|
||||
2023-12-15 11:53:03,663 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||
2023-12-15 11:53:03,675 - isce.mroipac.filter - DEBUG - width: 796
|
||||
2023-12-15 11:53:03,675 - isce.mroipac.filter - DEBUG - length: 1172
|
||||
2023-12-15 11:53:03,675 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||
2023-12-15 11:53:03,676 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||
2023-12-15 11:53:03,676 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||
2023-12-15 11:53:03,676 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||
2023-12-15 11:53:04,408 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||
2024-01-03 18:10:12,853 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2024-01-03 18:10:12,858 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2024-01-03 18:10:12,861 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2024-01-03 18:10:14,509 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||
2023-12-07 08:58:50,266 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 25462
|
||||
length = 31514
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-03 18:10:17,234 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Deformation/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||
2023-12-07 09:07:18,031 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 09:07:18,054 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 09:07:18,056 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 09:07:23,074 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 25586
|
||||
length = 28444
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-03 18:10:18,784 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293522057636876
|
||||
2024-01-03 18:11:50,451 - 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-01-03 18:11:50,451 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2387 which is the width of the slc image.
|
||||
2024-01-03 18:22:33,974 - isceobj.Location.OffsetField - INFO - 812 offsets culled
|
||||
2024-01-03 18:22:34,121 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-03 18:22:34,279 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-03 18:22:34,405 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-03 18:22:36,271 - 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-01-03 18:22:36,271 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 2387 which is the width of the slc image.
|
||||
2024-01-03 18:23:05,205 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||
2024-01-03 18:23:05,217 - isce.mroipac.filter - DEBUG - width: 796
|
||||
2024-01-03 18:23:05,217 - isce.mroipac.filter - DEBUG - length: 1172
|
||||
2024-01-03 18:23:05,218 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||
2024-01-03 18:23:05,218 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Deformation/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||
2024-01-03 18:23:05,218 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||
2024-01-03 18:23:05,218 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||
2024-01-03 18:23:06,011 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||
2024-01-25 09:22:36,006 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2024-01-25 09:22:36,033 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2024-01-25 09:22:36,058 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2024-01-25 09:22:37,197 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||
2023-12-07 09:07:25,759 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 25462
|
||||
length = 31514
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-25 09:22:39,477 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||
2023-12-07 10:52:03,929 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 10:52:03,963 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 10:52:03,965 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 10:52:08,420 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 25586
|
||||
length = 28444
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-25 09:22:41,079 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293511365051303
|
||||
2024-01-25 09:23:43,123 - 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-01-25 09:23:43,123 - 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-01-25 09:32:53,750 - isceobj.Location.OffsetField - INFO - 513 offsets culled
|
||||
2024-01-25 09:32:53,989 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-25 09:32:54,186 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-25 09:32:54,432 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-25 09:32:56,208 - 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-01-25 09:32:56,209 - 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-01-25 09:45:06,799 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2024-01-25 09:45:06,826 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2024-01-25 09:45:06,851 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2024-01-25 09:45:08,050 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||
2023-12-07 10:52:13,915 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 25462
|
||||
length = 31514
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-25 09:45:10,397 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||
2023-12-07 14:43:20,850 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 14:43:20,883 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 14:43:20,885 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 14:43:25,164 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 25586
|
||||
length = 28444
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-25 09:45:12,097 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9293511365051303
|
||||
2024-01-25 09:46:15,846 - 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-01-25 09:46:15,847 - 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-01-25 09:55:27,610 - isceobj.Location.OffsetField - INFO - 513 offsets culled
|
||||
2024-01-25 09:55:27,828 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-25 09:55:28,012 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-25 09:55:28,240 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-25 09:55:29,933 - 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-01-25 09:55:29,933 - 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-01-25 09:55:34,680 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||
2024-01-25 09:55:34,691 - isce.mroipac.filter - DEBUG - width: 803
|
||||
2024-01-25 09:55:34,692 - isce.mroipac.filter - DEBUG - length: 1173
|
||||
2024-01-25 09:55:34,692 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||
2024-01-25 09:55:34,692 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||
2024-01-25 09:55:34,692 - isce.mroipac.filter - DEBUG - filter strength: 0.8
|
||||
2024-01-25 09:55:34,692 - isce.mroipac.filter - INFO - Filtering interferogram
|
||||
2024-01-25 09:55:35,406 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||
2024-01-25 10:01:21,651 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2024-01-25 10:01:21,679 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2024-01-25 10:01:21,705 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2024-01-25 10:01:22,931 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230523/20230523.slc
|
||||
2023-12-07 14:43:28,100 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 25462
|
||||
length = 31514
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-25 10:01:52,504 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/Dem/Temporary/preprocessed/slc/20230531/20230531.slc
|
||||
2023-12-07 14:51:19,044 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 14:51:19,073 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 14:51:19,075 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 14:51:22,676 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 25586
|
||||
length = 28444
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-25 10:02:10,156 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.9295072709955585
|
||||
2024-01-25 10:23:47,009 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 17481 which is the number of lines in the slc image.
|
||||
2024-01-25 10:23:47,010 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 11203 which is the width of the slc image.
|
||||
2024-01-25 10:33:35,456 - isceobj.Location.OffsetField - INFO - 397 offsets culled
|
||||
2024-01-25 10:33:35,687 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-25 10:33:35,896 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-25 10:33:36,170 - isceobj.Location.OffsetField - INFO - 0 offsets culled
|
||||
2024-01-25 10:33:42,356 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_LINES has been set to the default value 17481 which is the number of lines in the slc image.
|
||||
2024-01-25 10:33:42,356 - isce.stdproc.resamp_slc - WARNING - The variable INPUT_WIDTH has been set to the default value 11203 which is the width of the slc image.
|
||||
2024-01-25 10:34:49,020 - isce.tops.runFilter - INFO - Applying power-spectral filter
|
||||
2024-01-25 10:34:49,032 - isce.mroipac.filter - DEBUG - width: 3736
|
||||
2024-01-25 10:34:49,032 - isce.mroipac.filter - DEBUG - length: 5841
|
||||
2024-01-25 10:34:49,032 - isce.mroipac.filter - DEBUG - input: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/20230523_20230531.int
|
||||
2024-01-25 10:34:49,033 - isce.mroipac.filter - DEBUG - output: /cygdrive/D/micro/LWork/Dem/Temporary/processing/isce_workspace/Igrams/20230523_20230531/filt_20230523_20230531.int
|
||||
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:35:05,337 - isce.tops.runFilter - INFO - Estimating spatial coherence based phase sigma
|
||||
2024-01-25 11:22:29,291 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2024-01-25 11:22:29,319 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2024-01-25 11:22:29,345 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2024-01-25 11:22:30,425 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
2023-12-07 14:51:25,083 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 15:05:18,637 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 15:05:18,639 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 15:05:18,641 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 15:05:22,642 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 15:05:26,002 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 15:16:13,895 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 15:16:13,915 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 15:16:13,917 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 15:16:22,262 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 15:16:33,525 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 15:24:12,055 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 15:24:12,107 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 15:24:12,109 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 15:24:16,444 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 15:24:21,945 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 16:04:40,069 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 16:04:40,099 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 16:04:40,102 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 16:04:43,872 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 16:04:49,867 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 16:16:58,040 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 16:16:58,064 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 16:16:58,066 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 16:17:04,108 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 16:17:13,112 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 16:57:46,945 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 16:57:46,977 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 16:57:46,979 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 16:57:56,967 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 16:58:02,620 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 19:01:51,893 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 19:01:51,919 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 19:01:51,921 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 19:01:59,039 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 19:02:01,400 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 19:02:04,963 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.89713216492012
|
||||
2023-12-07 19:11:09,206 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 19:11:09,263 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 19:11:09,265 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 19:11:13,971 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 19:11:16,628 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 19:11:20,433 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.89713216492012
|
||||
2023-12-07 21:08:28,844 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2023-12-07 21:08:28,881 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2023-12-07 21:08:28,883 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2023-12-07 21:08:35,354 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 21:08:37,877 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/F/Toos/PolSARpro/data/Output/AtmosphericDelay/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2023-12-07 21:08:40,090 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.89713216492012
|
||||
2024-01-29 16:47:05,836 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2024-01-29 16:47:05,838 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2024-01-29 16:47:05,840 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2024-01-29 16:47:06,503 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
|
@ -955,7 +1015,7 @@ length = 11117
|
|||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-25 11:22:32,096 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
2024-01-29 16:47:07,352 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230420/20230420.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
|
@ -963,4 +1023,84 @@ length = 11120
|
|||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-25 11:22:33,498 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.8970550370682178
|
||||
2024-01-29 16:47:08,073 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.897008075897616
|
||||
2024-01-29 16:51:05,166 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2024-01-29 16:51:05,168 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2024-01-29 16:51:05,170 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2024-01-29 16:51:05,821 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-29 16:51:07,038 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230420/20230420.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11120
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-29 16:51:08,146 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.8970562836943943
|
||||
2024-01-29 17:03:03,088 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2024-01-29 17:03:03,090 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2024-01-29 17:03:03,092 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2024-01-29 17:03:03,795 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230327/20230327.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11133
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-29 17:03:05,062 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230404/20230404.slc
|
||||
bands = 1
|
||||
width = 11898
|
||||
length = 11117
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-29 17:03:07,246 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.897019385410566
|
||||
2024-01-29 17:16:18,196 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2024-01-29 17:16:18,199 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2024-01-29 17:16:18,200 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2024-01-29 17:16:18,903 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc
|
||||
bands = 1
|
||||
width = 12154
|
||||
length = 10380
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-29 17:16:22,367 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230413/20230413.slc
|
||||
bands = 1
|
||||
width = 12154
|
||||
length = 10384
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-29 17:16:25,781 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935477091091957
|
||||
2024-01-30 10:09:47,471 - isce.mroipac.baseline - INFO - Sampling time 0
|
||||
2024-01-30 10:09:47,474 - isce.mroipac.baseline - INFO - Sampling time 1
|
||||
2024-01-30 10:09:47,475 - isce.mroipac.baseline - INFO - Sampling time 2
|
||||
2024-01-30 10:09:48,360 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230328/20230328.slc
|
||||
bands = 1
|
||||
width = 12154
|
||||
length = 10380
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-30 10:09:49,419 - root - DEBUG - Creating readonly ISCE mmap with
|
||||
file = /cygdrive/D/micro/LWork/VegetationHeight/Temporary/preprocessed/slc/20230413/20230413.slc
|
||||
bands = 1
|
||||
width = 12154
|
||||
length = 10384
|
||||
scheme = BIP
|
||||
dtype = CFLOAT
|
||||
|
||||
2024-01-30 10:09:50,349 - isce.zerodop.topozero - WARNING - Default Peg heading set to: -2.935522020657171
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -41,7 +41,7 @@
|
|||
<ParaType>File</ParaType>
|
||||
<DataType>zip</DataType>
|
||||
<ParaSource>Man</ParaSource>
|
||||
<ParaValue>E:\MicroWorkspace\LT1B\LT202304\LT1B_MONO_MYC_STRIP4_005979_E130.9_N47.8_20230404_SLC_AHV_L1A_0000091507.tar.gz</ParaValue>
|
||||
<ParaValue>D:\micro\microproduct_depdence\VegaHeight\sars\LT1A_MONO_KSC_STRIP4_006353_E109.3_N19.0_20230328_SLC_AHV_L1A_0000087468.tar.gz</ParaValue>
|
||||
<EnModification>True</EnModification>
|
||||
<EnMultipleChoice>False</EnMultipleChoice>
|
||||
<Control>File</Control>
|
||||
|
@ -56,7 +56,7 @@
|
|||
<ParaType>File</ParaType>
|
||||
<DataType>zip</DataType>
|
||||
<ParaSource>Man</ParaSource>
|
||||
<ParaValue>E:\MicroWorkspace\LT1B\LT202304\LT1B_MONO_MYC_STRIP4_006217_E130.9_N47.8_20230420_SLC_AHV_L1A_0000101237.tar.gz</ParaValue>
|
||||
<ParaValue>D:\micro\microproduct_depdence\VegaHeight\sars\LT1A_MONO_KRN_STRIP4_006593_E109.3_N19.0_20230413_SLC_AHV_L1A_0000097039.tar.gz</ParaValue>
|
||||
<EnModification>True</EnModification>
|
||||
<EnMultipleChoice>False</EnMultipleChoice>
|
||||
<Control>File</Control>
|
||||
|
@ -71,7 +71,7 @@
|
|||
<ParaType>File</ParaType>
|
||||
<DataType>File</DataType>
|
||||
<ParaSource>Man</ParaSource>
|
||||
<ParaValue>E:\MicroWorkspace\LT1B\LT230919\dem</ParaValue>
|
||||
<ParaValue>D:\micro\microproduct_depdence\VegaHeight\DEM</ParaValue>
|
||||
<EnModification>True</EnModification>
|
||||
<EnMultipleChoice>False</EnMultipleChoice>
|
||||
<Control>File</Control>
|
||||
|
@ -82,11 +82,11 @@
|
|||
<Parameter>
|
||||
<ParaName>box</ParaName>
|
||||
<ParaChsName>经纬度包围盒</ParaChsName>
|
||||
<Description>经纬度包围盒SNWE。例子:47.779998;47.779999;130.829998;130.829999</Description>
|
||||
<Description>经纬度包围盒SNWE。例子:47.779998;47.779999;130.829998;130.829999;;47.75;47.8;130.82;130.87;;18.9;19.1;109.2;109.29</Description>
|
||||
<ParaType>Value</ParaType>
|
||||
<DataType>string</DataType>
|
||||
<ParaSource>Man</ParaSource>
|
||||
<ParaValue>47.75;47.8;130.82;130.87</ParaValue>
|
||||
<ParaValue>18.9;18.905;109.2;109.205</ParaValue>
|
||||
<EnModification>True</EnModification>
|
||||
<EnMultipleChoice>True</EnMultipleChoice>
|
||||
<Control>UploadInput</Control>
|
||||
|
@ -103,7 +103,7 @@
|
|||
<ParaType>File</ParaType>
|
||||
<DataType>tar.gz</DataType>
|
||||
<ParaSource>Man</ParaSource>
|
||||
<ParaValue>D:\micro\LWork\VegetationHeight\Output\LT1B_MONO_MYC_STRIP4_005979_E130.9_N47.8_20230404_SLC_AHV_L1A_0000091507-VTH.tar.gz</ParaValue>
|
||||
<ParaValue>D:\micro\LWork\VegetationHeight\Output\LT1A_MONO_KSC_STRIP4_006353_E109.3_N19.0_20230328_SLC_AHV_L1A_0000087468-VTH.tar.gz</ParaValue>
|
||||
</Parameter>
|
||||
</Outputs>
|
||||
</AlgCompt>
|
||||
|
|
|
@ -56,16 +56,16 @@ env_str = os.path.dirname(os.path.abspath(sys.argv[0]))
|
|||
os.environ['PROJ_LIB'] = env_str
|
||||
|
||||
|
||||
class AtmosphericMain:
|
||||
class VegetationHeight:
|
||||
"""
|
||||
大气延迟校正主函数
|
||||
植被高度主函数
|
||||
"""
|
||||
|
||||
def __init__(self, alg_xml_path):
|
||||
self.alg_xml_path = alg_xml_path
|
||||
self.imageHandler = ImageHandler()
|
||||
self.ROIAlg = ROIAlg()
|
||||
self.__alg_xml_handler = ManageAlgXML(alg_xml_path) # 导入大气延迟的xml文件
|
||||
self.__alg_xml_handler = ManageAlgXML(alg_xml_path) # 导入植被高度的xml文件
|
||||
self.__check_handler = CheckSource(self.__alg_xml_handler)
|
||||
self.AHVToPolSarProS2 = AHVToPolSarProS2()
|
||||
self.__workspace_path = None
|
||||
|
@ -229,31 +229,24 @@ class AtmosphericMain:
|
|||
"""
|
||||
删除原有工作区文件夹,创建新工作区文件夹
|
||||
"""
|
||||
self.__workspace_preprocessing_path = self.__workspace_tem_dir_path + "preprocessing""\\"
|
||||
|
||||
self.__workspace_preprocessed_path = self.__workspace_tem_dir_path + "preprocessed""\\"
|
||||
self.__workspace_cut_path = self.__workspace_tem_dir_path + "cut""\\"
|
||||
|
||||
# self.__workspace_resame2_path = self.__workspace_tem_dir_path + "resame2""\\"
|
||||
self.__workspace_roi_path = self.__workspace_tem_dir_path + "roi""\\"
|
||||
self.__workspace_atmos_dely_path = self.__workspace_tem_dir_path + "VegetationHeight""\\"
|
||||
# self.__workspace_resame_itself_path = self.__workspace_tem_dir_path + "resame_itself""\\"
|
||||
|
||||
self.__workspace_Output_path = self.__workspace_path + EXE_NAME + r"\Output""\\"
|
||||
self.__workspace_iscePreprocessed_path = self.__workspace_path + EXE_NAME + r"\Temporary\isce\preprocessed""\\"
|
||||
self.__workspace_isceProcessing_path = self.__workspace_path + EXE_NAME + r"\Temporary\isce\processing""\\"
|
||||
self.__workspace_isce_path = os.path.join(self.__workspace_isceProcessing_path, 'isce_workspace')
|
||||
self.__workspace_mintpy_path = os.path.join(self.__workspace_isceProcessing_path, 'mintpy_workspace')
|
||||
self.__workspace_dem_path = os.path.join(self.__workspace_iscePreprocessed_path, 'dem')
|
||||
self.__workspace_slc_path = self.__workspace_path + EXE_NAME + r"\Temporary\slc"
|
||||
self.__workspace_origin_path = os.path.join(self.__workspace_path, EXE_NAME, "Temporary", "origin")
|
||||
# self.__workspace_resame2_path,self.__workspace_resame_itself_path,
|
||||
path_list = [self.__workspace_preprocessing_path, self.__workspace_preprocessed_path,
|
||||
path_list = [self.__workspace_preprocessed_path,
|
||||
self.__workspace_cut_path, self.__workspace_origin_path,
|
||||
self.__workspace_roi_path, self.__workspace_atmos_dely_path,
|
||||
self.__workspace_Output_path,
|
||||
self.__workspace_atmos_dely_path, self.__workspace_Output_path,
|
||||
self.__workspace_iscePreprocessed_path, self.__workspace_isceProcessing_path,
|
||||
self.__workspace_dem_path, self.__workspace_isce_path,
|
||||
self.__workspace_slc_path, self.__workspace_mintpy_path]
|
||||
self.__workspace_mintpy_path]
|
||||
|
||||
for path in path_list:
|
||||
if os.path.exists(path):
|
||||
|
@ -342,12 +335,12 @@ class AtmosphericMain:
|
|||
else:
|
||||
flatEffect = (4 * np.pi / lamda) * bPar
|
||||
flatEffect_path = self.__workspace_preprocessed_path + "FlatEffect""\\"
|
||||
self.out_flat_tif = flatEffect_path + "flatEffect_path.tif"
|
||||
self.out_flat_tif = flatEffect_path + "flatEffect.tif"
|
||||
ImageHandler().write_img(self.out_flat_tif, '', [0, 0, 0, 0, 0, 0], flatEffect)
|
||||
|
||||
flatEffect_angle = np.exp(1j * flatEffect)
|
||||
flatEffect_angle_path = flatEffect_path + "flatEffect_angle_path.bin"
|
||||
flatEffect_angleHdr_path = flatEffect_path + "flatEffect_angle_path.hdr"
|
||||
flatEffect_angle_path = flatEffect_path + "flatEffect_angle.bin"
|
||||
flatEffect_angleHdr_path = flatEffect_path + "flatEffect_angle.hdr"
|
||||
self.AHVToPolSarProS2.write_slc_img_bin(flatEffect_angle, flatEffect_angle_path)
|
||||
self.AHVToPolSarProS2.write_bin_hdr(flatEffect_angleHdr_path, h, w)
|
||||
return flatEffect_angle
|
||||
|
@ -611,15 +604,6 @@ class AtmosphericMain:
|
|||
CreateProductXml(para_dict, model_path, meta_xml_path).create_standard_xml()
|
||||
return meta_xml_path
|
||||
|
||||
def reasmple_incLocal(self, para_name1, para_name2):
|
||||
m_incLocal = self.__preprocessed_paras[para_name1[0]]
|
||||
a_incLocal = self.__preprocessed_paras[para_name1[1]]
|
||||
m_hgt = self.__preprocessed_paras[para_name2[0]]
|
||||
m_incLocal_resample = os.path.join(self.__workspace_slc_path, "m_incLocal_resample.tif")
|
||||
a_incLocal_resample = os.path.join(self.__workspace_slc_path, "a_incLocal_resample.tif")
|
||||
pp.resampling_by_scale(m_incLocal, m_incLocal_resample, m_hgt)
|
||||
pp.resampling_by_scale(a_incLocal, a_incLocal_resample, m_hgt)
|
||||
return m_incLocal_resample, a_incLocal_resample
|
||||
|
||||
def calc_kz(self, a_angle_array, bParp, Range, lamda):
|
||||
# def calc_kz(self, m_angle_array, a_angle_array, lamda):
|
||||
|
@ -665,99 +649,6 @@ class AtmosphericMain:
|
|||
# except:
|
||||
# return False
|
||||
|
||||
def check_img_projection(self, para_names1, para_names2):
|
||||
"""
|
||||
读取每一张图像,检查图像坐标系,如果是平面坐标,则转换为WGS84经纬度坐标
|
||||
:param para_names1:需要检查的参数名称
|
||||
:param para_names2:需要检查的参数名称
|
||||
"""
|
||||
if len(para_names1) == 0 or len(para_names2) == 0:
|
||||
return False
|
||||
pro_img_path = {}
|
||||
for name1 in para_names1:
|
||||
# dem、入射角
|
||||
in_para = self.__processing_paras[name1]
|
||||
proj = self.imageHandler.get_projection(in_para)
|
||||
keyword = proj.split("[", 2)[0]
|
||||
out_para = self.__workspace_preprocessed_path + "pro_" + os.path.basename(self.__processing_paras[name1])
|
||||
if keyword == "GEOGCS":
|
||||
shutil.copy(in_para, out_para)
|
||||
elif keyword == "PROJCS":
|
||||
pp.trans_epsg4326(out_para, in_para)
|
||||
elif len(keyword) == 0 or keyword.strip() == "" or keyword.isspace() is True:
|
||||
raise Exception('the coordinate of dem or incident is missing!')
|
||||
pro_img_path.update({name1: out_para})
|
||||
logger.info('image coordinate transformation finished!')
|
||||
for name2 in para_names2:
|
||||
in_para = self.__workspace_preprocessing_path + name2 + ".tif"
|
||||
proj = self.imageHandler.get_projection(in_para)
|
||||
keyword = proj.split("[", 2)[0]
|
||||
out_para = self.__workspace_preprocessed_path + name2 + ".tif"
|
||||
if keyword == "GEOGCS":
|
||||
shutil.copy(in_para, out_para)
|
||||
elif keyword == "PROJCS":
|
||||
pp.trans_epsg4326(out_para, in_para)
|
||||
elif len(keyword) == 0 or keyword.strip() == "" or keyword.isspace() is True:
|
||||
raise Exception('data miss coordinate!')
|
||||
pro_img_path.update({name2: out_para})
|
||||
logger.info('ERA data coordinate transformation finished!')
|
||||
return pro_img_path
|
||||
|
||||
def cal_intersect_shp(self, shp_path, para_dict, para_names):
|
||||
"""
|
||||
:param shp_path:相交区域矢量文件保存区域
|
||||
:param para_dict: 字典 {影像名称:路径}
|
||||
:param para_names:判断相交影像的名称列表
|
||||
:return: True or False
|
||||
"""
|
||||
if len(para_names) == 0:
|
||||
return False
|
||||
scopes = ()
|
||||
for name in para_names:
|
||||
scope_tuple = (self.imageHandler.get_scope(para_dict[name]),)
|
||||
scopes += scope_tuple
|
||||
intersect_polygon = pp.intersect_polygon(scopes)
|
||||
if intersect_polygon is None:
|
||||
logger.error('image range does not overlap!')
|
||||
return False
|
||||
if pp.write_polygon_shp(shp_path, intersect_polygon, 4326) is False:
|
||||
return False
|
||||
logger.info('calculate intersect finished!')
|
||||
return True
|
||||
|
||||
def intersect_judge(self, para_dict, para_names, para_names2):
|
||||
"""
|
||||
:param para_dict: 字典 {影像名称:路径}
|
||||
:param para_names:判断相交影像的名称列表
|
||||
:param para_names2:判断相交影像的名称列表
|
||||
:return: True or False
|
||||
"""
|
||||
if len(para_names) == 0 or len(para_names2) == 0:
|
||||
return False
|
||||
scopes_01 = ()
|
||||
for name in para_names:
|
||||
scope_tuple_01 = (self.imageHandler.get_scope(para_dict[name]),)
|
||||
scopes_01 += scope_tuple_01
|
||||
intersect_polygon_01 = pp.intersect_polygon(scopes_01)
|
||||
scopes_02 = ()
|
||||
for name in para_names2:
|
||||
scope_tuple_02 = (self.imageHandler.get_scope(para_dict[name]),)
|
||||
scopes_02 += scope_tuple_02
|
||||
intersect_polygon_02 = pp.intersect_polygon(scopes_02)
|
||||
intersect_polygon_01 = np.array(intersect_polygon_01)
|
||||
intersect_polygon_02 = np.array(intersect_polygon_02)
|
||||
flag_left, flag_right, flag_down, flag_up = 0, 0, 0, 0
|
||||
if intersect_polygon_02[0][0] >= intersect_polygon_01[0][0]:
|
||||
flag_left = 1
|
||||
if intersect_polygon_02[2][0] <= intersect_polygon_01[2][0]:
|
||||
flag_right = 1
|
||||
if intersect_polygon_02[0][1] >= intersect_polygon_01[0][1]:
|
||||
flag_down = 1
|
||||
if intersect_polygon_02[2][1] <= intersect_polygon_01[2][1]:
|
||||
flag_up = 1
|
||||
if flag_left == 0 or flag_right == 0 or flag_down == 0 or flag_up == 0:
|
||||
return False
|
||||
return True
|
||||
|
||||
def cut_img(self, para_names1, shp_path):
|
||||
"""
|
||||
|
@ -804,26 +695,6 @@ class AtmosphericMain:
|
|||
logger.info('resampling finished !')
|
||||
return prepro_imgs_path
|
||||
|
||||
def check_LocalIncidenceAngle(self):
|
||||
"""
|
||||
将角度的无效值设置为nan,把角度值转为弧度值
|
||||
"""
|
||||
# 主影像雷达入射角
|
||||
M_Angle_path = self.__preprocessed_paras['m_incLocal']
|
||||
out_M_Angle_path = os.path.splitext(M_Angle_path)[0] + r"_check.tif"
|
||||
pp.check_LocalIncidenceAngle(out_M_Angle_path, M_Angle_path)
|
||||
if os.path.isfile(M_Angle_path) is True:
|
||||
os.remove(M_Angle_path)
|
||||
self.__preprocessed_paras['m_incLocal'] = out_M_Angle_path
|
||||
|
||||
# 辅影像雷达入射角
|
||||
A_Angle_path = self.__preprocessed_paras['a_incLocal']
|
||||
out_A_Angle_path = os.path.splitext(A_Angle_path)[0] + r"_check.tif"
|
||||
pp.check_LocalIncidenceAngle(out_A_Angle_path, A_Angle_path)
|
||||
if os.path.isfile(A_Angle_path) is True:
|
||||
os.remove(A_Angle_path)
|
||||
self.__preprocessed_paras['a_incLocal'] = out_A_Angle_path
|
||||
|
||||
@staticmethod
|
||||
def make_targz(output_filename, source_dir):
|
||||
"""
|
||||
|
@ -835,22 +706,6 @@ class AtmosphericMain:
|
|||
with tarfile.open(output_filename, "w:gz") as tar:
|
||||
tar.add(source_dir, arcname=os.path.basename(source_dir))
|
||||
|
||||
def transformZtd(self, scopes, ori_sim, out_mas_ztd_path, geo_mas_ztd_path):
|
||||
self._tr = TransImgL1A_ori(ori_sim, scopes)
|
||||
self._tr.l1a_2_geo(ori_sim, out_mas_ztd_path, geo_mas_ztd_path)
|
||||
|
||||
def get_scopes(self, ori_sim):
|
||||
ori_sim_data = self.imageHandler.get_data(ori_sim)
|
||||
lon = ori_sim_data[0, :, :]
|
||||
lat = ori_sim_data[1, :, :]
|
||||
|
||||
min_lon = np.nanmin(lon)
|
||||
max_lon = np.nanmax(lon)
|
||||
min_lat = np.nanmin(lat)
|
||||
max_lat = np.nanmax(lat)
|
||||
|
||||
scopes = [[min_lon, max_lat], [max_lon, max_lat], [min_lon, min_lat], [max_lon, min_lat]]
|
||||
return scopes
|
||||
|
||||
def prod_handle(self):
|
||||
"""
|
||||
|
@ -878,35 +733,11 @@ class AtmosphericMain:
|
|||
# raise Exception('autorun.py run failed!')
|
||||
logger.info('autorun_cmd success!')
|
||||
|
||||
def isce_write(self, in_dict, out_dict):
|
||||
"""isce(.rdr、.vrt)-->.tif"""
|
||||
for i in range(0, len(in_dict)):
|
||||
output_file = os.path.join(self.__workspace_slc_path, out_dict[i])
|
||||
limit_lat = os.path.join(self.__workspace_isce_path, "geom_reference", "lat.rdr")
|
||||
limit_lon = os.path.join(self.__workspace_isce_path, "geom_reference", "lon.rdr")
|
||||
if in_dict[i] != "filt_fine.int.vrt" and in_dict[i] != "filt_fine.unw.vrt":
|
||||
input_file = os.path.join(self.__workspace_isce_path, "geom_reference", in_dict[i])
|
||||
if os.path.isfile(input_file):
|
||||
DataTransform().write_tif(output_file, limit_lat, limit_lon, input_file)
|
||||
else:
|
||||
raise Exception('can not find file: ', input_file)
|
||||
|
||||
name = out_dict[i].split(".")[0]
|
||||
self.__processing_paras.update({name: output_file})
|
||||
|
||||
def isce_run_steps(self, run_steps, target):
|
||||
for i in range(0, len(run_steps)):
|
||||
uwm_file = os.path.join(self.__workspace_isce_path, "run_files", run_steps[i])
|
||||
shutil.move(uwm_file, target)
|
||||
|
||||
def isce_del_dir(self, path_list):
|
||||
for path in path_list:
|
||||
if os.path.exists(path):
|
||||
if os.path.isdir(path):
|
||||
shutil.rmtree(path)
|
||||
os.makedirs(path)
|
||||
logger.info('create new floder success!')
|
||||
|
||||
def unPackLT1AB(self, run_unPackLT1AB):
|
||||
global result
|
||||
print(run_unPackLT1AB)
|
||||
|
@ -1053,7 +884,7 @@ class AtmosphericMain:
|
|||
for tif in mas_in_tif_paths:
|
||||
file_name = os.path.basename(tif).split("_")[9]
|
||||
out_path = os.path.join(mas_out_cut_path, "MasterSar_" + file_name + ".tif")
|
||||
AtmosphericMain.cut_L1A(tif, out_path, self.mas_lines_set)
|
||||
VegetationHeight.cut_L1A(tif, out_path, self.mas_lines_set)
|
||||
self.__preprocessed_paras.update({"MasterSar_" + file_name: out_path})
|
||||
print("-----裁剪后主影像结果-----", out_path)
|
||||
|
||||
|
@ -1062,7 +893,7 @@ class AtmosphericMain:
|
|||
for tif in aux_in_tif_paths:
|
||||
file_name = os.path.basename(tif).split("_")[9]
|
||||
out_path = os.path.join(aux_out_cut_path, "AuxiliarySar_" + file_name + ".tif")
|
||||
AtmosphericMain.cut_L1A(tif, out_path, self.aux_lines_set)
|
||||
VegetationHeight.cut_L1A(tif, out_path, self.aux_lines_set)
|
||||
self.__preprocessed_paras.update({"AuxiliarySar_" + file_name: out_path})
|
||||
print("-----裁剪后辅影像结果-----", out_path)
|
||||
|
||||
|
@ -1090,18 +921,18 @@ if __name__ == "__main__":
|
|||
xml_path = 'VegetationHeight.xml'
|
||||
else:
|
||||
xml_path = sys.argv[1]
|
||||
AtmosphericMain = AtmosphericMain(xml_path)
|
||||
if AtmosphericMain.check_source() is False:
|
||||
VegetationHeight = VegetationHeight(xml_path)
|
||||
if VegetationHeight.check_source() is False:
|
||||
raise Exception('check_source() failed!')
|
||||
if AtmosphericMain.get_interv_img() is False: # 影像粗配准、主辅影像裁剪
|
||||
if VegetationHeight.get_interv_img() is False: # 影像粗配准、主辅影像裁剪
|
||||
raise Exception('get_interv_img() failed!')
|
||||
if AtmosphericMain.preprocess_handle() is False:
|
||||
if VegetationHeight.preprocess_handle() is False:
|
||||
raise Exception('preprocess_handle() failed!')
|
||||
logger.info('successful production of ' + EXE_NAME + ' Product' + '.mate.xml')
|
||||
except Exception:
|
||||
logger.exception("run-time error!")
|
||||
finally:
|
||||
AtmosphericMain.del_temp_workspace()
|
||||
VegetationHeight.del_temp_workspace()
|
||||
# pass
|
||||
|
||||
end = datetime.datetime.now()
|
||||
|
|
|
@ -89,6 +89,7 @@ def saveTiff(target_data_path,xsize,ysize,gt,srs,target_arr):
|
|||
driver = gdal.GetDriverByName('GTiff') # 数据类型必须有,因为要计算需要多大内存空间
|
||||
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).SetNoDataValue(-9999)
|
||||
tiff_geo.SetGeoTransform(gt)
|
||||
tiff_geo.SetProjection(srs.ExportToWkt())
|
||||
del tiff_geo
|
||||
|
|
|
@ -0,0 +1,63 @@
|
|||
|
||||
import numpy as np
|
||||
|
||||
from tool.algorithm.image.ImageHandle import ImageHandler
|
||||
from matplotlib import pyplot as plt
|
||||
import matplotlib as mpl
|
||||
from scipy import signal
|
||||
import scipy
|
||||
cmap = mpl.cm.jet_r
|
||||
|
||||
def show_filt():
|
||||
mas = r"D:\micro\LWork\VegetationHeight\Temporary\preprocessed\master_s2\s11.bin"
|
||||
aux = r"D:\micro\LWork\VegetationHeight\Temporary\preprocessed\slave_s2\s11.bin"
|
||||
out_file = r'D:\micro\LWork\VegetationHeight\Temporary\preprocessed\test_def.tif'
|
||||
|
||||
mas_arr = np.fromfile(mas, np.complex64)
|
||||
aux_arr = np.fromfile(aux, np.complex64)
|
||||
# mas_new = mas_arr.reshape(1307, 1900)
|
||||
# aux_new = aux_arr.reshape(1307, 1900)
|
||||
mas_new = mas_arr.reshape(6419, 5117)
|
||||
aux_new = aux_arr.reshape(6419, 5117)
|
||||
# mas_arr = ImageHandler.get_all_band_array(mas)
|
||||
# aux_arr = ImageHandler.get_all_band_array(aux)
|
||||
# mas_new = mas_arr[:,:,0] + mas_arr[:,:,1] * 1j
|
||||
# aux_new = aux_arr[:,:,0] + aux_arr[:,:,1] * 1j
|
||||
|
||||
res = mas_new * np.conj(aux_new)
|
||||
|
||||
ang1 = np.angle(res, deg=False)
|
||||
ImageHandler.write_img(out_file, '', [0, 0, 0, 0, 0, 0], ang1)
|
||||
plt.imshow(ang1, cmap="hsv")
|
||||
plt.colorbar()
|
||||
plt.set_cmap(cmap)
|
||||
plt.show()
|
||||
|
||||
|
||||
def compute_flat_phase_estimate(sar_image):
|
||||
# 假设sar_image是输入的SAR图像数据,是一个二维的复数数组,其中每个元素包含振幅和相位信息
|
||||
# 首先,计算SAR图像的幅度
|
||||
sar_amplitude = np.abs(sar_image)
|
||||
|
||||
# 对幅度进行多普勒校正,这个步骤通常包括对图像进行配准和校正
|
||||
# 这里仅仅做示例,实际情况下你可能需要更复杂的配准和校正步骤
|
||||
sar_amplitude_corrected = sar_amplitude
|
||||
|
||||
# 计算多普勒校正后的SAR图像的相位
|
||||
sar_phase = np.angle(sar_image)
|
||||
|
||||
# 使用信号处理中的方法(例如2D FFT)估计平地相位
|
||||
# 在这个示例中,我们使用3x3的中值滤波器来平滑相位图像
|
||||
flat_phase_estimate = signal.medfilt(sar_phase, kernel_size=3)
|
||||
plt.imshow(flat_phase_estimate[:,:,1], cmap="hsv")
|
||||
plt.colorbar()
|
||||
plt.set_cmap(cmap)
|
||||
plt.show()
|
||||
|
||||
return flat_phase_estimate
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
show_filt()
|
|
@ -22,11 +22,9 @@ from tool.algorithm.image.ImageHandle import ImageHandler
|
|||
from tool.algorithm.xml.AlgXmlHandle import ManageAlgXML, CheckSource, InitPara
|
||||
from tool.algorithm.algtools.logHandler import LogHandler
|
||||
from tool.algorithm.xml.AnalysisXml import xml_extend
|
||||
from tool.algorithm.xml.CreatMetafile import CreateMetafile
|
||||
from tool.algorithm.algtools.ROIAlg import ROIAlg as alg
|
||||
from VegetationPhenologyXmlInfo import CreateDict, CreateStadardXmlFile
|
||||
from VegetationPhenologyAuxData import PhenoloyMeasCsv_geo
|
||||
|
||||
from tool.algorithm.polsarpro.AHVToPolsarpro import AHVToPolsarpro
|
||||
from tool.algorithm.xml.CreateMetaDict import CreateMetaDict, CreateProductXml
|
||||
from tool.file.fileHandle import fileHandle
|
||||
from tool.algorithm.algtools.ROIAlg import ROIAlg as roi
|
||||
|
@ -293,17 +291,31 @@ class PhenologyMain:
|
|||
# train_data, test_data, type_map = csvh.trans_VegePhenology_measdata_dic(csvh.readcsv(self.__processing_paras['MeasuredData']), ori_sim_path)
|
||||
logger.info("read phenology Measure.csv success!")
|
||||
|
||||
# 添加四极化后向散射系数到特征图中
|
||||
feature_tif_dir = os.path.join(self.__workspace_processing_path, name, 'features')
|
||||
if not os.path.exists(feature_tif_dir):
|
||||
os.makedirs(feature_tif_dir)
|
||||
origin_xml = self.__processing_paras[name + "_Origin_META"]
|
||||
|
||||
# 特征分解
|
||||
hh_hv_vh_vv_list = ["","","",""]
|
||||
for key in key_list:
|
||||
if "_HH" in key :
|
||||
if "_HH" in key:
|
||||
hh_hv_vh_vv_list[0] = self.__preprocessed_paras[key]
|
||||
outPath = os.path.join(feature_tif_dir, 'cal_HH.tif')
|
||||
AHVToPolsarpro.sar_backscattering_sigma(hh_hv_vh_vv_list[0], origin_xml, outPath)
|
||||
if "_HV" in key:
|
||||
hh_hv_vh_vv_list[1] = self.__preprocessed_paras[key]
|
||||
outPath = os.path.join(feature_tif_dir, 'cal_HV.tif')
|
||||
AHVToPolsarpro.sar_backscattering_sigma(hh_hv_vh_vv_list[1], origin_xml, outPath)
|
||||
if "_VH" in key:
|
||||
hh_hv_vh_vv_list[2] = self.__preprocessed_paras[key]
|
||||
outPath = os.path.join(feature_tif_dir, 'cal_VH.tif')
|
||||
AHVToPolsarpro.sar_backscattering_sigma(hh_hv_vh_vv_list[2], origin_xml, outPath)
|
||||
if "_VV" in key:
|
||||
hh_hv_vh_vv_list[3] = self.__preprocessed_paras[key]
|
||||
outPath = os.path.join(feature_tif_dir, 'cal_VV.tif')
|
||||
AHVToPolsarpro.sar_backscattering_sigma(hh_hv_vh_vv_list[3], origin_xml, outPath)
|
||||
|
||||
cols = self.imageHandler.get_img_width(hh_hv_vh_vv_list[0])
|
||||
rows = self.imageHandler.get_img_height(hh_hv_vh_vv_list[0])
|
||||
|
|
Loading…
Reference in New Issue