ska_ost_senscalc.low.model

class ska_ost_senscalc.low.model.CalculatorInput(*, freq_centre: float, bandwidth: float, num_stations: int, pointing_centre: str, duration: float, elevation_limit: float)[source]

This dataclass represents the internal model of the Calculator for continuum and zoom modes.

class ska_ost_senscalc.low.model.CalculatorResult(sensitivity: float, units: str)[source]

This dataclass represents the internal result of a single Calculation.

class ska_ost_senscalc.low.model.LowSpectralMode(value)[source]

Enumeration for calculator modes supported by the LOW calculator.