From 3d396fbdab29335b4f8af7cb443394007a882268 Mon Sep 17 00:00:00 2001 From: "Marco A. Lopez-Sanchez" Date: Tue, 18 Jun 2024 10:56:15 +0200 Subject: [PATCH] Update paleopizometry_template.ipynb --- .../paleopizometry_template.ipynb | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/grain_size_tools/paleopizometry_template.ipynb b/grain_size_tools/paleopizometry_template.ipynb index 3e6da16..3cdce98 100644 --- a/grain_size_tools/paleopizometry_template.ipynb +++ b/grain_size_tools/paleopizometry_template.ipynb @@ -41,10 +41,10 @@ "===================================================\n", "Welcome to the GrainSizetool piezometers module\n", "===================================================\n", - "Piezometric database v2024.05.21 loaded.\n", + "Piezometric database v2024.06.06 loaded.\n", "\n", "To get or display piezometric properties use:\n", - ">>> piezometers..\n", + ">>> database..\n", "\n", "Available piezometric relationships:\n", "quartz:\n", @@ -114,7 +114,7 @@ ], "source": [ "# display the properties of the piezometric relation to use\n", - "summary(piezometers.olivine.VanderWal_wet)" + "summary(database.olivine.VanderWal_wet)" ] }, { @@ -162,7 +162,7 @@ } ], "source": [ - "calc_diffstress(piezometers.olivine.VanderWal_wet, grain_size=140, correction=True)" + "calc_diffstress(database.olivine.VanderWal_wet, grain_size=140, correction=True)" ] }, { @@ -198,7 +198,7 @@ "ameans = np.array([112.23, 113.71, 112.76, 111.73, 112.69, 110.67])\n", "\n", "# estimate the differential stress and store the results\n", - "estimates = calc_diffstress(piezometers.olivine.VanderWal_wet, grain_size=ameans)" + "estimates = calc_diffstress(database.olivine.VanderWal_wet, grain_size=ameans)" ] }, { @@ -268,7 +268,7 @@ } ], "source": [ - "_ = conf_interval(estimates)" + "mean, confi, limits = conf_interval(estimates)" ] }, { @@ -281,10 +281,10 @@ "name": "stdout", "output_type": "stream", "text": [ - "Notebook last run in 2024-06-06 using:\n", - "Python 3.10.13 | packaged by Anaconda, Inc. | (main, Sep 11 2023, 13:24:38) [MSC v.1916 64 bit (AMD64)]\n", + "Notebook last run in 2024-06-18 using:\n", + "Python 3.11.5 | packaged by Anaconda, Inc. | (main, Sep 11 2023, 13:16:22) [MSC v.1916 64 bit (AMD64)]\n", "Numpy 1.26.4\n", - "Pandas 2.2.1\n", + "Pandas 2.2.2\n", "Database metadata:\n" ] }, @@ -294,7 +294,7 @@ "{'author': 'Marco A. Lopez-Sanchez',\n", " 'contact_email': 'marcoalopez [to be found at] outlook [dot] com',\n", " 'description': 'Piezometric database from GrainSizeTools script',\n", - " 'created_at': datetime.date(2024, 5, 21),\n", + " 'created_at': datetime.date(2024, 6, 6),\n", " 'license': 'Open Database License (ODbL) - version 1.0',\n", " 'usage_terms': 'https://opendatacommons.org/licenses/odbl/summary/',\n", " 'contributors': None}" @@ -336,7 +336,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.13" + "version": "3.11.5" } }, "nbformat": 4,