#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "l12_proto.h"
Go to the source code of this file.
|
float | BandShift (ccstr *, l2str *, int32_t, float) |
|
void | CheckNULL (void *, char *, int, char *) |
|
float | ToAboveWater (float) |
|
float | ToBelowWater (float) |
|
float | Get_bb (l2str *, ccstr *, int32_t, int, char) |
|
float | Get_a (l2str *, ccstr *, int32_t, int, char) |
|
float | BandInterp (ccstr *, float *, int, int) |
|
void | Setup (l2str *, ccstr *) |
|
void | qaa_iops_4_bshift (l2str *, float *, float *) |
|
float | aph_bricaud_1998 (float, float) |
|
void | bioOptBandShift (l2str *l2rec, l2prodstr *p, float prod[]) |
|
◆ REFWVL
◆ aph_bricaud_1998()
float aph_bricaud_1998 |
( |
float |
, |
|
|
float |
|
|
) |
| |
◆ BandInterp()
float BandInterp |
( |
ccstr * |
vcc, |
|
|
float * |
rrs_sh, |
|
|
int |
idx_0, |
|
|
int |
num_in |
|
) |
| |
◆ BandShift()
float BandShift |
( |
ccstr * |
vccp, |
|
|
l2str * |
l2rec, |
|
|
int32_t |
ip, |
|
|
float |
target_band |
|
) |
| |
◆ bioOptBandShift()
void bioOptBandShift |
( |
l2str * |
l2rec, |
|
|
l2prodstr * |
p, |
|
|
float |
prod[] |
|
) |
| |
◆ CheckNULL()
void CheckNULL |
( |
void * |
ptr, |
|
|
char * |
ptrName, |
|
|
int |
lineNum, |
|
|
char * |
filename |
|
) |
| |
◆ Get_a()
float Get_a |
( |
l2str * |
l2rec, |
|
|
ccstr * |
vccp, |
|
|
int32_t |
ip, |
|
|
int |
vccidx, |
|
|
char |
key |
|
) |
| |
◆ Get_bb()
float Get_bb |
( |
l2str * |
l2rec, |
|
|
ccstr * |
vccp, |
|
|
int32_t |
ip, |
|
|
int |
vccidx, |
|
|
char |
key |
|
) |
| |
◆ qaa_iops_4_bshift()
void qaa_iops_4_bshift |
( |
l2str * |
, |
|
|
float * |
, |
|
|
float * |
|
|
) |
| |
◆ Setup()
void Setup |
( |
l2str * |
l2rec, |
|
|
ccstr * |
vccp |
|
) |
| |
◆ ToAboveWater()
float ToAboveWater |
( |
float |
rrsBelow | ) |
|
◆ ToBelowWater()
float ToBelowWater |
( |
float |
rrsAbove | ) |
|