|
| int | num_modes = xconf.field(default=2, help="Number of modes to simulate in the AO system.") |
| |
| int | lag = xconf.field(default=1, help="Lag in timesteps for DM command updates.") |
| |
| float | noise = xconf.field(default=0.0, help="Amplitude of noise to add to the wavefront sensor measurements.") |
| |
| float | frequency = xconf.field(default=0.5, help="Frequency in Hz at which the AO simulation loop runs.") |
| |
Configuration for the aoSim application.
Definition at line 47 of file __init__.py.
◆ frequency
| float xapp.aoSim.aoSimConfig.frequency = xconf.field(default=0.5, help="Frequency in Hz at which the AO simulation loop runs.") |
|
static |
◆ lag
| int xapp.aoSim.aoSimConfig.lag = xconf.field(default=1, help="Lag in timesteps for DM command updates.") |
|
static |
◆ noise
| float xapp.aoSim.aoSimConfig.noise = xconf.field(default=0.0, help="Amplitude of noise to add to the wavefront sensor measurements.") |
|
static |
◆ num_modes
| int xapp.aoSim.aoSimConfig.num_modes = xconf.field(default=2, help="Number of modes to simulate in the AO system.") |
|
static |
The documentation for this class was generated from the following file: