scene_aia#
- esis.flights.f1.data.synth.scene_aia(time_start=None, time_stop=None, axis_time='time', axis_detector_x='detector_x', axis_detector_y='detector_y', axis_wavelength='wavelength', axis_velocity='velocity', num_velocity=1, num_std=3, limit=None)[source]#
Load a synthetic solar scene composed of AIA images captured during the flight.
The result is cached to disk, so the JSOC queries are only performed on the first call.
This function plugs the spectral line properties in
esis.flights.f1.spectrumintoesis.data.synth.scene_aia()to produce the synthic scene.Only the brightest three lines in the ESIS passband are recreated: \(\text{O\,V}\;630\,\AA\), \(\text{Mg\,X}\;609\,\AA\), and \(\text{He\,I}\;584\,\AA\).
- Parameters:
time_start (None | Time) – The start time of the AIA observations. If
None, the start time of the ESIS Level-1 observations is used.time_stop (None | Time) – The stop time of the AIA observations. If
None, the stop time of the ESIS Level-1 observations is used.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.
axis_wavelength (str) – The logical axis corresponding to changing spectral line.
axis_velocity (str) – The logical axis corresponding to changes in line-of-sight velocity.
num_velocity (int) – The number of velocity bins in the synthetic scene.
num_std (float) – The size of the domain for each spectral line in standard deviation units.
limit (None | int) – The maximum number of files to download per wavelength.