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

Exclusion region #26

Open
combet opened this issue Feb 7, 2018 · 3 comments
Open

Exclusion region #26

combet opened this issue Feb 7, 2018 · 3 comments
Assignees

Comments

@combet
Copy link
Collaborator

combet commented Feb 7, 2018

Include radlow and radhigh as free parameters in the config.yaml file instead of having them hard-coded in maxlike_masses.py

@combet combet self-assigned this Feb 7, 2018
@nicolaschotard
Copy link
Owner

Could also be a good occasion to also extract other hard-coded parameters from the code.

@pennalima
Copy link

Hi Nicolas and Céline,

This is the Douglas' code I am following and doing my crosscheck:
https://github.com/deapplegate/clmassmod

We can see if it is the same we have in Clusters.

@combet
Copy link
Collaborator Author

combet commented Feb 21, 2018

Done and pushed. A typical mass entry of the config.yaml file now looks like this. All parameters are optional and default values used if they're not defined in config.yaml. Still have to update the documentation.

{ "mass":{ "zconfig" : "zphot_ref", "mprior":'lin', "mmin": 1.e13, "mmax": 1.e16, "rmin": 0.75, "rmax": 3, "zcut": 0.1, "zmax": 5, "delta": 200, "concentration":4 } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants