Hi all. I was wondering if it is possible to create a sacc data type for only cluster number counts. So far in sacc/sacc/data_types.py, Line 49,
there is only cluster_mass_count_wl and cluster_mass_count_xray. We wanted to have two data types. Something like
"cluster_mass_count_true_mass": [], "cluster_mass_count_mass_proxy": [],
, so we can use in the cases where we add data for true mass and true redshift, or for example when we utilize richness as a proxy.
It is basically just adding this 2 lines on the code. If this is reasonable, should I create a pull request with this minor change or can it be done directly on master?
Hi all. I was wondering if it is possible to create a sacc data type for only cluster number counts. So far in
sacc/sacc/data_types.py
, Line 49, there is onlycluster_mass_count_wl
andcluster_mass_count_xray
. We wanted to have two data types. Something like"cluster_mass_count_true_mass": [], "cluster_mass_count_mass_proxy": [],
, so we can use in the cases where we add data for true mass and true redshift, or for example when we utilize richness as a proxy.It is basically just adding this 2 lines on the code. If this is reasonable, should I create a pull request with this minor change or can it be done directly on master?