OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
jplint.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  JPLEphemType
 
struct  JPLIntUtilType
 

Macros

#define MAX_COEFFS   460
 

Functions

void jplint (double tjdTDB, int target, int center, double *outPosVel, int *error)
 
int state (double tjdTDB, JPLIntUtilType *util, double posvel[13][6], double *pnut)
 
void interp (double *ephemPtr, int startLoc, double *inTime, int numCoefs, int numCom, int numSets, int velFlag, double *posvel)
 
int setJPLPtr (JPLEphemType *inPtr)
 

Macro Definition Documentation

◆ MAX_COEFFS

#define MAX_COEFFS   460

Definition at line 23 of file jplint.h.

Function Documentation

◆ interp()

void interp ( double *  ephemPtr,
int  startLoc,
double *  inTime,
int  numCoefs,
int  numCom,
int  numSets,
int  velFlag,
double *  posvel 
)

◆ jplint()

void jplint ( double  tjdTDB,
int  target,
int  center,
double *  outPosVel,
int *  error 
)

◆ setJPLPtr()

int setJPLPtr ( JPLEphemType inPtr)

◆ state()

int state ( double  tjdTDB,
JPLIntUtilType util,
double  posvel[13][6],
double *  pnut 
)