Skip to content

Commit

Permalink
refactor: add hemisphere and remove kwargs from call to geoid
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Jun 11, 2024
1 parent b0a9805 commit aeb7db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polartoolkit/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@ def preprocessing(fname: str, action: str, _pooch2: typing.Any) -> str:
spacing=initial_spacing,
region=initial_region,
registration=initial_registration,
**kwargs,
hemisphere="south",
)
# convert from ellipsoid back to eigen geoid
grid = grid - eigen_correction
Expand Down

0 comments on commit aeb7db3

Please sign in to comment.