From f1b095162996ca915085e12f656e1531bfe3ba82 Mon Sep 17 00:00:00 2001 From: "andrew.everall1995@gmail.com" Date: Fri, 4 Dec 2020 17:02:36 +0000 Subject: [PATCH] Removed save file from demo --- selectionfunctions/examples/example_EDR3.ipynb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/selectionfunctions/examples/example_EDR3.ipynb b/selectionfunctions/examples/example_EDR3.ipynb index f777f85..233cda7 100644 --- a/selectionfunctions/examples/example_EDR3.ipynb +++ b/selectionfunctions/examples/example_EDR3.ipynb @@ -223,9 +223,7 @@ "prob_selection = dr3_sf(coords)\n", "\n", "hp.mollview(prob_selection, nest=True, title='DR3 Selection Function', unit=r'$P(S | G=%.1f)$' % g[0], \n", - " cmap='plasma', coord=['C','G'])\n", - "\n", - "plt.savefig('/home/andy/Documents/Projects/EDR3_selection/gaia_edr3/figs/sf_healpix_dr3sfprob.png', bbox_inches='tight')" + " cmap='plasma', coord=['C','G'])" ] }, { @@ -300,6 +298,13 @@ "plt.savefig('map_dr2-vs-dr3.png', \n", " bbox_inches='tight', dpi=200)" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {