Functions | |
| int | ngcppBgThreshold (float *data, float *bg, int nx, int ny, int nbg, double k1, int nLoop, double k2, double *thrMin, double *sigma, double badPixLevel) |
| int | ngcppCog (double *cx, double *cy, float *data, int nx, int ny, double thr) |
| int | ngcppCogX (double *cx, float *data, int nx, int ny, double thr) |
| int | ngcppCogY (double *cy, float *data, int nx, int ny, double thr) |
| int ngcppBgThreshold | ( | float * | data, |
| float * | bg, | ||
| int | nx, | ||
| int | ny, | ||
| int | nbg, | ||
| double | k1, | ||
| int | nLoop, | ||
| double | k2, | ||
| double * | thrMin, | ||
| double * | sigma, | ||
| double | badPixLevel ) |
Background threshold estimation (sigma clipping above badPixLevel)
| int ngcppCog | ( | double * | cx, |
| double * | cy, | ||
| float * | data, | ||
| int | nx, | ||
| int | ny, | ||
| double | thr ) |
Center of gravity
| int ngcppCogX | ( | double * | cx, |
| float * | data, | ||
| int | nx, | ||
| int | ny, | ||
| double | thr ) |
Center of gravity in x-direction
| int ngcppCogY | ( | double * | cy, |
| float * | data, | ||
| int | nx, | ||
| int | ny, | ||
| double | thr ) |
Center of gravity in y-direction