Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Apr 27, 2023
1 parent 836b557 commit 115344b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,13 +653,12 @@ Displays downloaded image .IMG files (unzipped from within the .ZIP files) and d
displayImages(image_directory=None, fig_title=None, cmap="gray", figsize_n=6, fig_dpi=120)
```

* **[REQUIRED]** image_directory (string): directory containing pydar_results with IMG file
* **[REQUIRED]** image_directory (string): directory containing a .LBL and .IMG file
* [OPTIONAL] fig_title (str): figure title, defaults to filename
* [OPTIONAL] cmap (str): optional colormaps ([see more options](https://matplotlib.org/stable/tutorials/colors/colormaps.html)), defaults to 'gray'
* [OPTIONAL] figsize_n (int): plot dimensions, defaults to 6x6
* [OPTIONAL] fig_dpi (int): plot dpi, defaults to 120

Requires a .LBL and .IMG file

```python
import pydar
Expand All @@ -681,8 +680,6 @@ COMING SOON: Extract metadata from .TAB file (using .FMT as a reference)
### TODO Code:
* add a colored outline around a feature when displaying as a 2D image
* save image pixel to an array
* extract pdr functionality to reduce overhead
* displayImages() bug fix: 87 displays invalid integer
* segments will be less than 99 (default to 1 - 01 is the primary imaging) (requires segment_options = ['S01', 'S02', 'S03', 'S04'])
* progress bars print to command line (still downloading...)
* save .IMG as .SHP for ArcGIS
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Python Package Setup
from setuptools import setup, find_namespace_packages

VERSION="1.0.1"
VERSION="1.1.0"
DESCRIPTION="A Python package to access, download, view, and manipulate Cassini RADAR images"

with open("README.md", "r") as f:
Expand Down

0 comments on commit 115344b

Please sign in to comment.