Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update explanatory.ini #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion explanatory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,17 @@ binned_reio_xe = 0.8,0.2,0.1
binned_reio_step_sharpness = 0.3

3.c.) if 'reio_parametrization' set to 'reio_many_tanh': enter number of jumps,
list of jump redhsifts z_i (central value of each tanh()), list of free electron density x_i after each jump, and common width of all jumps. If you want to end up with all hydrogen reionized but neglecting helium reionization, the first value of x_i in the list should be 1. For each x_i you can also pass the flags -1 or -2. They mean: for -1, after hydrogen + first helium recombination (so the code will substitute a value bigger than one based on Y_He); for -2, after hydrogen + second helium recombination (the code will substitute an even bigger value based on Y_He). You can get results close to reio_camb by setting these parameters to the value showed below (and adapting the second many_tanh_z to the usual z_reio). (default: not set)
list of jump redhsifts z_i (central value of each tanh()), list of free
electron density x_i after each jump, and common width of all jumps. If
you want to end up with all hydrogen reionized but neglecting helium
reionization, the first value of x_i in the list should be 1. For each
x_i you can also pass the flags -1 or -2. They mean: for -1, after
hydrogen + first helium recombination (so the code will substitute a
value bigger than one based on Y_He); for -2, after hydrogen + second
helium recombination (the code will substitute an even bigger value
based on Y_He). You can get results close to reio_camb by setting
these parameters to the value showed below (and adapting the second
many_tanh_z to the usual z_reio). (default: not set)

many_tanh_num = 2
many_tanh_z = 3.5,11.3
Expand Down