Solar wind in situ data suitable for machine learning (python numpy structured arrays): STEREO-A/B, Wind, Parker Solar Probe, Ulysses, Venus Express, MESSENGER
收藏DataCite Commons2020-08-25 更新2024-07-28 收录
下载链接:
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/5
下载链接
链接失效反馈官方服务:
资源简介:
These are solar wind in situ data arrays in python pickle format suitable for machine learning, i.e. the arrays consist only of numbers, no strings and no datetime objects.<br><br>See AAREADME_insitu_ML.txt for more explanation.<br>If you use these data for peer reviewed scientific publications, please get in touch concerning usage and possible co-authorship by the authors (C. Möstl, A. J. Weiss, R. L. Bailey, A. Isavnin, D. Stansby): christian.moestl@oeaw.ac.at or twitter @chrisoutofspace <br>Made with https://github.com/cmoestl/heliocats <br><br>Load in python with e.g. for Parker Solar Probe data:<br>> import pickle> filepsp='psp_2018_2019_sceq_ndarray.p'> [psp,hpsp]=pickle.load(open(filepsp, "rb" ) ) <br>plot time vs total field> import matplotlib.pyplot as plt> plt.plot(psp['time'],psp['bt'])<br><br>Times psp[:,0 ] or psp['time'] are in matplotlib format. Variable 'hpsp' contains a header with the variable names and units for each column. Coordinate systems for magnetic field components are RTN (Ulysses), SCEQ (Parker Solar Probe, STEREO-A/B, VEX, MESSENGER), HEEQ (Wind)<br>available parameters:<br>bt = total magnetic fieldbxyz = magnetic field componentsvt = total proton speedvxyz = velocity components (only for PSP)np = proton densitytp = proton temperaturexyz = spacecraft position in HEEQr, lat, lon = spherical coordinates of position in HEEQ<br><br><br><br>
提供机构:
figshare
创建时间:
2020-04-17



