Skip to content

Commit

Permalink
doc: update shpinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Guinet committed Dec 1, 2023
1 parent 3f83471 commit 26bbdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Quick Start
>>> # Create RPC object from downloaded geometry file
>>> rpc_geom_file = "left_image.geom"
>>> rpc = GeoModel(rpc_geom_file, "rpc")
>>> rpc = GeoModel(rpc_geom_file, "rpc") # "rpc" is the geomodel type in ("rpc", "grid") with default value "rpc"
>>> # Create Localization object from created RPC
>>> loc = Localization(rpc)
Expand Down

0 comments on commit 26bbdba

Please sign in to comment.