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.composition.generate_standard_comp_to_file(subarray_id: int, dish_ids: List[int], location: str, sb_id: str)str[source]
ska_ser_skallop.mvp_control.configuration.composition.generate_tear_down_all_resources(subarray_id: int)str[source]

ska_ser_skallop.mvp_control.configuration.configuration module

ska_ser_skallop.mvp_control.configuration.configuration.generate_standard_conf(sub_array_id: int, sb_id: str, duration: float)str[source]
ska_ser_skallop.mvp_control.configuration.configuration.generate_standard_conf_to_file(location: str, sub_array_id: int, sb_id: str, duration: float)str[source]

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.generators.generate_channel_averaging(x_seperation: int, y_seperation: int, start: int, size: int)[source]
ska_ser_skallop.mvp_control.configuration.generators.identity(val: int, size: int)List[source]
ska_ser_skallop.mvp_control.configuration.generators.merge(A: List, B: 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.Composition

Inherits from Configuration

class ska_ser_skallop.mvp_control.configuration.types.CompositionType(value)[source]

Bases: enum.Enum

An 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.ScanConfiguration

Inherits from Configuration

class ska_ser_skallop.mvp_control.configuration.types.ScanConfigurationType(value)[source]

Bases: enum.Enum

An enumeration.

STANDARD = 1

Module contents