casacore
|
Various data for FitToHalfStatistics. More...
#include <FitToHalfStatisticsData.h>
Public Types | |
enum | CENTER { CMEAN, CMEDIAN, CVALUE } |
choice of center point based on the corresponding statistics from the entire distribution of data, or simply an arbitrary value More... | |
enum | USE_DATA { LE_CENTER, GE_CENTER } |
which section of data to use, greater than or less than the center value More... | |
Various data for FitToHalfStatistics.
Definition at line 36 of file FitToHalfStatisticsData.h.
choice of center point based on the corresponding statistics from the entire distribution of data, or simply an arbitrary value
Enumerator | |
---|---|
CMEAN | |
CMEDIAN | |
CVALUE |
Definition at line 41 of file FitToHalfStatisticsData.h.
which section of data to use, greater than or less than the center value
Enumerator | |
---|---|
LE_CENTER | |
GE_CENTER |
Definition at line 48 of file FitToHalfStatisticsData.h.