ska_ser_skallop.mvp_control.configuration package¶
Submodules¶
ska_ser_skallop.mvp_control.configuration.composition module¶
-
ska_ser_skallop.mvp_control.configuration.composition.generate_standard_comp(subarray_id: int, dish_ids: List[int], sb_id: str) → str[source]¶
ska_ser_skallop.mvp_control.configuration.configuration module¶
ska_ser_skallop.mvp_control.configuration.generators module¶
-
ska_ser_skallop.mvp_control.configuration.generators.distribute(start: int, seperation: int, size: int) → List[source]¶
ska_ser_skallop.mvp_control.configuration.types module¶
-
class
ska_ser_skallop.mvp_control.configuration.types.Composition(conf_type: ska_ser_skallop.mvp_control.configuration.types.CompositionType)[source]¶ Bases:
object
-
class
ska_ser_skallop.mvp_control.configuration.types.CompositionByFile(location: str, conf_type: ska_ser_skallop.mvp_control.configuration.types.CompositionType)[source]¶ Bases:
ska_ser_skallop.mvp_control.configuration.types.CompositionInherits from Configuration
-
class
ska_ser_skallop.mvp_control.configuration.types.CompositionType(value)[source]¶ Bases:
enum.EnumAn enumeration.
-
STANDARD= 1¶
-
-
class
ska_ser_skallop.mvp_control.configuration.types.ScanConfiguration(conf_type: ska_ser_skallop.mvp_control.configuration.types.ScanConfigurationType)[source]¶ Bases:
object
-
class
ska_ser_skallop.mvp_control.configuration.types.ScanConfigurationByFile(location: str, conf_type: ska_ser_skallop.mvp_control.configuration.types.ScanConfigurationType)[source]¶ Bases:
ska_ser_skallop.mvp_control.configuration.types.ScanConfigurationInherits from Configuration