popsynth.selection_probability.flux_selectors module

class popsynth.selection_probability.flux_selectors.HardFluxSelection[source]

Bases: popsynth.selection_probability.generic_selectors.LowerBound

__init__() → None[source]

A hard selection on the observed flux.

Based on LowerBound.

draw(size: int)[source]
class popsynth.selection_probability.flux_selectors.SoftFluxSelection[source]

Bases: popsynth.selection_probability.generic_selectors.SoftSelection

__init__() → None[source]

A soft selection on the observed flux.

Based on SoftSelection.

draw(size: int)[source]