Skip to content

Commit

Permalink
v4-july2020
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuscombe-usgs committed Jul 10, 2020
1 parent d92c03e commit e1154d3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ Buscombe, D. (2013) Transferable Wavelet Method for Grain-Size Distribution from


## Install:
install the provided conda environment

download the code and change directory

```
git clone https://github.com/dbuscombe-usgs/pyDGS.git
cd pyDGS
```

install the provided conda environment

```
conda env create -f conda_env/pydgs.yml
Expand All @@ -21,6 +29,9 @@ Run tests:
python test.py
```

Adapt `test.py` to your own needs, to analyze your own imagery


### REQUIRED INPUTS:

image name e.g. `'/home/sed_images/my_image.png'`
Expand Down Expand Up @@ -71,3 +82,4 @@ For more information visit <https://github.com/dbuscombe-usgs/pyDGS>
* more test data
* improved image filtering, which now occurs as standard
* improved test script to provide example usage
* simpler to install. no code compilation, no pip support, no `setup.py` script

0 comments on commit e1154d3

Please sign in to comment.