[evla-sw-discuss] Keeping track of spectral windows at the EVLA: SDM vs. BDF

Vrcic, Sonja Sonja.Vrcic at nrc-cnrc.gc.ca
Wed Feb 17 19:06:47 EST 2010


VCI schema (VciRequest.xsd) has been updated. 
Added attributes baseband at swbbName and subband at sbIndex. 
New version of the file vciRequest.xsd has been submitted in SVN. 
Directory:  widar/schema/vci/
Hope that format is acceptable. If not, let me know. 
Sonja 

P.S. For those who do not use svn, the file is attached.

Here are the updated elements:

	<xs:element name="baseBand">
		<xs:annotation>
			<xs:documentation> 
		
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="widar:subBand" minOccurs="0" maxOccurs="18"/>
				<xs:element ref="widar:pulsarGating" minOccurs="0"/>
				<xs:element ref="widar:wideBandCorrelator" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute name="bbA" type="widar:BBIDtype" use="required"/>
			<xs:attribute name="bbB" type="widar:BBIDtype" use="optional"/>
			<xs:attribute name="swbbName" type="widar:SwBbType" use="required"/>
			<xs:attribute name="name" type="xs:string" use="optional"/>
			<xs:attribute name="bw" type="widar:BaseBandBwType" use="required"/>
			<xs:attribute name="inQuant" type="widar:BitsForInitialQuantizationType" use="required"/>
			<xs:attribute name="singlePhaseCenter" type="widar:YesNoType" use="optional" default="yes"/>
			<xs:attribute name="delayModelsValid" type="xs:int" use="optional" default="1"/>
			<xs:attribute name="sid" type="widar:StationIdType" use="optional"/>
		</xs:complexType>
	</xs:element>
	
	
	<xs:simpleType name="SwBbType">
		<xs:restriction base="xs:string">
			<xs:enumeration value="A1C1-3BIT"/>
			<xs:enumeration value="A2C2-3BIT"/>
			<xs:enumeration value="AC-8BIT"/>
			<xs:enumeration value="B1D1-3BIT "/>
			<xs:enumeration value="B2D2-3BIT"/>
			<xs:enumeration value="BD-8BIT"/>
		</xs:restriction>
	</xs:simpleType>
	 
	 
	<xs:element name="subBand">
		<xs:annotation>
			<xs:documentation>
			Subband configuration specifies filter configuration and requirements for output products. 
			Station ID and Baseband ID specified here override IDs specified in higher-level elements. 
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="widar:polProducts" minOccurs="0"/>
				<xs:element ref="widar:autoCorrMode" minOccurs="0"/>
				<xs:element ref="widar:pulsarBinning" minOccurs="0"/>
				<xs:element ref="widar:burstMode" minOccurs="0"/>
				<xs:element ref="widar:phasedArray" minOccurs="0"/>
				<xs:element ref="widar:radarMode" minOccurs="0"/>
				<xs:element ref="widar:toneExtraction" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute name="sbid" type="widar:SBIDtype" use="required"/>
			<xs:attribute name="swIndex" type="xs:int" use="required"/>
			<xs:attribute name="name" type="xs:string" use="optional"/>
			<xs:attribute name="bw" type="widar:SbBwType" use="required"/>
			<xs:attribute name="centralFreq" type="xs:int" use="required"/>
			<xs:attribute name="rqNumBits" type="widar:BitsForReQuantizationType" use="required"/>
			<xs:attribute name="pulsarGatingPhase" type="xs:int" use="optional" default="0"/>
			<xs:attribute name="useMixer" type="widar:YesNoType" use="optional" default="no"/>
			<xs:attribute name="mixerPhaseErrorCorr" type="widar:YesNoType" use="optional" default="no"/>
			<xs:attribute name="signalToNoise" type="widar:SignalToNoiseType" use="optional" default="0"/>
		</xs:complexType>
	</xs:element>
 





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listmgr.nrao.edu/pipermail/evla-sw-discuss/attachments/20100217/e7b64f75/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vciRequest.xsd
Type: application/octet-stream
Size: 30146 bytes
Desc: vciRequest.xsd
URL: <http://listmgr.nrao.edu/pipermail/evla-sw-discuss/attachments/20100217/e7b64f75/attachment.obj>


More information about the evla-sw-discuss mailing list