-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes or introduces a number of features that needed to be resolved before trying to move to the initial production run. These include the following changes: - Resolves #31 by introducing a new `title_quantiles` argument. Also modifies the default plotting options so now it just shows bins. - Removed the binned LOS log-likelihood, since this has now been superseeded by the sample-based version. Also added in an option to treat the foreground as an additive component, rather than just a separate number. - Modifications to some of the internals in the `seds` module to make things easier to pull out. Should resolve #28. - Cleaned up imports and similar things so the code should now be more self-contained. Next up is working on the clusters module so I can fit some isochrones!
- Loading branch information
1 parent
09e37d0
commit 40a0bc3
Showing
11 changed files
with
69 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,23 +25,26 @@ stellar models, it is configured for two by default: | |
and [Bayestar](https://arxiv.org/pdf/1401.1508.pdf). | ||
|
||
#### Zero-points | ||
Zero-point offsets in several bands have been derived using Gaia data | ||
and can be included during runtime. | ||
Zero-point offsets in several bands have been estimated using Gaia data | ||
and can be included during runtime. | ||
**These are currently not thoroughly vetted, so use at your own risk.** | ||
|
||
#### Dust Map | ||
`brutus` is able to incorporate a 3-D dust prior. The current prior is | ||
based on the "Bayestar17" dust map from | ||
[Green et al. (2018)](https://arxiv.org/abs/1801.03555). | ||
based on the "Bayestar19" dust map from | ||
[Green et al. (2019)](https://arxiv.org/abs/1905.02734). | ||
|
||
#### Generating SEDs | ||
`brutus` contains built-in SED generation utilities based on the MIST | ||
stellar models, modeled off of | ||
[`minesweeper`](https://github.com/pacargile/MINESweeper). | ||
These are optimized for either generating photometry from stellar mass | ||
tracks or for a single-age stellar isochrone, and are based on | ||
tracks or for a single-age stellar isochrone based on | ||
artificial neural networks trained on bolometric correction tables. | ||
|
||
An empirical correction table to the models derived using several clusters is | ||
also provided, which improves the models down to ~0.5 solar masses. | ||
**These are currently not thoroughly vetted, so use at your own risk.** | ||
|
||
Please contact Phil Cargile ([email protected]) and Josh Speagle | ||
([email protected]) for more information on the provided data files. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.