d90e1b9a by Mike Mathews

ILP-1118 Updated spec after implementing updated results reporting.

1 parent 566cebe6
......@@ -86,7 +86,7 @@
<comment>Date and time the test specification was modified.</comment>
</elem>
<elem name="extendedResults" multiplicity=[1] type="bool" default="false">
<elem name="extendedResults" multiplicity="0..1" type="bool">
<comment>
Specifies whether to provide extended test result records with state and velocity fields. By
default, this is false. This is typically used with GNSS data analysis, indoor analysis will rarely use
......@@ -94,6 +94,16 @@
</comment>
</elem>
<elem name="cutoff" multiplicity="0..1" type="int32" >
<comment>
Specifies the cutoff in number of standard deviations from the mean error. The default
is 1000, which means any results more than 1000 standard deviations from the mean are
are outliers and not considered in calculation of the summary statistics. This will include
all data in most well formed cases. Values of 5 are typical when using cutoff.
to include even the worst data.
</comment>
</elem>
<elem name="contact" multiplicity ="0..1" type="GeoSpatial.ContactInfo" >
<comment>Optional contact information.</comment>
</elem>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!