Blame view

PARAM_DEF/earth_lon_hee.xml 284 Bytes
70daf5c6   Quentin Brzustowski   corrected HAE-->HEE
1
2
3
4
5
6
7
<?xml version="1.0"?>
<param xml:id="earth_lon_hee">
  <get>
        <vi name="earth:orb:all">
         <baseParam name="HEE"/>
        </vi>
  </get>
a679e01c   Quentin Brzustowski   atan(y/x) --> atan2
8
  <process description="LON HAE">atan2($earth_orb_all_HEE[2],$earth_orb_all_HEE[1])*RAD2DEG</process>
70daf5c6   Quentin Brzustowski   corrected HAE-->HEE
9
10
  <output/>
</param>