Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xid
/
specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d90e1b9a
authored
2019-01-03 22:11:16 -0800
by
Mike Mathews
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ILP-1118 Updated spec after implementing updated results reporting.
1 parent
566cebe6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
ILP/V1.2/IlpAnalysisApi.xid.xml
ILP/V1.2/IlpAnalysisApi.xid.xml
View file @
d90e1b9
...
...
@@ -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>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment