mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2025-04-19 08:30:53 +00:00
Update nb
This commit is contained in:
parent
a051b48dbe
commit
9aa89ee581
1 changed files with 41 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue