OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1aFile.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <limits.h>
#include <libgen.h>
#include <sstream>
#include <iomanip>
#include "l1agen_viirs.h"
#include "nc4utils.h"
#include "netcdf.h"
#include "passthebuck.h"
#include <timeutils.h>
Include dependency graph for l1aFile.cpp:

Go to the source code of this file.

Functions

int createNCDF (int ncid, const char *sname, const char *lname, const char *standard_name, const char *units, void *fill_value, const char *flag_values, const char *flag_meanings, double low, double high, int nt, int rank, int *dimids)
 
int jgleap (int32_t jday, int32_t *leap)
 

Function Documentation

◆ createNCDF()

int createNCDF ( int  ncid,
const char *  sname,
const char *  lname,
const char *  standard_name,
const char *  units,
void *  fill_value,
const char *  flag_values,
const char *  flag_meanings,
double  low,
double  high,
int  nt,
int  rank,
int *  dimids 
)

Definition at line 2137 of file l1aFile.cpp.

◆ jgleap()

int jgleap ( int32_t  jday,
int32_t *  leap 
)

Definition at line 2445 of file l1aFile.cpp.