OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
polcor.c File Reference
#include "l12_proto.h"
#include "polcor_hawkeye.h"
#include <xcal.h>
Include dependency graph for polcor.c:

Go to the source code of this file.

Macros

#define NMIR   2 /* always 2 mirror sides */
 
#define NDET   40 /* big enough for largest detector array */
 
#define NANG   15 /* big enough for largest set of table AOI or scan angles */
 

Functions

void polcor (l1str *l1rec, int32_t ip)
 
int get_wt (float zang, float *ang, int nang, float *wt, char *ix)
 

Macro Definition Documentation

◆ NANG

#define NANG   15 /* big enough for largest set of table AOI or scan angles */

Definition at line 14 of file polcor.c.

◆ NDET

#define NDET   40 /* big enough for largest detector array */

Definition at line 13 of file polcor.c.

◆ NMIR

#define NMIR   2 /* always 2 mirror sides */

Definition at line 12 of file polcor.c.

Function Documentation

◆ get_wt()

int get_wt ( float  zang,
float *  ang,
int  nang,
float *  wt,
char *  ix 
)

Definition at line 353 of file polcor.c.

◆ polcor()

void polcor ( l1str *  l1rec,
int32_t  ip 
)

Definition at line 16 of file polcor.c.