field_coords={'coordinate_system':'ITRF2005','epoch':'2017.5'if'DE605'inkeyelse'2015.5','x':eval_value[0],'y':eval_value[1],'z':eval_value[2]}# 'coordinate_system': 'ITRF2005' is correct or is this 'WGS84'?!
eval_value=literal_eval(value.strip())
field_coords={'coordinate_system':'ITRF2005','epoch':'2017.5'if'DE605'inkeyelse'2015.5','x':eval_value[0],'y':eval_value[1],'z':eval_value[2],'name':key}# 'coordinate_system': 'ITRF2005' is correct or is this 'WGS84' or do we have to update the SIP library to support a newer standard?!
station_coordinates[key]=field_coords
ifnotexpected_comment_found:
raiseValueError('File contents are missing an expected comment, indicating that special cases are no longer present in the coordinates file. Revise the code to reflect that.')