ska-low-tmc-scan

Low TMC scan 4.0

Example JSON.

{
    "interface": "https://schema.skao.int/ska-low-tmc-scan/4.0",
    "transaction_id": "txn-....-00001",
    "scan_id": 1,
    "subarray_id": 1
}

https://schema.skao.int/ska-low-tmc-scan/4.0

type

object

properties

  • interface

URI of JSON schema applicable to this JSON payload.

type

string

  • transaction_id

A transaction id specific to the command

type

string

default

null

  • scan_id

Scan ID to associate with the data.

The scan ID and SBI ID are used together to uniquely associate the data taken with the telescope configuration in effect at the moment of observation.

type

integer

  • subarray_id

ID of the sub-array which should release resources.

type

integer

additionalProperties

False

Low TMC scan 3.0

Example JSON.

{
    "interface": "https://schema.skao.int/ska-low-tmc-scan/3.0",
    "transaction_id": "txn-....-00001",
    "scan_id": 1
}

https://schema.skao.int/ska-low-tmc-scan/3.0

type

object

properties

  • interface

URI of JSON schema applicable to this JSON payload.

type

string

  • transaction_id

A transaction id specific to the command

type

string

default

null

  • scan_id

Scan ID to associate with the data.

The scan ID and SBI ID are used together to uniquely associate the data taken with the telescope configuration in effect at the moment of observation.

type

integer

additionalProperties

False

Low TMC scan 2.0

Example JSON.

{
    "interface": "https://schema.skao.in/ska-low-tmc-scan/2.0",
    "transaction_id": "txn-....-00001",
    "scan_id": 1
}

https://schema.skao.int/ska-low-tmc-scan/2.0

type

object

properties

  • interface

URI of JSON schema applicable to this JSON payload.

type

string

  • transaction_id

A transaction id specific to the command

type

string

default

null

  • scan_id

Scan ID to associate with the data.

The scan ID and SBI ID are used together to uniquely associate the data taken with the telescope configuration in effect at the moment of observation.

type

integer

additionalProperties

False

Low TMC scan 1.0

Example JSON.

{
    "interface": "https://schema.skatelescope.org/ska-low-tmc-scan/1.0",
    "scan_id": 1
}

https://schema.skatelescope.org/ska-low-tmc-scan/1.0

type

object

properties

  • interface

URI of JSON schema applicable to this JSON payload.

type

string

  • transaction_id

A transaction id specific to the command

type

string

default

null

  • scan_id

Scan ID to associate with the data.

The scan ID and SBI ID are used together to uniquely associate the data taken with the telescope configuration in effect at the moment of observation.

type

integer

additionalProperties

False