PyGEDM pre-computed maps of Galactic electron density models
收藏NIAID Data Ecosystem2026-03-12 收录
下载链接:
https://zenodo.org/record/4708480
下载链接
链接失效反馈官方服务:
资源简介:
Pre-computed HDF5 data cubes for PyGEDM web app.
Datasets in HDF5 file:
Dimension scales distance (pc), DM (pc/cm3), galactic latitude and galactic longitude (deg).
[('dist', ),
('dm', ),
('gb', ),
('gl', ),
gl = np.linspace(-180, 180, 360*2+1)
gb = np.linspace(-90, 90, 180*2+1)
dist = np.array((0.1, 0.2, 0.5, 1, 2, 5, 8.5, 10, 20, 50))
dm = np.array((1, 2, 5, 10, 20, 50, 100, 200, 500, 1000, 2000, 5000))
Galactocentric coordinates XYZ (pc):
('x', ),
('y', ),
('z', )]
NE2001 model precomputed datasets:
('ne2001', ),
[('ddm', ),
('ddm_tau', ),
('dmd', ),
('dmd_tau', ),
('xyz', )]
YMW16 precomputed datasets:
('ymw16', ),
[('ddm', ),
('ddm_tau', ),
('dmd', ),
('dmd_tau', ),
('xyz', )]
创建时间:
2021-07-09



