A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
l2gen
vcal_struc.h
Go to the documentation of this file.
1
#ifndef _VCAL_STRUC_H
2
#define _VCAL_STRUC_H
3
4
typedef
struct
vcal_struct
{
5
int32_t
sensorID
;
6
int32_t
length
;
7
int32_t
npix
;
8
int32_t
nbands
;
9
char
*
data
;
10
float
*
vLt
;
11
float
*
Lw
;
12
float
*
nLw
;
13
float
*
tLw
;
14
float
*
brdfsat
;
15
float
*
brdftgt
;
16
} vcstr;
17
18
#endif
19
20
21
vcal_struct::data
char * data
Definition:
vcal_struc.h:9
vcal_struct::sensorID
int32_t sensorID
Definition:
vcal_struc.h:5
vcal_struct::npix
int32_t npix
Definition:
vcal_struc.h:7
vcal_struct::vLt
float * vLt
Definition:
vcal_struc.h:10
vcal_struct::brdftgt
float * brdftgt
Definition:
vcal_struc.h:15
vcal_struct::Lw
float * Lw
Definition:
vcal_struc.h:11
vcal_struct::nbands
int32_t nbands
Definition:
vcal_struc.h:8
vcal_struct
Definition:
vcal_struc.h:4
vcal_struct::tLw
float * tLw
Definition:
vcal_struc.h:13
vcal_struct::brdfsat
float * brdfsat
Definition:
vcal_struc.h:14
vcal_struct::length
int32_t length
Definition:
vcal_struc.h:6
vcal_struct::nLw
float * nLw
Definition:
vcal_struc.h:12