From 4218fe8e1ba83aabbae361f59577da2ad39225e1 Mon Sep 17 00:00:00 2001 From: JackMcCubbineGA <48938190+JackMcCubbineGA@users.noreply.github.com> Date: Mon, 9 Dec 2019 14:38:20 +1100 Subject: [PATCH] Update heights_s3.py --- geodepy/heights_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geodepy/heights_s3.py b/geodepy/heights_s3.py index 274f0ea..f31e26e 100644 --- a/geodepy/heights_s3.py +++ b/geodepy/heights_s3.py @@ -56,7 +56,7 @@ def AVWS_to_GPS(Lat,Long,AVWS_H): GPS_H=AVWS_H+zeta return [GPS_H,zeta_std] -def AHD_to_AVWS(Lat,Long,AHD_H,file_AG2020): +def AHD_to_AVWS(Lat,Long,AHD_H): # Convert to GPS GPS_H=AHD_H+interp_file(Lat,Long,Height_filenames.file_AG2020) # AUSGEOID2020 file # Convert to AVWS