SeppeStaelens / White_Dwarf_AGWB

Code to estimate the Gravitational Wave Background sourced by extragalactic coalescing White Dwarf binaries.
MIT License
2 stars 0 forks source link

Unify z vs T integration in add_X #2

Open SeppeStaelens opened 2 months ago

SeppeStaelens commented 2 months ago

I want to avoid the if-else statements in the add_x parts of the code that distinguish between integration over time and redshift (e.g. line 92-95 in add_bulk). I want to add new variables to the SimModel class, a list of integ_factors, that get initialized based on the integration mode.

SeppeStaelens commented 2 months ago

Furthermore, I want to add clarification on the normalisations used in the code, that get multiplied with e.g. z_contribution. These seem to differ for me and Sophie.