The MagAO-X DM Poke Centering header file. More...
#include <mx/improc/eigenImage.hpp>
#include <mx/improc/milkImage.hpp>
#include <mx/improc/eigenCube.hpp>
#include "../../ImageStreamIO/pixaccess.hpp"
Go to the source code of this file.
Classes | |
class | MagAOX::app::dev::dmPokeWFS< derivedT > |
A base class to coordinate poking a deformable mirror's actuators and synchronizedreads of a camera image. More... | |
struct | MagAOX::app::dev::dmPokeWFS< derivedT >::wfsShmimT |
struct | MagAOX::app::dev::dmPokeWFS< derivedT >::darkShmimT |
Namespaces | |
MagAOX | |
MagAOX::app | |
MagAOX::app::dev | |
Macros | |
#define | DMPOKEWFS_SETUP_CONFIG(cfig) |
Call dmPokeWFS::setupConfig with error checking. More... | |
#define | DMPOKEWFS_LOAD_CONFIG(cfig) |
Call dmPokeWFS::loadConfig with error checking. More... | |
#define | DMPOKEWFS_APP_STARTUP |
Call dmPokeWFS::appStartup with error checking. More... | |
#define | DMPOKEWFS_APP_LOGIC |
Call dmPokeWFS::appLogic with error checking. More... | |
#define | DMPOKEWFS_APP_SHUTDOWN |
Call dmPokeWFS::appShutdown with error checking. More... | |
Functions | |
template<class derivedT > | |
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_nPokeImages)(const pcf | |
template<class derivedT > | |
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_nPokeAverage)(const pcf | |
template<class derivedT > | |
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_poke_amp)(const pcf | |
template<class derivedT > | |
MagAOX::app::dev::INDI_SETCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_wfsFps)(const pcf | |
template<class derivedT > | |
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_single)(const pcf | |
template<class derivedT > | |
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_continuous)(const pcf | |
template<class derivedT > | |
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_stop)(const pcf | |
The MagAO-X DM Poke Centering header file.
Definition in file dmPokeWFS.hpp.
#define DMPOKEWFS_APP_LOGIC |
Call dmPokeWFS::appLogic with error checking.
Definition at line 1231 of file dmPokeWFS.hpp.
#define DMPOKEWFS_APP_SHUTDOWN |
Call dmPokeWFS::appShutdown with error checking.
Definition at line 1238 of file dmPokeWFS.hpp.
#define DMPOKEWFS_APP_STARTUP |
Call dmPokeWFS::appStartup with error checking.
Definition at line 1224 of file dmPokeWFS.hpp.
#define DMPOKEWFS_LOAD_CONFIG | ( | cfig | ) |
Call dmPokeWFS::loadConfig with error checking.
This must be inside a function that returns int, e.g. the standard loadConfigImpl.
cfig | the application configurator |
Definition at line 1217 of file dmPokeWFS.hpp.
#define DMPOKEWFS_SETUP_CONFIG | ( | cfig | ) |
Call dmPokeWFS::setupConfig with error checking.
cfig | the application configurator |
Definition at line 1205 of file dmPokeWFS.hpp.