Update create_cmds.py

add comments about identifying bad pairs
LT1AB
CunrenLiang 2020-11-26 23:40:29 -08:00
parent 5a8bf7633e
commit ab8b0f4755
1 changed files with 3 additions and 0 deletions

View File

@ -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 += '#'