Blame view

PARAM_DEF/bepi_bls_da.xml 314 Bytes
cccf8fed   Quentin Brzustowski   ballistics parame...
1
2
3
4
5
6
<?xml version="1.0"?>
<param xml:id="bepi_bls_da">
	<time_resolution>3600</time_resolution>
	<get>
		<amdaParam name="bepi_xyz_hee"/>		 
	</get>
d24cd75a   Quentin Brzustowski   inverted sign on ...
7
	<process>RAD2DEG*acos($bepi_xyz_hee[0]/sqrt($bepi_xyz_hee[0]*$bepi_xyz_hee[0]+$bepi_xyz_hee[1]*$bepi_xyz_hee[1]))*Sign(-$bepi_xyz_hee[1])</process>
cccf8fed   Quentin Brzustowski   ballistics parame...
8
9
	<output/>
</param>