Low TMC configure 3.3
Example JSON.
{
"interface": "https://schema.skao.int/ska-low-tmc-configure/3.3",
"transaction_id": "txn-....-00001",
"mccs": {
"subarray_beams": [{
"subarray_beam_id": 1,
"update_rate": 0.0,
"logical_bands": [{
"start_channel": 80,
"number_of_channels": 16
}, {
"start_channel": 384,
"number_of_channels": 16
}],
"apertures": [{
"aperture_id": "AP001.01",
"weighting_key_ref": "aperture2"
}, {
"aperture_id": "AP001.02",
"weighting_key_ref": "aperture3"
}, {
"aperture_id": "AP002.01",
"weighting_key_ref": "aperture2"
}, {
"aperture_id": "AP002.02",
"weighting_key_ref": "aperture3"
}, {
"aperture_id": "AP003.01",
"weighting_key_ref": "aperture1"
}],
"sky_coordinates": {
"reference_frame": "ICRS",
"c1": 180.0,
"c2": 45.0
}
}]
},
"sdp": {
"interface": "https://schema.skao.int/ska-sdp-configure/0.4",
"scan_type": "target:a"
},
"csp": {
"interface": "https://schema.skao.int/ska-low-csp-configure/3.2",
"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": [{
"beam_id": 1,
"freq_ids": [400]
}]
},
"vis": {
"fsp": {
"firmware": "vis",
"fsp_ids": [1]
},
"stn_beams": [{
"stn_beam_id": 1,
"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 |
||||||
|
MCCS configure 3.3 |
||||||
MCCS configuration specification. |
|||||||
type |
object |
||||||
properties |
|||||||
|
MCCS sub-array beam configuration. |
||||||
type |
array |
||||||
items |
MCCS subarray beams 3.3 |
||||||
type |
object |
||||||
properties |
|||||||
|
ID of MCCS sub-array beam to configure. ID must be an integer between 1 and 48. |
||||||
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 |
||||||
|
MCCS logical bands configuration. |
||||||
type |
array |
||||||
items |
MCCS Logical Band 3.3 |
||||||
type |
object |
||||||
properties |
|||||||
|
Channel block configurations. Constraints are: 2 < start channel < 504 |
||||||
type |
integer |
||||||
|
Channel block configurations. Constraints are: 8 < number_of_channels < 384 |
||||||
type |
integer |
||||||
additionalProperties |
True |
||||||
|
MCCS apertures configuration. |
||||||
type |
array |
||||||
items |
MCCS Aperture ID 3.3 |
||||||
type |
object |
||||||
properties |
|||||||
|
Aperture ID configurations. Aperture ID, of the form APXXX.YY XXX=station YY=substation. |
||||||
type |
string |
||||||
|
Descriptive ID for the aperture weights in the aperture database. |
||||||
type |
string |
||||||
|
Unique id for the calibration to use. |
||||||
type |
string |
||||||
default |
null |
||||||
additionalProperties |
True |
||||||
|
MCCS SKY Co ordinates 3.3 |
||||||
Legacy sky_coordinates (deprecated in favour of ‘field’). |
|||||||
type |
object |
||||||
default |
null |
||||||
properties |
|||||||
|
Must be one of: [“topocentric”, “ICRS”, “Galactic”, “AltAz”, “special”] |
||||||
type |
string |
||||||
|
Name of the target source. Required when reference_frame is “special”, which indicates that target coordinates are to be determined at runtime via a KatPoint lookup. When reference_frame is “special”, the target_name must be a valid object in the KatPoint catalogue. |
||||||
type |
string |
||||||
default |
null |
||||||
|
c1 (number, optional): first coordinate, RA or azimuth, in degrees. Minimum: 0.0. Maximum: 360.0 |
||||||
type |
number |
||||||
default |
null |
||||||
|
Second coordinate (dec or elevation) in degrees. |
||||||
type |
number |
||||||
default |
null |
||||||
additionalProperties |
True |
||||||
|
MCCS field 3.3 |
||||||
ADR-63 compliant sky direction (field) configuration. |
|||||||
type |
object |
||||||
default |
null |
||||||
properties |
|||||||
|
Name of the tracking target. Required for all reference frames. |
||||||
type |
string |
||||||
|
Coordinate reference frame (lowercase). Allowed values: “icrs”, “altaz”, “galactic”, “tle”, “special”. |
||||||
type |
string |
||||||
|
field attrs 3.3 |
||||||
Frame-dependent attributes (coordinates, rates, etc.). |
|||||||
type |
object |
||||||
default |
null |
||||||
properties |
|||||||
|
First coordinate (RA/azimuth/longitude) in degrees. |
||||||
type |
number |
||||||
default |
null |
||||||
|
Second coordinate (dec/elevation/latitude) in degrees. |
||||||
type |
number |
||||||
default |
null |
||||||
|
Proper motion in c1 direction (arcsec/year). |
||||||
type |
number |
||||||
default |
null |
||||||
|
Proper motion in c2 direction (arcsec/year). |
||||||
type |
number |
||||||
default |
null |
||||||
|
Epoch for proper motion (default 2000.0). |
||||||
type |
number |
||||||
default |
null |
||||||
|
Parallax in arcseconds. |
||||||
type |
number |
||||||
default |
null |
||||||
|
Radial velocity along line of sight (km/s). |
||||||
type |
number |
||||||
default |
null |
||||||
|
Line one of TLE for orbiting body. |
||||||
type |
string |
||||||
default |
null |
||||||
|
Line two of TLE for orbiting body. |
||||||
type |
string |
||||||
default |
null |
||||||
additionalProperties |
True |
||||||
additionalProperties |
True |
||||||
additionalProperties |
True |
||||||
additionalProperties |
True |
||||||
|
LOWCSP configure 3.2 |
||||||
CSP configuration specification. |
|||||||
type |
object |
||||||
properties |
|||||||
|
URI of JSON schema for this command’sJSON payload.. |
||||||
type |
string |
||||||
|
A transaction id specific to the command |
||||||
type |
string |
||||||
|
Common section, containing the parameters and the sections belonging to all CSP subsystems. This section is forwarded to all sub-elements. |
||||||
|
Correlator and Beamformer specific parameters. This section contains the parameters relevant only for CBF sub-system. This section is forwarded only to CBF subelement. |
||||||
|
PSS configuration schema 0.0 |
||||||
Section with parameters to configure the PSS sub-system |
|||||||
type |
object |
||||||
properties |
|||||||
|
type |
string |
|||||
additionalProperties |
True |
||||||
|
Section with parameters to configure the PST sub-system. |
||||||
additionalProperties |
True |
||||||
|
SDP configure 1.1 |
||||||
SDP configuration specification. |
|||||||
type |
object |
||||||
properties |
|||||||
|
type |
string |
|||||
|
type |
string |
|||||
|
type |
string |
|||||
|
type |
array |
|||||
items |
A scan configuration for SDP. Once AssignResources has been performed successfully, subsequent Configure commands can select from these scan types in order to coordinate SDP with other sub-systems participating in the observation - for instance to switch between targets, or perform special calibration scans. |
||||||
additionalProperties |
True |
||||||
|
TMC configuration specification. |
||||||
type |
object |
||||||
properties |
|||||||
|
Scan duration in seconds. Value must be >= 0.0 |
||||||
allOf |
type |
number |
|||||
additionalProperties |
True |
||||||
additionalProperties |
True |
||||||
Common_configuration_schema_3.2
Common section, containing the parameters and the sections belonging to all CSP subsystems. This section is forwarded to all sub-elements.
type |
object |
|
properties |
||
|
type |
string |
|
Execution block ID to associate scan configs to an observation. This ID is used for associating generated data, especially data products, for a given observation. Multiple scans can be linked to one observation and this ID is used as metadata to associate the data products from all scans of the same observation. This ID does not have to be unique for a scan configuration but should be unique for different observations. For example, all the data and weights files will have an EB_ID header value populated with the value supplied in this field. |
|
type |
string |
|
additionalProperties |
True |
|
LOWCBF_subarray_configurescan_0.2
Correlator and Beamformer specific parameters. This section contains the parameters relevant only for CBF sub-system. This section is forwarded only to CBF subelement.
type |
object |
||||
properties |
|||||
|
Subarray Stations and station beam input descriptions |
||||
|
PST beam outputs descriptions |
||||
|
PSS beam outputs descriptions |
||||
type |
string |
||||
|
Visibilities description 0.2 |
||||
Visibility output descriptions |
|||||
type |
object |
||||
properties |
|||||
|
FSP 0.2 |
||||
FSPs used for correlation |
|||||
type |
object |
||||
properties |
|||||
|
Firmware name |
||||
type |
string |
||||
|
List of IDs (integer) |
||||
type |
array |
||||
items |
type |
integer |
|||
additionalProperties |
True |
||||
|
SDP visibility destinations |
||||
type |
array |
||||
items |
|||||
additionalProperties |
True |
||||
|
placeholder zoom visibility output descriptions |
||||
type |
string |
||||
additionalProperties |
True |
||||
Subarray_stations_and_station_beams_0.2
Station and station beams parameters
type |
object |
||||
properties |
|||||
|
type |
array |
|||
items |
type |
array |
|||
items |
type |
integer |
|||
|
type |
array |
|||
items |
Subarray station beams 0.2 |
||||
type |
object |
||||
properties |
|||||
|
station beam id |
||||
type |
integer |
||||
|
list of station beam frequency ids |
||||
type |
array |
||||
items |
type |
integer |
|||
additionalProperties |
True |
||||
additionalProperties |
True |
||||
outer_0.2
PST Outer
type |
object |
|||
properties |
||||
|
inner |
|||
type |
array |
|||
items |
||||
|
FSP 0.2 |
|||
FSPs used by PST |
||||
type |
object |
|||
properties |
||||
|
Firmware name |
|||
type |
string |
|||
|
List of IDs (integer) |
|||
type |
array |
|||
items |
type |
integer |
||
additionalProperties |
True |
|||
additionalProperties |
True |
|||
PST_beams_description_0.2
type |
object |
||
properties |
|||
|
Station beam ID for pst beamforming |
||
type |
integer |
||
|
PST beam ID |
||
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 |
True |
||
Station_beams_to_correlate_0.2
type |
object |
|
properties |
||
|
Station Beam ID |
|
type |
integer |
|
|
milliseconds integration |
|
type |
integer |
|
additionalProperties |
True |
|
PST_configure_2.5
Main configuration for the CSP Pulsar timing sub-system
type |
object |
|||
properties |
||||
|
List of PST Beams IDs to configure |
|||
type |
array |
|||
items |
CSP configurescan pst beams 2.5 |
|||
Parameters to configure the PST sub-system |
||||
type |
object |
|||
properties |
||||
|
Configuration for a PST beam ID in low csp |
|||
type |
integer |
|||
|
PST specific scan configuration parameters. |
|||
default |
null |
|||
|
PST specific beam configuration parameters. Deprecated: As of version 2.3 this schema has no elements and is deprecated, and has been removed in version 3.0 of the schema. |
|||
default |
null |
|||
additionalProperties |
True |
|||
additionalProperties |
True |
|||
PST_scan_configuration_2.5
PST specific scan configuration parameters.
type |
object |
||||
properties |
|||||
|
Date and time when to start the PST reconfiguration. Deprecated: this field has been removed in version 3.0 of the PST schema. This field has never been used by PST and was always ignored. Units: UTC timestamp Keyword: ACTIVATION_TIME |
||||
type |
string |
||||
|
The number of bits per complex-values time sample in the CBF output data. Valid values are 16, 24, or 32. Deprecated: this field has been removed in version 3.0 of the PST schema. This can be inferred from the telescope and and frequency band. Keyword: NBIT |
||||
type |
integer |
||||
|
The number of polarizations in the CBF output data. Valid values are 1 or 2. Note: all SKA receivers produce two polarisation inputs, and the correlator produces products for both polarisations. The value of 1 was added to allow for future capability if the need arises. Deprecated: this field has been removed in version 3.0 of the PST schema. This can be inferred from the telescope and and frequency band. Keyword: NPOL |
||||
type |
integer |
||||
|
The number of time samples for each single polarization and the a single frequency in each UDP packet sent by CBF. Note: this must be an integer multiple of WT_NSAMP Deprecated: this field has been removed in version 3.0 of the PST schema. This can be inferred from the telescope and and frequency band. Range: 32 (Low), 4 (Mid) Keyword: UDP_NSAMP |
||||
type |
integer |
||||
|
The number of time samples described by as single relative weight. There is a unique relative weight for each frequency channel, and each relative weight describes both polarizations. Deprecated: this field has been removed in version 3.0 of the PST schema. This can be inferred from the telescope and and frequency band. Range: 32 (Low), 4 (Mid) Keyword: WT_NSAMP |
||||
type |
integer |
||||
|
The number of contiguous frequency channels in each UDP packet sent by CBF. Deprecated: this field has been removed in version 3.0 of the PST schema. This can be inferred from the telescope and and frequency band. Range: 24 (Low), 185 (Mid) Keyword: UDP_NCHAN |
||||
type |
integer |
||||
|
The total number of frequency channels into which the total critical bandwidth has been divided. This must be an integer multiple of udp_nchan Deprecated: this field has been removed in version 3.0 of the PST schema. This can be inferred from the telescope and and frequency band. It is also required to be a multiple of the udp_chan which is also now deprecated for the same reason. Range: 1 to 82944 Keyword: OBSNCHAN |
||||
type |
integer |
||||
|
Centre frequency of the total (critical) bandwidth spanned by the frequency channels. Units: Hz Range: 50e6 to 12800e6 Keyword: OBSFREQ |
||||
type |
number |
||||
|
Total (critical) bandwidth spanned by the channels of the observation. Low: 0.00361 to 300 MHz Mid: 0.053.76 to 2500 MHz Units: Hz Range: 3610 to 2.5e9 Keyword: OBSBW |
||||
type |
number |
||||
|
The PST processing mode used for the scan. The value VOLTAGE_RECORDER is added for AA0.5, while the other values will be needed in the future for data processing. Deprecated: this field has been renamed to
Keyword: OBSMODE |
||||
type |
string |
||||
|
The observer in charge of the observations. Keyword: OBSERVER |
||||
type |
string |
||||
|
The project that the observations are for. Keyword: PROJID |
||||
type |
string |
||||
|
The ID for the sub-array pointing. Deprecated: this field has been removed in version 3.0 of the PST schema. Keyword: PNT_ID |
||||
type |
string |
||||
default |
null |
||||
|
The name of the source. Keyword: SRC_NAME |
||||
type |
string |
||||
|
The International Terrestrial Reference Frame (ITRF) coordinates of the telescope delay centre. Deprecated: this field has been renamed to “delay_centre” in version 3.0 of the PST schema. Units: metres Keyword: ITRF |
||||
type |
array |
||||
items |
type |
number |
|||
|
The receiver name or ID. Keyword: FRONTEND |
||||
type |
string |
||||
|
The native polarization of feed. Deprecated: this field has been removed in version 3.0 of the PST schema. Range: LIN or CIRC Keyword: FD_POLN |
||||
type |
string |
||||
|
Code for sense of feed. For value of +1 for XYZ forming RH set with Z in the direction of propagation. Looking up into the feed of a prime-focus receiver or at the sky). For FD_HAND = +1, the rotation from A (or X) to B (or Y) is counter clockwise or in the direction of increasing Feed Angle (FA) or Position Angle (PA). For circular feeds, FD_HAND = +1 for IEEE LCP on the A (or X) probe. Deprecated: this field has been removed in version 3.0 of the PST schema. Range: -1 or +1 Keyword: FD_HAND |
||||
type |
integer |
||||
|
Feed angle of the E-vector for an equal in-phase response from the A(X) and B(Y) probes, measured in the direction of increasing feed angle or position angle (clockwise when looking down on a prime focus receiver). Deprecated: this field has been removed in version 3.0 of the PST schema. Units: degrees Range: -180 to 180. Keyword: FD_SANG |
||||
type |
number |
||||
|
The tracking mode for the feed:
Deprecated: this field has been removed in version 3.0 of the PST schema. Range: FA, CPA, SPA, or TPA Keyword: FD_MODE |
||||
type |
string |
||||
|
The requested angle of feed reference. For feed_mode = ‘FA’ this is respect to the telescope’s reference frame (feed_angle = 0), and for feed_mode = ‘CPA’ this is with respect to the celestial north (parallactic angle = 0) or with respect to the Galactic north for coordinate_mode = ‘GALACTIC’. Deprecated: this field has been removed in version 3.0 of the PST schema. Range: -180 to +180. Keyword: FA_REQ |
||||
type |
number |
||||
|
The oversampling ratio expressed as a fraction as an array of int, with the first value the numerator and the second is the denominator. (e.g. 8/7 is assigned as [8,7]). Deprecated: this field has been removed in version 3.0 of the PST schema. This can be inferred from the telescope and and frequency band. Range: 8/7 or 4/3 Keyword: OVERSAMP |
||||
type |
array |
||||
items |
type |
integer |
|||
|
The tied-array beam’s tracking co-ordinates. As of version 2.2 of the schema this only handles equatorial tracking which means uses RA/Dec J2000.0 coords but PST may support different tracking modes and coordinates the future. |
||||
|
The maximum length of the observation. Units: seconds Range: 30 - 43200 Keyword: SCANLEN_MAX |
||||
type |
number |
||||
|
The length of each output sub-integration. Units: seconds Range: 1 - 60 Keyword: OUTSUBINT |
||||
type |
number |
||||
|
An array of receptor IDs for the receptors included in the sub-array. Keyword: ANTENNA |
||||
type |
array |
||||
items |
type |
string |
|||
|
Weight for each receptor. Range: 0 - 1.0 Keyword: ANT_WEIGHTS |
||||
type |
array |
||||
items |
type |
number |
|||
|
The number of frequency ranges to be masked. Deprecated: this field has been removed in version 3.0
of the PST schema. This is will be inferred by length of
Range: 0 - 1024 Keyword: NMASK |
||||
type |
integer |
||||
default |
0 |
||||
|
A two-dimensional array of length of num_frequency_mask of known RFI frequency ranges to excise from the data. The array contains mask pairs of [f_min, f_max] pairs for known frequency ranges containing RFI not excised by the CBF. The overall dimension of this array is num_frequency_mask x 2. Units: Hz Keyword: FREQ_MASK |
||||
type |
array |
||||
default |
null |
||||
items |
allOf |
type |
array |
||
items |
type |
number |
|||
|
The destination address for the PST output data. Includes IPv4 Address, port number. Deprecated: this field has been removed in version 3.0 of the PST schema. |
||||
type |
array |
||||
default |
null |
||||
items |
anyOf |
type |
string |
||
type |
integer |
||||
|
Identifier for a test vector that will be present in the tied-array beam data stream beam CBF and PST. Deprecated: This field has never been used and has been removed in version 3.0 of the PST schema. Keyword: TEST_VECTOR |
||||
type |
string |
||||
default |
null |
||||
|
PST specific parameters for the ‘PULSAR_TIMING’ mode configuration. |
||||
default |
null |
||||
|
PST specific parameters for the ‘DETECTED_FILTERBANK’ mode configuration. |
||||
default |
null |
||||
|
PST specific parameters for the ‘FLOW_THROUGH’ mode configuration. |
||||
default |
null |
||||
|
The number of stages used to channelize the data: e.g. * for Low, there are 2 stages: 1 in LFAA and 1 in CBF * for Mid, there are 2 stages: 1 in FSP and 1 in PST BF. Deprecated: This field has been removed in version 3.0
of the PST schema. The information for this field and
Keyword: NSTAGE |
||||
type |
integer |
||||
|
List of configuration for each channelization stage. Deprecated: This field has been removed in version 3.0
of the PST schema. The information for this field and
|
||||
type |
array |
||||
items |
PST specific parameters for channelization stage configuration. Deprecated: This field has been deprecated and has been removed in version 3.0 of PST schema. |
||||
|
Identifier assigned by LMC/TMC used to identify the beam configuration. PST selects which PST server to use for this scan and timing beam, and provides a mapping from the timing beam identifier by the TMC to PST capability id. Keyword: BEAM |
||||
type |
string |
||||
default |
null |
||||
additionalProperties |
True |
||||
PST_RA_Dec_coordinates_2.5
PST specific parameters for RA/Dec tracking coordinates.
type |
object |
|
properties |
||
|
The coordinate epoch. This can be in Julian date or Modified Julian Date. Units: years Range: >= 2000 Keyword: EQUINOX |
|
type |
number |
|
default |
2000.0 |
|
|
The Right Accession (RA) of the coordinates used for tracking. Valid formats is ‘hh:mm:ss.sss’ or ‘ddd.ddd’ Keyword: STT_CTD1 |
|
type |
string |
|
|
The declination (Dec) of the coordinates used for tracking. Valid formats is ‘hh:mm:ss.sss’ or ‘ddd.ddd’ Keyword: STT_CTD2 |
|
type |
string |
|
additionalProperties |
True |
|
PST_PULSAR_TIMING_mode_configuration_2.5
PST specific parameters for the ‘PULSAR_TIMING’ mode configuration.
type |
object |
|
properties |
||
|
The dispersion measure for coherent/incoherent de-dispersion. Units: pccm^-3 Range: 0 - 100000 Keyword: DM |
|
type |
number |
|
|
The rotation measure for phase-coherent Faraday rotation correction. Units: radians per metre squared Keyword: RM |
|
type |
number |
|
default |
null |
|
|
The ephemeris of the pulsar being observed. Units: PSRCAT compatible ASCII string Keyword: EPHEMERIS |
|
type |
string |
|
|
Pulsar phase predictor generated from ephemeris. Units: TEMPO2 compatible ASCII string Keyword: PREDICTOR |
|
type |
string |
|
|
The number of output frequency channels. This must be between 1 and the number of observation channels. Keyword: OUTNCHAN |
|
type |
integer |
|
|
The number of output phase bins. Range: 64 - 2048 Keyword: OUTNBIN |
|
type |
integer |
|
|
The number of spectral kurtosis (SK) configurations to apply. Keyword: N_SK |
|
type |
integer |
|
|
List of spectral kurtosis configurations. |
|
type |
array |
|
items |
PST specific parameters for the spectral kurtosis (SK) for the ‘PULSAR_TIMING’ mode. |
|
|
The signal-to-noise ratio (SNR) of the on-pulse flux for the scan. May be used to prematurely end a scan when the integrated SNR reaches the target. A value of 0 indicates there is no limit. Keyword: TARGET_SNR |
|
type |
number |
|
additionalProperties |
True |
|
PST_spectral_kurtosis_configuration_2.5
PST specific parameters for the spectral kurtosis (SK) for the ‘PULSAR_TIMING’ mode.
type |
object |
||
properties |
|||
|
Frequency ranges for each spectral kurtosis (SK) configuration. Units: Hz Keyword: SK_RNG |
||
type |
array |
||
items |
type |
number |
|
|
The number of input time samples integrated into each spectral kurtosis (SK) statistic. Range: 64 - 1024 Keyword: SK_INTS |
||
type |
integer |
||
|
Spectral kurtosis excision limits (RFI threshold) in units of standard deviations. Range: 1 - 100 Keyword: SK_EXIS |
||
type |
number |
||
additionalProperties |
True |
||
PST_DETECTED_FILTERBANK_mode_configuration_2.5
PST specific parameters for the ‘DETECTED_FILTERBANK’ mode configuration.
type |
object |
|
properties |
||
|
The dispersion measure for coherent/incoherent de-dispersion. This is only required for pulsar timing and Detected Filterbank modes. Range: [0, 100000] Keyword: DM |
|
type |
number |
|
|
The rotation measure for phase-coherent Faraday rotation correction. Units: radians per metre squared Keyword: RM |
|
type |
number |
|
default |
null |
|
|
The number of output frequency channels. This must be between 1 and the number of observation channels. Keyword: OUTNCHAN |
|
type |
integer |
|
|
The Stokes parameters to output when in Detected Filterbank mode. Range: string with a combination of I, Q, U, and V. Keyword: STOKES_FB |
|
type |
string |
|
|
The number of bits per output sample. Range: 1, 2, 4, 8, 16 or 32 Keyword: NBIT_OUT |
|
type |
integer |
|
|
The number of input samples per output time sample when in Detected Filterbank mode. Keyword: TDEC_FB |
|
type |
integer |
|
|
The number of input frequency channels incoherently added to each output frequency channel in Detected Filterbank. This is required in addition to output_frequency_channels because some frequency channels may be merged coherently to increase temporal resolution. Keyword: FDEC_FB |
|
type |
integer |
|
|
The number of spectral kurtosis (SK) configurations to apply. Keyword: N_SK |
|
type |
integer |
|
default |
null |
|
|
List of spectral kurtosis configurations. |
|
type |
array |
|
default |
null |
|
items |
PST specific parameters for the spectral kurtosis (SK) for the ‘PULSAR_TIMING’ mode. |
|
|
Scale factor to govern the dynamic range for fixed precision output to be applied during re-quantisation. Keyword: DIGITIZER_SCALE |
|
type |
number |
|
|
Length of data to be used when determining the scaling factors used for fixed precision output during re-quantisation. Units: seconds Keyword: DIGITIZER_LENGTH |
|
type |
number |
|
additionalProperties |
True |
|
PST_FLOW_THROUGH_mode_configuration_2.5
PST specific parameters for the ‘FLOW_THROUGH’ mode configuration.
type |
object |
|||
properties |
||||
|
The number of bits per output sample. Range: 1, 2, 4, 8, 16 or 32 Keyword: NBIT_OUT |
|||
type |
integer |
|||
|
The indices of the first and last (inclusive) frequency channels that define the single contiguous range of frequency channels to be recorded. Keyword: CHAN_FT |
|||
allOf |
type |
array |
||
items |
type |
integer |
||
|
Scale factor applied during re-quantisation that modifies the dynamic range of the fixed precision output. By default, for 2, 4, and 8 bits per sample, data will be scaled to minimize scattered power by adopting the Optimum Input Threshold Spacing for a Uniform Digitizer defined in Table 3 of Jenet & Anderson (1998; PASP 110:1467). For more than 8 bits per sample, the values from Table 3 of Jenet & Anderson (1998) are extrapolated to num_bits_out-2, such that 2 bits are retained as additional headroom for RFI. For all num_bits_out, the standard deviation is that of either the real or imaginary part of each complex-valued sample. The default scale factor is computed such that, after multiplication by this scale factor, the data would satisfy the conditions described above. This default scale factor is multiplied by requantisation_scale. Therefore, a requantisation_scale value greater than 1 increases the value of the floating point data before it is cast to a fixed precision value, thereby reducing the overhead available to represent RFI and increasing the probability of clipping. Keyword: DIGITIZER_SCALE |
|||
type |
number |
|||
|
The polarizations to be recorded. Valid values: A, B, or Both Keyword: POLN_FT |
|||
type |
string |
|||
|
Time interval spanned by data used at the start of a scan to determine the scale factors applied before re-quantisation. Units: seconds Keyword: DIGITIZER_INIT_TIME |
|||
type |
number |
|||
additionalProperties |
True |
|||
PST_channelization_stage_configuration_2.5
PST specific parameters for channelization stage configuration.
Deprecated: This field has been deprecated and has been removed in version 3.0 of PST schema.
type |
object |
||
properties |
|||
|
Total number of taps in the prototype filter (i.e. over all arms) used in the stage. Deprecated: This field has been deprecated and has been
removed in version 3.0 of PST schema. This field can also be
inferred from the length of the Keyword: NSTAP_k |
||
type |
integer |
||
|
An array of filter coefficients that define the (time domain) response function of the prototype filter used in the stage. Length of this is num_filter_taps. Deprecated: This field has been deprecated and has been removed in version 3.0 of PST schema. Keyword: COEFF_k |
||
type |
array |
||
items |
type |
number |
|
|
The number of frequency channels output by each polyphase filter bank (PFB) for this stage. Deprecated: This field has been deprecated and has been removed in version 3.0 of PST schema. This field can be determined by which telescope and frequency band. Keyword: NCHAN_PFB_k |
||
type |
integer |
||
|
The oversampling ratio expressed as a fraction as an array of int, with the first value the numerator and the second is the denominator. (e.g. 8/7 is assigned as [8,7]). Deprecated: This field has been deprecated and has been removed in version 3.0 of PST schema. This field can be determined by which telescope and frequency band. Keyword: OVERSAMP_k |
||
type |
array |
||
items |
type |
integer |
|
additionalProperties |
True |
||
PST_beam_configuration_2.5
PST specific beam configuration parameters.
Deprecated: As of version 2.3 this schema has no elements and is deprecated, and has been removed in version 3.0 of the schema.
type |
object |
properties |
|
additionalProperties |
True |
Scan_type_1.1
A scan configuration for SDP. Once AssignResources has been performed successfully, subsequent Configure commands can select from these scan types in order to coordinate SDP with other sub-systems participating in the observation - for instance to switch between targets, or perform special calibration scans.
type |
object |
|
properties |
||
|
type |
string |
|
Specification of the reference frame or system for a set of pointing coordinates (see ADR-49) |
|
type |
string |
|
default |
null |
|
|
Right Ascension in degrees (see ADR-49) |
|
type |
string |
|
default |
null |
|
|
Declination in degrees (see ADR-49) |
|
type |
string |
|
default |
null |
|
|
type |
array |
default |
null |
|
items |
Informs SDP ingest about the expected channel configuration, especially which frequencies are expected to be mapped to which channel ID. Note that channel IDs are not guaranteed to be continuous, so this might involve gaps and/or strides. |
|
additionalProperties |
True |
|
Scan_channels_1.1
Informs SDP ingest about the expected channel configuration, especially which frequencies are expected to be mapped to which channel ID. Note that channel IDs are not guaranteed to be continuous, so this might involve gaps and/or strides.
type |
object |
|
properties |
||
|
Number of channels |
|
type |
integer |
|
|
First channel ID |
|
type |
integer |
|
|
Distance between subsequent channel IDs |
|
type |
integer |
|
default |
null |
|
|
Lower bound of first channel |
|
type |
number |
|
|
Upper bound of last channel |
|
type |
number |
|
|
Channel map that specifies which network link is going to get used to send channels to SDP. Intended to allow SDP to optimise network and receive node configuration. |
|
type |
array |
|
default |
null |
|
items |
||
additionalProperties |
True |
|