Add void interpolation (#150)

* Update imports

* Remove multiple ICs for void

* Update submit

* Add void support

* All the void support

* Little update

* Update nb

* Update script
This commit is contained in:
Richard Stiskalek 2024-09-21 18:12:15 +02:00 committed by GitHub
parent 5336c0296c
commit 0bec52dd36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 229 additions and 58 deletions

View file

@ -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,