casacore
Loading...
Searching...
No Matches
dysconormalization.h
Go to the documentation of this file.
1#ifndef DYSCO_NORMALIZATION_H
2#define DYSCO_NORMALIZATION_H
3
4namespace dyscostman {
5enum class Normalization { kAF, kRF, kRow };
6}
7
8#endif