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

segy_common.rst_ 4.2 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
  1. |No-spaces|
  2. Description
  3. -----------
  4. Reads a native (IEEE) format SEGY file and produces a
  5. plot of the seismic data. The *imagemask* operator is used
  6. so that the seismic data are plotted as a 1-bit deep bitmap in a single
  7. (user-specified) color or gray shade, with a transparent background. The
  8. bitmap resolution is taken from the current GMT defaults. The
  9. seismic traces may be plotted at their true locations using information
  10. in the trace headers (in which case order of the traces in the file is
  11. not significant). Standard GMT geometry routines are used so that in
  12. principle any map projection may be used, however it is likely that the
  13. geographic projections will lead to unexpected results. Beware also that
  14. some parameters have non-standard meanings.
  15. Note that the order of operations before the seismic data are plotted is
  16. deviation\*[clip]([bias]+[normalize](sample value)). Deviation
  17. determines how far *in the plot coordinates* a
  18. [normalized][biased][clipped] sample value of 1 plots from the trace
  19. location.
  20. The SEGY file should be a disk image of the tape format (i.e., 3200 byte
  21. text header, which is ignored, 400 byte binary reel header, and 240 byte
  22. header for each trace) with samples as native real\*4 (IEEE real on all
  23. the platforms to which I have access).
  24. Required Arguments
  25. ------------------
  26. *SEGYfile*
  27. Seismic SEGY data set to be imaged.
  28. .. _-J:
  29. .. |Add_-J| unicode:: 0x20 .. just an invisible code
  30. .. include:: ../../explain_-J.rst_
  31. .. _-R:
  32. .. |Add_-Rgeo| unicode:: 0x20 .. just an invisible code
  33. .. include:: ../../explain_-Rgeo.rst_
  34. .. _-D:
  35. **-D**\ *deviation*
  36. gives the deviation in X units of the plot for 1.0 on the scaled
  37. trace.
  38. .. _-F:
  39. **-F**\ [*color*]
  40. Fill trace (variable area, defaults to filling positive). Specify
  41. the *color* with which the imagemask is filled.
  42. .. _-W:
  43. **-W**
  44. Draw wiggle trace.
  45. You *must* specify at least one of **-W** and **-F**.
  46. Optional Arguments
  47. ------------------
  48. .. _-A:
  49. **-A**
  50. Flip the default byte-swap state (default assumes data have a
  51. bigendian byte-order).
  52. .. _-C:
  53. **-C**\ *clip*
  54. Sample value at which to clip data (clipping is applied to both
  55. positive and negative values).
  56. .. _-E:
  57. **-E**\ *error*
  58. Allow *error* difference between requested and actual trace
  59. locations when using **-T** option.
  60. .. _-I:
  61. **-I**
  62. Fill negative rather than positive excursions.
  63. .. _-L:
  64. **-L**
  65. Override number of samples per trace in reel header (program
  66. attempts to determine number of samples from each trace header if
  67. possible to allow for variable length traces).
  68. .. _-M:
  69. **-M**
  70. Override number of traces specified in reel header. Program detects
  71. end of file (relatively) gracefully, but this parameter limits
  72. number of traces that the program attempts to read.
  73. .. _-N:
  74. **-N**
  75. Normalize trace by dividing by rms amplitude over full trace length.
  76. .. _-Q:
  77. **-Q**\ *<mode><value>*
  78. Can be used to change 5 different settings depending on *mode*:
  79. **-Qb**\ *bias* to bias scaled traces (-Qb-0.1 subtracts 0.1 from values).
  80. **-Qi**\ *dpi* sets the dots-per-inch resolution of the image [300].
  81. **-Qu**\ *redvel* to apply reduction velocity (negative value removes reduction already present).
  82. **-Qx**\ *mult* to multiply trace locations by *mult*.
  83. **-Qy**\ *dy* to override sample interval in SEGY reel header.
  84. .. _-S:
  85. **-S**\ *header*
  86. Read trace locations from trace headers: header is either **c** for CDP,
  87. **o** for offset, or **b**\ *num* to read a long starting at byte *num* in the
  88. header (first byte corresponds to *num* = 0). Default has location given
  89. by trace number.
  90. .. _-T:
  91. **-T**\ *filename*
  92. Plot only traces whose location corresponds to a list given in
  93. *filename*. Order in which traces are listed is not significant -
  94. the entire space is checked for each trace.
  95. .. _-U:
  96. .. include:: ../../explain_-U.rst_
  97. .. _-V:
  98. .. |Add_-V| unicode:: 0x20 .. just an invisible code
  99. .. include:: ../../explain_-V.rst_
  100. .. _-X:
  101. .. include:: ../../explain_-XY.rst_
  102. .. _-Z:
  103. **-Z**
  104. Do not plot traces with zero rms amplitude.
  105. .. |Add_perspective| unicode:: 0x20 .. just an invisible code
  106. .. include:: ../../explain_perspective.rst_
  107. .. include:: ../../explain_-t.rst_
  108. .. include:: ../../explain_help.rst_
Tip!

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

Comments

Loading...