mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declarations and definitions for an implementation of the Karhunen-Loeve Image Processing (KLIP) algorithm. More...
Declarations and definitions for an implementation of the Karhunen-Loeve Image Processing (KLIP) algorithm.
Definition in file KLIPreduction.hpp.
Go to the source code of this file.
Classes | |
struct | mx::improc::KLIPreduction< _realT, _derotFunctObj, _evCalcT > |
An implementation of the Karhunen-Loeve Image Processing (KLIP) algorithm. More... | |
Namespaces | |
mx | |
The mxlib c++ namespace. | |
mx::improc::HCI | |
Namespace for high contrast imaging enums. | |
Enumerations | |
enum | mx::improc::HCI::meansubMethods { mx::improc::HCI::imageMean , mx::improc::HCI::imageMedian , mx::improc::HCI::imageMode , mx::improc::HCI::meanImage , mx::improc::HCI::medianImage } |
Mean subtraction methods. More... | |
enum | mx::improc::HCI::excludeMethods { mx::improc::HCI::excludeNone , mx::improc::HCI::excludePixel , mx::improc::HCI::excludeAngle , mx::improc::HCI::excludeImno } |
Image exclusion methods. More... | |
enum | mx::improc::HCI::includeMethods { mx::improc::HCI::includeAll , mx::improc::HCI::includeCorr , mx::improc::HCI::includeTime , mx::improc::HCI::includeAngle , mx::improc::HCI::includeImno } |
Image inclusion methods. More... | |