empyrean.DebiasingConfig

class DebiasingConfig(enabled=True, resolution=DebiasingResolution.STANDARD, bias_dat_path=None)[source]

Bases: object

Catalog-bias-correction configuration. Mirrors scott’s Option<Arc<DebiasingTable>> field on ODConfig.

Default = enabled at standard resolution with no explicit path (uses the DataManager default lookup at ~/.empyrean/data/bias.dat). Set enabled=False to disable catalog debiasing entirely.

Methods

__init__([enabled, resolution, bias_dat_path])

Attributes

bias_dat_path

enabled

resolution

Parameters:
  • enabled (bool)

  • resolution (DebiasingResolution)

  • bias_dat_path (str | None)

enabled: bool = True
resolution: DebiasingResolution = 'standard'
bias_dat_path: str | None = None