Karl Gordon

Results 87 issues of 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...

tests
effort-low

Updated filter bandpasses cause tests to fail.

bug
tests

Similar to the work already done for the 1D pPDFs. See PR #727.

bug
fitting
effort-medium

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...

documentation

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...

stars
effort-high

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.

bug
effort-low
simulations

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....

documentation
effort-low

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....

stars
dust
effort-medium

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...

artificial stars
effort-low

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...

bug
tests
effort-medium