From 9aa89ee5813997c6c5751ac791b2a8f1c31129f0 Mon Sep 17 00:00:00 2001 From: rstiskalek Date: Sat, 21 Sep 2024 17:06:12 +0100 Subject: [PATCH] Update nb --- .../flow/reconstruction_comparison.ipynb | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/notebooks/flow/reconstruction_comparison.ipynb b/notebooks/flow/reconstruction_comparison.ipynb index f512100..224256a 100644 --- a/notebooks/flow/reconstruction_comparison.ipynb +++ b/notebooks/flow/reconstruction_comparison.ipynb @@ -48,6 +48,47 @@ "## Quick checks" ] }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "File: /mnt/extraspace/rstiskalek/csiborg_postprocessing/peculiar_velocity/samples_Carrick2015_2MTF_mike_zcmb_max_0.05_sample_alpha.hdf5\n", + "Last modified: 30/08/2024 15:27:56\n" + ] + }, + { + "data": { + "text/plain": [ + "9715.0205" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "fname = paths.flow_validation(\n", + " fdir, \"Carrick2015\", \"2MTF\", inference_method=\"mike\",\n", + " sample_alpha=True, sample_beta=None,\n", + " zcmb_max=0.05)\n", + "\n", + "\n", + "get_gof(\"neg_lnZ_harmonic\", fname)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, { "cell_type": "code", "execution_count": null,