ARTS
2.0.49
|
Structure which describes the single scattering properties of a. More...
#include <optproperties.h>
Public Attributes | |
ParticleType | ptype |
String | description |
Vector | f_grid |
Vector | T_grid |
Vector | za_grid |
Vector | aa_grid |
Tensor7 | pha_mat_data |
Tensor5 | ext_mat_data |
Tensor5 | abs_vec_data |
Structure which describes the single scattering properties of a.
The fields of the structure are described in the ARTS user guide (AUG). It is listed as a sub-entry to "data structures".
Definition at line 74 of file optproperties.h.
Vector SingleScatteringData::aa_grid |
Definition at line 80 of file optproperties.h.
Referenced by chk_single_scattering_data(), pha_mat_singleExtract(), xml_read_from_stream(), and xml_write_to_stream().
Tensor5 SingleScatteringData::abs_vec_data |
Definition at line 83 of file optproperties.h.
Referenced by chk_single_scattering_data(), opt_propExtract(), xml_read_from_stream(), and xml_write_to_stream().
String SingleScatteringData::description |
Definition at line 76 of file optproperties.h.
Referenced by xml_read_from_stream(), and xml_write_to_stream().
Tensor5 SingleScatteringData::ext_mat_data |
Definition at line 82 of file optproperties.h.
Referenced by chk_single_scattering_data(), opt_propExtract(), xml_read_from_stream(), and xml_write_to_stream().
Vector SingleScatteringData::f_grid |
Definition at line 77 of file optproperties.h.
Referenced by chk_single_scattering_data(), xml_read_from_stream(), and xml_write_to_stream().
Tensor7 SingleScatteringData::pha_mat_data |
Definition at line 81 of file optproperties.h.
Referenced by chk_single_scattering_data(), interp_scat_angle_temperature(), pha_mat_singleExtract(), xml_read_from_stream(), and xml_write_to_stream().
ParticleType SingleScatteringData::ptype |
Definition at line 75 of file optproperties.h.
Referenced by chk_single_scattering_data(), opt_propExtract(), pha_mat_singleExtract(), xml_read_from_stream(), and xml_write_to_stream().
Vector SingleScatteringData::T_grid |
Definition at line 78 of file optproperties.h.
Referenced by chk_single_scattering_data(), interp_scat_angle_temperature(), opt_propExtract(), pha_mat_singleExtract(), xml_read_from_stream(), and xml_write_to_stream().
Vector SingleScatteringData::za_grid |
Definition at line 79 of file optproperties.h.
Referenced by chk_single_scattering_data(), interp_scat_angle_temperature(), opt_propExtract(), pha_mat_singleExtract(), xml_read_from_stream(), and xml_write_to_stream().