OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
read_l3bin.cpp File Reference
#include <stdio.h>
#include <math.h>
#include <iostream>
#include <sstream>
#include <list>
#include "hdf_bin.h"
#include <strings.h>
#include "read_l3bin.h"
#include "l12_proto.h"
Include dependency graph for read_l3bin.cpp:

Go to the source code of this file.

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.