Dear Batu,
I was checking subtrrefdem code and It seems to me that instead of crd_out_dem in subtrrefdem script ,we have to replace crd_out_file for bistatic Tandem-X Interferometry.so I modified subtrrefdem scripts to
|
#!/bin/bash |
|
|
if [ "${bistatic}" == "on" ]; then |
|
|
#openInIpython "${ADOREFOLDER}/lib/python/fun/subtrrefdem_bistatic.py" |
|
|
floatmult ${crd_out_file} 0.5 |
|
|
mv ${crd_out_file}.floatmult0.5 ${crd_out_file} |
|
|
fi |
|
|
pp ${dorisProcess} |
|
|
doris ${outputFolder}/${dorisProcess}.drs |
|
|
[ $? -eq 0 ] && echo "${dorisProcess}: SUCCESS" |
Best Regards,
Mohammad Mohseni Aref
--
You received this message because you are subscribed to the Google Groups "ADORE-DORIS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adore-doris...@googlegroups.com.
To post to this group, send email to adore...@googlegroups.com.
Visit this group at http://groups.google.com/group/adore-doris.
For more options, visit https://groups.google.com/d/optout.
| #!/bin/bash |
|
|
| pp ${dorisProcess} |
| doris ${outputFolder}/${dorisProcess}.drs |
| if [ "${bistatic}" == "on" ]; then |
| #openInIpython "${ADOREFOLDER}/lib/python/fun/subtrrefdem_bistatic.py" |
| floatmult ${crd_out_dem} 0.5 |
| mv ${crd_out_dem}.floatmult0.5 ${crd_out_dem} |
| fi |
|
|
| [ $? -eq 0 ] && echo "${dorisProcess}: SUCCESS" |
Dear Mohammad,
Please check your adore version. The latest code has that line active:
https://github.com/bosmanoglu/adore-doris/blob/master/lib/python/fun/subtrrefdem_bistatic.py
You may be using an older version.
Best,
Batu
Dear Batu,I have downloaded adore recentlt from github,please see subtrrefdem in githubhttps://github.com/bosmanoglu/adore-doris/blob/master/scr/process/subtrrefdem ,please look at line 6,#openInIpython "${ADOREFOLDER}/lib/python/fun/subtrrefdem_bistatic.py"as far as I concerned,It is deactivated by #.I fully agree with subtrrefdem.py works fine but we are talking about subtrrefdemall the best,MohammadPS:I didn't send this email to adore group