Skip to content

Commit

Permalink
Convert cassini mag 1min to v2 of dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Nov 13, 2019
1 parent fd5efca commit 93e4f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heliopy/data/cassini.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def download(self, interval):
local_dir.mkdir(parents=True, exist_ok=True)
year = interval.start.strftime('%Y')
base_url = ('http://pds-ppi.igpp.ucla.edu/ditdos/download?'
'id=pds://PPI/CO-E_SW_J_S-MAG-4-SUMM-1MINAVG-V1.0/DATA')
'id=pds://PPI/CO-E_SW_J_S-MAG-4-SUMM-1MINAVG-V2.0/DATA')
url = '{}/{}'.format(base_url, year)
util._download_remote(url,
self.fname(interval),
Expand Down

0 comments on commit 93e4f5a

Please sign in to comment.