From ab8b0f4755b5f92a90aa361b162fcd57f3d69017 Mon Sep 17 00:00:00 2001 From: CunrenLiang Date: Thu, 26 Nov 2020 23:40:29 -0800 Subject: [PATCH] Update create_cmds.py add comments about identifying bad pairs --- contrib/stack/alosStack/create_cmds.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/stack/alosStack/create_cmds.py b/contrib/stack/alosStack/create_cmds.py index ac22efb..6ef5240 100755 --- a/contrib/stack/alosStack/create_cmds.py +++ b/contrib/stack/alosStack/create_cmds.py @@ -1110,6 +1110,9 @@ done'''.format(extraCommands = parallelCommands, #estimate ionospheric phase for each date cmd += header('estimate ionospheric phase for each date') + cmd += "#check the ionospheric phase estimation results in folder 'fig_ion', and find out the bad pairs.\n" + cmd += '#these pairs should be excluded from this step by specifying parameter -exc_pair. For example:\n' + cmd += '#-exc_pair 150401-150624 150401-150722\n\n' cmd += '#MUST re-run all the following commands, each time after running this command!!!\n' cmd += '#uncomment to run this command\n' cmd += '#'