casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dysconormalization.h
Go to the documentation of this file.
1 #ifndef DYSCO_NORMALIZATION_H
2 #define DYSCO_NORMALIZATION_H
3 
4 namespace dyscostman {
5 enum class Normalization { kAF, kRF, kRow };
6 }
7 
8 #endif