empyrean.DebiasingConfig¶
- class DebiasingConfig(enabled=True, resolution=DebiasingResolution.STANDARD, bias_dat_path=None)[source]
Bases:
objectCatalog-bias-correction configuration. Mirrors scott’s
Option<Arc<DebiasingTable>>field onODConfig.Default = enabled at standard resolution with no explicit path (uses the DataManager default lookup at
~/.empyrean/data/bias.dat). Setenabled=Falseto disable catalog debiasing entirely.Methods
__init__([enabled, resolution, bias_dat_path])Attributes
bias_dat_pathenabledresolution- enabled: bool = True
- resolution: DebiasingResolution = 'standard'