![]() |
cacao
Release 0.1.03-dev
Compute And Control For Adaptive Optics
|
AO loop control - INTEGRATOR AUTO TUNING. More...
#include "CommandLineInterface/CLIcore.h"
#include "AOloopControl/AOloopControl.h"
#include "AOloopControl_perfTest/AOloopControl_perfTest.h"
#include "00CORE/00CORE.h"
#include "COREMOD_memory/COREMOD_memory.h"
Macros | |
#define | _GNU_SOURCE |
Functions | |
AOloopControl - 8.4. LOOP CONTROL INTERFACE - INTEGRATOR AUTO TUNING | |
errno_t | AOloopControl_AUTOTUNE_LIMITS_on () |
Set limit auto tune : on. More... | |
errno_t | AOloopControl_AUTOTUNE_LIMITS_off () |
Set limit auto tune : off. More... | |
errno_t | AOloopControl_set_AUTOTUNE_LIMITS_delta (float AUTOTUNE_LIMITS_delta) |
Options auto tune limit The limit is fixed at the beginning. When the fraction of mode values higher than the current limit times mcoeff is larger than perc (percentile); then the limit increases by delta. Otherwise, it decreases by delta. More... | |
errno_t | AOloopControl_set_AUTOTUNE_LIMITS_perc (float AUTOTUNE_LIMITS_perc) |
errno_t | AOloopControl_set_AUTOTUNE_LIMITS_mcoeff (float AUTOTUNE_LIMITS_mcoeff) |
errno_t | AOloopControl_AUTOTUNE_GAINS_on () |
Set gain auto tune : on. More... | |
errno_t | AOloopControl_AUTOTUNE_GAINS_off () |
Set gain auto tune : off. More... | |
Variables | |
AOLOOPCONTROL_CONF * | AOconf |
CLI function for AOloopControl_setframesAve. More... | |
AOloopControl_var | aoloopcontrol_var |
AO loop control - INTEGRATOR AUTO TUNING.
REAL TIME COMPUTING ROUTINES
#define _GNU_SOURCE |
errno_t AOloopControl_AUTOTUNE_GAINS_off | ( | ) |
Set gain auto tune : off.
errno_t AOloopControl_AUTOTUNE_GAINS_on | ( | ) |
Set gain auto tune : on.
errno_t AOloopControl_AUTOTUNE_LIMITS_off | ( | ) |
Set limit auto tune : off.
errno_t AOloopControl_AUTOTUNE_LIMITS_on | ( | ) |
Set limit auto tune : on.
errno_t AOloopControl_set_AUTOTUNE_LIMITS_delta | ( | float | AUTOTUNE_LIMITS_delta | ) |
Options auto tune limit The limit is fixed at the beginning. When the fraction of mode values higher than the current limit times mcoeff is larger than perc (percentile); then the limit increases by delta. Otherwise, it decreases by delta.
errno_t AOloopControl_set_AUTOTUNE_LIMITS_mcoeff | ( | float | AUTOTUNE_LIMITS_mcoeff | ) |
errno_t AOloopControl_set_AUTOTUNE_LIMITS_perc | ( | float | AUTOTUNE_LIMITS_perc | ) |
AOLOOPCONTROL_CONF* AOconf |
CLI function for AOloopControl_setframesAve.
AOloopControl_var aoloopcontrol_var |