mirror of
https://github.com/Richard-Sti/csiborgtools_public.git
synced 2025-05-14 06:31:11 +00:00
Add more about evidence and selection to flow (#142)
* Add Laplace evidence * Numerically stable laplace evidence * Minor edits to Laplace * Remove rmax * Rm old things * Rm comments * Add script * Add super toy selection * Add super toy selection * Update script
This commit is contained in:
parent
d13246a394
commit
3d1e1c0ae3
8 changed files with 243 additions and 57 deletions
|
@ -10,7 +10,7 @@ MAS="SPH"
|
|||
grid=1024
|
||||
|
||||
|
||||
for simname in "Carrick2015"; do
|
||||
for simname in "Lilow2024"; do
|
||||
for catalogue in "CF4_TFR"; do
|
||||
pythoncm="$env $file --catalogue $catalogue --nsims $nsims --simname $simname --MAS $MAS --grid $grid"
|
||||
if [ $on_login -eq 1 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue