Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

x2sys_report.rst 3.6 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
  1. .. index:: ! x2sys_report
  2. .. include:: ../module_supplements_purpose.rst_
  3. **************
  4. x2sys_report
  5. **************
  6. |x2sys_report_purpose|
  7. Synopsis
  8. --------
  9. .. include:: ../../common_SYN_OPTs.rst_
  10. **gmt x2sys_report** |-C|\ *column* |-T|\ *TAG* [ *coedbase.txt* ]
  11. [ |-A| ]
  12. [ |-I|\ [*list*] ]
  13. [ |-L|\ [*corrtable*] ]
  14. [ |-N|\ *nx_min* ]
  15. [ |-Q|\ **e**\|\ **i** ]
  16. [ [ |SYN_OPT-R| ]
  17. [ |-S|\ *track* ]
  18. [ |SYN_OPT-V| ]
  19. [ |SYN_OPT--| ]
  20. |No-spaces|
  21. Description
  22. -----------
  23. **x2sys_report** will read the input crossover ASCII data base
  24. *coedbase.txt* (or *stdin*) and report on the statistics of crossovers
  25. (*n*, *mean*, *stdev*, *rms*, *weight*) for each track. Options are
  26. available to let you exclude tracks and limit the output.
  27. Required Arguments
  28. ------------------
  29. *coedbase.txt*
  30. The name of the input ASCII crossover error data base as produced by
  31. :doc:`x2sys_cross`. If not given we read standard input instead.
  32. .. _-C:
  33. **-C**\ *column*
  34. Specify which data column you want to process. Crossovers related to
  35. this column name must be present in the crossover data base.
  36. .. include:: explain_tag.rst_
  37. Optional Arguments
  38. ------------------
  39. .. _-A:
  40. **-A**
  41. Eliminate COEs by distributing the COE between the two tracks in
  42. proportion to track weight and producing (dist, adjustment) spline
  43. knots files for each track (for the selected *column*). Such
  44. adjustments may be used by :doc:`x2sys_datalist`. The adjustment files
  45. are called *track.column*.adj and are placed in the
  46. **$X2SYS_HOME**/*TAG* directory. For background information on how
  47. these adjustments are designed, see *Mittal* [1984].
  48. .. _-I:
  49. **-I**\ [*list*]
  50. Name of ASCII file with a list of track names (one per record) that
  51. should be excluded from consideration [Default includes all tracks].
  52. .. _-L:
  53. **-L**\ [*corrtable*]
  54. Apply optimal corrections to the chosen observable. Append the
  55. correction table to use [Default uses the correction table
  56. *TAG*\ \_corrections.txt which is expected to reside in the
  57. **$X2SYS_HOME**/*TAG* directory]. For the format of this file, see
  58. :doc:`x2sys_solve`.
  59. .. _-N:
  60. **-N**\ *nx_min*
  61. Only report data from tracks involved in at least *nx_min* crossovers [all tracks].
  62. .. _-Q:
  63. **-Qe**\|\ **i**
  64. Append **e** for external crossovers or **i** for internal
  65. crossovers only [Default is external].
  66. .. _-R:
  67. .. |Add_-Rgeo| replace:: For Cartesian
  68. data just give *xmin/xmax/ymin/ymax*. This option bases the
  69. statistics on those COE that fall inside the specified domain.
  70. .. include:: ../../explain_-Rgeo.rst_
  71. .. _-S:
  72. **-S**\ *track*
  73. Name of a single track. If given we restrict output to those
  74. crossovers involving this track [Default output is crossovers
  75. involving any track pair].
  76. .. _-V:
  77. .. |Add_-V| unicode:: 0x20 .. just an invisible code
  78. .. include:: ../../explain_-V.rst_
  79. .. include:: ../../explain_help.rst_
  80. Examples
  81. --------
  82. To report statistics of all the external magnetic crossovers associated
  83. with the tag MGD77 from the file COE_data.txt, restricted to occupy a
  84. certain region in the south Pacific, try
  85. ::
  86. gmt x2sys_report COE_data.txt -V -TMGD77 -R180/240/-60/-30 -Cmag > mag_report.txt
  87. To report on the faa crossovers globally that involves track 12345678, try
  88. ::
  89. gmt x2sys_report COE_data.txt -V -TMGD77 -Cfaa -S2345678 > faa_report.txt
  90. References
  91. ----------
  92. Mittal, P. K. (1984), Algorithm for error adjustment of potential field
  93. data along a survey network, *Geophysics*, **49**\ (4), 467-469.
  94. See Also
  95. --------
  96. :doc:`x2sys_binlist`
  97. :doc:`x2sys_cross`
  98. :doc:`x2sys_datalist`
  99. :doc:`x2sys_get`
  100. :doc:`x2sys_init`
  101. :doc:`x2sys_list`
  102. :doc:`x2sys_put`
  103. :doc:`x2sys_solve`
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...