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

Complex Type: AutoDataChannelAverage

[Table of contents]

Super-types:CorrelationModeDataConstraint < AutoDataAbstract (by extension) < AutoDataChannelAverage (by extension)
Sub-types:None
NameAutoDataChannelAverage
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="AUTO_ONLY [0..1]"

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

Start Sequence [1..*]

End Sequence

<baseband

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

Start Sequence [1..32]

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

</baseband>
<autoData> ... </autoData> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="AutoDataChannelAverage">
<xs:complexContent>
<xs:extension base="AutoDataAbstract">
<xs:sequence>
<xs:group ref="metaData"/>
<xs:element ref="autoData"/>
</xs:sequence>
<xs:attribute name="resolution" type="SpectralResolution" fixed="CHANNEL_AVERAGE"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>