Skip to content
Snippets Groups Projects
Commit 9ef72b22 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SSB-44: gathering the correct field

parent ad1ae981
No related branches found
No related tags found
1 merge request!44Merge back holography to master
......@@ -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:
......
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