Skip to content
Snippets Groups Projects
Commit 5604bcf9 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

BugID: 753

Changed Station ID's into Station names; both for `Strategy.Stations' and for
`Baselines.Station[12]'.
parent ecc6e65e
No related branches found
No related tags found
No related merge requests found
......@@ -138,8 +138,8 @@ namespace LOFAR
// If defined, get the baseline selection for this step.
try {
itsBaselines.station1 = ps.getUint32Vector("Baselines.Station1");
itsBaselines.station2 = ps.getUint32Vector("Baselines.Station2");
itsBaselines.station1 = ps.getStringVector("Baselines.Station1");
itsBaselines.station2 = ps.getStringVector("Baselines.Station2");
} catch (APSException&) {}
// If defined, get the correlation selection (ALL, AUTO, or CROSS), and
......
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