mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Defines the basic high contrast imaging data type. More...
Defines the basic high contrast imaging data type.
Definition in file HCIobservation.hpp.
Go to the source code of this file.
Classes | |
struct | mx::improc::HCIobservation< _realT > |
The basic high contrast imaging data type. More... | |
Namespaces | |
mx | |
The mxlib c++ namespace. | |
mx::improc::HCI | |
Namespace for high contrast imaging enums. | |
Enumerations | |
enum | mx::improc::HCI::combineMethods { mx::improc::HCI::noCombine , mx::improc::HCI::medianCombine , mx::improc::HCI::meanCombine , mx::improc::HCI::sigmaMeanCombine , debug } |
Possible combination methods. More... | |
Functions | |
std::string | mx::improc::HCI::combineMethodStr (int method) |
Get the string name of the combineMethod integer. More... | |
int | mx::improc::HCI::combineMethodFmStr (const std::string &method) |
Get the combineMethod from the corresponding string name. More... | |