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

Complex Type: CrossAndAutoDataChannelAverage

[Table of contents]

Super-types:CorrelationModeDataConstraint < CrossAndAutoDataAbstract (by extension) < CrossAndAutoDataChannelAverage (by extension)
Sub-types:None
NameCrossAndAutoDataChannelAverage
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
<...

apc="AtmPhaseCorrections [1]"

mode="CROSS_AND_AUTO [0..1]"

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

Start Sequence [1..*]

End Sequence

<baseband

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

Start Sequence [1..32]

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

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