Chris, I have updated my code from the CVS and saw that you have added the Cubic interpolation...
I have tried it but it doesn't seem to work !
For example for Galileo instead of a straight line I have a sort of Cycloid !
The probe rotate around a virtual vertical axis with a radius of ~500000 km
normal :
_____________________>
cubic :
_ __ __>
X X
| | | |
\/ \/
Cubic Interpolation for Sampled Orbits...
-
- Site Admin
- Posts: 4211
- Joined: 28.01.2002
- With us: 22 years 9 months
- Location: Seattle, Washington, USA
Cubic Interpolation for Sampled Orbits...
Kendrix wrote:Chris, I have updated my code from the CVS and saw that you have added the Cubic interpolation...
I have tried it but it doesn't seem to work !
For example for Galileo instead of a straight line I have a sort of Cycloid !
The probe rotate around a virtual vertical axis with a radius of ~500000 km
normal :
_____________________>
cubic :
_ __ __>
X X
| | | |
\/ \/
When did you update? There was a bug in the original code that I fixed with a subsequent checkin. Also, it's disabled by default; my plan is to modify the .xyz format to allow metadata specifying the interpolation type and precision of the data.
--Chris