OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
read_l3bin.h File Reference
#include "l12_proto.h"
Include dependency graph for read_l3bin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  l3bin_struct
 

Functions

int32_t read_l3bin (char *file, l3binstr *l3bin, int32_t nbands)
 

Function Documentation

◆ read_l3bin()

int32_t read_l3bin ( char *  file,
l3binstr *  l3bin,
int32_t  nbands 
)

read_l3bin reads "target" information for vicarious calibration from a L3 bin file (nLw_vvv or Rrs_vvv, chl, tau)

Parameters
file- input target L3 bin file
l3bin- structure to populate
Returns

Definition at line 27 of file read_l3bin.cpp.