Skip to content

Commit

Permalink
issue #15, bug in Van der Wal piezometer
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoalopez committed Dec 22, 2020
1 parent 4d39eae commit 6a3e86f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions DOCS/brief_tutorial.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
*last update 2019/05/07*

Getting Started: A step-by-step tutorial
=============

Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/GrainSizeTools_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and #
# limitations under the License. #
# #
# Version 3.0rc #
# Version 3.0.1 #
# For details see: http://marcoalopez.github.io/GrainSizeTools/ #
# download at https://github.com/marcoalopez/GrainSizeTools/releases #
# #
Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/averages.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# See the License for the specific language governing permissions and #
# limitations under the "License". #
# #
# Version 3.0rc #
# Version 3.0.1 #
# For details see: http://marcoalopez.github.io/GrainSizeTools/ #
# download at https://github.com/marcoalopez/GrainSizeTools/releases #
# #
Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A free open-source cross-platform script to visualize and characterize grain size
population and estimate differential stress via paleopizometers.
Version: v3.0RC0 (2020-04-23)
Version: v3.0.1 (2020-12-22)
Documentation: https://marcoalopez.github.io/GrainSizeTools/
Type get.functions_list() to get a list of the main methods
Expand Down
4 changes: 2 additions & 2 deletions grain_size_tools/piezometers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and #
# limitations under the License. #
# #
# Version 3.0rc #
# Version 3.0.1 #
# For details see: http://marcoalopez.github.io/GrainSizeTools/ #
# download at https://github.com/marcoalopez/GrainSizeTools/releases #
# #
Expand Down Expand Up @@ -250,7 +250,7 @@ def olivine(piezometer=None):
B, m = 1355.4, 0.75
warn = 'Ensure that you entered the apparent grain size as the arithmetic mean in linear scale'
linear_interceps = True
correction_factor = 1.5
correction_factor = 1.2

elif piezometer == 'Tasaka_wet':
B, m = 719.7, 0.75
Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and #
# limitations under the License. #
# #
# Version 3.0rc #
# Version 3.0.1 #
# For details see: http://marcoalopez.github.io/GrainSizeTools/ #
# download at https://github.com/marcoalopez/GrainSizeTools/releases #
# #
Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/stereology.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and #
# limitations under the License. #
# #
# Version 3.0rc #
# Version 3.0.1 #
# For details see: http://marcoalopez.github.io/GrainSizeTools/ #
# download at https://github.com/marcoalopez/GrainSizeTools/releases #
# #
Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and #
# limitations under the License. #
# #
# Version 3.0rc #
# Version 3.0.1 #
# For details see: http://marcoalopez.github.io/GrainSizeTools/ #
# download at https://github.com/marcoalopez/GrainSizeTools/releases #
# #
Expand Down

0 comments on commit 6a3e86f

Please sign in to comment.