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
A useful statistic to be able to obtain is the weighted mean redshift of the combined constraint from the survival function and galaxy photo-z. This could be used as an improved photo-z. It should be relatively simple, numpy.average(redshifts, weights=PDF) should work, placed in the right place in the code!
The text was updated successfully, but these errors were encountered:
A useful statistic to be able to obtain is the weighted mean redshift of the combined constraint from the survival function and galaxy photo-z. This could be used as an improved photo-z. It should be relatively simple, numpy.average(redshifts, weights=PDF) should work, placed in the right place in the code!
The text was updated successfully, but these errors were encountered: