LSSTDESC / sacc

Save All Correlations and Covariances
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

Data Type for cluster abundance #82

Closed eduardojsbarroso closed 1 year ago

eduardojsbarroso commented 1 year ago

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?

eduardojsbarroso commented 1 year ago

Hi @joezuntz. I would appreciate if you can take a look in this issue when you have time. Thanks