OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l0info_oci.h File Reference
#include "common.h"
Include dependency graph for l0info_oci.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  time_struct
 

Macros

#define ANCSIZE   104
 

Functions

int gen_time_string (time_struct &starttime, time_struct &endtime, std::string &startstring, std::string &endstring)
 
int isleap (int year)
 
int32_t jday (int16_t i, int16_t j, int16_t k)
 
int jdate (int32_t julian, int32_t *year, int32_t *doy)
 

Macro Definition Documentation

◆ ANCSIZE

#define ANCSIZE   104

Definition at line 3 of file l0info_oci.h.

Function Documentation

◆ gen_time_string()

int gen_time_string ( time_struct starttime,
time_struct endtime,
std::string startstring,
std::string endstring 
)

◆ isleap()

int isleap ( int  year)

Definition at line 3 of file isleap.c.

◆ jdate()

int jdate ( int32_t  julian,
int32_t *  year,
int32_t *  doy 
)

Definition at line 5 of file jdate.c.

◆ jday()

int32_t jday ( int16_t  i,
int16_t  j,
int16_t  k 
)

Definition at line 4 of file jday.c.