sigima 0.0.1.dev0__py3-none-any.whl → 1.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. sigima/__init__.py +142 -2
  2. sigima/client/__init__.py +105 -0
  3. sigima/client/base.py +780 -0
  4. sigima/client/remote.py +469 -0
  5. sigima/client/stub.py +814 -0
  6. sigima/client/utils.py +90 -0
  7. sigima/config.py +444 -0
  8. sigima/data/logo/Sigima.svg +135 -0
  9. sigima/data/tests/annotations.json +798 -0
  10. sigima/data/tests/curve_fitting/exponential_fit.txt +511 -0
  11. sigima/data/tests/curve_fitting/gaussian_fit.txt +100 -0
  12. sigima/data/tests/curve_fitting/piecewiseexponential_fit.txt +1022 -0
  13. sigima/data/tests/curve_fitting/polynomial_fit.txt +100 -0
  14. sigima/data/tests/curve_fitting/twohalfgaussian_fit.txt +1000 -0
  15. sigima/data/tests/curve_formats/bandwidth.txt +201 -0
  16. sigima/data/tests/curve_formats/boxcar.npy +0 -0
  17. sigima/data/tests/curve_formats/datetime.txt +1001 -0
  18. sigima/data/tests/curve_formats/dynamic_parameters.txt +4000 -0
  19. sigima/data/tests/curve_formats/fw1e2.txt +301 -0
  20. sigima/data/tests/curve_formats/fwhm.txt +319 -0
  21. sigima/data/tests/curve_formats/multiple_curves.csv +29 -0
  22. sigima/data/tests/curve_formats/noised_saw.mat +0 -0
  23. sigima/data/tests/curve_formats/oscilloscope.csv +111 -0
  24. sigima/data/tests/curve_formats/other/other2/recursive2.txt +5 -0
  25. sigima/data/tests/curve_formats/other/recursive1.txt +5 -0
  26. sigima/data/tests/curve_formats/paracetamol.npy +0 -0
  27. sigima/data/tests/curve_formats/paracetamol.txt +1010 -0
  28. sigima/data/tests/curve_formats/paracetamol_dx_dy.csv +1000 -0
  29. sigima/data/tests/curve_formats/paracetamol_dy.csv +1001 -0
  30. sigima/data/tests/curve_formats/pulse1.npy +0 -0
  31. sigima/data/tests/curve_formats/pulse2.npy +0 -0
  32. sigima/data/tests/curve_formats/simple.txt +5 -0
  33. sigima/data/tests/curve_formats/spectrum.mca +2139 -0
  34. sigima/data/tests/curve_formats/square2.npy +0 -0
  35. sigima/data/tests/curve_formats/step.npy +0 -0
  36. sigima/data/tests/fabry-perot1.jpg +0 -0
  37. sigima/data/tests/fabry-perot2.jpg +0 -0
  38. sigima/data/tests/flower.npy +0 -0
  39. sigima/data/tests/image_formats/NF 180338201.scor-data +11003 -0
  40. sigima/data/tests/image_formats/binary_image.npy +0 -0
  41. sigima/data/tests/image_formats/binary_image.png +0 -0
  42. sigima/data/tests/image_formats/centroid_test.npy +0 -0
  43. sigima/data/tests/image_formats/coordinated_text/complex_image.txt +10011 -0
  44. sigima/data/tests/image_formats/coordinated_text/complex_ref_image.txt +10010 -0
  45. sigima/data/tests/image_formats/coordinated_text/image.txt +15 -0
  46. sigima/data/tests/image_formats/coordinated_text/image2.txt +14 -0
  47. sigima/data/tests/image_formats/coordinated_text/image_no_unit_no_label.txt +14 -0
  48. sigima/data/tests/image_formats/coordinated_text/image_with_nan.txt +15 -0
  49. sigima/data/tests/image_formats/coordinated_text/image_with_unit.txt +14 -0
  50. sigima/data/tests/image_formats/fiber.csv +480 -0
  51. sigima/data/tests/image_formats/fiber.jpg +0 -0
  52. sigima/data/tests/image_formats/fiber.png +0 -0
  53. sigima/data/tests/image_formats/fiber.txt +480 -0
  54. sigima/data/tests/image_formats/gaussian_spot_with_noise.npy +0 -0
  55. sigima/data/tests/image_formats/mr-brain.dcm +0 -0
  56. sigima/data/tests/image_formats/noised_gaussian.mat +0 -0
  57. sigima/data/tests/image_formats/sif_reader/nd_lum_image_no_glue.sif +0 -0
  58. sigima/data/tests/image_formats/sif_reader/raman1.sif +0 -0
  59. sigima/data/tests/image_formats/tiling.txt +10 -0
  60. sigima/data/tests/image_formats/uint16.tiff +0 -0
  61. sigima/data/tests/image_formats/uint8.tiff +0 -0
  62. sigima/data/tests/laser_beam/TEM00_z_13.jpg +0 -0
  63. sigima/data/tests/laser_beam/TEM00_z_18.jpg +0 -0
  64. sigima/data/tests/laser_beam/TEM00_z_23.jpg +0 -0
  65. sigima/data/tests/laser_beam/TEM00_z_30.jpg +0 -0
  66. sigima/data/tests/laser_beam/TEM00_z_35.jpg +0 -0
  67. sigima/data/tests/laser_beam/TEM00_z_40.jpg +0 -0
  68. sigima/data/tests/laser_beam/TEM00_z_45.jpg +0 -0
  69. sigima/data/tests/laser_beam/TEM00_z_50.jpg +0 -0
  70. sigima/data/tests/laser_beam/TEM00_z_55.jpg +0 -0
  71. sigima/data/tests/laser_beam/TEM00_z_60.jpg +0 -0
  72. sigima/data/tests/laser_beam/TEM00_z_65.jpg +0 -0
  73. sigima/data/tests/laser_beam/TEM00_z_70.jpg +0 -0
  74. sigima/data/tests/laser_beam/TEM00_z_75.jpg +0 -0
  75. sigima/data/tests/laser_beam/TEM00_z_80.jpg +0 -0
  76. sigima/enums.py +195 -0
  77. sigima/io/__init__.py +123 -0
  78. sigima/io/base.py +311 -0
  79. sigima/io/common/__init__.py +5 -0
  80. sigima/io/common/basename.py +164 -0
  81. sigima/io/common/converters.py +189 -0
  82. sigima/io/common/objmeta.py +181 -0
  83. sigima/io/common/textreader.py +58 -0
  84. sigima/io/convenience.py +157 -0
  85. sigima/io/enums.py +17 -0
  86. sigima/io/ftlab.py +395 -0
  87. sigima/io/image/__init__.py +9 -0
  88. sigima/io/image/base.py +177 -0
  89. sigima/io/image/formats.py +1016 -0
  90. sigima/io/image/funcs.py +414 -0
  91. sigima/io/signal/__init__.py +9 -0
  92. sigima/io/signal/base.py +129 -0
  93. sigima/io/signal/formats.py +290 -0
  94. sigima/io/signal/funcs.py +723 -0
  95. sigima/objects/__init__.py +260 -0
  96. sigima/objects/base.py +937 -0
  97. sigima/objects/image/__init__.py +88 -0
  98. sigima/objects/image/creation.py +556 -0
  99. sigima/objects/image/object.py +524 -0
  100. sigima/objects/image/roi.py +904 -0
  101. sigima/objects/scalar/__init__.py +57 -0
  102. sigima/objects/scalar/common.py +215 -0
  103. sigima/objects/scalar/geometry.py +502 -0
  104. sigima/objects/scalar/table.py +784 -0
  105. sigima/objects/shape.py +290 -0
  106. sigima/objects/signal/__init__.py +133 -0
  107. sigima/objects/signal/constants.py +27 -0
  108. sigima/objects/signal/creation.py +1428 -0
  109. sigima/objects/signal/object.py +444 -0
  110. sigima/objects/signal/roi.py +274 -0
  111. sigima/params.py +405 -0
  112. sigima/proc/__init__.py +96 -0
  113. sigima/proc/base.py +381 -0
  114. sigima/proc/decorator.py +330 -0
  115. sigima/proc/image/__init__.py +513 -0
  116. sigima/proc/image/arithmetic.py +335 -0
  117. sigima/proc/image/base.py +260 -0
  118. sigima/proc/image/detection.py +519 -0
  119. sigima/proc/image/edges.py +329 -0
  120. sigima/proc/image/exposure.py +406 -0
  121. sigima/proc/image/extraction.py +458 -0
  122. sigima/proc/image/filtering.py +219 -0
  123. sigima/proc/image/fourier.py +147 -0
  124. sigima/proc/image/geometry.py +661 -0
  125. sigima/proc/image/mathops.py +340 -0
  126. sigima/proc/image/measurement.py +195 -0
  127. sigima/proc/image/morphology.py +155 -0
  128. sigima/proc/image/noise.py +107 -0
  129. sigima/proc/image/preprocessing.py +182 -0
  130. sigima/proc/image/restoration.py +235 -0
  131. sigima/proc/image/threshold.py +217 -0
  132. sigima/proc/image/transformations.py +393 -0
  133. sigima/proc/signal/__init__.py +376 -0
  134. sigima/proc/signal/analysis.py +206 -0
  135. sigima/proc/signal/arithmetic.py +551 -0
  136. sigima/proc/signal/base.py +262 -0
  137. sigima/proc/signal/extraction.py +60 -0
  138. sigima/proc/signal/features.py +310 -0
  139. sigima/proc/signal/filtering.py +484 -0
  140. sigima/proc/signal/fitting.py +276 -0
  141. sigima/proc/signal/fourier.py +259 -0
  142. sigima/proc/signal/mathops.py +420 -0
  143. sigima/proc/signal/processing.py +580 -0
  144. sigima/proc/signal/stability.py +175 -0
  145. sigima/proc/title_formatting.py +227 -0
  146. sigima/proc/validation.py +272 -0
  147. sigima/tests/__init__.py +7 -0
  148. sigima/tests/common/__init__.py +0 -0
  149. sigima/tests/common/arithmeticparam_unit_test.py +26 -0
  150. sigima/tests/common/basename_unit_test.py +126 -0
  151. sigima/tests/common/client_unit_test.py +412 -0
  152. sigima/tests/common/converters_unit_test.py +77 -0
  153. sigima/tests/common/decorator_unit_test.py +176 -0
  154. sigima/tests/common/examples_unit_test.py +104 -0
  155. sigima/tests/common/kernel_normalization_unit_test.py +242 -0
  156. sigima/tests/common/roi_basic_unit_test.py +73 -0
  157. sigima/tests/common/roi_geometry_unit_test.py +171 -0
  158. sigima/tests/common/scalar_builder_unit_test.py +142 -0
  159. sigima/tests/common/scalar_unit_test.py +991 -0
  160. sigima/tests/common/shape_unit_test.py +183 -0
  161. sigima/tests/common/stat_unit_test.py +138 -0
  162. sigima/tests/common/title_formatting_unit_test.py +338 -0
  163. sigima/tests/common/tools_coordinates_unit_test.py +60 -0
  164. sigima/tests/common/transformations_unit_test.py +178 -0
  165. sigima/tests/common/validation_unit_test.py +205 -0
  166. sigima/tests/conftest.py +129 -0
  167. sigima/tests/data.py +998 -0
  168. sigima/tests/env.py +280 -0
  169. sigima/tests/guiutils.py +163 -0
  170. sigima/tests/helpers.py +532 -0
  171. sigima/tests/image/__init__.py +28 -0
  172. sigima/tests/image/binning_unit_test.py +128 -0
  173. sigima/tests/image/blob_detection_unit_test.py +312 -0
  174. sigima/tests/image/centroid_unit_test.py +170 -0
  175. sigima/tests/image/check_2d_array_unit_test.py +63 -0
  176. sigima/tests/image/contour_unit_test.py +172 -0
  177. sigima/tests/image/convolution_unit_test.py +178 -0
  178. sigima/tests/image/datatype_unit_test.py +67 -0
  179. sigima/tests/image/edges_unit_test.py +155 -0
  180. sigima/tests/image/enclosingcircle_unit_test.py +88 -0
  181. sigima/tests/image/exposure_unit_test.py +223 -0
  182. sigima/tests/image/fft2d_unit_test.py +189 -0
  183. sigima/tests/image/filtering_unit_test.py +166 -0
  184. sigima/tests/image/geometry_unit_test.py +654 -0
  185. sigima/tests/image/hough_circle_unit_test.py +147 -0
  186. sigima/tests/image/imageobj_unit_test.py +737 -0
  187. sigima/tests/image/morphology_unit_test.py +71 -0
  188. sigima/tests/image/noise_unit_test.py +57 -0
  189. sigima/tests/image/offset_correction_unit_test.py +72 -0
  190. sigima/tests/image/operation_unit_test.py +518 -0
  191. sigima/tests/image/peak2d_limits_unit_test.py +41 -0
  192. sigima/tests/image/peak2d_unit_test.py +133 -0
  193. sigima/tests/image/profile_unit_test.py +159 -0
  194. sigima/tests/image/projections_unit_test.py +121 -0
  195. sigima/tests/image/restoration_unit_test.py +141 -0
  196. sigima/tests/image/roi2dparam_unit_test.py +53 -0
  197. sigima/tests/image/roi_advanced_unit_test.py +588 -0
  198. sigima/tests/image/roi_grid_unit_test.py +279 -0
  199. sigima/tests/image/spectrum2d_unit_test.py +40 -0
  200. sigima/tests/image/threshold_unit_test.py +91 -0
  201. sigima/tests/io/__init__.py +0 -0
  202. sigima/tests/io/addnewformat_unit_test.py +125 -0
  203. sigima/tests/io/convenience_funcs_unit_test.py +470 -0
  204. sigima/tests/io/coordinated_text_format_unit_test.py +495 -0
  205. sigima/tests/io/datetime_csv_unit_test.py +198 -0
  206. sigima/tests/io/imageio_formats_test.py +41 -0
  207. sigima/tests/io/ioregistry_unit_test.py +69 -0
  208. sigima/tests/io/objmeta_unit_test.py +87 -0
  209. sigima/tests/io/readobj_unit_test.py +130 -0
  210. sigima/tests/io/readwriteobj_unit_test.py +67 -0
  211. sigima/tests/signal/__init__.py +0 -0
  212. sigima/tests/signal/analysis_unit_test.py +135 -0
  213. sigima/tests/signal/check_1d_arrays_unit_test.py +169 -0
  214. sigima/tests/signal/convolution_unit_test.py +404 -0
  215. sigima/tests/signal/datetime_unit_test.py +176 -0
  216. sigima/tests/signal/fft1d_unit_test.py +303 -0
  217. sigima/tests/signal/filters_unit_test.py +403 -0
  218. sigima/tests/signal/fitting_unit_test.py +929 -0
  219. sigima/tests/signal/fwhm_unit_test.py +111 -0
  220. sigima/tests/signal/noise_unit_test.py +128 -0
  221. sigima/tests/signal/offset_correction_unit_test.py +34 -0
  222. sigima/tests/signal/operation_unit_test.py +489 -0
  223. sigima/tests/signal/peakdetection_unit_test.py +145 -0
  224. sigima/tests/signal/processing_unit_test.py +657 -0
  225. sigima/tests/signal/pulse/__init__.py +112 -0
  226. sigima/tests/signal/pulse/crossing_times_unit_test.py +123 -0
  227. sigima/tests/signal/pulse/plateau_detection_unit_test.py +102 -0
  228. sigima/tests/signal/pulse/pulse_unit_test.py +1824 -0
  229. sigima/tests/signal/roi_advanced_unit_test.py +392 -0
  230. sigima/tests/signal/signalobj_unit_test.py +603 -0
  231. sigima/tests/signal/stability_unit_test.py +431 -0
  232. sigima/tests/signal/uncertainty_unit_test.py +611 -0
  233. sigima/tests/vistools.py +1030 -0
  234. sigima/tools/__init__.py +59 -0
  235. sigima/tools/checks.py +290 -0
  236. sigima/tools/coordinates.py +308 -0
  237. sigima/tools/datatypes.py +26 -0
  238. sigima/tools/image/__init__.py +97 -0
  239. sigima/tools/image/detection.py +451 -0
  240. sigima/tools/image/exposure.py +77 -0
  241. sigima/tools/image/extraction.py +48 -0
  242. sigima/tools/image/fourier.py +260 -0
  243. sigima/tools/image/geometry.py +190 -0
  244. sigima/tools/image/preprocessing.py +165 -0
  245. sigima/tools/signal/__init__.py +86 -0
  246. sigima/tools/signal/dynamic.py +254 -0
  247. sigima/tools/signal/features.py +135 -0
  248. sigima/tools/signal/filtering.py +171 -0
  249. sigima/tools/signal/fitting.py +1171 -0
  250. sigima/tools/signal/fourier.py +466 -0
  251. sigima/tools/signal/interpolation.py +70 -0
  252. sigima/tools/signal/peakdetection.py +126 -0
  253. sigima/tools/signal/pulse.py +1626 -0
  254. sigima/tools/signal/scaling.py +50 -0
  255. sigima/tools/signal/stability.py +258 -0
  256. sigima/tools/signal/windowing.py +90 -0
  257. sigima/worker.py +79 -0
  258. sigima-1.0.0.dist-info/METADATA +233 -0
  259. sigima-1.0.0.dist-info/RECORD +262 -0
  260. {sigima-0.0.1.dev0.dist-info → sigima-1.0.0.dist-info}/licenses/LICENSE +29 -29
  261. sigima-0.0.1.dev0.dist-info/METADATA +0 -60
  262. sigima-0.0.1.dev0.dist-info/RECORD +0 -6
  263. {sigima-0.0.1.dev0.dist-info → sigima-1.0.0.dist-info}/WHEEL +0 -0
  264. {sigima-0.0.1.dev0.dist-info → sigima-1.0.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2139 @@
1
+ <<PMCA SPECTRUM>>
2
+ TAG - live_data
3
+ DESCRIPTION -
4
+ GAIN - 3
5
+ THRESHOLD - 0
6
+ LIVE_MODE - 0
7
+ PRESET_TIME - 0
8
+ LIVE_TIME - 30.000000
9
+ REAL_TIME - 30.000000
10
+ START_TIME - 06/19/2025 16:22:57
11
+ SERIAL_NUMBER - 0
12
+ <<CALIBRATION>>
13
+ LABEL - Channel
14
+ 504 5.89
15
+ 553 6.49
16
+ 1480 17.48
17
+ 1659 19.61
18
+ <<DATA>>
19
+ 0
20
+ 0
21
+ 0
22
+ 0
23
+ 0
24
+ 0
25
+ 0
26
+ 0
27
+ 0
28
+ 0
29
+ 6239
30
+ 3708
31
+ 487
32
+ 57
33
+ 14
34
+ 4
35
+ 6
36
+ 1
37
+ 1
38
+ 1
39
+ 4
40
+ 2
41
+ 1
42
+ 2
43
+ 3
44
+ 1
45
+ 3
46
+ 4
47
+ 1
48
+ 0
49
+ 3
50
+ 3
51
+ 2
52
+ 1
53
+ 0
54
+ 1
55
+ 1
56
+ 4
57
+ 0
58
+ 0
59
+ 3
60
+ 2
61
+ 1
62
+ 2
63
+ 0
64
+ 1
65
+ 3
66
+ 2
67
+ 3
68
+ 0
69
+ 1
70
+ 4
71
+ 3
72
+ 1
73
+ 0
74
+ 0
75
+ 3
76
+ 2
77
+ 0
78
+ 2
79
+ 6
80
+ 5
81
+ 5
82
+ 4
83
+ 7
84
+ 4
85
+ 7
86
+ 8
87
+ 15
88
+ 14
89
+ 7
90
+ 8
91
+ 5
92
+ 11
93
+ 6
94
+ 5
95
+ 12
96
+ 13
97
+ 4
98
+ 10
99
+ 8
100
+ 7
101
+ 7
102
+ 7
103
+ 5
104
+ 8
105
+ 5
106
+ 6
107
+ 10
108
+ 10
109
+ 6
110
+ 7
111
+ 5
112
+ 10
113
+ 11
114
+ 5
115
+ 9
116
+ 9
117
+ 2
118
+ 6
119
+ 3
120
+ 10
121
+ 8
122
+ 13
123
+ 9
124
+ 13
125
+ 6
126
+ 11
127
+ 17
128
+ 15
129
+ 23
130
+ 14
131
+ 15
132
+ 29
133
+ 24
134
+ 28
135
+ 21
136
+ 40
137
+ 33
138
+ 54
139
+ 51
140
+ 86
141
+ 167
142
+ 351
143
+ 696
144
+ 1152
145
+ 1810
146
+ 2495
147
+ 3152
148
+ 3645
149
+ 3535
150
+ 3210
151
+ 2445
152
+ 1748
153
+ 1156
154
+ 657
155
+ 390
156
+ 193
157
+ 79
158
+ 54
159
+ 19
160
+ 11
161
+ 9
162
+ 2
163
+ 0
164
+ 0
165
+ 0
166
+ 0
167
+ 0
168
+ 1
169
+ 0
170
+ 0
171
+ 0
172
+ 0
173
+ 0
174
+ 0
175
+ 2
176
+ 0
177
+ 0
178
+ 0
179
+ 0
180
+ 0
181
+ 0
182
+ 0
183
+ 0
184
+ 0
185
+ 0
186
+ 0
187
+ 0
188
+ 0
189
+ 0
190
+ 0
191
+ 0
192
+ 0
193
+ 0
194
+ 0
195
+ 0
196
+ 0
197
+ 0
198
+ 0
199
+ 0
200
+ 0
201
+ 0
202
+ 0
203
+ 1
204
+ 0
205
+ 0
206
+ 0
207
+ 0
208
+ 0
209
+ 0
210
+ 0
211
+ 0
212
+ 0
213
+ 1
214
+ 1
215
+ 1
216
+ 2
217
+ 4
218
+ 1
219
+ 1
220
+ 2
221
+ 2
222
+ 1
223
+ 2
224
+ 0
225
+ 1
226
+ 0
227
+ 1
228
+ 0
229
+ 1
230
+ 1
231
+ 1
232
+ 1
233
+ 0
234
+ 0
235
+ 0
236
+ 0
237
+ 0
238
+ 0
239
+ 1
240
+ 0
241
+ 1
242
+ 0
243
+ 1
244
+ 1
245
+ 0
246
+ 0
247
+ 0
248
+ 0
249
+ 0
250
+ 1
251
+ 0
252
+ 0
253
+ 0
254
+ 0
255
+ 1
256
+ 0
257
+ 4
258
+ 1
259
+ 4
260
+ 2
261
+ 0
262
+ 4
263
+ 3
264
+ 0
265
+ 1
266
+ 1
267
+ 3
268
+ 0
269
+ 0
270
+ 2
271
+ 1
272
+ 0
273
+ 1
274
+ 1
275
+ 0
276
+ 1
277
+ 0
278
+ 2
279
+ 0
280
+ 0
281
+ 0
282
+ 0
283
+ 0
284
+ 0
285
+ 1
286
+ 0
287
+ 0
288
+ 1
289
+ 0
290
+ 0
291
+ 0
292
+ 0
293
+ 1
294
+ 1
295
+ 4
296
+ 1
297
+ 3
298
+ 4
299
+ 7
300
+ 4
301
+ 4
302
+ 2
303
+ 3
304
+ 3
305
+ 0
306
+ 2
307
+ 1
308
+ 0
309
+ 0
310
+ 1
311
+ 3
312
+ 0
313
+ 0
314
+ 2
315
+ 1
316
+ 0
317
+ 0
318
+ 0
319
+ 1
320
+ 0
321
+ 0
322
+ 0
323
+ 0
324
+ 0
325
+ 0
326
+ 0
327
+ 0
328
+ 0
329
+ 1
330
+ 0
331
+ 1
332
+ 0
333
+ 0
334
+ 1
335
+ 0
336
+ 1
337
+ 1
338
+ 0
339
+ 2
340
+ 2
341
+ 1
342
+ 0
343
+ 1
344
+ 0
345
+ 2
346
+ 0
347
+ 0
348
+ 2
349
+ 1
350
+ 1
351
+ 0
352
+ 2
353
+ 0
354
+ 0
355
+ 0
356
+ 1
357
+ 2
358
+ 0
359
+ 0
360
+ 0
361
+ 1
362
+ 1
363
+ 0
364
+ 1
365
+ 1
366
+ 0
367
+ 0
368
+ 1
369
+ 1
370
+ 0
371
+ 0
372
+ 1
373
+ 0
374
+ 0
375
+ 1
376
+ 0
377
+ 1
378
+ 1
379
+ 1
380
+ 1
381
+ 1
382
+ 1
383
+ 1
384
+ 1
385
+ 0
386
+ 1
387
+ 1
388
+ 0
389
+ 0
390
+ 0
391
+ 0
392
+ 0
393
+ 0
394
+ 0
395
+ 0
396
+ 1
397
+ 0
398
+ 1
399
+ 0
400
+ 1
401
+ 1
402
+ 0
403
+ 0
404
+ 1
405
+ 1
406
+ 2
407
+ 1
408
+ 1
409
+ 1
410
+ 0
411
+ 0
412
+ 2
413
+ 2
414
+ 0
415
+ 2
416
+ 1
417
+ 0
418
+ 1
419
+ 2
420
+ 1
421
+ 0
422
+ 0
423
+ 0
424
+ 1
425
+ 1
426
+ 0
427
+ 1
428
+ 0
429
+ 0
430
+ 1
431
+ 0
432
+ 1
433
+ 0
434
+ 1
435
+ 1
436
+ 0
437
+ 2
438
+ 0
439
+ 0
440
+ 1
441
+ 0
442
+ 0
443
+ 1
444
+ 0
445
+ 0
446
+ 1
447
+ 0
448
+ 0
449
+ 0
450
+ 0
451
+ 0
452
+ 0
453
+ 0
454
+ 0
455
+ 0
456
+ 0
457
+ 0
458
+ 0
459
+ 0
460
+ 0
461
+ 0
462
+ 0
463
+ 0
464
+ 0
465
+ 0
466
+ 0
467
+ 0
468
+ 0
469
+ 0
470
+ 0
471
+ 0
472
+ 0
473
+ 0
474
+ 0
475
+ 0
476
+ 0
477
+ 0
478
+ 0
479
+ 0
480
+ 0
481
+ 0
482
+ 0
483
+ 0
484
+ 0
485
+ 0
486
+ 0
487
+ 0
488
+ 0
489
+ 0
490
+ 0
491
+ 0
492
+ 0
493
+ 0
494
+ 0
495
+ 0
496
+ 0
497
+ 0
498
+ 0
499
+ 0
500
+ 0
501
+ 0
502
+ 0
503
+ 0
504
+ 0
505
+ 0
506
+ 0
507
+ 0
508
+ 0
509
+ 0
510
+ 0
511
+ 0
512
+ 0
513
+ 0
514
+ 0
515
+ 0
516
+ 0
517
+ 0
518
+ 0
519
+ 0
520
+ 0
521
+ 0
522
+ 0
523
+ 0
524
+ 0
525
+ 0
526
+ 0
527
+ 0
528
+ 0
529
+ 0
530
+ 0
531
+ 0
532
+ 0
533
+ 0
534
+ 0
535
+ 0
536
+ 0
537
+ 0
538
+ 0
539
+ 0
540
+ 0
541
+ 0
542
+ 0
543
+ 0
544
+ 0
545
+ 0
546
+ 0
547
+ 0
548
+ 0
549
+ 0
550
+ 0
551
+ 0
552
+ 0
553
+ 0
554
+ 0
555
+ 0
556
+ 0
557
+ 0
558
+ 0
559
+ 0
560
+ 0
561
+ 0
562
+ 0
563
+ 0
564
+ 0
565
+ 0
566
+ 0
567
+ 0
568
+ 0
569
+ 0
570
+ 0
571
+ 0
572
+ 0
573
+ 0
574
+ 0
575
+ 0
576
+ 0
577
+ 0
578
+ 0
579
+ 0
580
+ 0
581
+ 0
582
+ 0
583
+ 0
584
+ 0
585
+ 0
586
+ 0
587
+ 0
588
+ 0
589
+ 0
590
+ 0
591
+ 0
592
+ 0
593
+ 0
594
+ 0
595
+ 0
596
+ 0
597
+ 0
598
+ 0
599
+ 0
600
+ 0
601
+ 0
602
+ 0
603
+ 0
604
+ 0
605
+ 0
606
+ 0
607
+ 0
608
+ 0
609
+ 0
610
+ 0
611
+ 0
612
+ 0
613
+ 0
614
+ 0
615
+ 0
616
+ 0
617
+ 0
618
+ 0
619
+ 0
620
+ 0
621
+ 0
622
+ 0
623
+ 0
624
+ 0
625
+ 0
626
+ 0
627
+ 0
628
+ 0
629
+ 0
630
+ 0
631
+ 0
632
+ 0
633
+ 0
634
+ 0
635
+ 0
636
+ 0
637
+ 0
638
+ 0
639
+ 0
640
+ 0
641
+ 0
642
+ 0
643
+ 0
644
+ 0
645
+ 0
646
+ 0
647
+ 0
648
+ 0
649
+ 0
650
+ 0
651
+ 0
652
+ 0
653
+ 0
654
+ 0
655
+ 0
656
+ 0
657
+ 0
658
+ 0
659
+ 0
660
+ 0
661
+ 0
662
+ 0
663
+ 0
664
+ 0
665
+ 0
666
+ 0
667
+ 0
668
+ 0
669
+ 0
670
+ 0
671
+ 0
672
+ 0
673
+ 0
674
+ 0
675
+ 0
676
+ 0
677
+ 0
678
+ 0
679
+ 0
680
+ 0
681
+ 0
682
+ 0
683
+ 0
684
+ 0
685
+ 0
686
+ 0
687
+ 0
688
+ 0
689
+ 0
690
+ 0
691
+ 0
692
+ 0
693
+ 0
694
+ 0
695
+ 0
696
+ 0
697
+ 0
698
+ 0
699
+ 0
700
+ 0
701
+ 0
702
+ 0
703
+ 0
704
+ 0
705
+ 0
706
+ 0
707
+ 0
708
+ 0
709
+ 0
710
+ 0
711
+ 0
712
+ 0
713
+ 0
714
+ 0
715
+ 0
716
+ 0
717
+ 0
718
+ 0
719
+ 0
720
+ 0
721
+ 0
722
+ 0
723
+ 0
724
+ 0
725
+ 0
726
+ 0
727
+ 0
728
+ 0
729
+ 0
730
+ 0
731
+ 0
732
+ 0
733
+ 0
734
+ 0
735
+ 0
736
+ 0
737
+ 0
738
+ 0
739
+ 0
740
+ 0
741
+ 0
742
+ 0
743
+ 0
744
+ 0
745
+ 0
746
+ 0
747
+ 0
748
+ 0
749
+ 0
750
+ 0
751
+ 0
752
+ 0
753
+ 0
754
+ 0
755
+ 0
756
+ 0
757
+ 0
758
+ 0
759
+ 0
760
+ 0
761
+ 0
762
+ 0
763
+ 0
764
+ 0
765
+ 0
766
+ 0
767
+ 0
768
+ 0
769
+ 0
770
+ 0
771
+ 0
772
+ 0
773
+ 0
774
+ 0
775
+ 0
776
+ 0
777
+ 0
778
+ 0
779
+ 0
780
+ 0
781
+ 0
782
+ 0
783
+ 0
784
+ 0
785
+ 0
786
+ 0
787
+ 0
788
+ 0
789
+ 0
790
+ 0
791
+ 0
792
+ 0
793
+ 0
794
+ 0
795
+ 0
796
+ 0
797
+ 0
798
+ 0
799
+ 0
800
+ 0
801
+ 0
802
+ 0
803
+ 0
804
+ 0
805
+ 0
806
+ 0
807
+ 0
808
+ 0
809
+ 0
810
+ 0
811
+ 0
812
+ 0
813
+ 0
814
+ 0
815
+ 0
816
+ 0
817
+ 0
818
+ 0
819
+ 0
820
+ 0
821
+ 0
822
+ 0
823
+ 0
824
+ 0
825
+ 0
826
+ 0
827
+ 0
828
+ 0
829
+ 0
830
+ 0
831
+ 0
832
+ 0
833
+ 0
834
+ 0
835
+ 0
836
+ 0
837
+ 0
838
+ 0
839
+ 0
840
+ 0
841
+ 0
842
+ 0
843
+ 0
844
+ 0
845
+ 0
846
+ 0
847
+ 0
848
+ 0
849
+ 0
850
+ 0
851
+ 0
852
+ 0
853
+ 0
854
+ 0
855
+ 0
856
+ 0
857
+ 0
858
+ 0
859
+ 0
860
+ 0
861
+ 0
862
+ 0
863
+ 0
864
+ 0
865
+ 0
866
+ 0
867
+ 0
868
+ 0
869
+ 0
870
+ 0
871
+ 0
872
+ 0
873
+ 0
874
+ 0
875
+ 0
876
+ 0
877
+ 0
878
+ 0
879
+ 0
880
+ 0
881
+ 0
882
+ 0
883
+ 0
884
+ 0
885
+ 0
886
+ 0
887
+ 0
888
+ 0
889
+ 0
890
+ 0
891
+ 0
892
+ 0
893
+ 0
894
+ 0
895
+ 0
896
+ 0
897
+ 0
898
+ 0
899
+ 0
900
+ 0
901
+ 0
902
+ 0
903
+ 0
904
+ 0
905
+ 0
906
+ 0
907
+ 0
908
+ 0
909
+ 0
910
+ 0
911
+ 0
912
+ 0
913
+ 0
914
+ 0
915
+ 0
916
+ 0
917
+ 0
918
+ 0
919
+ 0
920
+ 0
921
+ 0
922
+ 0
923
+ 0
924
+ 0
925
+ 0
926
+ 0
927
+ 0
928
+ 0
929
+ 0
930
+ 0
931
+ 0
932
+ 0
933
+ 0
934
+ 0
935
+ 0
936
+ 0
937
+ 0
938
+ 0
939
+ 0
940
+ 0
941
+ 0
942
+ 0
943
+ 0
944
+ 0
945
+ 0
946
+ 0
947
+ 0
948
+ 0
949
+ 0
950
+ 0
951
+ 0
952
+ 0
953
+ 0
954
+ 0
955
+ 0
956
+ 0
957
+ 0
958
+ 0
959
+ 0
960
+ 0
961
+ 0
962
+ 0
963
+ 0
964
+ 0
965
+ 0
966
+ 0
967
+ 0
968
+ 0
969
+ 0
970
+ 0
971
+ 0
972
+ 0
973
+ 0
974
+ 0
975
+ 0
976
+ 0
977
+ 0
978
+ 0
979
+ 0
980
+ 0
981
+ 0
982
+ 0
983
+ 0
984
+ 0
985
+ 0
986
+ 0
987
+ 0
988
+ 0
989
+ 0
990
+ 0
991
+ 0
992
+ 0
993
+ 0
994
+ 0
995
+ 0
996
+ 0
997
+ 0
998
+ 0
999
+ 0
1000
+ 0
1001
+ 0
1002
+ 0
1003
+ 0
1004
+ 0
1005
+ 0
1006
+ 0
1007
+ 0
1008
+ 0
1009
+ 0
1010
+ 0
1011
+ 0
1012
+ 0
1013
+ 0
1014
+ 0
1015
+ 0
1016
+ 0
1017
+ 0
1018
+ 0
1019
+ 0
1020
+ 0
1021
+ 0
1022
+ 0
1023
+ 0
1024
+ 0
1025
+ 0
1026
+ 0
1027
+ 0
1028
+ 0
1029
+ 0
1030
+ 0
1031
+ 0
1032
+ 0
1033
+ 0
1034
+ 0
1035
+ 0
1036
+ 0
1037
+ 0
1038
+ 0
1039
+ 0
1040
+ 0
1041
+ 0
1042
+ 0
1043
+ 0
1044
+ 0
1045
+ 0
1046
+ 0
1047
+ 0
1048
+ 0
1049
+ 0
1050
+ 0
1051
+ 0
1052
+ 0
1053
+ 0
1054
+ 0
1055
+ 0
1056
+ 0
1057
+ 0
1058
+ 0
1059
+ 0
1060
+ 0
1061
+ 0
1062
+ 0
1063
+ 0
1064
+ 0
1065
+ 0
1066
+ 0
1067
+ 0
1068
+ 0
1069
+ 0
1070
+ 0
1071
+ 0
1072
+ 0
1073
+ 0
1074
+ 0
1075
+ 0
1076
+ 0
1077
+ 0
1078
+ 0
1079
+ 0
1080
+ 0
1081
+ 0
1082
+ 0
1083
+ 0
1084
+ 0
1085
+ 0
1086
+ 0
1087
+ 0
1088
+ 0
1089
+ 0
1090
+ 0
1091
+ 0
1092
+ 0
1093
+ 0
1094
+ 0
1095
+ 0
1096
+ 0
1097
+ 0
1098
+ 0
1099
+ 0
1100
+ 0
1101
+ 0
1102
+ 0
1103
+ 0
1104
+ 0
1105
+ 0
1106
+ 0
1107
+ 0
1108
+ 0
1109
+ 0
1110
+ 0
1111
+ 0
1112
+ 0
1113
+ 0
1114
+ 0
1115
+ 0
1116
+ 0
1117
+ 0
1118
+ 0
1119
+ 0
1120
+ 0
1121
+ 0
1122
+ 0
1123
+ 0
1124
+ 0
1125
+ 0
1126
+ 0
1127
+ 0
1128
+ 0
1129
+ 0
1130
+ 0
1131
+ 0
1132
+ 0
1133
+ 0
1134
+ 0
1135
+ 0
1136
+ 0
1137
+ 0
1138
+ 0
1139
+ 0
1140
+ 0
1141
+ 0
1142
+ 0
1143
+ 0
1144
+ 0
1145
+ 0
1146
+ 0
1147
+ 0
1148
+ 0
1149
+ 0
1150
+ 0
1151
+ 0
1152
+ 0
1153
+ 0
1154
+ 0
1155
+ 0
1156
+ 0
1157
+ 0
1158
+ 0
1159
+ 0
1160
+ 0
1161
+ 0
1162
+ 0
1163
+ 0
1164
+ 0
1165
+ 0
1166
+ 0
1167
+ 0
1168
+ 0
1169
+ 0
1170
+ 0
1171
+ 0
1172
+ 0
1173
+ 0
1174
+ 0
1175
+ 0
1176
+ 0
1177
+ 0
1178
+ 0
1179
+ 0
1180
+ 0
1181
+ 0
1182
+ 0
1183
+ 0
1184
+ 0
1185
+ 0
1186
+ 0
1187
+ 0
1188
+ 0
1189
+ 0
1190
+ 0
1191
+ 0
1192
+ 0
1193
+ 0
1194
+ 0
1195
+ 0
1196
+ 0
1197
+ 0
1198
+ 0
1199
+ 0
1200
+ 0
1201
+ 0
1202
+ 0
1203
+ 0
1204
+ 0
1205
+ 0
1206
+ 0
1207
+ 0
1208
+ 0
1209
+ 0
1210
+ 0
1211
+ 0
1212
+ 0
1213
+ 0
1214
+ 0
1215
+ 0
1216
+ 0
1217
+ 0
1218
+ 0
1219
+ 0
1220
+ 0
1221
+ 0
1222
+ 0
1223
+ 0
1224
+ 0
1225
+ 0
1226
+ 0
1227
+ 0
1228
+ 0
1229
+ 0
1230
+ 0
1231
+ 0
1232
+ 0
1233
+ 0
1234
+ 0
1235
+ 0
1236
+ 0
1237
+ 0
1238
+ 0
1239
+ 0
1240
+ 0
1241
+ 0
1242
+ 0
1243
+ 0
1244
+ 0
1245
+ 0
1246
+ 0
1247
+ 0
1248
+ 0
1249
+ 0
1250
+ 0
1251
+ 0
1252
+ 0
1253
+ 0
1254
+ 0
1255
+ 0
1256
+ 0
1257
+ 0
1258
+ 0
1259
+ 0
1260
+ 0
1261
+ 0
1262
+ 0
1263
+ 0
1264
+ 0
1265
+ 0
1266
+ 0
1267
+ 0
1268
+ 0
1269
+ 0
1270
+ 0
1271
+ 0
1272
+ 0
1273
+ 0
1274
+ 0
1275
+ 0
1276
+ 0
1277
+ 0
1278
+ 0
1279
+ 0
1280
+ 0
1281
+ 0
1282
+ 0
1283
+ 0
1284
+ 0
1285
+ 0
1286
+ 0
1287
+ 0
1288
+ 0
1289
+ 0
1290
+ 0
1291
+ 0
1292
+ 0
1293
+ 0
1294
+ 0
1295
+ 0
1296
+ 0
1297
+ 0
1298
+ 0
1299
+ 0
1300
+ 0
1301
+ 0
1302
+ 0
1303
+ 0
1304
+ 0
1305
+ 0
1306
+ 0
1307
+ 0
1308
+ 0
1309
+ 0
1310
+ 0
1311
+ 0
1312
+ 0
1313
+ 0
1314
+ 0
1315
+ 0
1316
+ 0
1317
+ 0
1318
+ 0
1319
+ 0
1320
+ 0
1321
+ 0
1322
+ 0
1323
+ 0
1324
+ 0
1325
+ 0
1326
+ 0
1327
+ 0
1328
+ 0
1329
+ 0
1330
+ 0
1331
+ 0
1332
+ 0
1333
+ 0
1334
+ 0
1335
+ 0
1336
+ 0
1337
+ 0
1338
+ 0
1339
+ 0
1340
+ 0
1341
+ 0
1342
+ 0
1343
+ 0
1344
+ 0
1345
+ 0
1346
+ 0
1347
+ 0
1348
+ 0
1349
+ 0
1350
+ 0
1351
+ 0
1352
+ 0
1353
+ 0
1354
+ 0
1355
+ 0
1356
+ 0
1357
+ 0
1358
+ 0
1359
+ 0
1360
+ 0
1361
+ 0
1362
+ 0
1363
+ 0
1364
+ 0
1365
+ 0
1366
+ 0
1367
+ 0
1368
+ 0
1369
+ 0
1370
+ 0
1371
+ 0
1372
+ 0
1373
+ 0
1374
+ 0
1375
+ 0
1376
+ 0
1377
+ 0
1378
+ 0
1379
+ 0
1380
+ 0
1381
+ 0
1382
+ 0
1383
+ 0
1384
+ 0
1385
+ 0
1386
+ 0
1387
+ 0
1388
+ 0
1389
+ 0
1390
+ 0
1391
+ 0
1392
+ 0
1393
+ 0
1394
+ 0
1395
+ 0
1396
+ 0
1397
+ 0
1398
+ 0
1399
+ 0
1400
+ 0
1401
+ 0
1402
+ 0
1403
+ 0
1404
+ 0
1405
+ 0
1406
+ 0
1407
+ 0
1408
+ 0
1409
+ 0
1410
+ 0
1411
+ 0
1412
+ 0
1413
+ 0
1414
+ 0
1415
+ 0
1416
+ 0
1417
+ 0
1418
+ 0
1419
+ 0
1420
+ 0
1421
+ 0
1422
+ 0
1423
+ 0
1424
+ 0
1425
+ 0
1426
+ 0
1427
+ 0
1428
+ 0
1429
+ 0
1430
+ 0
1431
+ 0
1432
+ 0
1433
+ 0
1434
+ 0
1435
+ 0
1436
+ 0
1437
+ 0
1438
+ 0
1439
+ 0
1440
+ 0
1441
+ 0
1442
+ 0
1443
+ 0
1444
+ 0
1445
+ 0
1446
+ 0
1447
+ 0
1448
+ 0
1449
+ 0
1450
+ 0
1451
+ 0
1452
+ 0
1453
+ 0
1454
+ 0
1455
+ 0
1456
+ 0
1457
+ 0
1458
+ 0
1459
+ 0
1460
+ 0
1461
+ 0
1462
+ 0
1463
+ 0
1464
+ 0
1465
+ 0
1466
+ 0
1467
+ 0
1468
+ 0
1469
+ 0
1470
+ 0
1471
+ 0
1472
+ 0
1473
+ 0
1474
+ 0
1475
+ 0
1476
+ 0
1477
+ 0
1478
+ 0
1479
+ 0
1480
+ 0
1481
+ 0
1482
+ 0
1483
+ 0
1484
+ 0
1485
+ 0
1486
+ 0
1487
+ 0
1488
+ 0
1489
+ 0
1490
+ 0
1491
+ 0
1492
+ 0
1493
+ 0
1494
+ 0
1495
+ 0
1496
+ 0
1497
+ 0
1498
+ 0
1499
+ 0
1500
+ 0
1501
+ 0
1502
+ 0
1503
+ 0
1504
+ 0
1505
+ 0
1506
+ 0
1507
+ 0
1508
+ 0
1509
+ 0
1510
+ 0
1511
+ 0
1512
+ 0
1513
+ 0
1514
+ 0
1515
+ 0
1516
+ 0
1517
+ 0
1518
+ 0
1519
+ 0
1520
+ 0
1521
+ 0
1522
+ 0
1523
+ 0
1524
+ 0
1525
+ 0
1526
+ 0
1527
+ 0
1528
+ 0
1529
+ 0
1530
+ 0
1531
+ 0
1532
+ 0
1533
+ 0
1534
+ 0
1535
+ 0
1536
+ 0
1537
+ 0
1538
+ 0
1539
+ 0
1540
+ 0
1541
+ 0
1542
+ 0
1543
+ 0
1544
+ 0
1545
+ 0
1546
+ 0
1547
+ 0
1548
+ 0
1549
+ 0
1550
+ 0
1551
+ 0
1552
+ 0
1553
+ 0
1554
+ 0
1555
+ 0
1556
+ 0
1557
+ 0
1558
+ 0
1559
+ 0
1560
+ 0
1561
+ 0
1562
+ 0
1563
+ 0
1564
+ 0
1565
+ 0
1566
+ 0
1567
+ 0
1568
+ 0
1569
+ 0
1570
+ 0
1571
+ 0
1572
+ 0
1573
+ 0
1574
+ 0
1575
+ 0
1576
+ 0
1577
+ 0
1578
+ 0
1579
+ 0
1580
+ 0
1581
+ 0
1582
+ 0
1583
+ 0
1584
+ 0
1585
+ 0
1586
+ 0
1587
+ 0
1588
+ 0
1589
+ 0
1590
+ 0
1591
+ 0
1592
+ 0
1593
+ 0
1594
+ 0
1595
+ 0
1596
+ 0
1597
+ 0
1598
+ 0
1599
+ 0
1600
+ 0
1601
+ 0
1602
+ 0
1603
+ 0
1604
+ 0
1605
+ 0
1606
+ 0
1607
+ 0
1608
+ 0
1609
+ 0
1610
+ 0
1611
+ 0
1612
+ 0
1613
+ 0
1614
+ 0
1615
+ 0
1616
+ 0
1617
+ 0
1618
+ 0
1619
+ 0
1620
+ 0
1621
+ 0
1622
+ 0
1623
+ 0
1624
+ 0
1625
+ 0
1626
+ 0
1627
+ 0
1628
+ 0
1629
+ 0
1630
+ 0
1631
+ 0
1632
+ 0
1633
+ 0
1634
+ 0
1635
+ 0
1636
+ 0
1637
+ 0
1638
+ 0
1639
+ 0
1640
+ 0
1641
+ 0
1642
+ 0
1643
+ 0
1644
+ 0
1645
+ 0
1646
+ 0
1647
+ 0
1648
+ 0
1649
+ 0
1650
+ 0
1651
+ 0
1652
+ 0
1653
+ 0
1654
+ 0
1655
+ 0
1656
+ 0
1657
+ 0
1658
+ 0
1659
+ 0
1660
+ 0
1661
+ 0
1662
+ 0
1663
+ 0
1664
+ 0
1665
+ 0
1666
+ 0
1667
+ 0
1668
+ 0
1669
+ 0
1670
+ 0
1671
+ 0
1672
+ 0
1673
+ 0
1674
+ 0
1675
+ 0
1676
+ 0
1677
+ 0
1678
+ 0
1679
+ 0
1680
+ 0
1681
+ 0
1682
+ 0
1683
+ 0
1684
+ 0
1685
+ 0
1686
+ 0
1687
+ 0
1688
+ 0
1689
+ 0
1690
+ 0
1691
+ 0
1692
+ 0
1693
+ 0
1694
+ 0
1695
+ 0
1696
+ 0
1697
+ 0
1698
+ 0
1699
+ 0
1700
+ 0
1701
+ 0
1702
+ 0
1703
+ 0
1704
+ 0
1705
+ 0
1706
+ 0
1707
+ 0
1708
+ 0
1709
+ 0
1710
+ 0
1711
+ 0
1712
+ 0
1713
+ 0
1714
+ 0
1715
+ 0
1716
+ 0
1717
+ 0
1718
+ 0
1719
+ 0
1720
+ 0
1721
+ 0
1722
+ 0
1723
+ 0
1724
+ 0
1725
+ 0
1726
+ 0
1727
+ 0
1728
+ 0
1729
+ 0
1730
+ 0
1731
+ 0
1732
+ 0
1733
+ 0
1734
+ 0
1735
+ 0
1736
+ 0
1737
+ 0
1738
+ 0
1739
+ 0
1740
+ 0
1741
+ 0
1742
+ 0
1743
+ 0
1744
+ 0
1745
+ 0
1746
+ 0
1747
+ 0
1748
+ 0
1749
+ 0
1750
+ 0
1751
+ 0
1752
+ 0
1753
+ 0
1754
+ 0
1755
+ 0
1756
+ 0
1757
+ 0
1758
+ 0
1759
+ 0
1760
+ 0
1761
+ 0
1762
+ 0
1763
+ 0
1764
+ 0
1765
+ 0
1766
+ 0
1767
+ 0
1768
+ 0
1769
+ 0
1770
+ 0
1771
+ 0
1772
+ 0
1773
+ 0
1774
+ 0
1775
+ 0
1776
+ 0
1777
+ 0
1778
+ 0
1779
+ 0
1780
+ 0
1781
+ 0
1782
+ 0
1783
+ 0
1784
+ 0
1785
+ 0
1786
+ 0
1787
+ 0
1788
+ 0
1789
+ 0
1790
+ 0
1791
+ 0
1792
+ 0
1793
+ 0
1794
+ 0
1795
+ 0
1796
+ 0
1797
+ 0
1798
+ 0
1799
+ 0
1800
+ 0
1801
+ 0
1802
+ 0
1803
+ 1
1804
+ 0
1805
+ 0
1806
+ 0
1807
+ 0
1808
+ 0
1809
+ 0
1810
+ 0
1811
+ 0
1812
+ 0
1813
+ 0
1814
+ 0
1815
+ 0
1816
+ 0
1817
+ 0
1818
+ 0
1819
+ 0
1820
+ 0
1821
+ 0
1822
+ 0
1823
+ 0
1824
+ 0
1825
+ 0
1826
+ 0
1827
+ 0
1828
+ 0
1829
+ 0
1830
+ 0
1831
+ 0
1832
+ 0
1833
+ 0
1834
+ 0
1835
+ 0
1836
+ 0
1837
+ 0
1838
+ 0
1839
+ 0
1840
+ 0
1841
+ 0
1842
+ 0
1843
+ 0
1844
+ 0
1845
+ 0
1846
+ 0
1847
+ 0
1848
+ 0
1849
+ 0
1850
+ 0
1851
+ 0
1852
+ 0
1853
+ 0
1854
+ 0
1855
+ 0
1856
+ 0
1857
+ 0
1858
+ 0
1859
+ 0
1860
+ 0
1861
+ 0
1862
+ 0
1863
+ 0
1864
+ 0
1865
+ 0
1866
+ 0
1867
+ 0
1868
+ 0
1869
+ 0
1870
+ 0
1871
+ 0
1872
+ 0
1873
+ 0
1874
+ 0
1875
+ 0
1876
+ 0
1877
+ 0
1878
+ 0
1879
+ 0
1880
+ 0
1881
+ 0
1882
+ 0
1883
+ 0
1884
+ 0
1885
+ 0
1886
+ 0
1887
+ 0
1888
+ 0
1889
+ 0
1890
+ 0
1891
+ 0
1892
+ 0
1893
+ 0
1894
+ 0
1895
+ 0
1896
+ 0
1897
+ 0
1898
+ 0
1899
+ 0
1900
+ 0
1901
+ 0
1902
+ 0
1903
+ 0
1904
+ 0
1905
+ 0
1906
+ 0
1907
+ 0
1908
+ 0
1909
+ 0
1910
+ 0
1911
+ 0
1912
+ 0
1913
+ 0
1914
+ 0
1915
+ 0
1916
+ 0
1917
+ 0
1918
+ 0
1919
+ 0
1920
+ 0
1921
+ 0
1922
+ 0
1923
+ 0
1924
+ 0
1925
+ 0
1926
+ 0
1927
+ 0
1928
+ 0
1929
+ 0
1930
+ 0
1931
+ 0
1932
+ 0
1933
+ 0
1934
+ 0
1935
+ 0
1936
+ 0
1937
+ 0
1938
+ 0
1939
+ 0
1940
+ 0
1941
+ 0
1942
+ 0
1943
+ 0
1944
+ 0
1945
+ 0
1946
+ 0
1947
+ 0
1948
+ 0
1949
+ 0
1950
+ 0
1951
+ 0
1952
+ 0
1953
+ 0
1954
+ 0
1955
+ 0
1956
+ 0
1957
+ 0
1958
+ 0
1959
+ 0
1960
+ 0
1961
+ 0
1962
+ 0
1963
+ 0
1964
+ 0
1965
+ 0
1966
+ 0
1967
+ 0
1968
+ 0
1969
+ 0
1970
+ 0
1971
+ 0
1972
+ 0
1973
+ 0
1974
+ 0
1975
+ 0
1976
+ 0
1977
+ 0
1978
+ 0
1979
+ 0
1980
+ 0
1981
+ 0
1982
+ 0
1983
+ 0
1984
+ 0
1985
+ 0
1986
+ 0
1987
+ 0
1988
+ 0
1989
+ 0
1990
+ 0
1991
+ 0
1992
+ 0
1993
+ 0
1994
+ 0
1995
+ 0
1996
+ 0
1997
+ 0
1998
+ 0
1999
+ 0
2000
+ 0
2001
+ 0
2002
+ 0
2003
+ 0
2004
+ 0
2005
+ 0
2006
+ 0
2007
+ 0
2008
+ 0
2009
+ 0
2010
+ 0
2011
+ 0
2012
+ 0
2013
+ 0
2014
+ 0
2015
+ 0
2016
+ 0
2017
+ 0
2018
+ 0
2019
+ 0
2020
+ 0
2021
+ 0
2022
+ 0
2023
+ 0
2024
+ 0
2025
+ 0
2026
+ 0
2027
+ 0
2028
+ 0
2029
+ 0
2030
+ 0
2031
+ 0
2032
+ 0
2033
+ 0
2034
+ 0
2035
+ 0
2036
+ 0
2037
+ 0
2038
+ 0
2039
+ 0
2040
+ 0
2041
+ 0
2042
+ 0
2043
+ 0
2044
+ 0
2045
+ 0
2046
+ 0
2047
+ 0
2048
+ 0
2049
+ 0
2050
+ 0
2051
+ 0
2052
+ 0
2053
+ 0
2054
+ 0
2055
+ 0
2056
+ 0
2057
+ 0
2058
+ 0
2059
+ 0
2060
+ 0
2061
+ 0
2062
+ 0
2063
+ 0
2064
+ 0
2065
+ 0
2066
+ 0
2067
+ <<END>>
2068
+ <<CUSTOM CONFIGURATION>>
2069
+ RESC=?; Reset Configuration
2070
+ CLCK=80; 20MHz/80MHz
2071
+ TPEA=1.200; Peaking Time
2072
+ GAIF=1.0998; Fine Gain
2073
+ GAIN=12.819; Total Gain (Analog * Fine)
2074
+ RESL=60; Detector Reset Lockout
2075
+ TFLA=0.400; Flat Top
2076
+ TPFA=50; Fast Channel Peaking Time
2077
+ PURE=ON; PUR Interval On/Off
2078
+ RTDE=OFF; RTD On/Off
2079
+ MCAS=NORM; MCA Source
2080
+ MCAC=2048; MCA/MCS Channels
2081
+ SOFF=OFF; Set Spectrum Offset
2082
+ AINP=POS; Analog Input Pos/Neg
2083
+ INOF=DEF; Input Offset
2084
+ GAIA=12; Analog Gain Index
2085
+ CUSP=0; Non-Trapezoidal Shaping
2086
+ PDMD=NORM; Peak Detect Mode (Min/Max)
2087
+ THSL=0.500; Slow Threshold
2088
+ TLLD=OFF; LLD Threshold
2089
+ THFA=12.12; Fast Threshold
2090
+ DACO=SHAPED; DAC Output
2091
+ DACF=50; DAC Offset
2092
+ RTDS=0.0; RTD Sensitivity
2093
+ RTDT=0.00; RTD Threshold
2094
+ BLRM=1; BLR Mode
2095
+ BLRD=3; BLR Down Correction
2096
+ BLRU=1; BLR Up Correction
2097
+ AUO1=SCA8; AUX_OUT Selection
2098
+ PRET=30.0; Preset Time
2099
+ PRER=OFF; Preset Real Time
2100
+ PREC=OFF; Preset Counts
2101
+ PRCL=1; Preset Counts Low Threshold
2102
+ PRCH=8191; Preset Counts High Threshold
2103
+ HVSE=-130; HV Set
2104
+ TECS=230; TEC Set
2105
+ PAPZ=OFF; Pole-Zero
2106
+ PAPS=8.5; Preamp 8.5/5 (N/A)
2107
+ SCOE=FA; Scope Trigger Edge
2108
+ SCOT=12; Scope Trigger Position
2109
+ SCOG=1; Digital Scope Gain
2110
+ MCSL=1; MCS Low Threshold
2111
+ MCSH=8191; MCS High Threshold
2112
+ MCST=0.01; MCS Timebase
2113
+ AUO2=ICR; AUX_OUT2 Selection
2114
+ TPMO=OFF; Test Pulser On/Off
2115
+ GPED=RI; G.P. Counter Edge
2116
+ GPIN=AUX1; G.P. Counter Input
2117
+ GPME=ON; G.P. Counter Uses MCA_EN?
2118
+ GPGA=ON; G.P. Counter Uses GATE?
2119
+ GPMC=ON; G.P. Counter Cleared With MCA Counters?
2120
+ MCAE=OFF; MCA/MCS Enable
2121
+ VOLU=ON; Speaker On/Off
2122
+ CON1=DAC; Connector 1
2123
+ CON2=AUXOUT2; Connector 2
2124
+ <<CUSTOM CONFIGURATION END>>
2125
+ <<DPP STATUS>>
2126
+ Device Type: PX5
2127
+ Serial Number: 4521
2128
+ Firmware: 6.09 Build: 7
2129
+ FPGA: 7.01
2130
+ Fast Count: 27944
2131
+ Slow Count: 38575
2132
+ GP Count: 0
2133
+ Accumulation Time: 30.000000
2134
+ Real Time: 30.116000
2135
+ Dead Time:
2136
+ HV Volt: -130V
2137
+ TEC Temp: 230K
2138
+ Board Temp: 34�C
2139
+ <<DPP STATUS END>>