Blame view

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