You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, when radio data is used in the dynamic_spectrum tool, the data is downloaded to the default path used by sunpy's fido. But the loading function actually already has the option to define a path included, it's just not used in the call from tools/__init.py__:
downloaded_files=Fido.fetch(result, path=path) # use Fido.fetch(result, path='/ThisIs/MyPath/to/Data/{file}') to use a specific local folder for saving data files
downloaded_files.sort()
# print(downloaded_files)
returndownloaded_files
Not completely sure if just Event.data_path should be used for it if defined, or if we should introduce another radio_data_path
Right now, when radio data is used in the dynamic_spectrum tool, the data is downloaded to the default path used by sunpy's fido. But the loading function actually already has the option to define a path included, it's just not used in the call from
tools/__init.py__
:SEPpy/seppy/tools/__init__.py
Line 97 in e9f4ecb
SEPpy/seppy/tools/swaves.py
Lines 16 to 35 in e9f4ecb
Not completely sure if just
Event.data_path
should be used for it if defined, or if we should introduce anotherradio_data_path
SEPpy/seppy/tools/__init__.py
Lines 37 to 39 in e9f4ecb
The text was updated successfully, but these errors were encountered: