Skip to content

Commit

Permalink
Merge pull request #14 from ACTCollaboration/minor_bin_update
Browse files Browse the repository at this point in the history
Provide bin centers after selection rather than before
  • Loading branch information
itrharrison authored Nov 28, 2023
2 parents 8c428c0 + 0f25a11 commit fb5404e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act_dr6_lenslike/act_dr6_lenslike.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def load_data(variant, ddir=data_dir,
bcents = binmat@pells
ls = np.arange(binmat.shape[1])
d['binmat_act'] = standardize(ls,binmat[start:end,:],trim_lmax,extra_dims="xy")
d['bcents_act'] = bcents.copy()
d['bcents_act'] = bcents[start:end].copy()

if lens_only:
if include_planck:
Expand Down

0 comments on commit fb5404e

Please sign in to comment.