A compendium of Python data loaders and analysis tools for in-situ measurements of Solar Energetic Particles (SEP)
BSD 3-Clause "New" or "Revised" License
7
stars
6
forks
source link
Let print_energies() display a pd.DataFrame #4
Closed
jgieseler closed 2 years ago
Right now,
Event.print_energies()
just makes aprint
of the corresponding energy channels:If it showed a Pandas DataFrame that would be nicer displayed in a Jupyter Notebook, for example like this:
https://github.com/serpentine-h2020/SEPpy/blob/9af385d09da291bf338958420cd0af01883a7556/seppy/tools/__init__.py#L1884-L1921