GenericModel#
- class sunkit_dem.GenericModel(
- data,
- kernel,
- temperature_bin_edges: Unit('K'),
- kernel_temperatures=None,
- **kwargs,
Bases:
BaseModelBase class for implementing a differential emission measure model
- Parameters:
data (
NDCollection)kernel (
dict) –Quantityobjects containing the kernels of each response. The keys should correspond to those indata.temperature_bin_edges (
Quantity) – Edges of the temperature bins in which the DEM is computed. The rightmost edge is included. The kernel is evaluated at the bin centers. The bin widths must be equal in log10.
Attributes Summary
Combined mask of all members of
data.Methods Summary
fit(*args, **kwargs)Apply inversion procedure to data.
Attributes Documentation
- combined_mask#
Combined mask of all members of
data. Will be True if any member is masked. This is propagated to the final DEM result
- data#
- data_matrix#
- kernel#
- kernel_matrix#
- temperature_bin_centers#
- temperature_bin_widths#
- uncertainty_matrix#
Methods Documentation