COMPASS  5.0.0
End-to-end AO simulation tool using GPU acceleration
sutra_centroider_pyr.h File Reference
#include <sutra_centroider.h>
Include dependency graph for sutra_centroider_pyr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Method_CoG
 
class  SutraCentroiderPyr< Tin, T >
 this class provides the centroider_pyr features to COMPASS More...
 

Functions

template<class T >
void pyr_slopes (T *d_odata, T *d_idata, int *subindx, int *subindy, float *intensities, int ns, int nvalid, int nim, CarmaDevice *device)
 
template<class T >
void pyr2_slopes (T *d_odata, T *ref, T *d_idata, int *subindx, int *subindy, float *intensities, int ns, int nvalid, float scale, T valid_thresh, int do_sin, CarmaDevice *device)
 

Function Documentation

◆ pyr2_slopes()

template<class T >
void pyr2_slopes ( T *  d_odata,
T *  ref,
T *  d_idata,
int *  subindx,
int *  subindy,
float *  intensities,
int  ns,
int  nvalid,
float  scale,
valid_thresh,
int  do_sin,
CarmaDevice device 
)

◆ pyr_slopes()

template<class T >
void pyr_slopes ( T *  d_odata,
T *  d_idata,
int *  subindx,
int *  subindy,
float *  intensities,
int  ns,
int  nvalid,
int  nim,
CarmaDevice device 
)