Karl Gordon
Karl Gordon
The extinction curve relationship in the metal_small example in beast-examples needs updating to be: `extLaw = extinction.Generalized_RvFALaw(ALaw=extinction.Generalized_DustExt(curve='F19'), BLaw=extinction.Generalized_DustExt(curve='G03_SMCBar'))` As this is the recommended mixture model. Basically an update of the...
Similar to the work already done for the 1D pPDFs. See PR #727.
Great figures on the flow of a BEAST run in @lea-hagen's 4 Dec 2020 talk during HackDay. Would be great to get at least some of them integrated into the...
There are types of stars that vary intrinsically. AGB stars, Cepheids, etc. Often different bands are taken at different times folding causing the an "uncertainty" in the fit not captured...
The commandline syntax is different between 'beast simulate_obs' and 'python -m beast.tools.simulate_obs'. These should be synchronized by updating the argparse info in simulate_obs.py.
Add docs and howto for: 1. Simulating dust extinguished resolved stellar populations 1. Many band AST input lists 1. Generating ASTs for MATCH (via simulating using BEAST optimized ASTs) 1....
The dust prior weights are implemented as a class. The stellar dust/grid weights are implemented as functions. Would be good if they were done uniformly one way or the other....
I've been working on enhancing/fixing the BEAST simulations. As part of this, I've dived into the toothpick noisemodel to fix issues with the completeness calculation. Nothing that would impact the...
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...