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

Complex Type: CrossDataChannelAverage

[Table of contents]

Super-types:CorrelationModeDataConstraint < CrossDataAbstract (by extension) < CrossDataChannelAverage (by extension)
Sub-types:None
NameCrossDataChannelAverage
Abstractno
DocumentationUsing this type implies having no zeroLags auxiliary data being stored. For ALMA this type is used for the sub-integrations.
XML Instance Representation
<...

mode="CROSS_ONLY [0..1]"

apc="AtmPhaseCorrections [1]"

resolution="CHANNEL_AVERAGE [0..1]">

Start Sequence [1..*]

End Sequence

<baseband

ref="BasebandName [0..1]"> [1..4]

Start Sequence [1..32]

<spectralWindow> DataDescriptionCrossOnly </spectralWindow> [1]
End Sequence

</baseband>
<crossData> ... </crossData> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="CrossDataChannelAverage">
<xs:complexContent>
<xs:extension base="CrossDataAbstract">
<xs:attribute name="resolution" type="SpectralResolution" fixed="CHANNEL_AVERAGE"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>