File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,15 @@ Buscombe, D. (2013) Transferable Wavelet Method for Grain-Size Distribution from
99
1010
1111## Install:
12- install the provided conda environment
12+
13+ download the code and change directory
14+
15+ ```
16+ git clone https://github.com/dbuscombe-usgs/pyDGS.git
17+ cd pyDGS
18+ ```
19+
20+ install the provided conda environment
1321
1422```
1523conda env create -f conda_env/pydgs.yml
@@ -21,6 +29,9 @@ Run tests:
2129python test.py
2230```
2331
32+ Adapt ` test.py ` to your own needs, to analyze your own imagery
33+
34+
2435### REQUIRED INPUTS:
2536
2637 image name e.g. ` '/home/sed_images/my_image.png' `
@@ -71,3 +82,4 @@ For more information visit <https://github.com/dbuscombe-usgs/pyDGS>
7182* more test data
7283* improved image filtering, which now occurs as standard
7384* improved test script to provide example usage
85+ * simpler to install. no code compilation, no pip support, no ` setup.py ` script
You can’t perform that action at this time.
0 commit comments