corona_lab.corona Module#

Classes#

BlackBody(*args, **kwargs)

Blackbody model using the Planck function.

Column([data, name, dtype, shape, length, ...])

Define a data column for use in a Table object.

FrequencyCube([data, masked, names, dtype, ...])

Table of synthetic observations accross observing frequencies with associated metadata for frequency, angle, and pixel properties.

MetaData([doc, copy, default_factory])

A descriptor for classes that have a meta property.

ModelArray(value[, unit, dtype, copy, ...])

Quantitative array with associated metadata, supporting serialization to and from JSON files.

ModelCorona([data, masked, names, dtype, ...])

Table of model coronal field–line data with computed properties and metadata.

ModelDynamicSpectrum(value[, unit, dtype, ...])

Class for holding a synthetic dynamic spectrum.

ModelImage(value[, unit, dtype, copy, ...])

Class for holding synthetic image data.

Path(*args, **kwargs)

PurePath subclass that can make system calls.

PhaseCube([data, masked, names, dtype, ...])

Table of synthetic observations accross rotation phases with associated metadata for frequency, angle, and pixel properties.

QTable([data, masked, names, dtype, meta, ...])

A class to represent tables of heterogeneous data.

SkyCoord(*args[, copy])

High-level object providing a flexible interface for celestial coordinate representation, manipulation, and transformation between systems.

Table([data, masked, names, dtype, meta, ...])

A class to represent tables of heterogeneous data.

corona_lab.build_corona Module#

Classes#

Column([data, name, dtype, shape, length, ...])

Define a data column for use in a Table object.

FieldlineProcessor(radius, mass, period[, ...])

Class processing closed and open magnetic field lines, finding stable points and prominences, for corona modeling.

Grid(ns, nphi, nr, rss)

Grid on which the sunkit_magex.pfss solution is calculated.

HeliographicCarrington(*args, **kwargs)

A coordinate or frame in the Carrington Heliographic (HGC) system.

Path(*args, **kwargs)

PurePath subclass that can make system calls.

QTable([data, masked, names, dtype, meta, ...])

A class to represent tables of heterogeneous data.

SkyCoord(*args[, copy])

High-level object providing a flexible interface for celestial coordinate representation, manipulation, and transformation between systems.

SunpyMetadataWarning

Warning class for cases metadata is missing.

Table([data, masked, names, dtype, meta, ...])

A class to represent tables of heterogeneous data.

Time(val[, val2, format, scale, precision, ...])

Represent and manipulate times and dates for astronomy.