4#include "../../../catch2/catch.hpp"
10template struct mx::AO::sim::wfMeasurement<double>;
18namespace unitTest::ao_sim_leakyIntegrator_test
26TEST_CASE(
"leakyIntegrator sets a single-mode leak",
"[ao::sim::leakyIntegrator]" )
31 CHECK( integrator.
leak( 1, 0.25 ) == 0 );
Implements the leaky integrator controller.
int initialize(int nModes)
Allocate and initialize all state.
int leak(int i, realT l)
Set the leak for a single mode.
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Declares and defines the leaky integrator controller class for AO control.