Skip to content

Commit

Permalink
Update examples/finding_sunspots_using_stara.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored May 27, 2024
1 parent f649e3a commit 7d9fe85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/finding_sunspots_using_stara.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
# Firstly, let's download HMI continuum data from the Virtual Solar Observatory.

query = Fido.search(a.Time("2023-01-01 00:00", "2023-01-01 00:01"), a.Instrument("HMI"), a.Physobs("intensity"))
# We only download the first file in the search results in this example.
file = Fido.fetch(query)

###############################################################################
Expand Down

0 comments on commit 7d9fe85

Please sign in to comment.