Skip to content

Commit

Permalink
minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Oct 15, 2023
1 parent 7632d95 commit 90aaf4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Camera position and orientation for an image is specified in a space-separated t
```
<Image file stem> <Easting (m)> <Northing (m)> <Altitude (m)> <Omega (deg)> <Phi (deg)> <Kappa (deg)>
```
Where `<Image file stem>` is the source file name with or without extension.
Where `<Image file stem>` is the source file name without extension.

For [`simple-ortho`](#simple-ortho), there should be a row with an `<Image file stem>` corresponding to each image specified by `src_im_file` argument(s).

Expand Down
10 changes: 5 additions & 5 deletions simple_ortho/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,11 +626,11 @@ def check_args(src_im_file, dem_file, pos_ori_file, ortho_dir=None):
logger.warning(f'Creating ortho directory {ortho_dir}')
ortho_dir.mkdir()

# TODO: insert link to docs in all deprecation warnings
logger.warning(
"This command is deprecated and will be removed in version 0.4.0. Please switch to 'oty' and its "
"sub-commands."
)
# TODO: add deprecation warning with link to docs
# logger.warning(
# "This command is deprecated and will be removed in version 0.4.0. Please switch to 'oty' and its "
# "sub-commands."
# )

try:
# set logging level
Expand Down

0 comments on commit 90aaf4f

Please sign in to comment.