From 57a38fbb6ded581c15f95bd03cca71589010b30c Mon Sep 17 00:00:00 2001 From: Ger van Diepen <diepen@astron.nl> Date: Fri, 8 Apr 2011 08:43:50 +0000 Subject: [PATCH] bug 1660: MOUNT type FIXED is not supported by CASA; change to X-Y --- RTCP/Storage/src/MeasurementSetFormat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RTCP/Storage/src/MeasurementSetFormat.cc b/RTCP/Storage/src/MeasurementSetFormat.cc index bbd1c1ab4cd..58f3dad60e5 100644 --- a/RTCP/Storage/src/MeasurementSetFormat.cc +++ b/RTCP/Storage/src/MeasurementSetFormat.cc @@ -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); -- GitLab