ska-low-mccs-antenna-config

Antennas 1.0

Example JSON.

{
    "interface": "https://schema.skao.int/ska-telmodel-antenna/1.0",
    "type": "FeatureCollection",
    "name": "antenna_export_w2",
    "features": [{
        "interface": "https://schema.skao.int/ska-telmodel-antenna-features/1.0",
        "type": "Feature",
        "properties": {
            "interface": "https://schema.skao.int/ska-telmodel-antenna-features-properties/1.0",
            "antenna_station_id": 0,
            "station_id": "object(534nfhwh2)",
            "x_pos": 6.1,
            "y_pos": 6.1,
            "z_pos": 6.1,
            "base_id": 1,
            "tpm_id": 1,
            "tpm_rx": 1,
            "status_x": "some status",
            "status_y": "some status",
            "tpm_name": "Tpm 1",
            "delay_x": 5,
            "delay_y": 5,
            "station_num": 1
        },
        "geometry": {
            "interface": "https://schema.skao.int/ska-telmodel-antenna-features-geometry/1.0",
            "type": "Point",
            "coordinates": [1.5, 6.2]
        }
    }, {
        "interface": "https://schema.skao.int/ska-telmodel-antenna-features/1.0",
        "type": "Feature",
        "properties": {
            "interface": "https://schema.skao.int/ska-telmodel-antenna-features-properties/1.0",
            "antenna_station_id": 0,
            "station_id": "object(534nfhwh2)",
            "x_pos": 6.1,
            "y_pos": 6.1,
            "z_pos": 6.1,
            "base_id": 1,
            "tpm_id": 1,
            "tpm_rx": 1,
            "status_x": "some status",
            "status_y": "some status",
            "tpm_name": "Tpm 1",
            "delay_x": 5,
            "delay_y": 5,
            "station_num": 1
        },
        "geometry": {
            "interface": "https://schema.skao.int/ska-telmodel-antenna-features-geometry/1.0",
            "type": "Point",
            "coordinates": [1.5, 6.2]
        }
    }]
}

Configuration data for antennas stored in geojson format

https://schema.skao.int/ska-telmodel-antenna/1.0

type

object

properties

  • interface

Interface version

type

string

  • type

Type

type

string

  • name

Name

type

string

  • features

Features

type

array

items

Features of the antenna.

Features 1.0

additionalProperties

False

Features 1.0

Features of the antenna.

type

object

properties

  • interface

Interface version

type

string

  • type

Type

type

string

  • properties

Antenna properties

Properties 1.0

  • geometry

Antenna geometry

Geometry - type, coordinates 1.0

additionalProperties

False

Properties 1.0

The properties of the antenna

type

object

properties

  • interface

Interface version

type

string

  • antenna_station_id

Id of the antenna station

type

integer

  • station_id

Id of the station

type

string

  • x_pos

x position of the antenna

type

number

  • y_pos

y position of the antenna

type

number

  • z_pos

z position of the antenna

type

number

  • base_id

base id

type

integer

  • tpm_id

Id of the TPM

type

integer

  • tpm_rx

TPM receiver

type

integer

  • status_x

Status x

type

string

  • status_y

status y

type

string

  • tpm_name

TPM name

type

string

  • delay_x

delay in the x direction

type

integer

  • delay_y

delay in the y direction

type

integer

  • station_num

station number

type

integer

additionalProperties

False

Geometry - type, coordinates 1.0

Postion of the antenna.

type

object

properties

  • interface

Interface version

type

string

  • type

Coordinate type

type

string

  • coordinates

Array of coordinates

type

array

items

type

number

additionalProperties

False