Update README.md

added example for running rtcApp
LT1AB
Microwave Remote Sensing Laboratory 2019-09-26 15:29:41 -04:00 committed by GitHub
parent 9d7908beaf
commit 1902564666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 1 deletions

View File

@ -623,7 +623,23 @@ between three files as follows:
<property name="OUTPUT">20061231</property>
</component>
```
#### rtcApp.xml
```xml
<rtcApp>
<constant name="dir">/Users/data/sentinel1 </constant>
<component name="rtcApp">
<property name="posting">20</property>
<property name="sensor name">sentinel1</property>
<component name="master">
<property name="safe">$dir$/rtc_App_new/data/S1A_IW_GRDH_1SDV_20181221T225104_20181221T225129_025130_02C664_B46C.zip</property>
<property name="orbit directory">$dir$/orbits</property>
<property name="orbit file">$dir$/orbits/S1A_OPER_AUX_RESORB_OPOD_20181222T011619_V20181221T210119_20181222T001849.EOF</property>
<property name="output directory">$dir$/rtc_App_new/output</property>
<property name="polarization">[VV, VH]</property>
</component>
</component>
</rtcApp>
```
-----
## Component Configurability