ARTS 2.5.11 (git: 6827797f)
|
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) |
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).
|
friend |
String Sun::description |
Sun description.
Definition at line 40 of file sun.h.
Referenced by sunsAddSingleBlackbody(), sunsAddSingleFromGrid(), sunsAddSingleFromGridAtLocation(), xml_read_from_stream(), and xml_write_to_stream().
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().
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().
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().
Numeric Sun::radius |
Sun radius.
Definition at line 44 of file sun.h.
Referenced by get_sun_radiation(), sunsAddSingleBlackbody(), sunsAddSingleFromGrid(), sunsAddSingleFromGridAtLocation(), xml_read_from_stream(), and xml_write_to_stream().
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().