Skip to content

Commit ef8b3e9

Browse files
committed
Reionization added.
1 parent 3a8389a commit ef8b3e9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

zeus21/T21coefficients.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,8 @@ def __init__(self, UserParams, CosmoParams, AstroParams, HMFinterp):
296296

297297
#####################################################################################################
298298
### Reionization
299-
<<<<<<< Updated upstream
300-
self.xHI_avg = np.ones_like(self.z_Init.zintegral) #BMF()
301-
=======
302299
self.ReioGlobal = reionization_global(CosmoParams, AstroParams, HMFinterp, self.z_Init, self.SFRD_Init, PRINT_SUCCESS=False)
303300
self.xHI_avg = 1. - self.ReioGlobal.ion_frac ### TODO this one is volume weighted for now, maybe need to be rethought
304-
>>>>>>> Stashed changes
305301

306302
#####################################################################################################
307303
### Compute the 21cm Global Signal

0 commit comments

Comments
 (0)