ARTS built-in documentation server
Workspace Method ExtractFromMetaSinglePartSpecies
Description
Extract (numeric) parameters from scat_meta_array of a single scattering species. ...
Authors: Jana Mendrok
Synopsis
ExtractFromMetaSinglePartSpecies( | meta_param, scat_meta_array, scat_data_per_part_species, meta_name, part_species_index ) |
Variables
GOUT | meta_param | (Vector) | The extracted meta parameter values. |
IN | scat_meta_array | (ArrayOfScatteringMetaData) | An Array of scattering meta data (scat_meta). |
IN | scat_data_per_part_species | (ArrayOfIndex) | Auxiliary array holding the number of scat_data_array particle entries associated with each entry in part_species. |
GIN | meta_name | (String) | Name of the meta parameter to extract. |
GIN | part_species_index | (Index) | Array index of scattering species from which to extract. |