Skip to content
Snippets Groups Projects
Commit 57a38fbb authored by Ger van Diepen's avatar Ger van Diepen
Browse files

bug 1660:

MOUNT type FIXED is not supported by CASA; change to X-Y
parent 68016da2
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ void MeasurementSetFormat::fillAntenna (const Block<MPosition>& antMPos)
msantCol.stationId().put (i, 0);
msantCol.station().put (i, "LOFAR");
msantCol.type().put (i, "GROUND-BASED");
msantCol.mount().put (i, "FIXED");
msantCol.mount().put (i, "X-Y");
msantCol.positionMeas().put (i, antMPos[i]);
msantCol.offset().put (i, antOffset);
msantCol.dishDiameter().put (i, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment