You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the function Sigma_at_R() takes in NFW parameters, despite taking a whole correlation function as input. The NFW parameters are not necessary unless R_perp < r, in which case a model must be assumed (such as NFW) below r[0].
The default behavior should get rid of needing NFW parameters and a method should be implemented to chose the model below the small scale.
The text was updated successfully, but these errors were encountered:
Currently the function
Sigma_at_R()
takes in NFW parameters, despite taking a whole correlation function as input. The NFW parameters are not necessary unlessR_perp < r
, in which case a model must be assumed (such as NFW) belowr[0]
.The default behavior should get rid of needing NFW parameters and a method should be implemented to chose the model below the small scale.
The text was updated successfully, but these errors were encountered: