Skip to content

Commit

Permalink
doc: doc update explicit model type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Guinet committed Dec 1, 2023
1 parent 885bfac commit aa5708e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = GeoModel(rpc_geom_file, "rpc")
>>> # Create Localization object from created RPC
>>> loc = Localization(rpc)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_manual_geometric_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RPC class API Example
$ python3
>>> from shareloc.geomodels import GeoModel
>>> file_dimap = "RPC_PHR1B_P_201709281038393_SEN_PRG_FC_178609-001.XML")
>>> rpc_dimap = GeoModel(file_dimap)
>>> rpc_dimap = GeoModel(file_dimap, "rpc")
Direct location grids
Expand Down

0 comments on commit aa5708e

Please sign in to comment.