This file contains IO workspace methods.
|
Functions |
void | Echo (const String &message, const Index &output_level) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | Exit () |
| See the the online help (arts -d FUNCTION_NAME).
|
void | Test () |
void | IndexWriteAscii (const Index &v, const String &v_name, const String &f) |
void | IndexReadAscii (Index &v, const String &v_name, const String &f) |
void | NumericWriteAscii (const Numeric &v, const String &v_name, const String &f) |
void | NumericReadAscii (Numeric &v, const String &v_name, const String &f) |
void | VectorWriteAscii (const Vector &v, const String &v_name, const String &f) |
void | VectorReadAscii (Vector &v, const String &v_name, const String &f) |
void | MatrixWriteAscii (const Matrix &m, const String &m_name, const String &f) |
void | MatrixReadAscii (Matrix &m, const String &m_name, const String &f) |
void | ArrayOfIndexWriteAscii (const ArrayOfIndex &v, const String &v_name, const String &f) |
void | ArrayOfIndexReadAscii (ArrayOfIndex &v, const String &v_name, const String &f) |
void | ArrayOfVectorWriteAscii (const ArrayOfVector &av, const String &av_name, const String &f) |
void | ArrayOfVectorReadAscii (ArrayOfVector &av, const String &av_name, const String &f) |
void | ArrayOfMatrixWriteAscii (const ArrayOfMatrix &am, const String &am_name, const String &f) |
void | ArrayOfMatrixReadAscii (ArrayOfMatrix &am, const String &am_name, const String &f) |
void | StringWriteAscii (const String &s, const String &s_name, const String &f) |
void | StringReadAscii (String &s, const String &s_name, const String &f) |
void | ArrayOfStringWriteAscii (const ArrayOfString &as, const String &as_name, const String &f) |
void | ArrayOfStringReadAscii (ArrayOfString &as, const String &as_name, const String &f) |
void | TagGroupsSpeciesWriteAscii (const TagGroups &tgs, const String &tgs_name, const String &f) |
void | IndexSet (Index &x, const String &x_name, const Index &value) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | NumericSet (Numeric &x, const String &x_name, const Numeric &value) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | NumericCopyFirstOfVector (Numeric &x, const String &x_name, const Vector &v, const String &v_name) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | NumericCopyLastOfVector (Numeric &x, const String &x_name, const Vector &v, const String &v_name) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorSet (Vector &x, const String &x_name, const Index &n, const Numeric &value) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorSetLengthFromVector (Vector &x, const String &x_name, const Vector &z, const String &, const Numeric &value) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorLinSpace (Vector &x, const String &x_name, const Numeric &start, const Numeric &stop, const Numeric &step) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorNLinSpace (Vector &x, const String &x_name, const Numeric &start, const Numeric &stop, const Index &n) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorPressuresForLinAltitudes (Vector &p, const String &, const Vector &p_abs, const Vector &z_abs, const Numeric &delta_z, const Numeric &p_start, const Numeric &p_stop) |
void | VectorNLogSpace (Vector &x, const String &x_name, const Numeric &start, const Numeric &stop, const Index &n) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorCopy (Vector &y2, const String &name_y2, const Vector &y1, const String &name_y1) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorCopyFromMatrix (Vector &v, const String &, const Matrix &m, const String &, const String &orientation, const Index &index) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorFlip (Vector &y2, const String &name_y2, const Vector &y1, const String &name_y1) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorPlanck (Vector &y, const String &y_name, const Vector &f, const String &, const Numeric &t) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorCalcLog10 (Vector &out, const String &out_name, const Vector &in, const String &in_name) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorAdd (Vector &out, const String &out_name, const Vector &in, const String &in_name, const Numeric &value) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorScale (Vector &out, const String &out_name, const Vector &in, const String &in_name, const Numeric &value) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | VectorMatrixMultiply (Vector &y, const String &, const Matrix &M, const Vector &x, const String &M_name, const String &x_name) |
| Compute y = M*x.
|
void | MatrixSet (Matrix &x, const String &x_name, const Index &nrows, const Index &ncols, const Numeric &value) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | MatrixCopy (Matrix &y2, const String &name_y2, const Matrix &y1, const String &name_y1) |
void | MatrixFillWithVector (Matrix &m, const String &name_m, const Vector &y, const String &name_y, const Index &n) |
void | MatrixScale (Matrix &out, const String &out_name, const Matrix &in, const String &in_name, const Numeric &value) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | MatrixDiagonal (Matrix &x, const String &x_name, const Index &nrows, const Numeric &value) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | MatrixMatrixMultiply (Matrix &Y, const String &, const Matrix &M, const Matrix &X, const String &M_name, const String &X_name) |
| Compute Y = M*X.
|
void | ArrayOfMatrixMatrixMultiply (ArrayOfMatrix &Y, const String &, const Matrix &M, const ArrayOfMatrix &X, const String &M_name, const String &X_name) |
void | MatrixMatrixAdd (Matrix &Y, const String &, const Matrix &M, const Matrix &X, const String &M_name, const String &X_name) |
| Compute Y = M+X.
|
void | StringSet (String &s, const String &s_name, const String &s2) |
| See the the online help (arts -d FUNCTION_NAME).
|
void | ArrayOfStringSet (ArrayOfString &sa, const String &sa_name, const ArrayOfString &sa2) |
| See the the online help (arts -d FUNCTION_NAME).
|
Variables |
const Numeric | DEG2RAD |
| See the the online help (arts -d FUNCTION_NAME).
|
This file contains IO workspace methods.
The functions are of two types: 1. Functions with overall influence on ARTS 2. Reading and writing to/from ASCII files. 3. Creation by workspace method keywords and generic input