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
Now that its possible to link params, we could have it so that z_s for each lens is a param like z_l. Then for a class like SinglePlane we could enforce lens.z_s = self.z_s for all the lenses so that they have the same source redshift (same for z_l really).
The text was updated successfully, but these errors were encountered:
It would also mean that z_s could become more out of the way for most lenses since it could be set at initialization and then ignored afterwards. Right now a bunch of functions need z_s as input even though they don't really need it.
Now that its possible to link params, we could have it so that
z_s
for each lens is a param likez_l
. Then for a class likeSinglePlane
we could enforcelens.z_s = self.z_s
for all the lenses so that they have the same source redshift (same for z_l really).The text was updated successfully, but these errors were encountered: