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 | 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::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...
|
|
◆ 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 53 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 59 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 29 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 72 of file KLIPreduction.hpp.
◆ meansubMethods
Mean subtraction methods.
These control how the data in each search region is centered to meet the PCA requirement.
Enumerator |
---|
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.
|
meanImage | The mean image of the data is subtracted from each image.
|
medianImage | The median image of the data is subtracted from each image.
|
Definition at line 45 of file KLIPreduction.hpp.