ska-low-tmc-configure
Low TMC configure 3.1
Example JSON.
{
"interface": "https://schema.skao.int/ska-low-tmc-configure/3.1",
"transaction_id": "txn-....-00001",
"mccs": {
"stations": [{
"station_id": 1
}, {
"station_id": 2
}],
"subarray_beams": [{
"subarray_beam_id": 1,
"station_ids": [1, 2],
"update_rate": 0.0,
"channels": [
[0, 8, 1, 1],
[8, 8, 2, 1],
[24, 16, 2, 1]
],
"antenna_weights": [1.0, 1.0, 1.0],
"phase_centre": [0.0, 0.0],
"target": {
"reference_frame": "HORIZON",
"target_name": "DriftScan",
"az": 180.0,
"el": 45.0
}
}]
},
"sdp": {
"interface": "https://schema.skao.int/ska-sdp-configure/0.4",
"scan_type": "science_A"
},
"csp": {
"interface": "https://schema.skao.int/ska-low-csp-configure/0.0",
"common": {
"config_id": "sbi-mvp01-20200325-00001-science_A"
},
"lowcbf": {
"stations": {
"stns": [
[1, 1],
[2, 1],
[3, 1],
[4, 1],
[5, 1],
[6, 1]
],
"stn_beams": [{
"stn_beam_id": 1,
"freq_ids": [400]
}]
},
"vis": {
"fsp": {
"function_mode": "vis",
"fsp_ids": [1]
},
"stn_beams": [{
"stn_beam_id": 1,
"host": [
[0, "192.168.1.00"]
],
"port": [
[0, 9000, 1]
],
"mac": [
[0, "02-03-04-0a-0b-0c"]
],
"integration_ms": 849
}]
}
}
},
"tmc": {
"scan_duration": 10.0
}
}
type |
object |
|||||||||
properties |
||||||||||
|
URI of JSON schema applicable to this JSON payload. |
|||||||||
type |
string |
|||||||||
|
A transaction id specific to the command |
|||||||||
type |
string |
|||||||||
default |
null |
|||||||||
|
MCCS configuration specification. |
|||||||||
type |
object |
|||||||||
properties |
||||||||||
|
IDs of the MCCS stations to configure. Maximum array size = 512, the maximum number of MCCS stations. |
|||||||||
type |
array |
|||||||||
items |
type |
object |
||||||||
properties |
||||||||||
|
MCCS Station ID. Each ID must be between 1 and 512. |
|||||||||
type |
integer |
|||||||||
additionalProperties |
True |
|||||||||
|
MCCS sub-array beam configuration. |
|||||||||
type |
array |
|||||||||
items |
type |
object |
||||||||
properties |
||||||||||
|
ID of MCCS sub-array beam to configure. ID must be an integer between 1 and 48. |
|||||||||
type |
integer |
|||||||||
|
IDs of MCCS stations within this sub-array beamto configure. Array size must be less than 512, the maximum number of MCCS stations. Each item in the list must be an integer between 1 and 512. |
|||||||||
type |
array |
|||||||||
items |
type |
integer |
||||||||
|
Update rate for pointing information. Value must be 0.0 or greater. TODO: clarify whether this is specified as a frequency or as a cadence, plus units. |
|||||||||
type |
number |
|||||||||
|
Channel block configurations. Each item in the list is a channel block configuration, each specified as a list of 4 numbers as follows: [start channel, number of channels, beam index, sub-station index] Constraints are: 0 < start channel < 376 start channel must be a multiple of 8 8 < number of channels < 48 1 < beam index < 48 1 < sub-station index < 8 |
|||||||||
type |
array |
|||||||||
items |
type |
array |
||||||||
items |
type |
integer |
||||||||
|
Antenna weights. Maximum array size = 512 (=256 antennas x2 pols per sub-array beam). Antennas signals can be weighted to modify the station beam, varying from 0.0 for full exclusion to potentially 256.0 for an antenna contribution compensated for the number of antennas in the beam. This value is an amplitude multiplier added to that antenna signal before adding into the sum. Weights apply to all channels assigned to a beam. |
|||||||||
type |
array |
|||||||||
items |
type |
number |
||||||||
|
Phase centre offset for the station beam, in metres. The reference position for station phase must be modified to reflect antenna weighting and their contribution to the station beam. This offset can be can considered the desired centre of mass for the station. Constraints: array size = 2 -20 < phase centre value < 20 |
|||||||||
type |
array |
|||||||||
items |
type |
number |
||||||||
|
Target position for the sub-array beam. Only drift scan targets are currently implemented by MCCS, hence only azimuth and elevation are specified. |
|||||||||
type |
object |
|||||||||
properties |
||||||||||
|
Co-ordinate system. Must be HORIZON for drift scan. |
|||||||||
type |
string |
|||||||||
|
Name of target. |
|||||||||
type |
string |
|||||||||
|
Pointing azimuth in degrees. |
|||||||||
type |
number |
|||||||||
|
Pointing elevation in degrees. |
|||||||||
type |
number |
|||||||||
additionalProperties |
False |
|||||||||
additionalProperties |
False |
|||||||||
additionalProperties |
False |
|||||||||
|
CSP configuration specification. |
|||||||||
type |
object |
|||||||||
properties |
||||||||||
|
CSP Interface configuration |
|||||||||
type |
string |
|||||||||
|
CSP Common configuration specification |
|||||||||
type |
object |
|||||||||
properties |
||||||||||
|
CSP config id configuration |
|||||||||
type |
string |
|||||||||
additionalProperties |
False |
|||||||||
|
LOWCBF configuration specification. |
|||||||||
type |
object |
|||||||||
properties |
||||||||||
|
Subarray Stations and station beam descriptions |
|||||||||
type |
object |
|||||||||
properties |
||||||||||
|
type |
array |
||||||||
items |
type |
array |
||||||||
items |
type |
integer |
||||||||
|
type |
array |
||||||||
items |
type |
object |
||||||||
properties |
||||||||||
|
station beam id |
|||||||||
type |
integer |
|||||||||
|
list of station beam frequency ids |
|||||||||
type |
array |
|||||||||
items |
type |
integer |
||||||||
additionalProperties |
False |
|||||||||
additionalProperties |
False |
|||||||||
|
Visibility output descriptions |
|||||||||
type |
object |
|||||||||
properties |
||||||||||
|
FSPs used for correlation |
|||||||||
type |
object |
|||||||||
properties |
||||||||||
|
Function mode name |
|||||||||
type |
string |
|||||||||
|
List of IDs (integer) |
|||||||||
type |
array |
|||||||||
items |
type |
integer |
||||||||
additionalProperties |
False |
|||||||||
|
SDP visibility destinations |
|||||||||
type |
array |
|||||||||
items |
type |
object |
||||||||
properties |
||||||||||
|
Station Beam ID |
|||||||||
type |
integer |
|||||||||
|
milliseconds integration |
|||||||||
type |
integer |
|||||||||
|
SDP channel & IP Address |
|||||||||
type |
array |
|||||||||
items |
type |
array |
||||||||
items |
anyOf |
type |
integer |
|||||||
type |
string |
|||||||||
|
SDP chan & UDP port, stride |
|||||||||
type |
array |
|||||||||
items |
type |
array |
||||||||
items |
type |
integer |
||||||||
|
SDP channel & server MAC |
|||||||||
type |
array |
|||||||||
default |
null |
|||||||||
items |
type |
array |
||||||||
items |
anyOf |
type |
integer |
|||||||
type |
string |
|||||||||
additionalProperties |
False |
|||||||||
additionalProperties |
False |
|||||||||
additionalProperties |
False |
|||||||||
additionalProperties |
False |
|||||||||
|
SDP configuration specification. |
|||||||||
type |
object |
|||||||||
properties |
||||||||||
|
type |
string |
||||||||
default |
null |
|||||||||
|
type |
string |
||||||||
pattern |
^txn\-[a-z0-9]+\-[0-9]{8}\-[a-z0-9]+$ |
|||||||||
default |
null |
|||||||||
|
type |
string |
||||||||
|
type |
array |
||||||||
default |
null |
|||||||||
items |
type |
object |
||||||||
properties |
||||||||||
|
const |
(any scan type) |
||||||||
|
type |
string |
||||||||
|
type |
object |
||||||||
additionalProperties |
False |
|||||||||
additionalProperties |
False |
|||||||||
|
TMC configuration specification. |
|||||||||
type |
object |
|||||||||
default |
null |
|||||||||
properties |
||||||||||
|
Scan duration in seconds. Value must be >= 0.0 |
|||||||||
type |
number |
|||||||||
additionalProperties |
True |
|||||||||
additionalProperties |
False |
|||||||||
Low TMC configure 3.0
Example JSON.
{
"interface": "https://schema.skao.int/ska-low-tmc-configure/3.0",
"transaction_id": "txn-....-00001",
"mccs": {
"stations": [{
"station_id": 1
}, {
"station_id": 2
}],
"subarray_beams": [{
"subarray_beam_id": 1,
"station_ids": [1, 2],
"update_rate": 0.0,
"channels": [
[0, 8, 1, 1],
[8, 8, 2, 1],
[24, 16, 2, 1]
],
"antenna_weights": [1.0, 1.0, 1.0],
"phase_centre": [0.0, 0.0],
"target": {
"reference_frame": "HORIZON",
"target_name": "DriftScan",
"az": 180.0,
"el": 45.0
}
}]
},
"sdp": {
"interface": "https://schema.skao.int/ska-sdp-configure/0.4",
"scan_type": "target:a"
},
"csp": {
"interface": "https://schema.skao.int/ska-csp-configure/2.0",
"subarray": {
"subarray_name": "science period 23"
},
"common": {
"config_id": "sbi-mvp01-20200325-00001-science_A"
},
"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": "url"
}]
},
"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
}]
}
}
},
"tmc": {
"scan_duration": 10.0
}
}
type |
object |
|||||||
properties |
||||||||
|
URI of JSON schema applicable to this JSON payload. |
|||||||
type |
string |
|||||||
|
A transaction id specific to the command |
|||||||
type |
string |
|||||||
default |
null |
|||||||
|
MCCS configuration specification. |
|||||||
type |
object |
|||||||
properties |
||||||||
|
IDs of the MCCS stations to configure. Maximum array size = 512, the maximum number of MCCS stations. |
|||||||
type |
array |
|||||||
items |
type |
object |
||||||
properties |
||||||||
|
MCCS Station ID. Each ID must be between 1 and 512. |
|||||||
type |
integer |
|||||||
additionalProperties |
True |
|||||||
|
MCCS sub-array beam configuration. |
|||||||
type |
array |
|||||||
items |
type |
object |
||||||
properties |
||||||||
|
ID of MCCS sub-array beam to configure. ID must be an integer between 1 and 48. |
|||||||
type |
integer |
|||||||
|
IDs of MCCS stations within this sub-array beamto configure. Array size must be less than 512, the maximum number of MCCS stations. Each item in the list must be an integer between 1 and 512. |
|||||||
type |
array |
|||||||
items |
type |
integer |
||||||
|
Update rate for pointing information. Value must be 0.0 or greater. TODO: clarify whether this is specified as a frequency or as a cadence, plus units. |
|||||||
type |
number |
|||||||
|
Channel block configurations. Each item in the list is a channel block configuration, each specified as a list of 4 numbers as follows: [start channel, number of channels, beam index, sub-station index] Constraints are: 0 < start channel < 376 start channel must be a multiple of 8 8 < number of channels < 48 1 < beam index < 48 1 < sub-station index < 8 |
|||||||
type |
array |
|||||||
items |
type |
array |
||||||
items |
type |
integer |
||||||
|
Antenna weights. Maximum array size = 512 (=256 antennas x2 pols per sub-array beam). Antennas signals can be weighted to modify the station beam, varying from 0.0 for full exclusion to potentially 256.0 for an antenna contribution compensated for the number of antennas in the beam. This value is an amplitude multiplier added to that antenna signal before adding into the sum. Weights apply to all channels assigned to a beam. |
|||||||
type |
array |
|||||||
items |
type |
number |
||||||
|
Phase centre offset for the station beam, in metres. The reference position for station phase must be modified to reflect antenna weighting and their contribution to the station beam. This offset can be can considered the desired centre of mass for the station. Constraints: array size = 2 -20 < phase centre value < 20 |
|||||||
type |
array |
|||||||
items |
type |
number |
||||||
|
Target position for the sub-array beam. Only drift scan targets are currently implemented by MCCS, hence only azimuth and elevation are specified. |
|||||||
type |
object |
|||||||
properties |
||||||||
|
Co-ordinate system. Must be HORIZON for drift scan. |
|||||||
type |
string |
|||||||
|
Name of target. |
|||||||
type |
string |
|||||||
|
Pointing azimuth in degrees. |
|||||||
type |
number |
|||||||
|
Pointing elevation in degrees. |
|||||||
type |
number |
|||||||
additionalProperties |
False |
|||||||
additionalProperties |
False |
|||||||
additionalProperties |
False |
|||||||
|
CSP configuration specification. |
|||||||
type |
object |
|||||||
properties |
||||||||
|
CSP Interface configuration |
|||||||
type |
string |
|||||||
|
Subarray description |
|||||||
type |
object |
|||||||
properties |
||||||||
|
type |
string |
||||||
additionalProperties |
True |
|||||||
|
CSP Common configuration specification |
|||||||
type |
object |
|||||||
properties |
||||||||
|
CSP config id configuration |
|||||||
type |
string |
|||||||
additionalProperties |
False |
|||||||
|
LOWCBF configuration specification. |
|||||||
type |
object |
|||||||
properties |
||||||||
|
Subarray Stations and station beam input descriptions |
|||||||
type |
object |
|||||||
properties |
||||||||
|
type |
array |
||||||
items |
type |
array |
||||||
items |
type |
integer |
||||||
|
type |
array |
||||||
items |
type |
object |
||||||
properties |
||||||||
|
station beam id |
|||||||
type |
integer |
|||||||
|
list of station beam frequency ids |
|||||||
type |
array |
|||||||
items |
type |
integer |
||||||
|
URL |
|||||||
type |
string |
|||||||
additionalProperties |
False |
|||||||
additionalProperties |
False |
|||||||
|
PST beam outputs descriptions |
|||||||
type |
object |
|||||||
default |
null |
|||||||
properties |
||||||||
|
inner |
|||||||
type |
array |
|||||||
items |
type |
object |
||||||
properties |
||||||||
|
Station beam ID for pst beamforming |
|||||||
type |
integer |
|||||||
|
PST beam ID |
|||||||
type |
integer |
|||||||
|
Firmware name |
|||||||
type |
string |
|||||||
default |
null |
|||||||
|
Delay polynomial source URI |
|||||||
type |
string |
|||||||
|
Beam destination [ip_addr:port] |
|||||||
type |
array |
|||||||
items |
type |
string |
||||||
|
Number of fine chans to a destination |
|||||||
type |
array |
|||||||
items |
type |
integer |
||||||
|
Jones matrix source URI |
|||||||
type |
string |
|||||||
|
weights for each station |
|||||||
type |
array |
|||||||
items |
type |
number |
||||||
|
Master enable for RFI flagging |
|||||||
type |
array |
|||||||
default |
null |
|||||||
items |
type |
boolean |
||||||
|
Freqency IDs to be always flagged |
|||||||
type |
array |
|||||||
default |
null |
|||||||
items |
type |
integer |
||||||
|
Frequency IDs to be dynamically flagged |
|||||||
type |
array |
|||||||
default |
null |
|||||||
items |
type |
integer |
||||||
|
Parameter for dynamic flagging |
|||||||
type |
number |
|||||||
default |
null |
|||||||
additionalProperties |
False |
|||||||
additionalProperties |
False |
|||||||
|
PSS beam outputs descriptions |
|||||||
type |
string |
|||||||
default |
null |
|||||||
|
Visibility output descriptions |
|||||||
type |
string |
|||||||
default |
null |
|||||||
|
Zoom visibility output descriptions |
|||||||
type |
string |
|||||||
default |
null |
|||||||
additionalProperties |
False |
|||||||
additionalProperties |
False |
|||||||
|
SDP configuration specification. |
|||||||
type |
object |
|||||||
properties |
||||||||
|
type |
string |
||||||
default |
null |
|||||||
|
type |
string |
||||||
pattern |
^txn\-[a-z0-9]+\-[0-9]{8}\-[a-z0-9]+$ |
|||||||
default |
null |
|||||||
|
type |
string |
||||||
|
type |
array |
||||||
default |
null |
|||||||
items |
type |
object |
||||||
properties |
||||||||
|
const |
(any scan type) |
||||||
|
type |
string |
||||||
|
type |
object |
||||||
additionalProperties |
False |
|||||||
additionalProperties |
False |
|||||||
|
TMC configuration specification. |
|||||||
type |
object |
|||||||
default |
null |
|||||||
properties |
||||||||
|
Scan duration in seconds. Value must be >= 0.0 |
|||||||
type |
number |
|||||||
additionalProperties |
True |
|||||||
additionalProperties |
False |
|||||||
Low TMC configure 2.0
Example JSON.
{
"interface": "https://schema.skao.in/ska-low-tmc-configure/2.0",
"transaction_id": "txn-....-00001",
"mccs": {
"stations": [{
"station_id": 1
}, {
"station_id": 2
}],
"subarray_beams": [{
"subarray_beam_id": 1,
"station_ids": [1, 2],
"update_rate": 0.0,
"channels": [
[0, 8, 1, 1],
[8, 8, 2, 1],
[24, 16, 2, 1]
],
"antenna_weights": [1.0, 1.0, 1.0],
"phase_centre": [0.0, 0.0],
"target": {
"reference_frame": "HORIZON",
"target_name": "DriftScan",
"az": 180.0,
"el": 45.0
}
}]
},
"tmc": {
"scan_duration": 10.0
}
}
type |
object |
||||||
properties |
|||||||
|
URI of JSON schema applicable to this JSON payload. |
||||||
type |
string |
||||||
|
A transaction id specific to the command |
||||||
type |
string |
||||||
default |
null |
||||||
|
MCCS configuration specification. |
||||||
type |
object |
||||||
properties |
|||||||
|
IDs of the MCCS stations to configure. Maximum array size = 512, the maximum number of MCCS stations. |
||||||
type |
array |
||||||
items |
type |
object |
|||||
properties |
|||||||
|
MCCS Station ID. Each ID must be between 1 and 512. |
||||||
type |
integer |
||||||
additionalProperties |
True |
||||||
|
MCCS sub-array beam configuration. |
||||||
type |
array |
||||||
items |
type |
object |
|||||
properties |
|||||||
|
ID of MCCS sub-array beam to configure. ID must be an integer between 1 and 48. |
||||||
type |
integer |
||||||
|
IDs of MCCS stations within this sub-array beamto configure. Array size must be less than 512, the maximum number of MCCS stations. Each item in the list must be an integer between 1 and 512. |
||||||
type |
array |
||||||
items |
type |
integer |
|||||
|
Update rate for pointing information. Value must be 0.0 or greater. TODO: clarify whether this is specified as a frequency or as a cadence, plus units. |
||||||
type |
number |
||||||
|
Channel block configurations. Each item in the list is a channel block configuration, each specified as a list of 4 numbers as follows: [start channel, number of channels, beam index, sub-station index] Constraints are: 0 < start channel < 376 start channel must be a multiple of 8 8 < number of channels < 48 1 < beam index < 48 1 < sub-station index < 8 |
||||||
type |
array |
||||||
items |
type |
array |
|||||
items |
type |
integer |
|||||
|
Antenna weights. Maximum array size = 512 (=256 antennas x2 pols per sub-array beam). Antennas signals can be weighted to modify the station beam, varying from 0.0 for full exclusion to potentially 256.0 for an antenna contribution compensated for the number of antennas in the beam. This value is an amplitude multiplier added to that antenna signal before adding into the sum. Weights apply to all channels assigned to a beam. |
||||||
type |
array |
||||||
items |
type |
number |
|||||
|
Phase centre offset for the station beam, in metres. The reference position for station phase must be modified to reflect antenna weighting and their contribution to the station beam. This offset can be can considered the desired centre of mass for the station. Constraints: array size = 2 -20 < phase centre value < 20 |
||||||
type |
array |
||||||
items |
type |
number |
|||||
|
Target position for the sub-array beam. Only drift scan targets are currently implemented by MCCS, hence only azimuth and elevation are specified. |
||||||
type |
object |
||||||
properties |
|||||||
|
Co-ordinate system. Must be HORIZON for drift scan. |
||||||
type |
string |
||||||
|
Name of target. |
||||||
type |
string |
||||||
|
Pointing azimuth in degrees. |
||||||
type |
number |
||||||
|
Pointing elevation in degrees. |
||||||
type |
number |
||||||
additionalProperties |
False |
||||||
additionalProperties |
False |
||||||
additionalProperties |
False |
||||||
|
TMC configuration specification. |
||||||
type |
object |
||||||
default |
null |
||||||
properties |
|||||||
|
Scan duration in seconds. Value must be >= 0.0 |
||||||
type |
number |
||||||
additionalProperties |
True |
||||||
additionalProperties |
False |
||||||
Low TMC configure 1.0
Example JSON.
{
"interface": "https://schema.skatelescope.org/ska-low-tmc-configure/1.0",
"mccs": {
"stations": [{
"station_id": 1
}, {
"station_id": 2
}],
"subarray_beams": [{
"subarray_beam_id": 1,
"station_ids": [1, 2],
"update_rate": 0.0,
"channels": [
[0, 8, 1, 1],
[8, 8, 2, 1],
[24, 16, 2, 1]
],
"antenna_weights": [1.0, 1.0, 1.0],
"phase_centre": [0.0, 0.0],
"target": {
"system": "HORIZON",
"name": "DriftScan",
"az": 180.0,
"el": 45.0
}
}]
},
"tmc": {
"scan_duration": 10.0
}
}
type |
object |
||||||
properties |
|||||||
|
URI of JSON schema applicable to this JSON payload. |
||||||
type |
string |
||||||
|
A transaction id specific to the command |
||||||
type |
string |
||||||
default |
null |
||||||
|
MCCS configuration specification. |
||||||
type |
object |
||||||
properties |
|||||||
|
IDs of the MCCS stations to configure. Maximum array size = 512, the maximum number of MCCS stations. |
||||||
type |
array |
||||||
items |
type |
object |
|||||
properties |
|||||||
|
MCCS Station ID. Each ID must be between 1 and 512. |
||||||
type |
integer |
||||||
additionalProperties |
True |
||||||
|
MCCS sub-array beam configuration. |
||||||
type |
array |
||||||
items |
type |
object |
|||||
properties |
|||||||
|
ID of MCCS sub-array beam to configure. ID must be an integer between 1 and 48. |
||||||
type |
integer |
||||||
|
IDs of MCCS stations within this sub-array beamto configure. Array size must be less than 512, the maximum number of MCCS stations. Each item in the list must be an integer between 1 and 512. |
||||||
type |
array |
||||||
items |
type |
integer |
|||||
|
Update rate for pointing information. Value must be 0.0 or greater. TODO: clarify whether this is specified as a frequency or as a cadence, plus units. |
||||||
type |
number |
||||||
|
Channel block configurations. Each item in the list is a channel block configuration, each specified as a list of 4 numbers as follows: [start channel, number of channels, beam index, sub-station index] Constraints are: 0 < start channel < 376 start channel must be a multiple of 8 8 < number of channels < 48 1 < beam index < 48 1 < sub-station index < 8 |
||||||
type |
array |
||||||
items |
type |
array |
|||||
items |
type |
integer |
|||||
|
Antenna weights. Maximum array size = 512 (=256 antennas x2 pols per sub-array beam). Antennas signals can be weighted to modify the station beam, varying from 0.0 for full exclusion to potentially 256.0 for an antenna contribution compensated for the number of antennas in the beam. This value is an amplitude multiplier added to that antenna signal before adding into the sum. Weights apply to all channels assigned to a beam. |
||||||
type |
array |
||||||
items |
type |
number |
|||||
|
Phase centre offset for the station beam, in metres. The reference position for station phase must be modified to reflect antenna weighting and their contribution to the station beam. This offset can be can considered the desired centre of mass for the station. Constraints: array size = 2 -20 < phase centre value < 20 |
||||||
type |
array |
||||||
items |
type |
number |
|||||
|
Target position for the sub-array beam. Only drift scan targets are currently implemented by MCCS, hence only azimuth and elevation are specified. |
||||||
type |
object |
||||||
properties |
|||||||
|
Co-ordinate system. Must be HORIZON for drift scan. |
||||||
type |
string |
||||||
|
Name of target. |
||||||
type |
string |
||||||
|
Pointing azimuth in degrees. |
||||||
type |
number |
||||||
|
Pointing elevation in degrees. |
||||||
type |
number |
||||||
additionalProperties |
False |
||||||
additionalProperties |
False |
||||||
additionalProperties |
False |
||||||
|
TMC configuration specification. |
||||||
type |
object |
||||||
default |
null |
||||||
properties |
|||||||
|
Scan duration in seconds. Value must be >= 0.0 |
||||||
type |
number |
||||||
additionalProperties |
True |
||||||
additionalProperties |
False |
||||||