ARTS 2.5.11 (git: 6827797f)
Sun Struct Reference

The structure to describe a propagation path and releated quantities. More...

#include <sun.h>

Public Attributes

String description
 Sun description.
 
Matrix spectrum
 Sun spectrum, monochrmatic radiance spectrum at the surface of the sun.
 
Numeric radius
 Sun radius.
 
Numeric distance
 distance from center of planet to center of sun
 
Numeric latitude
 latitude of the sun in the sky of the planet
 
Numeric longitude
 longitude of the sun in the sky of the planet
 

Friends

std::ostream & operator<< (std::ostream &os, const Sun &sun)
 

Detailed Description

The structure to describe a propagation path and releated quantities.

The fields of the structure are described more in detail inside the ARTS user guide (AUG).

Definition at line 38 of file sun.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const Sun sun 
)
friend

Definition at line 35 of file sun.cc.

Member Data Documentation

◆ description

◆ distance

Numeric Sun::distance

distance from center of planet to center of sun

Definition at line 46 of file sun.h.

Referenced by get_sun_radiation(), sunsAddSingleBlackbody(), sunsAddSingleFromGrid(), sunsAddSingleFromGridAtLocation(), xml_read_from_stream(), and xml_write_to_stream().

◆ latitude

Numeric Sun::latitude

latitude of the sun in the sky of the planet

Definition at line 48 of file sun.h.

Referenced by get_sun_radiation(), sunsAddSingleBlackbody(), sunsAddSingleFromGrid(), sunsAddSingleFromGridAtLocation(), xml_read_from_stream(), and xml_write_to_stream().

◆ longitude

Numeric Sun::longitude

longitude of the sun in the sky of the planet

Definition at line 50 of file sun.h.

Referenced by get_sun_radiation(), sunsAddSingleBlackbody(), sunsAddSingleFromGrid(), sunsAddSingleFromGridAtLocation(), xml_read_from_stream(), and xml_write_to_stream().

◆ radius

◆ spectrum

Matrix Sun::spectrum

Sun spectrum, monochrmatic radiance spectrum at the surface of the sun.

Definition at line 42 of file sun.h.

Referenced by get_sun_radiation(), sunsAddSingleBlackbody(), sunsAddSingleFromGrid(), sunsAddSingleFromGridAtLocation(), xml_read_from_stream(), and xml_write_to_stream().


The documentation for this struct was generated from the following file: