Skip to content

Commit

Permalink
Update plot_csv_skytem_to_netcdf.py
Browse files Browse the repository at this point in the history
modified how we call read_netcdf
  • Loading branch information
bminsley authored Nov 27, 2023
1 parent 9f65194 commit dca55f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

#%%
# Reading back in
new_survey = Survey().read_netcdf(d_out)
new_survey = Survey.read_netcdf(d_out)

#%%
# Plotting
Expand All @@ -105,4 +105,4 @@
plt.figure()
new_survey.raster['magnetic_tmi'].plot(cmap='jet')
plt.tight_layout()
plt.show()
plt.show()

0 comments on commit dca55f9

Please sign in to comment.