Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion geodepy/heights_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down