Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion papers/cosmo_val/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cosmo_val:
cosebis:
min_sep_int: 0.9
max_sep_int: 300
nbins_int: 2000
nbins_int: 1000
npatch: 100
nmodes: 20
scale_cuts: [
Expand Down
8 changes: 4 additions & 4 deletions src/sp_validation/cosmo_val/pure_eb.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def calculate_pure_eb(
nbins=None,
min_sep_int=0.08,
max_sep_int=300,
nbins_int=100,
nbins_int=1000,
npatch=256,
var_method="jackknife",
cov_path_int=None,
Expand Down Expand Up @@ -57,7 +57,7 @@ def calculate_pure_eb(
max_sep_int : float, optional
Maximum separation for the integration binning. Defaults to 300.
nbins_int : int, optional
Number of bins for the integration binning. Defaults to 100.
Number of bins for the integration binning. Defaults to 1000.
npatch : int, optional
Number of patches for the jackknife or bootstrap resampling. Defaults to
the value in self.npatch if not provided.
Expand Down Expand Up @@ -143,7 +143,7 @@ def plot_pure_eb(
nbins=None,
min_sep_int=0.08,
max_sep_int=300,
nbins_int=100,
nbins_int=1000,
npatch=None,
var_method="jackknife",
cov_path_int=None,
Expand Down Expand Up @@ -175,7 +175,7 @@ def plot_pure_eb(
Binning parameters for reporting scale. Uses treecorr_config if None.
min_sep_int, max_sep_int, nbins_int : float, float, int
Binning parameters for integration scale
(default: 0.08-300 arcmin, 100 bins)
(default: 0.08-300 arcmin, 1000 bins)
npatch : int, optional
Number of patches for jackknife covariance. Uses self.npatch if None.
var_method : str
Expand Down
Loading
Loading