ARTS built-in documentation server
Workspace Method NumericFromVector
Description
Derivs a numeric from a vector, following selected operation.
The following operations can be selected:
first : Selects the first element of the vector.
last : Selects the last element of the vector.
max : Selects the maximum element of the vector.
min : Selects the minimum element of the vector.
mean : Calculates the mean of the vector.
Authors: Patrick Eriksson
Synopsis
| NumericFromVector( | out, in, op ) |
Variables
| GOUT | out | (Numeric) | Output numeric. |
| GIN | in | (Vector) | Input vector. |
| GIN | op | (String) | Selected operation. |