|
casacore
|
#include <LatticeCleaner.h>
Public Types | |
| enum | CleanType { HOGBOM , MULTISCALE , CLARK } |
Lists the different types of Convolutions that can be done
This enumerator is brought out as a separate class because g++ currently cannot handle enumerators in a templated class. When it can this class will go away and this enumerator moved into the Cleaner class
Definition at line 49 of file LatticeCleaner.h.
| Enumerator | |
|---|---|
| HOGBOM | Hogbom. |
| MULTISCALE | Multi-scale. |
| CLARK | Clark. |
Definition at line 51 of file LatticeCleaner.h.