Skip to content

Commit

Permalink
Update URL for example
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Feb 4, 2025
1 parent 866743a commit c8e712f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/using_sunkit_magex_pfss/overplotting_onto_aia.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if not os.path.exists('aia_map.fits'):
import urllib.request
urllib.request.urlretrieve(
'http://jsoc2.stanford.edu/data/aia/synoptic/2020/09/01/H1300/AIA20200901_1300_0193.fits',
'http://jsoc1.stanford.edu/data/aia/synoptic/2020/09/01/H1300/AIA20200901_1300_0193.fits',
'aia_map.fits')

aia_map = sunpy.map.Map('aia_map.fits')
Expand Down

0 comments on commit c8e712f

Please sign in to comment.