1 2 3 4 5 6 7
<?xml version="1.0"?> <param xml:id="earth_lat_hee"> <get> <vi name="earth:orb:all"> <baseParam name="HEE"/> </vi> </get>
8
<process description="LAT HAE">atan($earth_orb_all_HEE[2]/sqrt(pow($earth_orb_all_HEE[1],2) + pow($earth_orb_all_HEE[0],2)))*RAD2DEG</process>
9 10
<output/> </param>