Skip to content
Snippets Groups Projects
Commit bd0f2e5a authored by Martin Gels's avatar Martin Gels
Browse files

BugID:1005

Changed name of the stations.
parent 1cc19811
No related merge requests found
...@@ -241,7 +241,7 @@ namespace LOFAR ...@@ -241,7 +241,7 @@ namespace LOFAR
// Get the antenna positions from the parameter set. The antenna // Get the antenna positions from the parameter set. The antenna
// positions are stored as one large vector of doubles. // positions are stored as one large vector of doubles.
vector<double> pos; vector<double> pos;
pos = itsCS1PS->trackingPhaseCentras(); pos = itsCS1PS->phaseCenters();
ASSERTSTR(pos.size() == 3 * itsNrStations, ASSERTSTR(pos.size() == 3 * itsNrStations,
pos.size() << " == " << 3 * itsNrStations); pos.size() << " == " << 3 * itsNrStations);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment