Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler authored Jan 22, 2025
1 parent ea58a10 commit 18a1f57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,9 @@ See `data.serpentine-h2020.eu/l3data/solo/ <https://data.serpentine-h2020.eu/l3d
from matplotlib import pyplot as plt
from solo_epd_loader import epd_load
df, df_rtn, df_hci, energies, metadata = epd_load(sensor='ept', startdate=20211028, enddate=20211028,
level='l3', autodownload=True, pos_timestamp='start',
df, df_rtn, df_hci, energies, metadata = epd_load(sensor='ept', level='l3',
startdate=20211028, enddate=20211028,
autodownload=True, pos_timestamp='start',
path='/home/userxyz/solo/data/')
# plot ions of south viewing (D stands for "down")
Expand Down

0 comments on commit 18a1f57

Please sign in to comment.