-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlog_scale_options.log.yaml
More file actions
143 lines (143 loc) · 3.89 KB
/
Copy pathlog_scale_options.log.yaml
File metadata and controls
143 lines (143 loc) · 3.89 KB
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
template:
path: ../templates/wireline_base.template.yaml
version: 1
name: Scale Options Showcase
render:
output_path: ../workspace/renders/log_scale_options.pdf
dpi: 300
continuous_strip_page_height_mm: 297
document:
layout:
heading:
enabled: true
remarks:
- title: Public Data and IP Notice
lines:
- This example uses publicly available or repository-provided demonstration data intended for educational use.
- Rendered layouts are independent reproductions generated by wellplot, not vendor-authored originals or official service-company deliverables.
- Original trademarks and service names remain the property of their respective owners.
- Confirm data provenance and redistribution rights before reusing outputs outside this repository.
alignment: left
log_sections:
- id: main
title: Scale Comparison
subtitle: linear vs logarithmic vs tangential
data:
source_path: ../workspace/data/CBL_Main_REV1.las
source_format: las
tracks:
- id: depth
title: Depth
kind: reference
width_mm: 16
position: 1
reference:
axis: depth
define_layout: true
unit: m
scale_ratio: 200
major_step: 50
secondary_grid:
display: true
line_count: 5
- id: linear_0_100
title: CBL 0-100
kind: normal
width_mm: 28
position: 2
grid:
vertical:
main:
scale: linear
line_count: 4
spacing_mode: count
secondary:
scale: linear
line_count: 4
spacing_mode: count
- id: log_2_200
title: TT 2-200
kind: normal
width_mm: 28
position: 3
grid:
vertical:
main:
scale: logarithmic
spacing_mode: scale
secondary:
scale: logarithmic
spacing_mode: scale
- id: log_2_2000
title: TT 2-2000
kind: normal
width_mm: 28
position: 4
grid:
vertical:
main:
scale: logarithmic
spacing_mode: scale
secondary:
scale: logarithmic
spacing_mode: scale
- id: tangential_0_5000
title: BI 0-5000
kind: normal
width_mm: 28
position: 5
grid:
vertical:
main:
scale: tangential
line_count: 4
spacing_mode: count
secondary:
scale: tangential
line_count: 4
spacing_mode: count
tail:
enabled: true
bindings:
on_missing: skip
channels:
- section: main
channel: CBL
track_id: linear_0_100
kind: curve
style:
color: "#1f2937"
scale:
kind: linear
min: 0
max: 100
- section: main
channel: TT
track_id: log_2_200
kind: curve
style:
color: "#1d4ed8"
scale:
kind: log
min: 2
max: 200
- section: main
channel: TT
track_id: log_2_2000
kind: curve
style:
color: "#b91c1c"
scale:
kind: log
min: 2
max: 2000
- section: main
channel: BI
track_id: tangential_0_5000
kind: curve
style:
color: "#92400e"
scale:
kind: tangential
min: 0
max: 5000