NASA JPL Development Ephemerides (DE430)

版本 2.0.0 (97.8 MB) 作者: Meysam Mahooti
DE430 spans from 1549-12-21 to 2650-01-25 and is based on the International Celestial Reference Frame (version 2.0).
1.2K 次下载
更新时间 2024/11/23

查看许可证

The JPL planetary ephemerides are saved as files of Chebyshev polynomials fit to the Cartesian positions and velocities of the planets, the Sun, and the Moon, typically in 32-day intervals. The positions are integrated in astronomical units (au), but with polynomials stored in units of kilometers.
References:
Folkner, W. M., et al. (2014). The planetary and lunar ephemerides DE430 and DE431.

引用格式

Meysam Mahooti (2025). NASA JPL Development Ephemerides (DE430) (https://www.mathworks.com/matlabcentral/fileexchange/60504-nasa-jpl-development-ephemerides-de430), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2024a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Visualization 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
2.0.0

It was revised on November 23, 2024.

1.1.1.0

The DE430 full matrix is added.

1.1.0.0

test_JPL430eph.m is modified.

1.0.0.1

Title is changed.

1.0.0.0

for i=1:2285
if (PC(i,1)<=JD && JD<=PC(i,2))
PCtemp = PC(i,:);
end
end
is replaced by i = find(PC(:,1)<=JD & JD<=PC(:,2),1,'first'); in JPL_Eph_DE430.m and description sub-folder is added.