Go to the source code of this file.
|
template<class T > |
void | get_centroids (int size, int threads, int blocks, int n, float *d_idata, T *d_odata, T *ref, int *validx, int *validy, float *intensities, float *d_weights, float scale, float offset, CarmaDevice *device) |
|
template<class T > |
int | fill_weights (T *d_out, T *d_in, int npix, int N, CarmaDevice *device) |
|
◆ fill_weights()
template<class T >
int fill_weights |
( |
T * |
d_out, |
|
|
T * |
d_in, |
|
|
int |
npix, |
|
|
int |
N, |
|
|
CarmaDevice * |
device |
|
) |
| |
◆ get_centroids()
template<class T >
void get_centroids |
( |
int |
size, |
|
|
int |
threads, |
|
|
int |
blocks, |
|
|
int |
n, |
|
|
float * |
d_idata, |
|
|
T * |
d_odata, |
|
|
T * |
ref, |
|
|
int * |
validx, |
|
|
int * |
validy, |
|
|
float * |
intensities, |
|
|
float * |
d_weights, |
|
|
float |
scale, |
|
|
float |
offset, |
|
|
CarmaDevice * |
device |
|
) |
| |