NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/q2o/sos_adcp/trunk/sos_adcp/Vel_QC_Chain.xml

Revision 394 (checked in by haines, 13 years ago)

initial import of sos_adcp

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <sml:SensorML xmlns:sml="http://www.opengis.net/sensorML/1.0.1"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xmlns:swe="http://www.opengis.net/swe/1.0.1" xmlns:gml="http://www.opengis.net/gml"
5     xmlns:xlink="http://www.w3.org/1999/xlink"
6     xsi:schemaLocation="http://www.opengis.net/sensorML/1.0.1 http://schemas.opengis.net/sensorML/1.0.1/sensorML.xsd"
7     version="1.0.1">
8     <sml:member xlink:href="">
9         <sml:ProcessChain gml:id="Vel_QC_Chain">
10             <gml:description>Process Chain for ADCP data</gml:description>
11             <gml:name>Velocity QC Chain</gml:name>
12             <sml:inputs>
13                 <sml:InputList>
14                     <sml:input name="velocityTimeSeries">
15                         <swe:DataArray>
16                             <swe:elementCount>
17                                 <swe:Count/>
18                             </swe:elementCount>
19                             <swe:elementType name="Velocity">
20                                 <swe:Quantity definition="urn:ogc:property:OGC:velocity">
21                                     <swe:uom code="cm/s"></swe:uom>
22                                 </swe:Quantity>
23                             </swe:elementType>
24                         </swe:DataArray>
25                     </sml:input>
26                 </sml:InputList>
27             </sml:inputs>
28             <sml:outputs>
29                 <sml:OutputList>
30                     <sml:output name="velocityTimeSeries">
31                         <swe:DataArray>
32                             <swe:elementCount>
33                                 <swe:Count/>
34                             </swe:elementCount>
35                             <swe:elementType name="Velocity">
36                                 <swe:Quantity definition="urn:ogc:property:OGC:velocity">
37                                     <swe:uom code="cm/s"></swe:uom>
38                                 </swe:Quantity>
39                             </swe:elementType>
40                         </swe:DataArray>
41                     </sml:output>
42                     <sml:output name="topBinHeight">
43                             <swe:Quantity definition="urn:MVCO:property:topBinHeight">
44                                 <swe:uom code="cm"/>
45                             </swe:Quantity>
46                     </sml:output>
47                     <sml:output name="aggregateVelocityFlag">
48                         <swe:Boolean definition="urn:Q2O:property:flag:aggregateVelocityFlag"/>
49                     </sml:output>
50                 </sml:OutputList>
51             </sml:outputs>
52             <sml:parameters>
53                 <sml:ParameterList>
54                     <sml:parameter name="SignalStrengthThreshold">
55                         <swe:Quantity/>
56                     </sml:parameter>
57                     <sml:parameter name="CorrelationCoeffecientFlag">
58                         <swe:Quantity/>
59                     </sml:parameter>
60                     <sml:parameter name="NumIterations">
61                         <swe:Count/>
62                     </sml:parameter>
63                     <sml:parameter name="NumStandardDeviations">
64                         <swe:Quantity/>
65                     </sml:parameter>
66                     <sml:parameter name="PercentPassedThreshold">
67                         <swe:Quantity/>
68                     </sml:parameter>
69                 </sml:ParameterList>
70             </sml:parameters>
71             <sml:components>
72                 <sml:ComponentList>
73                     <sml:component name="BeamIntensityCheck" xlink:href="urn:MVCO:property:BeamIntensity"/>
74                     <sml:component name="CorrelationCoefficientCheck" xlink:href="urn:MVCO:property:CorrelationCoefficient"/>
75                     <sml:component name="SpikeTest" xlink:href="urn:__:Q2O:spikeTest"/>
76                 </sml:ComponentList>
77             </sml:components>
78             <sml:connections>
79                 <sml:ConnectionList>
80                     <sml:connection>
81                         <sml:Link>
82                             <sml:source ref="this/inputs/velocityTimeSeries"/>
83                             <sml:destination ref="BeamIntensityCheck/inputs/inputArray"/>
84                         </sml:Link>
85                     </sml:connection>
86                     <sml:connection>
87                         <sml:Link>
88                             <sml:source ref="BeamIntensityCheck/outputes/outputArray"/>
89                             <sml:destination ref="CorrelationCoefficientCheck/inputs/inputArray"/>
90                         </sml:Link>
91                     </sml:connection>
92                     <sml:connection>
93                         <sml:Link>
94                             <sml:source ref="CorrelationCoefficientCheck/outputs/outputArray"/>
95                             <sml:destination ref="SpikeTest/inputs/inputArray"/>
96                         </sml:Link>
97                     </sml:connection>
98                     <sml:connection>
99                         <sml:Link>
100                             <sml:source ref="SpikeTest/outputs/outputArray"/>
101                             <sml:destination ref="this/outputs/velocityTimeSeries"/>
102                         </sml:Link>
103                     </sml:connection>
104                 </sml:ConnectionList>
105             </sml:connections>
106         </sml:ProcessChain>
107     </sml:member>
108 </sml:SensorML>
Note: See TracBrowser for help on using the browser.