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,301 @@
1
+ X,Y
2
+ 0.0,0.21728069632275404
3
+ 0.033444816053511704,0.24108266352336338
4
+ 0.06688963210702341,0.21652392636609305
5
+ 0.1003344481605351,0.1348445813806272
6
+ 0.13377926421404682,0.24527066967724395
7
+ 0.16722408026755853,0.22232211144090147
8
+ 0.2006688963210702,0.17315631226917963
9
+ 0.23411371237458192,0.22906056856866633
10
+ 0.26755852842809363,0.21823408593937607
11
+ 0.3010033444816053,0.21471302476397736
12
+ 0.33444816053511706,0.20142859694620688
13
+ 0.36789297658862874,0.22734439330033074
14
+ 0.4013377926421404,0.16318749909050573
15
+ 0.43478260869565216,0.19186639580393444
16
+ 0.46822742474916385,0.1759078816718181
17
+ 0.5016722408026756,0.22995841508300144
18
+ 0.5351170568561873,0.20200481395285957
19
+ 0.568561872909699,0.18539887195467378
20
+ 0.6020066889632106,0.1609297405057347
21
+ 0.6354515050167224,0.18716952267892092
22
+ 0.6688963210702341,0.20044080379098103
23
+ 0.7023411371237458,0.18625877971386448
24
+ 0.7357859531772575,0.2647481074937069
25
+ 0.7692307692307692,0.2503879887189474
26
+ 0.8026755852842808,0.0645014850120135
27
+ 0.8361204013377926,0.10561789194928925
28
+ 0.8695652173913043,0.19134014917736114
29
+ 0.903010033444816,0.17898084908480943
30
+ 0.9364548494983277,0.21078573279268364
31
+ 0.9698996655518394,0.21098469194779843
32
+ 1.0033444816053512,0.3060275696199771
33
+ 1.0367892976588629,0.14455390411884664
34
+ 1.0702341137123745,0.18129655369489897
35
+ 1.1036789297658862,0.30234010530215116
36
+ 1.137123745819398,0.2325645953143763
37
+ 1.1705685618729096,0.2334141109566539
38
+ 1.2040133779264213,0.1745961125137253
39
+ 1.237458193979933,0.11793261140984346
40
+ 1.2709030100334449,0.20875450037079854
41
+ 1.3043478260869565,0.20588236926374973
42
+ 1.3377926421404682,0.1391205804455624
43
+ 1.37123745819398,0.16639015113480038
44
+ 1.4046822742474916,0.1970201128764016
45
+ 1.4381270903010033,0.1534638359435348
46
+ 1.471571906354515,0.1958762146314206
47
+ 1.5050167224080266,0.20566228123204885
48
+ 1.5384615384615383,0.20277700699846188
49
+ 1.57190635451505,0.17580494122948814
50
+ 1.6053511705685617,0.23094222895013827
51
+ 1.6387959866220736,0.24596325390991902
52
+ 1.6722408026755853,0.21761359393788096
53
+ 1.705685618729097,0.16084365407780749
54
+ 1.7391304347826086,0.23854111949872026
55
+ 1.7725752508361203,0.17711095850040698
56
+ 1.806020066889632,0.24638844789411338
57
+ 1.8394648829431437,0.1491135301346404
58
+ 1.8729096989966554,0.24872593400530857
59
+ 1.906354515050167,0.20232857014270206
60
+ 1.9397993311036787,0.14125542084984882
61
+ 1.9732441471571907,0.1883935799400917
62
+ 2.0066889632107023,0.20722669291674495
63
+ 2.040133779264214,0.2186344436399411
64
+ 2.0735785953177257,0.15640214230101945
65
+ 2.1070234113712374,0.15070621390435826
66
+ 2.140468227424749,0.21666750012569203
67
+ 2.1739130434782608,0.1840179063982227
68
+ 2.2073578595317724,0.21985527905846203
69
+ 2.240802675585284,0.24684204768990317
70
+ 2.274247491638796,0.12727837456093694
71
+ 2.3076923076923075,0.22335872389645242
72
+ 2.341137123745819,0.2728676165859639
73
+ 2.374581939799331,0.1978338823076708
74
+ 2.4080267558528425,0.17332824258583085
75
+ 2.441471571906354,0.25272863126529543
76
+ 2.474916387959866,0.2291300203642347
77
+ 2.508361204013378,0.26269207883607454
78
+ 2.5418060200668897,0.2021816470845884
79
+ 2.5752508361204014,0.14700569901094165
80
+ 2.608695652173913,0.2173654026031227
81
+ 2.6421404682274248,0.20246454472178604
82
+ 2.6755852842809364,0.265538413182753
83
+ 2.709030100334448,0.2386019839053449
84
+ 2.74247491638796,0.149663432596004
85
+ 2.7759197324414715,0.17387627541649112
86
+ 2.809364548494983,0.2804008850967682
87
+ 2.842809364548495,0.2729305494498606
88
+ 2.8762541806020065,0.20982012437006914
89
+ 2.9096989966555182,0.2448340836068371
90
+ 2.94314381270903,0.27038858158761814
91
+ 2.9765886287625416,0.2749273319821168
92
+ 3.0100334448160533,0.29889467805550696
93
+ 3.043478260869565,0.27166464571120924
94
+ 3.0769230769230766,0.25804283769137987
95
+ 3.1103678929765883,0.2539751956948086
96
+ 3.1438127090301,0.32403046400423413
97
+ 3.1772575250836117,0.1632211676793554
98
+ 3.2107023411371234,0.2735484396201048
99
+ 3.2441471571906355,0.28704667826635777
100
+ 3.277591973244147,0.21924361080495142
101
+ 3.311036789297659,0.31246517958524983
102
+ 3.3444816053511706,0.26877239931936525
103
+ 3.3779264214046822,0.35016789191346287
104
+ 3.411371237458194,0.30667048957798515
105
+ 3.4448160535117056,0.3525046404860941
106
+ 3.4782608695652173,0.38627487445712777
107
+ 3.511705685618729,0.3509492654961072
108
+ 3.5451505016722407,0.29466587626451873
109
+ 3.5785953177257523,0.2695579951881521
110
+ 3.612040133779264,0.4399308601561558
111
+ 3.6454849498327757,0.353842478833972
112
+ 3.6789297658862874,0.3322730319273502
113
+ 3.712374581939799,0.3813472060477514
114
+ 3.7458193979933108,0.3721249417530166
115
+ 3.7792642140468224,0.43198015128831113
116
+ 3.812709030100334,0.3988507389483612
117
+ 3.846153846153846,0.40571337093545
118
+ 3.8795986622073575,0.37724439086882194
119
+ 3.913043478260869,0.44446001942686947
120
+ 3.9464882943143813,0.3773413108171846
121
+ 3.979933110367893,0.47041024512662144
122
+ 4.013377926421405,0.5214044729653287
123
+ 4.046822742474916,0.3770577817422344
124
+ 4.080267558528428,0.3380391548718019
125
+ 4.113712374581939,0.5002080033574104
126
+ 4.147157190635451,0.6047077479240259
127
+ 4.180602006688963,0.4351308060164037
128
+ 4.214046822742475,0.43040161989542136
129
+ 4.247491638795986,0.530018944733087
130
+ 4.280936454849498,0.4660226838231791
131
+ 4.31438127090301,0.49007934519613205
132
+ 4.3478260869565215,0.5051096725448871
133
+ 4.381270903010034,0.5560432849963767
134
+ 4.414715719063545,0.5158782975245214
135
+ 4.448160535117057,0.5564906346155074
136
+ 4.481605351170568,0.5399564373287097
137
+ 4.51505016722408,0.5124509142076153
138
+ 4.548494983277592,0.544291154606654
139
+ 4.581939799331104,0.5180397080927749
140
+ 4.615384615384615,0.5708253061757163
141
+ 4.648829431438127,0.5188930744558389
142
+ 4.682274247491638,0.524660770113884
143
+ 4.7157190635451505,0.655991333187319
144
+ 4.749163879598662,0.5839279538281497
145
+ 4.782608695652174,0.5869308798372566
146
+ 4.816053511705685,0.617826506759204
147
+ 4.849498327759197,0.5734067473612794
148
+ 4.882943143812708,0.5847916386034304
149
+ 4.916387959866221,0.6188076541479115
150
+ 4.949832775919732,0.6125613691790831
151
+ 4.983277591973244,0.5409216680579328
152
+ 5.016722408026756,0.6405536342380375
153
+ 5.050167224080267,0.5689188299024109
154
+ 5.083612040133779,0.5447462698656068
155
+ 5.117056856187291,0.5511946534773858
156
+ 5.150501672240803,0.5749223302709568
157
+ 5.183946488294314,0.6736146984944764
158
+ 5.217391304347826,0.5308491858648197
159
+ 5.250836120401337,0.594590959470134
160
+ 5.2842809364548495,0.4762520245175273
161
+ 5.317725752508361,0.5792271419213866
162
+ 5.351170568561873,0.6200647067079211
163
+ 5.384615384615384,0.5586663907791564
164
+ 5.418060200668896,0.5340919451570036
165
+ 5.4515050167224075,0.5718580206967421
166
+ 5.48494983277592,0.5896920569477281
167
+ 5.518394648829431,0.581965978824259
168
+ 5.551839464882943,0.6412201853079891
169
+ 5.585284280936454,0.5466017892109912
170
+ 5.618729096989966,0.49982267569414013
171
+ 5.652173913043478,0.5162165863797441
172
+ 5.68561872909699,0.5117556921119782
173
+ 5.719063545150502,0.5134956325000004
174
+ 5.752508361204013,0.49906910738259175
175
+ 5.785953177257525,0.501634704780331
176
+ 5.8193979933110365,0.40163454542924293
177
+ 5.852842809364549,0.5187943049518717
178
+ 5.88628762541806,0.4406271021536431
179
+ 5.919732441471572,0.40269268161701655
180
+ 5.953177257525083,0.485179641629264
181
+ 5.986622073578595,0.5110738976851261
182
+ 6.020066889632107,0.4617671806133953
183
+ 6.053511705685619,0.4370926126272097
184
+ 6.08695652173913,0.3743705992208974
185
+ 6.120401337792642,0.5565517438111451
186
+ 6.153846153846153,0.44903882278760465
187
+ 6.187290969899665,0.34018959630935747
188
+ 6.220735785953177,0.35039114226568974
189
+ 6.254180602006689,0.3860444707057443
190
+ 6.2876254180602,0.296397795044911
191
+ 6.321070234113712,0.37513279965959206
192
+ 6.354515050167223,0.33645351070771023
193
+ 6.3879598662207355,0.4135751842961481
194
+ 6.421404682274247,0.39338165995479657
195
+ 6.454849498327759,0.20288766156392246
196
+ 6.488294314381271,0.3338879156617992
197
+ 6.521739130434782,0.24445931922238223
198
+ 6.555183946488294,0.3745288784090476
199
+ 6.588628762541806,0.3213553872360928
200
+ 6.622073578595318,0.3344659247070254
201
+ 6.655518394648829,0.24808021350137013
202
+ 6.688963210702341,0.3872460108281225
203
+ 6.722408026755852,0.3915147272059831
204
+ 6.7558528428093645,0.23215812093584415
205
+ 6.789297658862876,0.29912196196798757
206
+ 6.822742474916388,0.242098760013773
207
+ 6.856187290969899,0.27006482713453506
208
+ 6.889632107023411,0.2036357499729728
209
+ 6.9230769230769225,0.3561415303688358
210
+ 6.956521739130435,0.2103813887959978
211
+ 6.989966555183946,0.24027837749991485
212
+ 7.023411371237458,0.276581261745279
213
+ 7.056856187290969,0.21573186997800248
214
+ 7.090301003344481,0.23292090194858606
215
+ 7.123745819397993,0.21365030034414545
216
+ 7.157190635451505,0.23226926083715366
217
+ 7.190635451505017,0.17768430151239026
218
+ 7.224080267558528,0.2117350256415361
219
+ 7.25752508361204,0.22086124798214685
220
+ 7.290969899665551,0.21223404129628046
221
+ 7.3244147157190636,0.22960671982506403
222
+ 7.357859531772575,0.21010084140451163
223
+ 7.391304347826087,0.2605265112606543
224
+ 7.424749163879598,0.20493681640776074
225
+ 7.45819397993311,0.2126099527723582
226
+ 7.4916387959866215,0.18465885849740393
227
+ 7.525083612040134,0.19013195254806578
228
+ 7.558528428093645,0.15189180036533023
229
+ 7.591973244147157,0.23980821779160758
230
+ 7.625418060200668,0.1555843236435699
231
+ 7.65886287625418,0.1743424482997611
232
+ 7.692307692307692,0.2286015506711318
233
+ 7.725752508361204,0.22984641117571097
234
+ 7.759197324414715,0.18886033401573069
235
+ 7.792642140468227,0.10711670794751071
236
+ 7.826086956521738,0.22838105160699157
237
+ 7.8595317725752505,0.219666446427941
238
+ 7.892976588628763,0.13545580548902914
239
+ 7.926421404682274,0.24402765268779317
240
+ 7.959866220735786,0.1699398866600471
241
+ 7.993311036789297,0.14821217317050273
242
+ 8.02675585284281,0.20887508908664693
243
+ 8.060200668896321,0.19476934379660885
244
+ 8.093645484949832,0.21346294292303347
245
+ 8.127090301003344,0.12271517093264758
246
+ 8.160535117056856,0.2933144067921313
247
+ 8.193979933110368,0.17229748625252772
248
+ 8.227424749163879,0.12519999399893905
249
+ 8.26086956521739,0.23290061473780568
250
+ 8.294314381270903,0.184014958942264
251
+ 8.327759197324415,0.21781410299819795
252
+ 8.361204013377925,0.18442448466455066
253
+ 8.394648829431437,0.19826780733685112
254
+ 8.42809364548495,0.21340816633213555
255
+ 8.461538461538462,0.16366505094654268
256
+ 8.494983277591972,0.234825109651554
257
+ 8.528428093645484,0.17729470807005432
258
+ 8.561872909698996,0.15721705988805004
259
+ 8.595317725752508,0.20447391795388808
260
+ 8.62876254180602,0.22280354814838058
261
+ 8.66220735785953,0.1890342160768591
262
+ 8.695652173913043,0.15730567551869423
263
+ 8.729096989966555,0.23137054147509312
264
+ 8.762541806020067,0.11231993034648725
265
+ 8.795986622073578,0.14875322429632182
266
+ 8.82943143812709,0.20223708686451003
267
+ 8.862876254180602,0.13217647558903056
268
+ 8.896321070234114,0.2016012381399931
269
+ 8.929765886287624,0.19743364815032569
270
+ 8.963210702341136,0.24509193169636911
271
+ 8.996655518394649,0.15439611427676014
272
+ 9.03010033444816,0.1688232692145881
273
+ 9.063545150501671,0.2167626671528031
274
+ 9.096989966555183,0.07721219015333675
275
+ 9.130434782608695,0.3550808687258485
276
+ 9.163879598662207,0.16513601772458444
277
+ 9.197324414715718,0.16356785632403403
278
+ 9.23076923076923,0.24310814849884335
279
+ 9.264214046822742,0.19805332470201237
280
+ 9.297658862876254,0.11106749404365343
281
+ 9.331103678929766,0.23138006376969447
282
+ 9.364548494983277,0.2427980264098249
283
+ 9.397993311036789,0.17752784994977974
284
+ 9.431438127090301,0.18594169158832696
285
+ 9.464882943143813,0.22431793844174622
286
+ 9.498327759197323,0.15457709195554759
287
+ 9.531772575250836,0.22193327551616243
288
+ 9.565217391304348,0.20997681872581198
289
+ 9.59866220735786,0.1662635726517932
290
+ 9.63210702341137,0.13040365027911616
291
+ 9.665551839464882,0.1887271933423627
292
+ 9.698996655518394,0.15623528701819264
293
+ 9.732441471571907,0.2500759774140805
294
+ 9.765886287625417,0.20720893178384484
295
+ 9.799331103678929,0.23910820016518872
296
+ 9.832775919732441,0.20673447958992383
297
+ 9.866220735785953,0.21314793219783962
298
+ 9.899665551839464,0.1608524970993262
299
+ 9.933110367892976,0.23340444388553094
300
+ 9.966555183946488,0.2892366700636567
301
+ 10.0,0.18451710894363765
@@ -0,0 +1,319 @@
1
+ 5.281 -0.0527755
2
+ 5.306 -0.0527755
3
+ 5.331 -0.0377771
4
+ 5.356 -0.0227787
5
+ 5.381 -0.0227787
6
+ 5.406 -0.00778034
7
+ 5.431 0.00721805
8
+ 5.456 0.0372148
9
+ 5.481 0.0372148
10
+ 5.506 0.0372148
11
+ 5.531 0.00721805
12
+ 5.556 0.00721805
13
+ 5.581 0.00721805
14
+ 5.606 0.0372148
15
+ 5.631 0.0522132
16
+ 5.656 0.0522132
17
+ 5.681 -0.00778034
18
+ 5.706 -0.0377771
19
+ 5.731 -0.0227787
20
+ 5.756 0.00721805
21
+ 5.781 -0.0227787
22
+ 5.806 -0.0527755
23
+ 5.831 -0.0827723
24
+ 5.856 -0.0677739
25
+ 5.881 -0.0677739
26
+ 5.906 -0.0377771
27
+ 5.931 -0.0227787
28
+ 5.956 0.00721805
29
+ 5.981 0.00721805
30
+ 6.006 0.0222164
31
+ 6.031 0.0372148
32
+ 6.056 0.0522132
33
+ 6.081 0.00721805
34
+ 6.106 -0.00778034
35
+ 6.131 0.00721805
36
+ 6.156 0.0372148
37
+ 6.181 0.00721805
38
+ 6.206 -0.00778034
39
+ 6.231 0.00721805
40
+ 6.256 0.0372148
41
+ 6.281 0.0222164
42
+ 6.306 -0.00778034
43
+ 6.331 -0.0227787
44
+ 6.356 -0.0227787
45
+ 6.381 -0.0527755
46
+ 6.406 -0.0527755
47
+ 6.431 -0.0227787
48
+ 6.456 0.0222164
49
+ 6.481 0.0222164
50
+ 6.506 0.0222164
51
+ 6.531 0.00721805
52
+ 6.556 0.0222164
53
+ 6.581 0.0222164
54
+ 6.606 0.0372148
55
+ 6.631 0.00721805
56
+ 6.656 0.00721805
57
+ 6.681 0.00721805
58
+ 6.706 0.00721805
59
+ 6.731 -0.0227787
60
+ 6.756 -0.0377771
61
+ 6.781 -0.0227787
62
+ 6.806 0.00721805
63
+ 6.831 0.00721805
64
+ 6.856 0.00721805
65
+ 6.881 -0.00778034
66
+ 6.906 0.00721805
67
+ 6.931 -0.00778034
68
+ 6.956 0.00721805
69
+ 6.981 0.00721805
70
+ 7.006 0.0222164
71
+ 7.031 0.00721805
72
+ 7.056 -0.00778034
73
+ 7.081 -0.0227787
74
+ 7.106 0.00721805
75
+ 7.131 0.0372148
76
+ 7.156 0.0372148
77
+ 7.181 -0.0227787
78
+ 7.206 -0.0527755
79
+ 7.231 -0.0527755
80
+ 7.256 -0.00778034
81
+ 7.281 0.00721805
82
+ 7.306 0.00721805
83
+ 7.331 -0.00778034
84
+ 7.356 0.00721805
85
+ 7.381 0.00721805
86
+ 7.406 0.00721805
87
+ 7.431 0.00721805
88
+ 7.456 0.0222164
89
+ 7.481 0.0222164
90
+ 7.506 0.0222164
91
+ 7.531 0.00721805
92
+ 7.556 0.00721805
93
+ 7.581 -0.00778034
94
+ 7.606 0.00721805
95
+ 7.631 -0.00778034
96
+ 7.656 -0.00778034
97
+ 7.681 -0.0227787
98
+ 7.706 -0.0227787
99
+ 7.731 -0.0227787
100
+ 7.756 -0.0227787
101
+ 7.781 -0.0377771
102
+ 7.806 -0.0377771
103
+ 7.831 -0.0227787
104
+ 7.856 0.0222164
105
+ 7.881 0.0522132
106
+ 7.906 0.0972084
107
+ 7.931 0.127205
108
+ 7.956 0.1722
109
+ 7.981 0.187199
110
+ 8.006 0.232194
111
+ 8.031 0.277189
112
+ 8.056 0.337183
113
+ 8.081 0.382178
114
+ 8.106 0.442171
115
+ 8.131 0.517163
116
+ 8.156 0.592155
117
+ 8.181 0.622152
118
+ 8.206 0.652149
119
+ 8.231 0.682146
120
+ 8.256 0.742139
121
+ 8.281 0.757138
122
+ 8.306 0.772136
123
+ 8.331 0.772136
124
+ 8.356 0.802133
125
+ 8.381 0.832129
126
+ 8.406 0.877125
127
+ 8.431 0.877125
128
+ 8.456 0.877125
129
+ 8.481 0.847128
130
+ 8.506 0.832129
131
+ 8.531 0.832129
132
+ 8.556 0.847128
133
+ 8.581 0.847128
134
+ 8.606 0.877125
135
+ 8.631 0.892123
136
+ 8.656 0.892123
137
+ 8.681 0.847128
138
+ 8.706 0.847128
139
+ 8.731 0.877125
140
+ 8.756 0.937118
141
+ 8.781 0.92212
142
+ 8.806 0.892123
143
+ 8.831 0.877125
144
+ 8.856 0.907121
145
+ 8.881 0.92212
146
+ 8.906 0.92212
147
+ 8.931 0.892123
148
+ 8.956 0.877125
149
+ 8.981 0.862126
150
+ 9.006 0.877125
151
+ 9.031 0.877125
152
+ 9.056 0.877125
153
+ 9.081 0.862126
154
+ 9.106 0.877125
155
+ 9.131 0.877125
156
+ 9.156 0.877125
157
+ 9.181 0.877125
158
+ 9.206 0.907121
159
+ 9.231 0.937118
160
+ 9.256 0.952117
161
+ 9.281 0.907121
162
+ 9.306 0.892123
163
+ 9.331 0.907121
164
+ 9.356 0.937118
165
+ 9.381 0.92212
166
+ 9.406 0.92212
167
+ 9.431 0.907121
168
+ 9.456 0.907121
169
+ 9.481 0.877125
170
+ 9.506 0.862126
171
+ 9.531 0.877125
172
+ 9.556 0.892123
173
+ 9.581 0.862126
174
+ 9.606 0.862126
175
+ 9.631 0.877125
176
+ 9.656 0.907121
177
+ 9.681 0.892123
178
+ 9.706 0.892123
179
+ 9.731 0.892123
180
+ 9.756 0.92212
181
+ 9.781 0.92212
182
+ 9.806 0.907121
183
+ 9.831 0.892123
184
+ 9.856 0.907121
185
+ 9.881 0.907121
186
+ 9.906 0.907121
187
+ 9.931 0.862126
188
+ 9.956 0.832129
189
+ 9.981 0.817131
190
+ 10.006 0.847128
191
+ 10.031 0.862126
192
+ 10.056 0.877125
193
+ 10.081 0.862126
194
+ 10.106 0.862126
195
+ 10.131 0.847128
196
+ 10.156 0.862126
197
+ 10.181 0.862126
198
+ 10.206 0.877125
199
+ 10.231 0.892123
200
+ 10.256 0.92212
201
+ 10.281 0.907121
202
+ 10.306 0.892123
203
+ 10.331 0.877125
204
+ 10.356 0.892123
205
+ 10.381 0.877125
206
+ 10.406 0.877125
207
+ 10.431 0.862126
208
+ 10.456 0.862126
209
+ 10.481 0.847128
210
+ 10.506 0.847128
211
+ 10.531 0.847128
212
+ 10.556 0.862126
213
+ 10.581 0.832129
214
+ 10.606 0.802133
215
+ 10.631 0.772136
216
+ 10.656 0.772136
217
+ 10.681 0.727141
218
+ 10.706 0.667147
219
+ 10.731 0.592155
220
+ 10.756 0.562158
221
+ 10.781 0.532162
222
+ 10.806 0.502165
223
+ 10.831 0.427173
224
+ 10.856 0.352181
225
+ 10.881 0.292187
226
+ 10.906 0.262191
227
+ 10.931 0.232194
228
+ 10.956 0.202197
229
+ 10.981 0.157202
230
+ 11.006 0.157202
231
+ 11.031 0.1722
232
+ 11.056 0.202197
233
+ 11.081 0.1722
234
+ 11.106 0.127205
235
+ 11.131 0.0972084
236
+ 11.156 0.112207
237
+ 11.181 0.112207
238
+ 11.206 0.127205
239
+ 11.231 0.0972084
240
+ 11.256 0.0672116
241
+ 11.281 0.0222164
242
+ 11.306 0.00721805
243
+ 11.331 0.00721805
244
+ 11.356 0.0222164
245
+ 11.381 0.00721805
246
+ 11.406 0.00721805
247
+ 11.431 0.00721805
248
+ 11.456 0.0222164
249
+ 11.481 0.0372148
250
+ 11.506 0.0522132
251
+ 11.531 0.0372148
252
+ 11.556 0.0522132
253
+ 11.581 0.0522132
254
+ 11.606 0.08221
255
+ 11.631 0.08221
256
+ 11.656 0.0672116
257
+ 11.681 0.0222164
258
+ 11.706 0.0222164
259
+ 11.731 0.0222164
260
+ 11.756 0.0222164
261
+ 11.781 -0.0227787
262
+ 11.806 -0.0377771
263
+ 11.831 -0.0227787
264
+ 11.856 0.00721805
265
+ 11.881 0.00721805
266
+ 11.906 0.00721805
267
+ 11.931 0.0222164
268
+ 11.956 0.0522132
269
+ 11.981 0.0372148
270
+ 12.006 0.0222164
271
+ 12.031 0.00721805
272
+ 12.056 0.0222164
273
+ 12.081 0.0372148
274
+ 12.106 0.0522132
275
+ 12.131 0.0222164
276
+ 12.156 0.00721805
277
+ 12.181 0.00721805
278
+ 12.206 0.0372148
279
+ 12.231 0.0372148
280
+ 12.256 0.0372148
281
+ 12.281 0.00721805
282
+ 12.306 -0.00778034
283
+ 12.331 -0.0227787
284
+ 12.356 -0.0227787
285
+ 12.381 -0.0227787
286
+ 12.406 0.00721805
287
+ 12.431 0.0522132
288
+ 12.456 0.08221
289
+ 12.481 0.0522132
290
+ 12.506 0.0372148
291
+ 12.531 0.0222164
292
+ 12.556 0.0372148
293
+ 12.581 0.0372148
294
+ 12.606 0.0372148
295
+ 12.631 0.0372148
296
+ 12.656 0.0372148
297
+ 12.681 0.0222164
298
+ 12.706 0.00721805
299
+ 12.731 -0.00778034
300
+ 12.756 0.0222164
301
+ 12.781 0.0372148
302
+ 12.806 0.0372148
303
+ 12.831 0.00721805
304
+ 12.856 -0.00778034
305
+ 12.881 -0.0227787
306
+ 12.906 0.00721805
307
+ 12.931 0.0222164
308
+ 12.956 0.0522132
309
+ 12.981 0.0672116
310
+ 13.006 0.08221
311
+ 13.031 0.0672116
312
+ 13.056 0.0522132
313
+ 13.081 0.0372148
314
+ 13.106 0.0222164
315
+ 13.131 -0.00778034
316
+ 13.156 -0.00778034
317
+ 13.181 0.00721805
318
+ 13.206 0.0522132
319
+ 13.231 0.0372148
@@ -0,0 +1,29 @@
1
+ time;PT380;TT382;2TT385;1TT385;TT383
2
+ -1294.982;1254.853394;26.64377594;35.75617218;32.19374466;32.60350037
3
+ -1294.884;1254.853394;26.64377594;35.75617218;32.19374466;32.60350037
4
+ -1294.883;1254.853394;26.64377594;35.75617218;32.19374466;32.60350037
5
+ -1294.876;1254.853394;26.64377594;35.75617218;32.19374466;32.60350037
6
+ -1294.834;1254.853394;26.64377594;35.75617218;32.19374466;32.60350037
7
+ -1294.805;1254.853394;26.64377594;35.75617218;32.19374466;32.60350037
8
+ -1294.784;1254.853394;26.64377594;35.75617218;32.19374466;32.60350037
9
+ -1294.756;1254.853394;26.64377594;35.75617218;32.19374466;32.60350037
10
+ -1294.755;1254.853394;26.64033699;35.75617218;32.19374466;32.60350037
11
+ -1294.684;1254.853394;26.64033699;35.75617218;32.19374466;32.60350037
12
+ -1294.634;1254.853394;26.64033699;35.75617218;32.19374466;32.60350037
13
+ -1294.633;1254.853394;26.63676262;35.75617218;32.19374466;32.60350037
14
+ -1294.626;1254.853394;26.63676262;35.75617218;32.19374466;32.60350037
15
+ -1294.584;1254.853394;26.63676262;35.74349594;32.19374466;32.60350037
16
+ -1294.555;1254.853394;26.63676262;35.74349594;32.19374466;32.60350037
17
+ -1294.506;1254.853394;26.63676262;35.74349594;32.19374466;32.60350037
18
+ -1294.505;1254.853394;26.6340313;35.74349594;32.19374466;32.60350037
19
+ -1294.484;1254.853394;26.6340313;35.74349594;32.19374466;32.60350037
20
+ -1294.446;1254.853394;26.6340313;35.74349594;32.19374466;32.60350037
21
+ -1294.444;1254.853394;26.6340313;35.74349594;32.19374466;32.60350037
22
+ -1294.436;1254.853394;26.6340313;35.74349594;32.19374466;32.60350037
23
+ -1294.432;1254.853394;26.6340313;35.74349594;32.19374466;32.60350037
24
+ -1294.376;1254.853394;26.6340313;35.74349594;32.19374466;32.60350037
25
+ -1294.356;1254.853394;26.6340313;35.74349594;32.19374466;32.60350037
26
+ -1294.355;1254.853394;26.63006401;35.74349594;32.19374466;32.60350037
27
+ -1294.331;1254.853394;26.63006401;35.74349594;32.19374466;32.60350037
28
+ -1294.315;1254.853394;26.63006401;35.74349594;32.19374466;32.60350037
29
+ -1294.311;1254.853394;26.63006401;35.74349594;32.19374466;32.60350037