ocssw
V2022
|
Include dependency graph for filter.c:
Go to the source code of this file.
Classes | |
struct | fnode_str |
Functions | |
void | fctl_init (fctlstr *fctl) |
void | get_kernel (filstr *f) |
int | fctl_set (fctlstr *fctl, int32_t npix, char *fname, int32_t band, int32_t nx, int32_t ny, int32_t minfill, int32_t nbands) |
int | rdfilter (char *file, fctlstr *fctl, int32_t nbands) |
void | fdilate (l1qstr *l1que, int32_t nx, int32_t ny, int flag, char kernel[], l1str *l1rec) |
void | fstlight (l1qstr *l1que, int32_t nx, int32_t ny, int32_t dscan, int flag, char kernel[], l1str *l1rec) |
void | fclean (l1qstr *l1que, int32_t nx, int32_t ny, int flag, char kernel[], l1str *l1rec) |
void | fLTmean (l1qstr *l1que, int32_t nx, int32_t ny, int ib, int32_t minfill, char kernel[], l1str *l1rec) |
void | fLTRmean (l1qstr *l1que, int32_t nx, int32_t ny, int ib, int32_t minfill, char kernel[], l1str *l1rec) |
int | compfloat (float *x, float *y) |
int | compfnode (fnode *x, fnode *y) |
void | fLTRreject (l1qstr *l1que, int32_t nx, int32_t ny, int ib, int32_t minfill, char kernel[], l1str *l1rec) |
void | fEPSmean (l1qstr *l1que, int32_t nx, int32_t ny, int ib1, int32_t minfill, char kernel[], l1str *l1rec) |
void | fBTdetavg (l1qstr *l1que, int32_t nx, int32_t ny, int ib, int32_t id, char kernel[], l1str *l1rec) |
void | fLTmed (l1qstr *l1que, int32_t nx, int32_t ny, int ib, int32_t minfill, char kernel[], l1str *l1rec) |
void | fLTRmed (l1qstr *l1que, int32_t nx, int32_t ny, int ib, int32_t minfill, char kernel[], l1str *l1rec) |
void | fLTRiqmean (l1qstr *l1que, int32_t nx, int32_t ny, int ib, int32_t minfill, char kernel[], l1str *l1rec) |
void | fEPSiqmean (l1qstr *l1que, int32_t nx, int32_t ny, int ib1, int32_t minfill, char kernel[], l1str *l1rec) |
void | filter (fctlstr *fctl, l1qstr *l1que, l1str *l1rec, int32_t dscan) |
Function Documentation
◆ compfloat()
◆ compfnode()
◆ fBTdetavg()
void fBTdetavg | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int | ib, | ||
int32_t | id, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |
◆ fclean()
void fclean | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int | flag, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |
◆ fctl_init()
◆ fctl_set()
int fctl_set | ( | fctlstr * | fctl, |
int32_t | npix, | ||
char * | fname, | ||
int32_t | band, | ||
int32_t | nx, | ||
int32_t | ny, | ||
int32_t | minfill, | ||
int32_t | nbands | ||
) |
◆ fdilate()
void fdilate | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int | flag, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |
◆ fEPSiqmean()
void fEPSiqmean | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int | ib1, | ||
int32_t | minfill, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |
◆ fEPSmean()
void fEPSmean | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int | ib1, | ||
int32_t | minfill, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |
◆ filter()
void filter | ( | fctlstr * | fctl, |
l1qstr * | l1que, | ||
l1str * | l1rec, | ||
int32_t | dscan | ||
) |
◆ fLTmean()
void fLTmean | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int | ib, | ||
int32_t | minfill, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |
◆ fLTmed()
void fLTmed | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int | ib, | ||
int32_t | minfill, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |
◆ fLTRiqmean()
void fLTRiqmean | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int | ib, | ||
int32_t | minfill, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |
◆ fLTRmean()
void fLTRmean | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int | ib, | ||
int32_t | minfill, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |
◆ fLTRmed()
void fLTRmed | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int | ib, | ||
int32_t | minfill, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |
◆ fLTRreject()
void fLTRreject | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int | ib, | ||
int32_t | minfill, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |
◆ fstlight()
void fstlight | ( | l1qstr * | l1que, |
int32_t | nx, | ||
int32_t | ny, | ||
int32_t | dscan, | ||
int | flag, | ||
char | kernel[], | ||
l1str * | l1rec | ||
) |