open#
- sdo.aia.open(time_start, time_stop=None, wavelength=<Quantity 304. Angstrom>, user_email=None, series='aia.lev1_euv_12s', axis_time='time', axis_detector_x='detector_x', axis_detector_y='detector_y', limit=None)[source]#
Given a time range and a wavelength, download the corresponding AIA filtergram.
Important
Your email must be registered with JSOC to use this method.
- Parameters:
time_start (str | Time) – The start time of the search period
time_stop (None | str | Time) – The end time of the search period. If
None(the default), this is set to one second after time_start which will have the effect of downloading one image.wavelength (Quantity | ScalarArray) – The wavelengths to download. Must be a valid AIA wavelength.
user_email (None | str) – An email address used to notify the user that their JSOC request is complete. This email must be registered with JSOC before using this function. If
None, the value is taken from theJSOC_EMAILenvironment variable.series (Literal['aia.lev1_euv_12s', 'aia.lev1_uv_24s']) – The data series to download. See the sunpy documentation for more information.
axis_time (str) – The logical axis corresponding to changes in time.
axis_detector_x (str) – The logical axis corresponding to changes in detector \(x\)-coordinate.
axis_detector_y (str) – The logical axis corresponding to changes in detector \(y\)-coordinate.
limit (None | int) – The maximum number of files to download for each wavelength.
- Return type: