#include "sadie.h"Go to the source code of this file.
Functions | |
| void | WINDOW (IMAGE *in, PIXEL(*wtf)(PIXEL *, short, short), short jsize, short ksize, IMAGE **out) |
| PIXEL | WTFCAVG (PIXEL *wnd, short jsize, short ksize) |
| PIXEL | WTFDIVER (PIXEL *wnd, short jsize, short ksize) |
| PIXEL | WTFMAJ (PIXEL *wnd, short jsize, short ksize) |
| PIXEL | WTFMAX (PIXEL *wnd, short jsize, short ksize) |
| PIXEL | WTFMIN (PIXEL *wnd, short jsize, short ksize) |
| PIXEL | WTFVAR (PIXEL *wnd, short jsize, short ksize) |
Variables | |
| short | csize |
| PIXEL | thresh |
| double | weight |
| short | nlev |
| PIXEL | gmin |
| double * | count |
|
||||||||||||||||||||||||
|
Definition at line 18 of file window.c. References CHECKIMG(), csize, IMAGE::data, GETMEM(), in, LINES, malloc, MESSAGE(), IMAGE::nbnd, IMAGE::nlin, IMAGE::npix, out, PIXEL, PROGRESS(), SLEN, T_EXIT, T_WINDOW, IMAGE::text, thresh, TIMING(), weight, WTFCAVG(), WTFDIVER(), WTFMAJ(), WTFMAX(), WTFMIN(), and WTFVAR(). Referenced by Sadie_Filter_CAvgFiltCmd(), Sadie_Filter_DivMapCmd(), Sadie_Filter_MajFiltCmd(), Sadie_Filter_MaxFiltCmd(), Sadie_Filter_MinFiltCmd(), and Sadie_Filter_VarMapCmd(). |
|
||||||||||||||||
|
Definition at line 202 of file window.c. References count, csize, max, min, PIXEL, T_EXIT, T_WTFCAVG, thresh, and TIMING(). Referenced by Sadie_Filter_CAvgFiltCmd(), and WINDOW(). |
|
||||||||||||||||
|
Definition at line 255 of file window.c. References T_EXIT, T_WTFDIVER, and TIMING(). Referenced by Sadie_Filter_DivMapCmd(), and WINDOW(). |
|
||||||||||||||||
|
Definition at line 306 of file window.c. References count, gmin, nlev, T_EXIT, T_WTFMAJ, TIMING(), and weight. Referenced by Sadie_Filter_MajFiltCmd(), and WINDOW(). |
|
||||||||||||||||
|
Definition at line 357 of file window.c. References max, PIXEL, T_EXIT, T_WTFMAX, and TIMING(). Referenced by Sadie_Filter_MaxFiltCmd(), and WINDOW(). |
|
||||||||||||||||
|
Definition at line 391 of file window.c. References min, PIXEL, T_EXIT, T_WTFMIN, and TIMING(). Referenced by Sadie_Filter_MinFiltCmd(), and WINDOW(). |
|
||||||||||||||||
|
Definition at line 425 of file window.c. References PIXEL, T_EXIT, T_WTFVAR, and TIMING(). Referenced by Sadie_Filter_VarMapCmd(), and WINDOW(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3