API
 
Loading...
Searching...
No Matches
psfAcq.hpp File Reference

The MagAO-X PSF Fitter application header. More...

#include "../../libMagAOX/libMagAOX.hpp"
#include "../../magaox_git_version.h"
#include <mx/math/fit/fitGaussian.hpp>
#include <mx/improc/imageFilters.hpp>
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <limits>
#include <memory>
#include <utility>
Include dependency graph for psfAcq.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MagAOX::app::darkShmimT
 
struct  MagAOX::app::Star
 
class  MagAOX::app::psfAcq
 The MagAO-X PSF Fitter. More...
 
struct  MagAOX::app::psfAcq::starTelemSample
 Snapshot of one star's telemetry fields for deferred emission. More...
 

Namespaces

namespace  MagAOX
 
namespace  MagAOX::app
 

Functions

float MagAOX::app::calculateDistance (float x1, float y1, float x2, float y2)
 
 MagAOX::app::INDI_SETCALLBACK_DEFN (psfAcq, m_indiP_flipAcqPresetName)(const pcf
 
 MagAOX::app::INDI_NEWCALLBACK_DEFN (psfAcq, m_indiP_restartAcq)(const pcf
 
 MagAOX::app::INDI_NEWCALLBACK_DEFN (psfAcq, m_indiP_recordSeeing)(const pcf
 
 MagAOX::app::INDI_NEWCALLBACK_DEFN (psfAcq, m_indiP_acquire_star)(const pcf
 
 MagAOX::app::INDI_NEWCALLBACK_DEFN (psfAcq, m_indiP_seeing_star)(const pcf
 
 MagAOX::app::INDI_SETCALLBACK_DEFN (psfAcq, m_indiP_fpsSource)(const pcf
 

Detailed Description

The MagAO-X PSF Fitter application header.

Definition in file psfAcq.hpp.


Class Documentation

◆ MagAOX::app::psfAcq::starTelemSample

struct MagAOX::app::psfAcq::starTelemSample

Snapshot of one star's telemetry fields for deferred emission.

Definition at line 232 of file psfAcq.hpp.

Collaboration diagram for MagAOX::app::psfAcq::starTelemSample:
Collaboration graph
Class Members
float fwhm FWHM in pixels.
float m_pix Peak pixel value.
float seeing Seeing estimate in arcseconds.
float x_pos Star x position in pixels.
float y_pos Star y position in pixels.