-
Notifications
You must be signed in to change notification settings - Fork 8
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
Added comments to metal_small settings file #24
Added comments to metal_small settings file #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move all the AST parameters to the end of the settings file? There are a lot of them and the physics model needs to be defined before the AST inputs can be generated. Always have felt that having the AST inputs before the physics model details is a bit confusing. And this PR is a chance to "fix" this. If you agree of course.
done! I also moved the observational model parameters... lmk what you think. |
metal_small/beast_settings.txt
Outdated
#---------------------------------- | ||
# Source Density Binning Parameters | ||
#---------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this section should be moved to right before the AST parameters. Just thinking of the flow and this is related to the AST and observation model parameters. Not needed for the physical model.
This would also support other uses of the BEAST - like just generating fluxes of stars in specific filters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Just to confirm before I merge - you have run the metal_small example and it runs, right? |
yep! |
Added lots of comments to metal_small settings file. This overrides PR #17, in preparation for the deprecation of phat_small (issue #22)