Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Seitosh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Seitosh
Seitosh
Commits
735775bb
Commit
735775bb
authored
Jul 12, 2016
by
thomas.forbriger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libdatrwxx [TASK]: add mseed usage information
add text regarding "usec" consitency check
parent
952b3ab2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/libs/libdatrwxx/mseed/imseedstream_help.cc
src/libs/libdatrwxx/mseed/imseedstream_help.cc
+7
-1
No files found.
src/libs/libdatrwxx/mseed/imseedstream_help.cc
View file @
735775bb
...
...
@@ -28,11 +28,12 @@
*
* REVISIONS and CHANGES
* - 05/07/2016 V1.0 Thomas Forbriger
* - 12/07/2016 V1.1 thof: new consistency check ID "usec"
*
* ============================================================================
*/
#define DATRW_IMSEEDSTREAM_HELP_CC_VERSION \
"DATRW_IMSEEDSTREAM_HELP_CC V1.
0
"
"DATRW_IMSEEDSTREAM_HELP_CC V1.
1
"
#include <datrwxx/mseed.h>
#include <datrwxx/formatmodifier.h>
...
...
@@ -154,6 +155,11 @@ namespace datrw {
mh
<<
"is compared against the value of the reverse
\n
"
;
mh
<<
"integration constant as provided in the first data
\n
"
;
mh
<<
"frame of the record. Both must be identical.
\n
"
;
mh
(
key
::
usec
)
<<
"The SEED Reference Manual (Version 2.4, August, 2012, page 124)
\n
"
;
mh
<<
"specifies the usec field in [1001] Data Extension Blockette:
\n
"
;
mh
<<
"The recommended value is from -50 to +49 usecs. At the users
\n
"
;
mh
<<
"option, this value may be from 0 to +99 usecs.
\n
"
;
mh
(
key
::
all
)
<<
"Select all consistency checks
\n
"
;
os
<<
"Consistency checks will be selected upon a substring match
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment