DarkEnergySurvey / ugali

Ultra-faint galaxy likelihood toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix histogram binning

kadrlica opened this issue · comments

We are currently inconsistently defining whether our histograms are defined with hist.shape == (len(xbins),len(ybins)) or hist.shape == (len(xbins)-1,len(ybins)-1). The second defines the bin value at the center of the bin and is the convention followed by numpy.