OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l0info_oci.h
Go to the documentation of this file.
1 #include "common.h"
2 
3 #define ANCSIZE 104
4 
5 typedef struct {
6  int32_t iyear;
7  int32_t iday;
8  double sec;
10 
11 
13  std::string &startstring, std::string &endstring);
14 
15 extern "C" int isleap(int year);
16 extern "C" int32_t jday( int16_t i, int16_t j, int16_t k);
17 extern "C" int jdate( int32_t julian, int32_t *year, int32_t *doy);
18 
int j
Definition: decode_rs.h:73
int gen_time_string(time_struct &starttime, time_struct &endtime, std::string &startstring, std::string &endstring)
int jdate(int32_t julian, int32_t *year, int32_t *doy)
Definition: jdate.c:5
int32_t jday(int16_t i, int16_t j, int16_t k)
Definition: jday.c:4
@ string
int32_t iday
Definition: l0info_oci.h:7
int32_t iyear
Definition: l0info_oci.h:6
int isleap(int year)
Definition: isleap.c:3
double sec
Definition: l0info_oci.h:8
integer function julian(DAY, MONTH, YEAR)
Definition: julian.f:2
int i
Definition: decode_rs.h:71
int k
Definition: decode_rs.h:73