COMPASS  5.4.4
End-to-end AO simulation tool using GPU acceleration
Method_CoG Struct Reference

#include <sutra_centroider_pyr.h>

Collaboration diagram for Method_CoG:

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
 

Detailed Description

Definition at line 21 of file sutra_centroider_pyr.h.

Constructor & Destructor Documentation

◆ Method_CoG() [1/2]

Method_CoG::Method_CoG ( bool  isLocal_ = false,
bool  isSinus_ = true 
)

Definition at line 25 of file sutra_centroider_pyr.h.

◆ Method_CoG() [2/2]

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.

Member Function Documentation

◆ str()

static const char* Method_CoG::str ( const struct Method_CoG method)
static

Definition at line 37 of file sutra_centroider_pyr.h.

Member Data Documentation

◆ is_local

bool Method_CoG::is_local = false

Definition at line 22 of file sutra_centroider_pyr.h.

◆ is_sinus

bool Method_CoG::is_sinus = true

Definition at line 23 of file sutra_centroider_pyr.h.


The documentation for this struct was generated from the following file: