Skip to content

Commit

Permalink
Fix interverted gamma parameters and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
juseg committed Oct 12, 2018
1 parent d3989a8 commit 6504cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sentinelflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ do

# gamma correction depends on color mode
case ${bands,,} in
irg) gamma="5.05,5.10,4.85";;
rgb) gamma="5.50,5.05,5.10";;
irg) gamma="5.50,5.05,5.10";;
rgb) gamma="5.05,5.10,4.85";;
esac

# convert to human-readable jpeg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
README = f.read()

setup(name='sentinelflow',
version='0.1.0',
version='0.1.1',
description=('Automated satellite image workflow for Sentinel-2.'),
long_description=README,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 6504cf4

Please sign in to comment.