3 #ifndef CORRELATORDATATESTSZA_H
4 #define CORRELATORDATATESTSZA_H
19 namespace correlator {
49 static const std::string className_;
51 void createTestData();
52 void simData(
int band,
int an1,
int an2,
int numChans,
int sideband,
53 std::vector<std::complex<float> > &data);
54 void simData2(
int band,
int an1,
int an2,
int numChans,
int sideband,
55 std::vector<std::complex<float> > &data);
57 int getId(
int a1,
int a2);
CorrelatorDataTestSZA()
Constructor.
Class used to represents bands of Correlator Data.
Test class used to assign test data to a CorrelatorData object.
void setBandNumber(int bandNumber)
Set the bandNumber for this band.
virtual ~CorrelatorDataTestSZA()
Destructor.
Singleton access to configuration parameters.