Namespaces | Enumerations
MODIP.cpp File Reference
#include <math.h>
#include <iostream>
#include "MODIP.hpp"
#include "DebugTrace.hpp"
Include dependency graph for MODIP.cpp:

Go to the source code of this file.

Namespaces

 gnsstk
 For Sinex::InputHistory.
 

Enumerations

enum  MODIPConsts {
  LongPoints = 39, LongMax = 180, LongStep = 10, LatPoints = 39,
  LatMin = -90, LatMax = 90, LatStep = 5, InterpCount = 4
}
 

Enumeration Type Documentation

◆ MODIPConsts

Define constants using enums, which avoids the complications of using precompilter macros and also avoids the use of memory that a static const elicits.

Enumerator
LongPoints 

Data grid number of longitudinal points.

LongMax 

Maximum longitude in degrees.

LongStep 

Data grid step size in degrees.

LatPoints 

Data grid number of latitudinal points.

LatMin 

Minimum latitude in degrees.

LatMax 

Maximum latitude in degrees.

LatStep 

Data grid step size in degrees.

InterpCount 

Number of points used in interpolation.

Definition at line 48 of file MODIP.cpp.



gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:43