OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
fill_smooth.c File Reference
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include "ancil.h"
#include "o3_toms.h"
Include dependency graph for fill_smooth.c:

Go to the source code of this file.

Functions

int fill_smooth (int16_t *arr, char *arrqc, int32_t npix, int32_t nlin)
 
int field_extend (float *grid, char *flags, int np_grid, int nl_grid, int max_extend, float *weights)
 
int mk_ker (float dist, float **ker, int *ker_np, int *ker_nl, int *ker_cp, int *ker_cl)
 

Function Documentation

◆ field_extend()

int field_extend ( float *  grid,
char *  flags,
int  np_grid,
int  nl_grid,
int  max_extend,
float *  weights 
)

Definition at line 95 of file fill_smooth.c.

◆ fill_smooth()

int fill_smooth ( int16_t *  arr,
char *  arrqc,
int32_t  npix,
int32_t  nlin 
)

Definition at line 11 of file fill_smooth.c.

◆ mk_ker()

int mk_ker ( float  dist,
float **  ker,
int *  ker_np,
int *  ker_nl,
int *  ker_cp,
int *  ker_cl 
)

Definition at line 265 of file fill_smooth.c.