ska-low-cbf-configurescan

LOWCBF configurescan 0.1

Example JSON

{
    "interface": "https://schema.skao.int/ska-low-cbf-configurescan/0.0",
    "lowcbf": {
        "stations": {
            "stns": [
                [1, 0],
                [2, 0],
                [3, 0],
                [4, 0]
            ],
            "stn_beams": [{
                "beam_id": 1,
                "freq_ids": [64, 65, 66, 67, 68, 69, 70, 71],
                "boresight_dly_poly": "tango://delays.skao.int/low/stn-beam/1"
            }]
        },
        "timing_beams": {
            "beams": [{
                "pst_beam_id": 13,
                "stn_beam_id": 1,
                "offset_dly_poly": "url",
                "stn_weights": [0.9, 1.0, 1.0, 0.9],
                "jones": "url",
                "dest_ip": ["10.22.0.1:2345", "10.22.0.3:3456"],
                "dest_chans": [128, 256],
                "rfi_enable": [true, true, true],
                "rfi_static_chans": [1, 206, 997],
                "rfi_dynamic_chans": [242, 1342],
                "rfi_weighted": 0.87
            }]
        },
        "search_beams": "tbd",
        "zooms": "tbd"
    }
}

https://schema.skao.int/ska-low-cbf-configurescan/0.1

type

object

properties

  • interface

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

type

string

  • lowcbf

LOWCBF configuration for scan

type

object

properties

  • stations

Subarray Stations and station beam input descriptions

type

object

properties

  • stns

type

array

items

type

array

items

type

integer

  • stn_beams

type

array

items

type

object

properties

  • beam_id

station beam id

type

integer

  • freq_ids

list of station beam frequency ids

type

array

items

type

integer

  • boresight_dly_poly

URL

type

string

additionalProperties

False

additionalProperties

False

  • timing_beams

PST beam outputs descriptions

type

object

default

null

properties

  • beams

inner

type

array

items

type

object

properties

  • stn_beam_id

Station beam ID for pst beamforming

type

integer

  • pst_beam_id

PST beam ID

type

integer

  • firmware

Firmware name

type

string

default

null

  • offset_dly_poly

Delay polynomial source URI

type

string

  • dest_ip

Beam destination [ip_addr:port]

type

array

items

type

string

  • dest_chans

Number of fine chans to a destination

type

array

items

type

integer

  • jones

Jones matrix source URI

type

string

  • stn_weights

weights for each station

type

array

items

type

number

  • rfi_enable

Master enable for RFI flagging

type

array

default

null

items

type

boolean

  • rfi_static_chans

Freqency IDs to be always flagged

type

array

default

null

items

type

integer

  • rfi_dynamic_chans

Frequency IDs to be dynamically flagged

type

array

default

null

items

type

integer

  • rfi_weighted

Parameter for dynamic flagging

type

number

default

null

additionalProperties

False

additionalProperties

False

  • search_beams

PSS beam outputs descriptions

type

string

default

null

  • visibilities

Visibility output descriptions

type

string

default

null

  • zooms

Zoom visibility output descriptions

type

string

default

null

additionalProperties

False

additionalProperties

False