InstrumentSDOAIA#

class synthesizAR.instruments.sdo.InstrumentSDOAIA(observing_time, observer, **kwargs)[source]#

Bases: InstrumentBase

Instrument object for the Atmospheric Imaging Assembly on the Solar Dynamics Observatory

Parameters:
  • observing_time (tuple) – start and end of observing time

  • observer (SkyCoord)

Examples

Attributes Summary

Methods Summary

build_collection_from_maps(save_directory[, ...])

Build an NDCollection from all maps in all channels produced by a simulation.

calculate_intensity_kernel(loop, channel, ...)

get_instrument_name(channel)

Attributes Documentation

channels#
detector#
name = 'SDO_AIA'#
observatory#
telescope#

Methods Documentation

static build_collection_from_maps(save_directory, channels=None)[source]#

Build an NDCollection from all maps in all channels produced by a simulation.

Parameters:
  • save_directory (path-like) – Directory that contains all FITS files produced by the observe method.

  • channels (list of str) – Channel labels from which to build collection. If not specified, will default to the six EUV channels of AIA.

static calculate_intensity_kernel(loop, channel, **kwargs)[source]#
get_instrument_name(channel)[source]#