#include "sadie.h"
Go to the source code of this file.
Functions | |
void | FILTER (IMAGE *in, double(*flt)(double, double, double, double), double xradius, double yradius, double option, IMAGE **out) |
double | FLTBOX (double fx, double fy, double xradius, double yradius) |
double | FLTCONE (double fx, double fy, double xradius, double yradius) |
double | FLTCYL (double fx, double fy, double xradius, double yradius) |
double | FLTEXP (double fx, double fy, double xradius, double yradius) |
double | FLTGAUSS (double fx, double fy, double xradius, double yradius) |
|
Definition at line 39 of file filter.c. References CHECKIMG, IMAGE::data, FFT2D, FLTBOX, FLTCONE, FLTCYL, FLTEXP, FLTGAUSS, FORWARD, INVERSE, MESSAGE, IMAGE::nbnd, IMAGE::nlin, IMAGE::npix, out, PROGRESS, RELMEM, rnd, SLEN, T_EXIT, T_FILTER, IMAGE::text, and TIMING. |
|
Definition at line 205 of file filter.c. References T_EXIT, T_FLTBOX, and TIMING. Referenced by FILTER. |
|
Definition at line 231 of file filter.c. References max, T_EXIT, T_FLTCONE, and TIMING. Referenced by FILTER. |
|
Definition at line 257 of file filter.c. References T_EXIT, T_FLTCYL, and TIMING. Referenced by FILTER. |
|
Definition at line 284 of file filter.c. References T_EXIT, T_FLTEXP, and TIMING. Referenced by FILTER. |
|
Definition at line 310 of file filter.c. References T_EXIT, T_FLTGAUSS, and TIMING. Referenced by FILTER. |