InstrumentHinodeXRT

class synthesizAR.instruments.InstrumentHinodeXRT(observing_time, observer, filters, **kwargs)[source]

Bases: InstrumentBase

Attributes Summary

cadence

detector

name

observatory

resolution

telescope

Methods Summary

calculate_intensity_kernel(loop, channel, ...)

Converts emissivity for a particular transition to counts per detector channel.

get_header(channel, *args)

Create the FITS header for a given channel and set of loop coordinates that define the needed FOV.

get_instrument_name(channel)

Attributes Documentation

cadence
detector
name = 'Hinode_XRT'
observatory
resolution
telescope

Methods Documentation

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

Converts emissivity for a particular transition to counts per detector channel. When writing a new instrument class, this method should be overridden.

get_header(channel, *args)[source]

Create the FITS header for a given channel and set of loop coordinates that define the needed FOV.

get_instrument_name(channel)[source]