Loading [MathJax]/extensions/tex2jax.js
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages

Defines the ADI high contrast imaging data type. More...

Defines the ADI high contrast imaging data type.

Author
Jared R. Males

Definition in file ADIobservation.hpp.

Go to the source code of this file.

Classes

struct  mx::improc::ADIobservation< _realT, _derotFunctObj >
 Process an angular differential imaging (ADI) observation. More...
 

Namespaces

namespace  mx
 The mxlib c++ namespace.
 
namespace  mx::improc::HCI
 Namespace for high contrast imaging enums.
 

Enumerations

enum  mx::improc::HCI::fakeMethods { mx::improc::HCI::single , mx::improc::HCI::list }
 Fake injection PSF file specification methods. More...
 

Functions

std::string mx::improc::HCI::fakeMethodsStr (int method)
 Get the string name of a fake injection method.
 
int mx::improc::HCI::fakeMethodFmStr (const std::string &method)
 Get the fake injection method from its string name.