#include <LatticeStatistics.h>
Public Attributes | |
StatisticsData::ALGORITHM | algorithm |
Double | hf |
hinges-fences f factor | |
FitToHalfStatisticsData::CENTER | ct |
fit to have center type | |
FitToHalfStatisticsData::USE_DATA | ud |
fit to half data portion to use | |
AccumType | cv |
fit to half center value | |
Double | zs |
Chauvenet zscore. | |
Int | mi |
Chauvenet max iterations. |
Definition at line 204 of file LatticeStatistics.h.
StatisticsData::ALGORITHM casacore::LatticeStatistics< T >::AlgConf::algorithm |
Definition at line 205 of file LatticeStatistics.h.
FitToHalfStatisticsData::CENTER casacore::LatticeStatistics< T >::AlgConf::ct |
fit to have center type
Definition at line 209 of file LatticeStatistics.h.
AccumType casacore::LatticeStatistics< T >::AlgConf::cv |
fit to half center value
Definition at line 213 of file LatticeStatistics.h.
Double casacore::LatticeStatistics< T >::AlgConf::hf |
hinges-fences f factor
Definition at line 207 of file LatticeStatistics.h.
Int casacore::LatticeStatistics< T >::AlgConf::mi |
Chauvenet max iterations.
Definition at line 217 of file LatticeStatistics.h.
FitToHalfStatisticsData::USE_DATA casacore::LatticeStatistics< T >::AlgConf::ud |
fit to half data portion to use
Definition at line 211 of file LatticeStatistics.h.
Double casacore::LatticeStatistics< T >::AlgConf::zs |
Chauvenet zscore.
Definition at line 215 of file LatticeStatistics.h.