ILP-1118 Updated spec after implementing updated results reporting.
Showing
1 changed file
with
11 additions
and
1 deletions
... | @@ -86,7 +86,7 @@ | ... | @@ -86,7 +86,7 @@ |
86 | <comment>Date and time the test specification was modified.</comment> | 86 | <comment>Date and time the test specification was modified.</comment> |
87 | </elem> | 87 | </elem> |
88 | 88 | ||
89 | <elem name="extendedResults" multiplicity=[1] type="bool" default="false"> | 89 | <elem name="extendedResults" multiplicity="0..1" type="bool"> |
90 | <comment> | 90 | <comment> |
91 | Specifies whether to provide extended test result records with state and velocity fields. By | 91 | Specifies whether to provide extended test result records with state and velocity fields. By |
92 | default, this is false. This is typically used with GNSS data analysis, indoor analysis will rarely use | 92 | default, this is false. This is typically used with GNSS data analysis, indoor analysis will rarely use |
... | @@ -94,6 +94,16 @@ | ... | @@ -94,6 +94,16 @@ |
94 | </comment> | 94 | </comment> |
95 | </elem> | 95 | </elem> |
96 | 96 | ||
97 | <elem name="cutoff" multiplicity="0..1" type="int32" > | ||
98 | <comment> | ||
99 | Specifies the cutoff in number of standard deviations from the mean error. The default | ||
100 | is 1000, which means any results more than 1000 standard deviations from the mean are | ||
101 | are outliers and not considered in calculation of the summary statistics. This will include | ||
102 | all data in most well formed cases. Values of 5 are typical when using cutoff. | ||
103 | to include even the worst data. | ||
104 | </comment> | ||
105 | </elem> | ||
106 | |||
97 | <elem name="contact" multiplicity ="0..1" type="GeoSpatial.ContactInfo" > | 107 | <elem name="contact" multiplicity ="0..1" type="GeoSpatial.ContactInfo" > |
98 | <comment>Optional contact information.</comment> | 108 | <comment>Optional contact information.</comment> |
99 | </elem> | 109 | </elem> | ... | ... |
-
Please register or sign in to post a comment