![]() |
COMPASS
5.4.4
End-to-end AO simulation tool using GPU acceleration
|
#include <sutra_centroider_pyr.h>
Public Member Functions | |
Method_CoG (bool isLocal_=false, bool isSinus_=true) | |
Method_CoG (uint8_t method) | |
Static Public Member Functions | |
static const char * | str (const struct Method_CoG &method) |
Public Attributes | |
bool | is_local = false |
bool | is_sinus = true |
Definition at line 21 of file sutra_centroider_pyr.h.
Method_CoG::Method_CoG | ( | bool | isLocal_ = false , |
bool | isSinus_ = true |
||
) |
Definition at line 25 of file sutra_centroider_pyr.h.
Method_CoG::Method_CoG | ( | uint8_t | method | ) |
Method_CoG(int method) where method is 0: sinus global 1: nosinus global 2: sinus local) 3: nosinus local
Definition at line 35 of file sutra_centroider_pyr.h.
|
static |
Definition at line 37 of file sutra_centroider_pyr.h.
bool Method_CoG::is_local = false |
Definition at line 22 of file sutra_centroider_pyr.h.
bool Method_CoG::is_sinus = true |
Definition at line 23 of file sutra_centroider_pyr.h.