ARTS 2.5.11 (git: 6827797f)
telsem.cc File Reference

This file contains functions to handle TELSEM 2 atlas data. More...

#include "telsem.h"
#include <cmath>
#include <utility>
#include "arts_constants.h"
#include "arts_conversions.h"
#include "check_input.h"
#include "geodetic.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const TelsemAtlas &ta)
 

Variables

constexpr Numeric EARTH_RADIUS =Constant::earth_radius
 
constexpr Numeric DEG2RAD =Conversion::deg2rad(1)
 
constexpr Numeric PI =Constant::pi
 

Detailed Description

This file contains functions to handle TELSEM 2 atlas data.

Definition in file telsem.cc.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const TelsemAtlas ta 
)

Definition at line 324 of file telsem.cc.

Variable Documentation

◆ DEG2RAD

constexpr Numeric DEG2RAD =Conversion::deg2rad(1)
inlineconstexpr

Definition at line 16 of file telsem.cc.

◆ EARTH_RADIUS

constexpr Numeric EARTH_RADIUS =Constant::earth_radius
inlineconstexpr

Definition at line 15 of file telsem.cc.

◆ PI

constexpr Numeric PI =Constant::pi
inlineconstexpr

Definition at line 17 of file telsem.cc.