Go to the source code of this file.
|
template<class T > |
int | fillbincube_2D (T *bimage, T *bcube, int npix, int nsub, int *valid) |
|
template<class T > |
int | fillbincube (T *bimage, T *bcube, int npix, int nsub, int Nsub, int *ivalid, int *jvalid, CarmaDevice *device) |
|
template<class T > |
int | fillbincube_async (CarmaStreams *streams, CarmaObj< T > *bimage, CarmaObj< T > *bcube, int npix, int nsub, int Nsub, int *ivalid, int *jvalid, CarmaDevice *device) |
|
template<class T > |
int | fillbincube_async (CarmaHostObj< T > *image_telemetry, T *bimage, T *bcube, int npix, int nsub, int Nsub, int *ivalid, int *jvalid, int nim, CarmaDevice *device) |
|
◆ fillbincube()
template<class T >
int fillbincube |
( |
T * |
bimage, |
|
|
T * |
bcube, |
|
|
int |
npix, |
|
|
int |
nsub, |
|
|
int |
Nsub, |
|
|
int * |
ivalid, |
|
|
int * |
jvalid, |
|
|
CarmaDevice * |
device |
|
) |
| |
◆ fillbincube_2D()
template<class T >
int fillbincube_2D |
( |
T * |
bimage, |
|
|
T * |
bcube, |
|
|
int |
npix, |
|
|
int |
nsub, |
|
|
int * |
valid |
|
) |
| |
◆ fillbincube_async() [1/2]
template<class T >
int fillbincube_async |
( |
CarmaHostObj< T > * |
image_telemetry, |
|
|
T * |
bimage, |
|
|
T * |
bcube, |
|
|
int |
npix, |
|
|
int |
nsub, |
|
|
int |
Nsub, |
|
|
int * |
ivalid, |
|
|
int * |
jvalid, |
|
|
int |
nim, |
|
|
CarmaDevice * |
device |
|
) |
| |
◆ fillbincube_async() [2/2]