Skip to content

Commit df5da0c

Browse files
committed
save results map to readme figure
1 parent 0cd207e commit df5da0c

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

ggm_bg.ipynb

Lines changed: 11 additions & 10 deletions
Large diffs are not rendered by default.

ggm_bg.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,10 @@
221221
cmap='Spectral',
222222
projection=projection,
223223
cmap_limits=[ # data in property is in m/s^2, convert
224-
np.quantile(Tbg_grid.total.data * 1e5, 0.003),
225-
np.quantile(Tbg_grid.total.data * 1e5, 0.997)
226-
], cb_triangles="both",)
224+
np.quantile(Tbg_grid.total.data * 1e5, 0.001),
225+
np.quantile(Tbg_grid.total.data * 1e5, 0.999)
226+
], cb_triangles="both",
227+
fname="./readme_figures/bg_gd.png")
227228

228229
# %% [markdown]
229230
# ## Save to file, for further use

readme_figures/bg_gd.png

2.19 MB
Loading

0 commit comments

Comments
 (0)