Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster clustering measurement code #377

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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: 2 additions & 0 deletions examples/clustering_test/TXTwoPointCluster.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Executing stage: TXTwoPointCluster @ 2024-11-27 16:31:57.696672
Stage complete: TXTwoPointCluster @ 2024-11-27 16:31:59.426079 took 0.03 minutes
Binary file added examples/clustering_test/catalogs/data_z1.0.hdf5
Binary file not shown.
Binary file not shown.
15 changes: 15 additions & 0 deletions examples/clustering_test/config/config_clusters.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
TXTwoPointCluster:
binning_scale: Log
max_sep: 250.0
min_sep: 10.0
nbins: 15
richness_bin_edges:
- 20
- 30
- 200
units: arcmin
global:
chunk_rows: 100000
nside: 64
pixelization: healpix
sparse: true
32 changes: 32 additions & 0 deletions examples/clustering_test/config/fiducial_cosmology.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Omega_c: 0.257457
Omega_b: 0.04825
Omega_m: 0.30711
Omega_k: 0.000000e+00
k_sign: 0
w0: -1.000000e+00
wa: 0.000000e+00
H0: 67.77
h: 0.6777
Neff: 3.046000e+00
N_nu_mass: 0
N_nu_rel: 3.046000e+00
sum_nu_masses: 0.06
Omega_n_mass: 0.001402
Omega_n_rel: 3.391021e-05
A_s: 10**-8.654722
n_s: 0.96
Omega_g: 4.901957e-05
T_CMB: 2.725000e+00
bcm_log10Mc: 1.407918e+01
bcm_etab: 5.000000e-01
bcm_ks: 5.500000e+01
mu_0: 0.000000e+00
sigma_0: 0.000000e+00
sigma8: 0.8288
Omega_l: 7.351283e-01
z_star: nan
has_mgrowth: 0
nz_mgrowth: 0
c1_mg: 1.0
c2_mg: 1.0
lambda_mg: 0.0
22 changes: 22 additions & 0 deletions examples/clustering_test/config/pipeline_clusters.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
config: examples/clustering_test/config/config_clusters.yml
inputs:
cluster_data_catalog: examples/clustering_test/catalogs/data_z1.0.hdf5
cluster_random_catalog: examples/clustering_test/catalogs/random_z1.0.hdf5
fiducial_cosmology: examples/clustering_test/config/fiducial_cosmology.yml
launcher:
interval: 1.0
name: mini
log_dir: examples/clustering_test/
modules: txpipe rail.creation.degraders.grid_selection rail.creation.engines.flowEngine
rail.estimation.algos.nz_dir rail.estimation.algos.bpz_lite
output_dir: examples/clustering_test/outputs/test/
pipeline_log: examples/clustering_test/log.txt
python_paths:
- submodules/WLMassMap/python/desc/
resume: true
site:
max_threads: 2
name: local
stages:
- name: TXTwoPointCluster
outputs: test_out_name
Binary file not shown.
Loading
Loading