OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
get_l3m.c File Reference
#include "map.h"
#include "mapproto.h"
#include "mapattr.h"
#include <hdf.h>
#include <mfhdf.h>
#include "hdf5.h"
Include dependency graph for get_l3m.c:

Go to the source code of this file.

Functions

int32_t get_l3m (char *l3m_path, int16_t *syear, int16_t *sday, int32_t *smsec, int16_t *eyear, int16_t *eday, int32_t *emsec, char *prod_type, char *l3m_name, uint8_t *l3m_data, unsigned char *palette, meta_struct *meta_l3m)
 
int32_t read_meta (int32_t sdfid, meta_struct *meta_l3m)
 
int32 getattrsz (int32 id, char *attr_name, int32 *nt, int32 *count)
 
int32 rdattr (int32 sdfid, char *attr_name, void *buf)
 

Variables

uint8_t isHDF5
 

Function Documentation

◆ get_l3m()

int32_t get_l3m ( char *  l3m_path,
int16_t *  syear,
int16_t *  sday,
int32_t *  smsec,
int16_t *  eyear,
int16_t *  eday,
int32_t *  emsec,
char *  prod_type,
char *  l3m_name,
uint8_t *  l3m_data,
unsigned char *  palette,
meta_struct meta_l3m 
)

Definition at line 72 of file get_l3m.c.

◆ getattrsz()

int32 getattrsz ( int32  id,
char *  attr_name,
int32 *  nt,
int32 *  count 
)

Definition at line 709 of file get_l3m.c.

◆ rdattr()

int32 rdattr ( int32  sdfid,
char *  attr_name,
void *  buf 
)

Definition at line 747 of file get_l3m.c.

◆ read_meta()

int32_t read_meta ( int32_t  sdfid,
meta_struct meta_l3m 
)

Definition at line 328 of file get_l3m.c.

Variable Documentation

◆ isHDF5

uint8_t isHDF5

Definition at line 8 of file get_l3m.c.