SolarDisk#
- class furst.sources.SolarDisk(radius=None, translation=<Quantity 0. mm>)[source]#
Bases:
AbstractSourceThe nominal scene observed by FURST, the entire solar disk.
Attributes
The radius of the solar disk observed by FURST.
Convert this object into an instance of
optika.surfaces.AbstractSurface.the coordinate transformation between the global coordinate system and this object's local coordinate system
Offset of the solar disk on the celestial sphere.
Methods
__init__([radius, translation])to_string([prefix])Public-facing version of the
__repr__method that allows for defining a prefix string, which can be used to calculate how much whitespace to add to the beginning of each line of the result.Inheritance Diagram

- Parameters:
radius (None | Quantity | AbstractScalar)
translation (Quantity | AbstractCartesian3dVectorArray)
- to_string(prefix=None)#
Public-facing version of the
__repr__method that allows for defining a prefix string, which can be used to calculate how much whitespace to add to the beginning of each line of the result.
- radius: None | Quantity | AbstractScalar = None#
The radius of the solar disk observed by FURST. If
None(the default),sunpy.sun.constants.average_angular_sizeis used.
- property surface: Surface#
Convert this object into an instance of
optika.surfaces.AbstractSurface.
- property transformation: AbstractTransformation#
the coordinate transformation between the global coordinate system and this object’s local coordinate system
- translation: Quantity | AbstractCartesian3dVectorArray = <Quantity 0. mm>#
Offset of the solar disk on the celestial sphere.