NASA Logo
Ocean Color Science Software

ocssw V2022

#include <l1c_bin.h>

Public Member Functions

 bin_L1C ()
 
virtual ~bin_L1C ()
 
virtual int32_t open_binvars (bin_L1C *binstr, l1c_filehandle *l1cfile)
 
virtual int32_t read_binvars (bin_L1C *binstr, l1c_filehandle *l1cfile, int32_t recnum)
 
virtual int32_t close_binvars_l1c (bin_L1C *binstr, l1c_filehandle *l1cfile)
 

Public Attributes

int16_t num_gridlines
 
int16_t nbinx
 
size_t ** nrec_2D
 
size_t *** nrec_3D
 
float ** diff_h2
 
float *** sca_3D
 
float **** QC_bitwise_4D
 
float *** QC_3D
 
float **** I_4D
 
float **** I_noise_4D
 
short * obs_per_view
 
float * QC_bitwise
 
float * QC
 
float * I
 
float * I_noise
 
filehandle * l1file
 

Detailed Description

Definition at line 16 of file l1c_bin.h.

Constructor & Destructor Documentation

◆ bin_L1C()

bin_L1C ( )

Definition at line 53 of file l1c_bin.cpp.

◆ ~bin_L1C()

~bin_L1C ( )
virtual

Definition at line 80 of file l1c_bin.cpp.

Member Function Documentation

◆ close_binvars_l1c()

int32_t close_binvars_l1c ( bin_L1C binstr,
l1c_filehandle l1cfile 
)
virtual

Definition at line 91 of file l1c_bin.cpp.

◆ open_binvars()

int32_t open_binvars ( bin_L1C binstr,
l1c_filehandle l1cfile 
)
virtual

Definition at line 83 of file l1c_bin.cpp.

◆ read_binvars()

int32_t read_binvars ( bin_L1C binstr,
l1c_filehandle l1cfile,
int32_t  recnum 
)
virtual

Definition at line 87 of file l1c_bin.cpp.

Member Data Documentation

◆ diff_h2

float** diff_h2

Definition at line 35 of file l1c_bin.h.

◆ I

float* I

Definition at line 46 of file l1c_bin.h.

◆ I_4D

float**** I_4D

Definition at line 39 of file l1c_bin.h.

◆ I_noise

float* I_noise

Definition at line 47 of file l1c_bin.h.

◆ I_noise_4D

float**** I_noise_4D

Definition at line 40 of file l1c_bin.h.

◆ l1file

filehandle* l1file

Definition at line 49 of file l1c_bin.h.

◆ nbinx

int16_t nbinx

Definition at line 30 of file l1c_bin.h.

◆ nrec_2D

size_t** nrec_2D

Definition at line 31 of file l1c_bin.h.

◆ nrec_3D

size_t*** nrec_3D

Definition at line 32 of file l1c_bin.h.

◆ num_gridlines

int16_t num_gridlines

Definition at line 29 of file l1c_bin.h.

◆ obs_per_view

short* obs_per_view

Definition at line 43 of file l1c_bin.h.

◆ QC

float* QC

Definition at line 45 of file l1c_bin.h.

◆ QC_3D

float*** QC_3D

Definition at line 38 of file l1c_bin.h.

◆ QC_bitwise

float* QC_bitwise

Definition at line 44 of file l1c_bin.h.

◆ QC_bitwise_4D

float**** QC_bitwise_4D

Definition at line 37 of file l1c_bin.h.

◆ sca_3D

float*** sca_3D

Definition at line 36 of file l1c_bin.h.


The documentation for this class was generated from the following files:
  • /gfs-oceanweb/web/ocssw/ocssw_src/src/l1cgen/l1c_bin.h
  • /gfs-oceanweb/web/ocssw/ocssw_src/src/l1cgen/l1c_bin.cpp