├── LICENSE ├── README.md ├── conda_env └── pydgs.yml ├── data ├── Cal_20.tif ├── Cal_23.tif ├── Cal_24.tif ├── Cal_27.tif ├── Cal_28.tif ├── Cal_29.tif ├── IMAGES PROVIDED BY DAVID RUBIN AND JON WARRICK, USGS SANTA CRUZ ├── IMG_0202.JPG ├── IMG_0229.JPG ├── IMG_0249.JPG ├── IMG_0254.JPG ├── IMG_1575_250microns.jpg ├── IMG_1578_355microns.jpg ├── IMG_1581_500microns.jpg ├── IMG_1584_710microns.jpg ├── IMG_1587_1000microns.jpg └── IMG_1590_1400microns.jpg ├── demo_results ├── 1image_psd.png ├── IMG_0202.JPG_freqs_bins.csv ├── IMG_0202.JPG_percentiles.csv ├── IMG_0202.JPG_stats.csv ├── IMG_0229.JPG_freqs_bins.csv ├── IMG_0229.JPG_percentiles.csv ├── IMG_0229.JPG_stats.csv ├── batch_gravel_6images_psd.png ├── batch_sand_3images_psd.png ├── batch_sand_6images_psd.png ├── freqs_bins_batch.csv ├── percentiles_batch.csv └── stats_batch.csv ├── dgs.py ├── ref ├── Buscombe_2013_sedimentology_10.1111-sed.12049.pdf └── Cuttler_et_al-2017-Sedimentology.pdf ├── run_dgs.py └── test.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/README.md -------------------------------------------------------------------------------- /conda_env/pydgs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/conda_env/pydgs.yml -------------------------------------------------------------------------------- /data/Cal_20.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/Cal_20.tif -------------------------------------------------------------------------------- /data/Cal_23.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/Cal_23.tif -------------------------------------------------------------------------------- /data/Cal_24.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/Cal_24.tif -------------------------------------------------------------------------------- /data/Cal_27.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/Cal_27.tif -------------------------------------------------------------------------------- /data/Cal_28.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/Cal_28.tif -------------------------------------------------------------------------------- /data/Cal_29.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/Cal_29.tif -------------------------------------------------------------------------------- /data/IMAGES PROVIDED BY DAVID RUBIN AND JON WARRICK, USGS SANTA CRUZ: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/IMG_0202.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/IMG_0202.JPG -------------------------------------------------------------------------------- /data/IMG_0229.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/IMG_0229.JPG -------------------------------------------------------------------------------- /data/IMG_0249.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/IMG_0249.JPG -------------------------------------------------------------------------------- /data/IMG_0254.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/IMG_0254.JPG -------------------------------------------------------------------------------- /data/IMG_1575_250microns.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/IMG_1575_250microns.jpg -------------------------------------------------------------------------------- /data/IMG_1578_355microns.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/IMG_1578_355microns.jpg -------------------------------------------------------------------------------- /data/IMG_1581_500microns.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/IMG_1581_500microns.jpg -------------------------------------------------------------------------------- /data/IMG_1584_710microns.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/IMG_1584_710microns.jpg -------------------------------------------------------------------------------- /data/IMG_1587_1000microns.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/IMG_1587_1000microns.jpg -------------------------------------------------------------------------------- /data/IMG_1590_1400microns.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/data/IMG_1590_1400microns.jpg -------------------------------------------------------------------------------- /demo_results/1image_psd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/1image_psd.png -------------------------------------------------------------------------------- /demo_results/IMG_0202.JPG_freqs_bins.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/IMG_0202.JPG_freqs_bins.csv -------------------------------------------------------------------------------- /demo_results/IMG_0202.JPG_percentiles.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/IMG_0202.JPG_percentiles.csv -------------------------------------------------------------------------------- /demo_results/IMG_0202.JPG_stats.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/IMG_0202.JPG_stats.csv -------------------------------------------------------------------------------- /demo_results/IMG_0229.JPG_freqs_bins.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/IMG_0229.JPG_freqs_bins.csv -------------------------------------------------------------------------------- /demo_results/IMG_0229.JPG_percentiles.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/IMG_0229.JPG_percentiles.csv -------------------------------------------------------------------------------- /demo_results/IMG_0229.JPG_stats.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/IMG_0229.JPG_stats.csv -------------------------------------------------------------------------------- /demo_results/batch_gravel_6images_psd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/batch_gravel_6images_psd.png -------------------------------------------------------------------------------- /demo_results/batch_sand_3images_psd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/batch_sand_3images_psd.png -------------------------------------------------------------------------------- /demo_results/batch_sand_6images_psd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/batch_sand_6images_psd.png -------------------------------------------------------------------------------- /demo_results/freqs_bins_batch.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/freqs_bins_batch.csv -------------------------------------------------------------------------------- /demo_results/percentiles_batch.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/percentiles_batch.csv -------------------------------------------------------------------------------- /demo_results/stats_batch.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/demo_results/stats_batch.csv -------------------------------------------------------------------------------- /dgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/dgs.py -------------------------------------------------------------------------------- /ref/Buscombe_2013_sedimentology_10.1111-sed.12049.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/ref/Buscombe_2013_sedimentology_10.1111-sed.12049.pdf -------------------------------------------------------------------------------- /ref/Cuttler_et_al-2017-Sedimentology.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/ref/Cuttler_et_al-2017-Sedimentology.pdf -------------------------------------------------------------------------------- /run_dgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/run_dgs.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DigitalGrainSize/pyDGS/HEAD/test.py --------------------------------------------------------------------------------