From 9ef72b220e6c97394dbdbaf9ef7fdbd3702cede5 Mon Sep 17 00:00:00 2001 From: Mattia Mancini <mancini@astron.nl> Date: Tue, 26 Mar 2019 14:39:05 +0000 Subject: [PATCH] SSB-44: gathering the correct field --- .../lib/datacontainers/holography_measurementset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CAL/CalibrationCommon/lib/datacontainers/holography_measurementset.py b/CAL/CalibrationCommon/lib/datacontainers/holography_measurementset.py index b3578caf664..f2a1e911951 100644 --- a/CAL/CalibrationCommon/lib/datacontainers/holography_measurementset.py +++ b/CAL/CalibrationCommon/lib/datacontainers/holography_measurementset.py @@ -81,7 +81,7 @@ class HolographyMeasurementSet(object): station_name_index = antenna_table.index('NAME').rownr(station_name) station_position = antenna_field_table.getcell('POSITION', station_name_index) - tile_offsets = antenna_field_table.getcell('TILE_ELEMENT_OFFSET', station_name_index) + tile_offsets = antenna_field_table.getcell('ELEMENT_OFFSET', station_name_index) axes_coordinate = antenna_field_table.getcell('COORDINATE_AXES', station_name_index) finally: -- GitLab