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 | |
namespace | mx |
The mxlib c++ namespace. | |
namespace | mx::improc::HCI |
Namespace for high contrast imaging enums. | |
Enumerations | |
enum class | mx::improc::HCI::meanSubMethod { mx::improc::HCI::meanSubMethod::none , mx::improc::HCI::meanSubMethod::meanImage , mx::improc::HCI::meanSubMethod::medianImage , mx::improc::HCI::meanSubMethod::imageMean , mx::improc::HCI::meanSubMethod::imageMedian , mx::improc::HCI::meanSubMethod::imageMode , mx::improc::HCI::meanSubMethod::unknown = -1 } |
Mean subtraction methods. More... | |
enum class | mx::improc::HCI::pixelTSNormMethod { mx::improc::HCI::none , mx::improc::HCI::rms , mx::improc::HCI::rmsSigmaClipped , mx::improc::HCI::unknown = -1 } |
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. | |
int | mx::improc::HCI::combineMethodFmStr (const std::string &method) |
Get the combineMethod from the corresponding string name. | |