beast
beast copied to clipboard
Bayesian Extinction And Stellar Tool
We have updated things in the BEAST that are causing some of the regression tests to fail. The cached files used by these tests need updating. Most of the standard...
The functionality for dealing with the EUV parts of the SEDs in the BEAST has not been maintained well. We need to update/add back those functionalities. @karllark will include dust...
Every time we want to access a parameter in functions that are called by wrappers in `tools/run/`, we have to add a new keyword. It might be simpler to add...
Would be good to standardize the plotting outputs to allow for screen viewing or saving to a file (pdf, png, etc.). Some of the plotting scripts support this, some have...
We need to clarify what grid indices (e.g., in the stats file) refer to which things and where. Here's what I've been able to come up with so far: *...
Need to expand the prior models to support megabeast ensemble models. - IMF: needs to include min/max masses and varying the slope(s) - AMR: need to include bins_histo as a...
As discussed in #603, using the `beast [function]` interface doesn't show much information in its help message. Here's an example for `plot_cmd`: * Using the function's argparse interface: ``` >...
Currently runs fails if some of the intermediate hd5 files exist in the output directory. The workaround is to delete these files before each run (or the entire output directory)....
The stellar grid is currently based on isochrones. This the grid has uniform spacing in age, but non-uniform in mass. Isochrones are best for dealing with ensembles of stars, but...
We seem to be missing some merging tools. Here's a summary of what we have, which are called as needed in the `beast.tools.run.merge_files` wrapper: File | Merge across subgrids |...