From 7d9fe85c05389b458a413accb24c01a5bc2dd7da Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Mon, 27 May 2024 10:00:58 -0700 Subject: [PATCH] Update examples/finding_sunspots_using_stara.py --- examples/finding_sunspots_using_stara.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/finding_sunspots_using_stara.py b/examples/finding_sunspots_using_stara.py index 8f4a51b8..e4dd4279 100644 --- a/examples/finding_sunspots_using_stara.py +++ b/examples/finding_sunspots_using_stara.py @@ -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) ###############################################################################