Skip to content

Commit

Permalink
updated path in notebook to 2023 aqcuired data (#137)
Browse files Browse the repository at this point in the history
A quick PR to update the path to magnetic data file acquired 2023 for EOAS 350
  • Loading branch information
JKutt authored Sep 23, 2023
1 parent 1b2e74e commit 0911a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/mag/Mag_FitProfile.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0911a04

Please sign in to comment.