JSON schema and example for Configure version 0.1

PSS configuration schema 0.1

Example (PSS configuration for scan 0.1)

{
    "interface": "https://schema.skao.int/ska-pss-configure/0.1",
    "beam": [{
        "beam_id": 1,
        "reference_frame": "ICRS",
        "ra": 82.75,
        "dec": 21.0,
        "centre_frequency": 1400.0,
        "beam_delay_centre": 0.0,
        "dest_host": "192.168.178.25",
        "dest_port": 9021
    }, {
        "beam_id": 2,
        "reference_frame": "ICRS",
        "ra": 84.25,
        "dec": 21.5,
        "centre_frequency": 1400.0,
        "beam_delay_centre": 0.0,
        "dest_host": "192.168.178.26",
        "dest_port": 9021
    }]
}

https://schema.skao.int/ska-pss-configure/0.1

type

object

properties

  • interface

URI of JSON schema for this command’s JSON payload..

type

string

  • beam

type

array

items

PSS_beam_config_0.1

additionalProperties

True

PSS_beam_config_0.1

type

object

properties

  • beam_id

Search Beam ID.

type

integer

  • ra

Right Ascension of sub-array beam target, in degrees.

type

number

default

null

  • dec

Declination of sub-array beam target, in degrees.

type

number

default

null

  • reference_frame

reference frame for pointing coordinates

type

string

default

null

  • centre_frequency

Centre frequency of the search beam.

type

number

  • beam_delay_centre

Beam delay center, relative to the array delay center.

anyOf

type

number

type

string

  • dest_host

Per beam destination host address for PSS output.

type

string

default

null

  • dest_port

Per beam destination port for PSS output.

type

integer

default

null

additionalProperties

True