Enums for high contrast imaging.
|
enum | mx::improc::HCI::fakeMethods { mx::improc::HCI::single
, mx::improc::HCI::list
} |
| Fake injection PSF file specification methods. More...
|
|
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 | 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...
|
|
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...
|
|
◆ combineMethods
Possible combination methods.
Enumerator |
---|
noCombine | Do not combine the images.
|
medianCombine | Combine with the median.
|
meanCombine | Combine with the mean.
|
sigmaMeanCombine | Combine with the sigma clipped mean.
|
Definition at line 86 of file HCIobservation.hpp.
◆ excludeMethods
Image exclusion methods.
Enumerator |
---|
excludeNone | Exclude no images.
|
excludePixel | Exclude by pixels of rotation.
|
excludeAngle | Exclude by angle of roration.
|
excludeImno | Exclude by number of images.
|
Definition at line 41 of file KLIPreduction.hpp.
◆ fakeMethods
Fake injection PSF file specification methods.
Enumerator |
---|
single | A single PSF is used.
|
list | A list of PSF files, one per input image, is used.
|
Definition at line 27 of file ADIobservation.hpp.
◆ includeMethods
Image inclusion methods.
Enumerator |
---|
includeAll | include all images
|
includeCorr | include images which are most correlated with the target
|
includeTime | include images which are closest in time to the target
|
includeAngle | include images which are closest in angle to the target
|
includeImno | include images which are closest in imno to the target
|
Definition at line 56 of file KLIPreduction.hpp.
◆ meanSubMethod
Mean subtraction methods.
These control how the data in each search region is centered to meet the PCA requirement.
Enumerator |
---|
none | No mean subtraction.
|
meanImage | The mean image of the data is subtracted from each image.
|
medianImage | The median image of the data is subtracted from each image.
|
imageMean | The mean of each image (within the search region) is subtracted from itself
|
imageMedian | The median of each image (within the search region) is subtracted from itself
|
imageMode | The mode of each image (within the search region) is subtracted from itself
|
unknown | unknown value, an error
|
Definition at line 53 of file HCIobservation.hpp.