OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
vcal.c File Reference
#include <stdlib.h>
#include <math.h>
#include "l12_proto.h"
Include dependency graph for vcal.c:

Go to the source code of this file.

Functions

int alloc_vcal (int32_t npix, int32_t nbands, vcstr *rec)
 
void vgain (l2str *l2rec, int band, float vgain[])
 
void vcal (l2str *l2rec, l2prodstr *p, float prod[])
 

Function Documentation

◆ alloc_vcal()

int alloc_vcal ( int32_t  npix,
int32_t  nbands,
vcstr *  rec 
)

Definition at line 12 of file alloc_vcal.c.

◆ vcal()

void vcal ( l2str *  l2rec,
l2prodstr *  p,
float  prod[] 
)

Definition at line 25 of file vcal.c.

◆ vgain()

void vgain ( l2str *  l2rec,
int  band,
float  vgain[] 
)

Definition at line 11 of file vcal.c.