OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
yds2tai.c File Reference
#include <stdint.h>
#include <timeutils.h>
Include dependency graph for yds2tai.c:

Go to the source code of this file.

Functions

double yds2tai93 (int16_t iyr, int16_t idy, double sec)
 
double unix_to_tai93 (double unixtime)
 
double tai93_to_unix (double tai93)
 
double unix_to_tai58 (double unixtime)
 
double tai58_to_unix (double tai58)
 

Function Documentation

◆ tai58_to_unix()

double tai58_to_unix ( double  tai58)

Definition at line 29 of file yds2tai.c.

◆ tai93_to_unix()

double tai93_to_unix ( double  tai93)

Definition at line 16 of file yds2tai.c.

◆ unix_to_tai58()

double unix_to_tai58 ( double  unixtime)

Definition at line 23 of file yds2tai.c.

◆ unix_to_tai93()

double unix_to_tai93 ( double  unixtime)

Definition at line 11 of file yds2tai.c.

◆ yds2tai93()

double yds2tai93 ( int16_t  iyr,
int16_t  idy,
double  sec 
)

Definition at line 4 of file yds2tai.c.