ARTS  1.0.222
Functions
m_hdf.cc File Reference

This file contains all functions to read and write the binary HDF files. More...

#include <math.h>
#include "arts.h"
#include "atm_funcs.h"
#include "math_funcs.h"
#include "messages.h"
#include "auto_md.h"
#include "make_array.h"

Go to the source code of this file.

Functions

void IndexWriteBinary (const Index &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void IndexReadBinary (Index &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void NumericWriteBinary (const Numeric &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void NumericReadBinary (Numeric &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void VectorWriteBinary (const Vector &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void VectorReadBinary (Vector &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void MatrixWriteBinary (const Matrix &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void MatrixReadBinary (Matrix &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void ArrayOfIndexWriteBinary (const ArrayOfIndex &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void ArrayOfIndexReadBinary (ArrayOfIndex &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void ArrayOfVectorWriteBinary (const ArrayOfVector &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void ArrayOfVectorReadBinary (ArrayOfVector &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void ArrayOfMatrixWriteBinary (const ArrayOfMatrix &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void ArrayOfMatrixReadBinary (ArrayOfMatrix &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void StringWriteBinary (const String &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void StringReadBinary (String &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void ArrayOfStringWriteBinary (const ArrayOfString &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void ArrayOfStringReadBinary (ArrayOfString &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void LosWriteBinary (const Los &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 
void LosReadBinary (Los &, const String &, const String &)
 See the the online help (arts -d FUNCTION_NAME) More...
 

Detailed Description

This file contains all functions to read and write the binary HDF files.

Author
Patrick Eriksson
Date
2001-09-26

Definition in file m_hdf.cc.

Function Documentation

◆ ArrayOfIndexReadBinary()

void ArrayOfIndexReadBinary ( ArrayOfIndex ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1682 of file m_hdf.cc.

◆ ArrayOfIndexWriteBinary()

void ArrayOfIndexWriteBinary ( const ArrayOfIndex ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1650 of file m_hdf.cc.

◆ ArrayOfMatrixReadBinary()

void ArrayOfMatrixReadBinary ( ArrayOfMatrix ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1814 of file m_hdf.cc.

◆ ArrayOfMatrixWriteBinary()

void ArrayOfMatrixWriteBinary ( const ArrayOfMatrix ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1782 of file m_hdf.cc.

◆ ArrayOfStringReadBinary()

void ArrayOfStringReadBinary ( ArrayOfString ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1946 of file m_hdf.cc.

◆ ArrayOfStringWriteBinary()

void ArrayOfStringWriteBinary ( const ArrayOfString ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1914 of file m_hdf.cc.

◆ ArrayOfVectorReadBinary()

void ArrayOfVectorReadBinary ( ArrayOfVector ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1748 of file m_hdf.cc.

◆ ArrayOfVectorWriteBinary()

void ArrayOfVectorWriteBinary ( const ArrayOfVector ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1716 of file m_hdf.cc.

◆ IndexReadBinary()

void IndexReadBinary ( Index ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1420 of file m_hdf.cc.

◆ IndexWriteBinary()

void IndexWriteBinary ( const Index ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1386 of file m_hdf.cc.

◆ LosReadBinary()

void LosReadBinary ( Los ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 2026 of file m_hdf.cc.

◆ LosWriteBinary()

void LosWriteBinary ( const Los ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1987 of file m_hdf.cc.

◆ MatrixReadBinary()

void MatrixReadBinary ( Matrix ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1616 of file m_hdf.cc.

◆ MatrixWriteBinary()

void MatrixWriteBinary ( const Matrix ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1584 of file m_hdf.cc.

◆ NumericReadBinary()

void NumericReadBinary ( Numeric ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1484 of file m_hdf.cc.

◆ NumericWriteBinary()

void NumericWriteBinary ( const Numeric ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1452 of file m_hdf.cc.

◆ StringReadBinary()

void StringReadBinary ( String ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1880 of file m_hdf.cc.

◆ StringWriteBinary()

void StringWriteBinary ( const String ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1848 of file m_hdf.cc.

◆ VectorReadBinary()

void VectorReadBinary ( Vector ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1550 of file m_hdf.cc.

◆ VectorWriteBinary()

void VectorWriteBinary ( const Vector ,
const String ,
const String  
)

See the the online help (arts -d FUNCTION_NAME)

Author
Patrick Eriksson
Date
2000-11-02

Definition at line 1518 of file m_hdf.cc.