Schema for the XML headers of the SDM Binary Data Format (vers. 0.94)

Complex Type: DataDescriptionCrossOnly

[Table of contents]

Super-types:SpectralWindow < DataDescriptionCrossOnly (by extension)
Sub-types:
NameDataDescriptionCrossOnly
Abstractno
Documentation Spectro-polarization description for the cross-correlated data. Note that the visibilities (case when correlationMode = CROSS-ONLY or CROSS_AND_AUTO) are represented with a scale factor, 2.04 SQRT(BW*duration)
XML Instance Representation
<...

numSpectralPoint="[1]"

numBin="[1]"

crossPolProducts="[1]"

scaleFactor="[1]"/>
Diagram
Schema Component Representation
<xs:complexType name="DataDescriptionCrossOnly">
<xs:complexContent>
<xs:extension base="SpectralWindow">
<xs:attribute ref="crossPolProducts" use="required"/>
<xs:attribute ref="scaleFactor" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>