Solar wind in situ data suitable for machine learning (python numpy arrays): STEREO-A/B, Wind, Parker Solar Probe, Ulysses, Venus Express, MESSENGER
收藏Figshare2020-04-17 更新2026-04-08 收录
下载链接:
https://figshare.com/articles/Solar_wind_in_situ_data_suitable_for_machine_learning_python_numpy_arrays_STEREO-A_B_Wind_Parker_Solar_Probe_Ulysses_Venus_Express_MESSENGER/12058065/1
下载链接
链接失效反馈官方服务:
资源简介:
**work in progress** don't use yet!<br>These are solar wind in situ data arrays in python pickle suitable for machine learning, i.e. the arrays consist only of numbers, no strings, no datetime objects.<br>Made with https://github.com/cmoestl/heliocats <br><br>Load in python with e.g.:<br>> import pickle> filepsp='psp_2018_2019_numpy.p'> [psp,hpsp]=pickle.load(open(filepsp, "rb" ) ) <br>plot time vs total field> import matplotlib.pyplot as plt> plt.plot(psp[:,0],psp[:,1])<br><br>Times psp[:,0 ]are in matplotlib format. Variable 'hpsp' contains a header with the variable names for each column.<br><br>
创建时间:
2020-04-01



