TripleStarModel added; bug fixes
Bug fix:
- When creating the
StarModel.samples
attribute, there used to be a hard-coded cut onlnprob
that only made sense in a very limited circumstance. This has been replaced with a cut to cull the top 99.5% (as ranked by lnprob) samples.
Feature added:
TripleStarModel
, along the lines ofBinaryStarModel
but with three stars.