gmtsar / gmtsar

GMTSAR
http://topex.ucsd.edu/gmtsar
GNU General Public License v3.0
275 stars 97 forks source link

preproc_batch_tops_esd.csh doesn't work #50

Closed khakim closed 3 years ago

khakim commented 4 years ago

Dear Xiaohua, Due to clear burst boundaries when using preproc_batch_tops.csh, I used preproc_batch_tops_esd.csh. Unfortunately the preproc_batch_tops_esd.csh doesn't work. I used the same input files as preproc_batch_tops.csh. How to fix this problem. Below the processing history: preproc_batch_tops_esd.csh data.in dem.grd 2

Usage: preproc_tops_batch.csh data.in dem.grd mode esd_mode preprocess and align a set of tops images in data.in, precise orbits required

format of data.in: image_name:orbit_name

example of data.in s1a-iw1-slc-vv-20150626...001:s1a-iw1-slc-vv-20150626...001:s1a-iw1-slc-vv-20150626...001:S1A_OPER_AUX_POEORB_V20150601_20150603.EOF s1a-iw1-slc-vv-20150715...001:s1a-iw1-slc-vv-20150715...001:s1a-iw1-slc-vv-20150715...001:S1A_OPER_AUX_POEORB_V20150625_20150627.EOF

outputs: baseline.ps align_table.ra (contains info for precise geomatric alignment) .PRM .LED *.SLC(mode 2)

esd_mode: 0 for average, 1 for median, 2 for interpolation

Note: The names must be in time order in each line to be stitched together

Xiaohua-Eric-Xu commented 4 years ago

I think you missed the esd_mode option at the end. In other words, you probably wanted to run

preproc_batch_tops_esd.csh data.in dem.grd 2 1
khakim commented 4 years ago

Dear Xiaohua, Thank you very much for your help. Yes, I missed the esd_mode.

khakim commented 4 years ago

After preproc_batch_tops_esd.csh finished, I don't find a file of baseline_table.dat. This issue can also found in this link http://gmt.soest.hawaii.edu/issues/1265 . But I don't understand to fix this problem. Could you let me know steps to solve this problem please?

Xiaohua-Eric-Xu commented 4 years ago

I think I made a fix to the master.