-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (159 loc) · 6.37 KB
/
index.html
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GM (Geiger-Muller) Tube Conversion Factor Calculator</title>
<meta name="keywords" content="gm tube geiger muller tube conversion rate factor calculator"/>
<meta name="description" content="GM (Geiger Muller) tube conversion factor (rate, ratio) calculator"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha256-MBffSnbbXwHCuZtgPYiwMQbfE7z+GOZ7fBPCNB06Z98=" crossorigin="anonymous">
</head>
<body class="container">
<h1 class="my-3">GM Tube Conversion Factor Calculator</h1>
<form id="form_factor" role="form" class="mb-3">
<div class="mb-1">Select tube:</div>
<div class="mb-3">
<select id="tube" class="form-select">
<option value="">Select tube</option>
</select>
</div>
<div class="mb-1">or input data from tube datasheet:</div>
<div class="row row-cols-lg-auto g-1 align-items-center mb-3">
<div class="col-12">
<input id="dose" type="text" value="0.17" class="form-control"/>
</div>
<div class="col-12">
<select id="dose_unit" class="form-select">
<option value="ur">µR</option>
<option value="usv" selected="selected">µSv</option>
</select>
</div>
<div class="col-12">/</div>
<div class="col-12">
<input id="dose_period" type="text" value="1" class="form-control"/>
</div>
<div class="col-12">
<select id="dose_period_unit" class="form-select">
<option value="second">Second</option>
<option value="minute">Minute</option>
<option value="hour" selected="selected">Hour</option>
</select>
</div>
<div class="col-12">=</div>
<div class="col-12">
<input id="count" type="text" value="30" class="form-control"/>
</div>
<div class="col-12">counts</div>
<div class="col-12">
<input id="count_period" type="text" value="1" class="form-control"/>
</div>
<div class="col-12">/</div>
<div class="col-12">
<select id="count_period_unit" class="form-select">
<option value="second">Second</option>
<option value="minute" selected="selected">Minute</option>
<option value="hour">Hour</option>
</select>
</div>
</div>
<button type="submit" class="btn btn-primary">Calculate</button>
<button type="reset" class="btn btn-secondary">Reset</button>
</form>
<h3>Results</h3>
<p id="result" class="text-primary"></p>
<table class="table table-bordered">
<tbody>
<tr>
<td id="result_urs">?</td>
<td>µR/s</td>
</tr>
<tr>
<td id="result_urh">?</td>
<td>µR/h</td>
</tr>
<tr>
<td id="result_usvs">?</td>
<td>µSv/s</td>
</tr>
<tr>
<td id="result_usvh">?</td>
<td>µSv/h</td>
</tr>
<tr>
<td id="result_cps">?</td>
<td>CPS</td>
</tr>
<tr>
<td id="result_cpm">?</td>
<td>CPM</td>
</tr>
<tr>
<td id="result_cpm_to_urh">?</td>
<td>CPM → µR/h ratio</td>
</tr>
<tr>
<td id="result_cpm_to_usvh">?</td>
<td>
<strong>CPM → µSv/h ratio</strong>
<small>used by <a href="https://sites.google.com/site/diygeigercounter/">DIYGeigerCounter</a></small>
</td>
</tr>
<tr>
<td id="result_cpm_to_urs">?</td>
<td>CPM → µR/s ratio</td>
</tr>
<tr>
<td id="result_cpm_to_usvs">?</td>
<td>CPM → µSv/s ratio</td>
</tr>
<tr>
<td id="result_cps_to_urh">?</td>
<td>CPS → µR/h ratio</td>
</tr>
<tr>
<td id="result_cps_to_usvh">?</td>
<td>CPS → µSv/h ratio</td>
</tr>
<tr>
<td id="result_cps_to_urs">?</td>
<td>CPS → µR/s ratio</td>
</tr>
<tr>
<td id="result_cps_to_usvs">?</td>
<td>CPS → µSv/s ratio</td>
</tr>
<tr>
<td id="result_cps_to_10usv">?</td>
<td>
<strong>CPS → 10 µSv/h (1 mR/h) ratio</strong>
<small>used by <a href="https://sites.google.com/site/geigerbot/">Geiger Bot</a></small>
</td>
</tr>
<tr>
<td id="result_cps_per_urs">?</td>
<td><strong>CPS/uR/s</strong> <small>used in most soviet tube datasheets</small></td>
</tr>
</tbody>
</table>
<div class="text-muted">
<p>The <strong>Geiger-Muller tube</strong> (also known as a <strong>Geiger counter</strong>) is a device used to
detect and measure ionizing radiation, such as alpha, beta, and gamma <strong>radiation</strong>. The conversion
factor, in the context of a Geiger-Muller tube, is a value that represents the relationship between the number
of electrical pulses generated by the tube and the amount of ionizing radiation it detects.</p>
<p>The <strong>conversion factor</strong> is typically given in terms of counts per unit of radiation exposure or
dose. It is specific to the type of radiation being detected and the particular characteristics of the
Geiger-Muller tube. The conversion factor allows you to convert the <strong>electrical pulses</strong> produced
by the tube into a meaningful measure of radiation exposure, such as dose in units like
<strong>roentgens</strong> (R) or <strong>sieverts</strong> (Sv).</p>
<p>It's important to note that the conversion factor can vary between different types of Geiger-Muller tubes and the
specific radiation being detected. Therefore, it's essential to use the <strong>appropriate conversion
factor</strong> for your specific application and radiation source to get an accurate measurement of
radiation exposure or dose.</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script type="text/javascript" src="lib/tubes.js"></script>
<script type="text/javascript" src="lib/calc.js"></script>
</body>
</html>