From 6a887ff44a76b5d3ad042b8546e62f99c2a82d0d Mon Sep 17 00:00:00 2001 From: John Kuttai Date: Fri, 22 Sep 2023 11:15:59 -0700 Subject: [PATCH 1/3] updated path in notebook to 2023 aqcuired data --- notebooks/mag/Mag_FitProfile.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/mag/Mag_FitProfile.ipynb b/notebooks/mag/Mag_FitProfile.ipynb index 28beb8f..e67e132 100644 --- a/notebooks/mag/Mag_FitProfile.ipynb +++ b/notebooks/mag/Mag_FitProfile.ipynb @@ -125,7 +125,7 @@ ], "source": [ "#Input parameters\n", - "fileName = 'http://github.com/geoscixyz/geosci-labs/raw/main/assets/mag/data/Lab2_Tuesday_TA_200922.csv'\n", + "fileName = 'http://github.com/geoscixyz/geosci-labs/raw/main/assets/mag/data/350mag2023.csv'\n", "data = np.genfromtxt(fileName, skip_header=1, delimiter=',')\n", "xyzd = np.c_[np.zeros(data.shape[0]), data[:,0], np.zeros(data.shape[0]), data[:,1]]\n", "B = np.r_[60308, 83.8, 25.4]\n", @@ -225,7 +225,7 @@ } }, "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -239,7 +239,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.4" + "version": "3.8.8" }, "widgets": { "state": { From 49cbcf64d38e7f4b3f6f81cc5508f00da8396fb8 Mon Sep 17 00:00:00 2001 From: John Kuttai Date: Fri, 22 Sep 2023 13:19:16 -0700 Subject: [PATCH 2/3] Update notebooks/mag/Mag_FitProfile.ipynb Co-authored-by: Santiago Soler --- notebooks/mag/Mag_FitProfile.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/mag/Mag_FitProfile.ipynb b/notebooks/mag/Mag_FitProfile.ipynb index e67e132..e79c49c 100644 --- a/notebooks/mag/Mag_FitProfile.ipynb +++ b/notebooks/mag/Mag_FitProfile.ipynb @@ -225,7 +225,7 @@ } }, "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, From 0094f74b992df44d1588f72b6af7d627c0f5205c Mon Sep 17 00:00:00 2001 From: John Kuttai Date: Fri, 22 Sep 2023 13:19:23 -0700 Subject: [PATCH 3/3] Update notebooks/mag/Mag_FitProfile.ipynb Co-authored-by: Santiago Soler --- notebooks/mag/Mag_FitProfile.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/mag/Mag_FitProfile.ipynb b/notebooks/mag/Mag_FitProfile.ipynb index e79c49c..30516a9 100644 --- a/notebooks/mag/Mag_FitProfile.ipynb +++ b/notebooks/mag/Mag_FitProfile.ipynb @@ -239,7 +239,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.8" + "version": "3.10.4" }, "widgets": { "state": {