Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Sep 4, 2024
1 parent ba6c7c4 commit 75ac9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools21cm/tau.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def tau_map(ionfractions, redshifts=None, num_points=50, reading_function=None):
Ionized fraction data across various points along the line-of-sight.
redshifts : ndarray, optional
Array of redshift values corresponding to the ionfractions data. Must be the same length as ionfractions if `ionfractions` is an ndarray. If ionfractions is a dict and redshifts is None, redshifts are inferred from the keys of the dictionary.
Array of redshift values corresponding to the ionfractions data. Must be the same length as ionfractions if ionfractions is an ndarray. If ionfractions is a dict and redshifts is None, redshifts are inferred from the keys of the dictionary.
num_points : int, optional
Number of initial points used for the integration to account for high-redshift contributions where ionization is assumed to be negligible. Default is 50.
Expand Down

0 comments on commit 75ac9ed

Please sign in to comment.