diff --git a/DOCS/brief_tutorial.md b/DOCS/brief_tutorial.md index 8544be9..a3197c7 100644 --- a/DOCS/brief_tutorial.md +++ b/DOCS/brief_tutorial.md @@ -1,5 +1,3 @@ -*last update 2019/05/07* - Getting Started: A step-by-step tutorial ============= diff --git a/grain_size_tools/GrainSizeTools_script.py b/grain_size_tools/GrainSizeTools_script.py index df1eab7..96f277d 100644 --- a/grain_size_tools/GrainSizeTools_script.py +++ b/grain_size_tools/GrainSizeTools_script.py @@ -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 # # # diff --git a/grain_size_tools/averages.py b/grain_size_tools/averages.py index 65e5107..9a011b6 100644 --- a/grain_size_tools/averages.py +++ b/grain_size_tools/averages.py @@ -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 # # # diff --git a/grain_size_tools/get.py b/grain_size_tools/get.py index be0fb16..58f2d23 100644 --- a/grain_size_tools/get.py +++ b/grain_size_tools/get.py @@ -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 diff --git a/grain_size_tools/piezometers.py b/grain_size_tools/piezometers.py index 6576681..fa3a4d3 100644 --- a/grain_size_tools/piezometers.py +++ b/grain_size_tools/piezometers.py @@ -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 # # # @@ -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 diff --git a/grain_size_tools/plot.py b/grain_size_tools/plot.py index 6323963..fdd396e 100644 --- a/grain_size_tools/plot.py +++ b/grain_size_tools/plot.py @@ -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 # # # diff --git a/grain_size_tools/stereology.py b/grain_size_tools/stereology.py index b98643b..1f3e104 100644 --- a/grain_size_tools/stereology.py +++ b/grain_size_tools/stereology.py @@ -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 # # # diff --git a/grain_size_tools/template.py b/grain_size_tools/template.py index eb9edd1..122b1aa 100644 --- a/grain_size_tools/template.py +++ b/grain_size_tools/template.py @@ -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 # # #