Skip to content

Commit

Permalink
Add rp_binsize to PkCoordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
andreicuceu committed May 20, 2024
1 parent 7ea7aac commit 66c9604
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vega/coordinates.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ def __init__(self, k_edges, num_ells=3):
self.k_max = self.k_edges.max()
self.data_ells = np.arange(0, 2*num_ells, 2)

self.rp_binsize = 1e-100
self.rt_binsize = 1e-100

def get_mask_scale_cuts(self, cuts_config):
'''Build mask to apply scale cuts
Expand Down

0 comments on commit 66c9604

Please sign in to comment.