-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIV_Test.csv
More file actions
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 2 columns, instead of 3 in line 2.
919 lines (919 loc) · 82.7 KB
/
Copy pathIV_Test.csv
File metadata and controls
919 lines (919 loc) · 82.7 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
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
SetupTitle, I/V Sweep
PrimitiveTest, I/V Sweep
TestParameter, Context.MainFrame, B1500A
TestParameter, Channel.UnitType, SMU, SMU, SMU
TestParameter, Channel.Unit, SMU4:MP, SMU1:MP, SMU2:MP
TestParameter, Channel.IName, Ig, Id, Is
TestParameter, Channel.VName, Vg, Vd, Vs
TestParameter, Channel.Mode, V, V, V
TestParameter, Channel.Func, VAR1, CONST, CONST
TestParameter, Channel.Index,
TestParameter, Channel.Time,
TestParameter, Measurement.Port.Unit, SMU4:MP, SMU1:MP, SMU2:MP
TestParameter, Measurement.Port.SeriesResistor, NONE, NONE, NONE
TestParameter, Measurement.Port.Filter, ON, ON, ON
TestParameter, Measurement.Port.OutputVoltageComparison, 0, 0, 0
TestParameter, Measurement.Primary.Locus, Single
TestParameter, Measurement.Primary.Scale, LINEAR
TestParameter, Measurement.Primary.Start, -1
TestParameter, Measurement.Primary.Stop, 1
TestParameter, Measurement.Primary.Step, 0.003
TestParameter, Measurement.Primary.Compliance, 0.1
TestParameter, Measurement.Primary.PowerCompliance, 0
TestParameter, Measurement.Aborting.Condition, CONTINUE AT ANY
TestParameter, Measurement.PostOutput.Value, START
TestParameter, Measurement.PostOutput.Retention, OFF
TestParameter, Measurement.Bias.Source, -1, 1, 0
TestParameter, Measurement.Bias.Compliance, 0.1, 0.1, 0.1
TestParameter, Measurement.Monitor.Unit, SMU4:MP, SMU1:MP, SMU2:MP
TestParameter, Measurement.Monitor.Adc, HR ADC, HR ADC, HR ADC
TestParameter, Measurement.Monitor.Measurement, Compliance Side, Compliance Side, Compliance Side
TestParameter, Measurement.Monitor.RangingMode, LIMITED, LIMITED, LIMITED
TestParameter, Measurement.Monitor.RangeBoundary, 1nA, 1nA, 1nA
TestParameter, Measurement.Monitor.RangeRating, BY FULL RANGE, BY FULL RANGE, BY FULL RANGE
TestParameter, Measurement.Monitor.RangeRatingCoeff, 50, 50, 50
TestParameter, Measurement.Timing.Hold, 0
TestParameter, Measurement.Timing.Delay, 0
TestParameter, Measurement.Adc.HighSpeed.Mode, AUTO
TestParameter, Measurement.Adc.HighSpeed.Coeff, 1
TestParameter, Measurement.Adc.HighResolution.AutoZero, OFF
TestParameter, Measurement.Adc.HighResolution.Mode, AUTO
TestParameter, Measurement.Adc.HighResolution.Coeff, 6
TestParameter, Measurement.WaitTime.Source.Coeff, 1
TestParameter, Measurement.WaitTime.Source.Offset, 0
TestParameter, Measurement.WaitTime.Monitor.Coeff, 1
TestParameter, Measurement.WaitTime.Monitor.Offset, 0
TestParameter, Function.User.Name, abs_Id, abs_Is, abs_Ig
TestParameter, Function.User.Unit, A, A, A
TestParameter, Function.User.Definition, abs(Id), abs(Is), abs(Ig)
TestParameter, Output.Graph.Enabled, true
TestParameter, Output.Graph.AutoScaling, false
TestParameter, Output.Graph.XAxis.Data, Vg
TestParameter, Output.Graph.XAxis.Scale, Linear
TestParameter, Output.Graph.XAxis.Left, -1
TestParameter, Output.Graph.XAxis.Right, 1
TestParameter, Output.Graph.XAxis.RunTimeAutoScale, false
TestParameter, Output.Graph.YAxis.Data, abs_Id, abs_Is, abs_Ig
TestParameter, Output.Graph.YAxis.Scale, Log, Log, Log
TestParameter, Output.Graph.YAxis.Bottom, 0, 0, 0
TestParameter, Output.Graph.YAxis.Top, 1, 1, 1
TestParameter, Output.Graph.YAxis.Group, , ,
TestParameter, Output.Graph.YAxis.RunTimeAutoScale, true, true, true
TestParameter, AutoAnalysis.Interpolation, false
TestParameter, AutoAnalysis.Line1.Enabled, false
TestParameter, AutoAnalysis.Line1.Type, 1
TestParameter, AutoAnalysis.Line1.Fix, True
TestParameter, AutoAnalysis.Line1.YAxis, 0
TestParameter, AutoAnalysis.Line1.Point1.Type, 0
TestParameter, AutoAnalysis.Line1.Point1.XY.X,
TestParameter, AutoAnalysis.Line1.Point1.XY.Y,
TestParameter, AutoAnalysis.Line1.Point1.Data.Var,
TestParameter, AutoAnalysis.Line1.Point1.Data.Condition,
TestParameter, AutoAnalysis.Line1.Point1.Data.Start, false
TestParameter, AutoAnalysis.Line1.Point1.Data.StartVar,
TestParameter, AutoAnalysis.Line1.Point1.Data.StartCondition,
TestParameter, AutoAnalysis.Line1.Point2.Type, 0
TestParameter, AutoAnalysis.Line1.Point2.XY.X,
TestParameter, AutoAnalysis.Line1.Point2.XY.Y,
TestParameter, AutoAnalysis.Line1.Point2.Data.Var,
TestParameter, AutoAnalysis.Line1.Point2.Data.Condition,
TestParameter, AutoAnalysis.Line1.Point2.Data.Start, false
TestParameter, AutoAnalysis.Line1.Point2.Data.StartVar,
TestParameter, AutoAnalysis.Line1.Point2.Data.StartCondition,
TestParameter, AutoAnalysis.Line1.GradientExpr, 0
TestParameter, AutoAnalysis.Line2.Enabled, false
TestParameter, AutoAnalysis.Line2.Type, 1
TestParameter, AutoAnalysis.Line2.Fix, True
TestParameter, AutoAnalysis.Line2.YAxis, 0
TestParameter, AutoAnalysis.Line2.Point1.Type, 0
TestParameter, AutoAnalysis.Line2.Point1.XY.X,
TestParameter, AutoAnalysis.Line2.Point1.XY.Y,
TestParameter, AutoAnalysis.Line2.Point1.Data.Var,
TestParameter, AutoAnalysis.Line2.Point1.Data.Condition,
TestParameter, AutoAnalysis.Line2.Point1.Data.Start, false
TestParameter, AutoAnalysis.Line2.Point1.Data.StartVar,
TestParameter, AutoAnalysis.Line2.Point1.Data.StartCondition,
TestParameter, AutoAnalysis.Line2.Point2.Type, 0
TestParameter, AutoAnalysis.Line2.Point2.XY.X,
TestParameter, AutoAnalysis.Line2.Point2.XY.Y,
TestParameter, AutoAnalysis.Line2.Point2.Data.Var,
TestParameter, AutoAnalysis.Line2.Point2.Data.Condition,
TestParameter, AutoAnalysis.Line2.Point2.Data.Start, false
TestParameter, AutoAnalysis.Line2.Point2.Data.StartVar,
TestParameter, AutoAnalysis.Line2.Point2.Data.StartCondition,
TestParameter, AutoAnalysis.Line2.GradientExpr, 0
TestParameter, AutoAnalysis.Marker.Enabled, false
TestParameter, AutoAnalysis.Marker.Data.Var,
TestParameter, AutoAnalysis.Marker.Data.Condition,
TestParameter, AutoAnalysis.Marker.Data.Start, false
TestParameter, AutoAnalysis.Marker.Data.StartVar,
TestParameter, AutoAnalysis.Marker.Data.StartCondition,
MetaData, TestRecord.EntryPoint, true
MetaData, TestRecord.RecordTime, 08/14/2025 09:44:55
MetaData, TestRecord.TestTarget, 05.0
MetaData, TestRecord.IterationIndex, 5
MetaData, TestRecord.Preservation, true
MetaData, TestRecord.Flag,
MetaData, TestRecord.Remarks,
MetaData, TestRecord.LinkKey, 809e7632-c704-4ad7-823b-11a8ff795e6e
AnalysisSetup, Analysis.Setup.Vector.Graph.Enabled, true
AnalysisSetup, Analysis.Setup.Vector.Graph.ActiveYAxis, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.LeftYAxis, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.RightYAxis, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.XAxis.Name, Vg
AnalysisSetup, Analysis.Setup.Vector.Graph.XAxis.GroupName,
AnalysisSetup, Analysis.Setup.Vector.Graph.XAxis.RunTimeAutoScale, false
AnalysisSetup, Analysis.Setup.Vector.Graph.XAxis.Unit, V
AnalysisSetup, Analysis.Setup.Vector.Graph.XAxis.Scale, Linear
AnalysisSetup, Analysis.Setup.Vector.Graph.XAxis.Left, -1
AnalysisSetup, Analysis.Setup.Vector.Graph.XAxis.Right, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.YAxis.Name, abs_Id, abs_Is, abs_Ig
AnalysisSetup, Analysis.Setup.Vector.Graph.YAxis.GroupName, , ,
AnalysisSetup, Analysis.Setup.Vector.Graph.YAxis.RunTimeAutoScale, true, true, true
AnalysisSetup, Analysis.Setup.Vector.Graph.YAxis.Unit, A, A, A
AnalysisSetup, Analysis.Setup.Vector.Graph.YAxis.Scale, Log, Log, Log
AnalysisSetup, Analysis.Setup.Vector.Graph.YAxis.Bottom, 1E-12, 1E-11, 1E-11
AnalysisSetup, Analysis.Setup.Vector.Graph.YAxis.Top, 1E-06, 1E-06, 1E-07
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Marker.Enabled, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Marker.Interpolation, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Marker.Index, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Marker.Step, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Cursor.Enabled, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Cursor.Active, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Cursor.NormalX, 0.5
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Cursor.NormalY, 0.75
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Enabled, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Active, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Fix, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Type, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.YAxisIndex, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.LastIndex, -1
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.LastStep, -1
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Cursor1.Enabled, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Cursor1.Active, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Cursor1.NormalX, 0.5
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Cursor1.NormalY, 0.75
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Cursor2.Enabled, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Cursor2.Active, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Cursor2.NormalX, 0.5
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Cursor2.NormalY, 0.75
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line1.Gradient,
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Enabled, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Active, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Fix, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Type, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.YAxisIndex, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.LastIndex, -1
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.LastStep, -1
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Cursor1.Enabled, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Cursor1.Active, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Cursor1.NormalX, 0.5
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Cursor1.NormalY, 0.75
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Cursor2.Enabled, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Cursor2.Active, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Cursor2.NormalX, 0.5
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Cursor2.NormalY, 0.75
AnalysisSetup, Analysis.Setup.Vector.Graph.Operation.Line2.Gradient,
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.BackgroundColor, -1
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.TextColor, -16777216
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.GridColor, -3618616
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.LineColor, -65336
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Var2LabelColor, -11513776
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.ChangeToColor, -24416
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.GridStyle, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.LineStyle, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Var2LabelStyle, Adjacent
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y1.Visible, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y1.PlotColor, -16777036
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y1.Thickness, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y1.PlotStyle, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y2.Visible, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y2.PlotColor, -39936
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y2.Thickness, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y2.PlotStyle, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y3.Visible, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y3.PlotColor, -16731136
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y3.Thickness, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y3.PlotStyle, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y4.Visible, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y4.PlotColor, -8892376
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y4.Thickness, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y4.PlotStyle, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y5.Visible, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y5.PlotColor, -65536
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y5.Thickness, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y5.PlotStyle, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y6.Visible, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y6.PlotColor, -14336
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y6.Thickness, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y6.PlotStyle, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y7.Visible, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y7.PlotColor, -6946586
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y7.Thickness, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y7.PlotStyle, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y8.Visible, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y8.PlotColor, -16733546
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y8.Thickness, 1
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Plots.Y8.PlotStyle, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Text.AxisTitle.FontName, Tahoma
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Text.AxisTitle.RelativeSize, Medium
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Text.AxisTitle.Size, 7
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Text.ScaleText.FontName, Tahoma
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Text.ScaleText.RelativeSize, Medium
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Text.ScaleText.Size, 7
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Text.Legend.FontName, Tahoma
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Text.Legend.RelativeSize, Medium
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Text.Legend.Size, 7
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Scale.LogTickedDecadeCount, 6
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.LogoVisible, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.GridVisible, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.SetupSummaryVisible, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.ChangeColorEnabled, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.MinorTicksValueVisible, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.CursorFormat, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.CursorDigits, 6
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.MarkerFormat, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.MarkerDigits, 6
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.InterceptFormat, 0
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.InterceptDigits, 6
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.Var2LabelVisible, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.ParametersVisible, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.GridNumberFixity, false
AnalysisSetup, Analysis.Setup.Vector.Graph.Preference.AddsVerticalMargin, true
AnalysisSetup, Analysis.Setup.Vector.Graph.Notes, [VAR1] Unit=SMU4:MP, Name=Vg, Direction=Single, Linear/Log=LINEAR, Start=-1 V, Stop=1 V, Step=3 mV, No. of Steps=668, Compliance=100 mA, Pwr Comp=OFF [CONSTANTS] Unit=SMU1:MP, Name=Vd, Source Mode=V, Source=1 V, Compliance=100 mA [CONSTANTS] Unit=SMU2:MP, Name=Vs, Source Mode=V, Source=0 V, Compliance=100 mA
AnalysisSetup, Analysis.Setup.Vector.Graph.SetupInfo, 2E-05 2E-05 5
AnalysisSetup, Analysis.Setup.Preference.GraphVisible, true
AnalysisSetup, Analysis.Setup.Preference.ListVisible, true
AnalysisSetup, Analysis.Setup.Preference.ScalarVisible, true
AnalysisSetup, Analysis.Setup.Title, I/V Sweep
Dimension1, 668, 668, 668, 668, 668, 668, 668
Dimension2, 1, 1, 1, 1, 1, 1, 1
DataName, Vg, Ig, Id, Is, abs_Id, abs_Is, abs_Ig
DataValue, -1, -7.2427999999999992E-08, 2.4895999999999997E-08, 1.94708E-08, 2.4895999999999997E-08, 1.94708E-08, 7.2427999999999992E-08
DataValue, -0.997, -3.6521399999999995E-08, 2.0638E-08, 1.72298E-08, 2.0638E-08, 1.72298E-08, 3.6521399999999995E-08
DataValue, -0.994, -3.73704E-08, 1.9224199999999998E-08, 1.5428599999999997E-08, 1.9224199999999998E-08, 1.5428599999999997E-08, 3.73704E-08
DataValue, -0.991, -3.12614E-08, 1.84692E-08, 1.3811199999999998E-08, 1.84692E-08, 1.3811199999999998E-08, 3.12614E-08
DataValue, -0.9880000000000001, -2.9765799999999996E-08, 1.669E-08, 1.2772399999999999E-08, 1.669E-08, 1.2772399999999999E-08, 2.9765799999999996E-08
DataValue, -0.9850000000000001, -3.0076799999999994E-08, 1.62438E-08, 1.1520199999999999E-08, 1.62438E-08, 1.1520199999999999E-08, 3.0076799999999994E-08
DataValue, -0.9820000000000001, -2.4458399999999998E-08, 1.5527199999999998E-08, 1.06832E-08, 1.5527199999999998E-08, 1.06832E-08, 2.4458399999999998E-08
DataValue, -0.97900000000000009, -2.64254E-08, 1.4922999999999997E-08, 9.8425999999999991E-09, 1.4922999999999997E-08, 9.8425999999999991E-09, 2.64254E-08
DataValue, -0.97600000000000009, -2.09814E-08, 1.38882E-08, 8.5473999999999988E-09, 1.38882E-08, 8.5473999999999988E-09, 2.09814E-08
DataValue, -0.97300000000000009, -1.8267799999999998E-08, 1.2754E-08, 7.4206E-09, 1.2754E-08, 7.4206E-09, 1.8267799999999998E-08
DataValue, -0.97000000000000008, -2.26742E-08, 1.2047999999999998E-08, 7.7924E-09, 1.2047999999999998E-08, 7.7924E-09, 2.26742E-08
DataValue, -0.96700000000000008, -1.9817599999999997E-08, 1.1932999999999998E-08, 7.0051E-09, 1.1932999999999998E-08, 7.0051E-09, 1.9817599999999997E-08
DataValue, -0.96400000000000008, -1.6322E-08, 1.1438999999999999E-08, 6.5845E-09, 1.1438999999999999E-08, 6.5845E-09, 1.6322E-08
DataValue, -0.96100000000000008, -1.8595E-08, 1.0693399999999999E-08, 5.6225E-09, 1.0693399999999999E-08, 5.6225E-09, 1.8595E-08
DataValue, -0.95800000000000007, -2.0846999999999998E-08, 1.0584199999999998E-08, 5.2901E-09, 1.0584199999999998E-08, 5.2901E-09, 2.0846999999999998E-08
DataValue, -0.95500000000000007, -1.6057199999999997E-08, 1.0164999999999999E-08, 5.664E-09, 1.0164999999999999E-08, 5.664E-09, 1.6057199999999997E-08
DataValue, -0.95200000000000007, -1.4402599999999998E-08, 9.8836E-09, 5.1381E-09, 9.8836E-09, 5.1381E-09, 1.4402599999999998E-08
DataValue, -0.94900000000000007, -1.90158E-08, 9.3769999999999985E-09, 5.1079E-09, 9.3769999999999985E-09, 5.1079E-09, 1.90158E-08
DataValue, -0.94600000000000006, -1.5366E-08, 9.1387999999999991E-09, 4.7841E-09, 9.1387999999999991E-09, 4.7841E-09, 1.5366E-08
DataValue, -0.94300000000000006, -1.55744E-08, 8.9498E-09, 4.2415E-09, 8.9498E-09, 4.2415E-09, 1.55744E-08
DataValue, -0.94000000000000006, -1.6086199999999997E-08, 9.8E-09, 4.1308E-09, 9.8E-09, 4.1308E-09, 1.6086199999999997E-08
DataValue, -0.937, -1.1207199999999998E-08, 8.7796E-09, 4.4181E-09, 8.7796E-09, 4.4181E-09, 1.1207199999999998E-08
DataValue, -0.934, -1.2401799999999998E-08, 8.7408E-09, 4.1397E-09, 8.7408E-09, 4.1397E-09, 1.2401799999999998E-08
DataValue, -0.931, -1.4442999999999999E-08, 8.7212E-09, 3.4171E-09, 8.7212E-09, 3.4171E-09, 1.4442999999999999E-08
DataValue, -0.928, -1.5893399999999997E-08, 7.7458E-09, 4.6372E-09, 7.7458E-09, 4.6372E-09, 1.5893399999999997E-08
DataValue, -0.925, -1.11922E-08, 7.9074E-09, 3.6507E-09, 7.9074E-09, 3.6507E-09, 1.11922E-08
DataValue, -0.922, -9.0243999999999987E-09, 8.0844E-09, 3.4003E-09, 8.0844E-09, 3.4003E-09, 9.0243999999999987E-09
DataValue, -0.919, -1.0419799999999999E-08, 8.2962E-09, 3.2696E-09, 8.2962E-09, 3.2696E-09, 1.0419799999999999E-08
DataValue, -0.916, -1.2355799999999999E-08, 7.7239E-09, 3.3082E-09, 7.7239E-09, 3.3082E-09, 1.2355799999999999E-08
DataValue, -0.913, -1.2542199999999998E-08, 7.7975E-09, 3.3829E-09, 7.7975E-09, 3.3829E-09, 1.2542199999999998E-08
DataValue, -0.91, -9.8491999999999986E-09, 7.4251E-09, 3.1815E-09, 7.4251E-09, 3.1815E-09, 9.8491999999999986E-09
DataValue, -0.907, -7.7451999999999984E-09, 7.4892E-09, 2.9277E-09, 7.4892E-09, 2.9277E-09, 7.7451999999999984E-09
DataValue, -0.904, -6.9266E-09, 6.1345E-09, 1.6639E-09, 6.1345E-09, 1.6639E-09, 6.9266E-09
DataValue, -0.901, -1.216E-08, 7.2733E-09, 3.0982E-09, 7.2733E-09, 3.0982E-09, 1.216E-08
DataValue, -0.8981, -9.426999999999999E-09, 6.7673E-09, 2.1616E-09, 6.7673E-09, 2.1616E-09, 9.426999999999999E-09
DataValue, -0.8951, -6.9404E-09, 6.7801E-09, 2.6077E-09, 6.7801E-09, 2.6077E-09, 6.9404E-09
DataValue, -0.8921, -6.1947999999999993E-09, 6.3183E-09, 1.6755E-09, 6.3183E-09, 1.6755E-09, 6.1947999999999993E-09
DataValue, -0.8891, -1.0269599999999999E-08, 6.6785E-09, 2.7095E-09, 6.6785E-09, 2.7095E-09, 1.0269599999999999E-08
DataValue, -0.8861, -1.11378E-08, 6.5499E-09, 2.5532E-09, 6.5499E-09, 2.5532E-09, 1.11378E-08
DataValue, -0.8831, -9.9549999999999988E-09, 6.2545E-09, 2.0726E-09, 6.2545E-09, 2.0726E-09, 9.9549999999999988E-09
DataValue, -0.8801, -7.0264E-09, 6.2244E-09, 2.3262E-09, 6.2244E-09, 2.3262E-09, 7.0264E-09
DataValue, -0.8771, -8.3596E-09, 5.1388E-09, 1.8342E-09, 5.1388E-09, 1.8342E-09, 8.3596E-09
DataValue, -0.8741, -7.6261999999999992E-09, 6.0423E-09, 2.4603E-09, 6.0423E-09, 2.4603E-09, 7.6261999999999992E-09
DataValue, -0.8711000000000001, -5.3567999999999995E-09, 5.9129E-09, 2.0824E-09, 5.9129E-09, 2.0824E-09, 5.3567999999999995E-09
DataValue, -0.86810000000000009, -4.945E-09, 5.4523E-09, 1.2082E-09, 5.4523E-09, 1.2082E-09, 4.945E-09
DataValue, -0.86510000000000009, -9.4364E-09, 5.653E-09, 2.3139E-09, 5.653E-09, 2.3139E-09, 9.4364E-09
DataValue, -0.86210000000000009, -8.9512E-09, 5.6542E-09, 2.1906E-09, 5.6542E-09, 2.1906E-09, 8.9512E-09
DataValue, -0.85910000000000009, -5.9238E-09, 5.4088E-09, 1.8668E-09, 5.4088E-09, 1.8668E-09, 5.9238E-09
DataValue, -0.85610000000000008, -3.7424E-09, 5.2047E-09, 1.5046E-09, 5.2047E-09, 1.5046E-09, 3.7424E-09
DataValue, -0.85310000000000008, -5.0009999999999996E-09, 2.5924E-09, 2.2823E-09, 2.5924E-09, 2.2823E-09, 5.0009999999999996E-09
DataValue, -0.85010000000000008, -6.4085999999999996E-09, 4.6566E-09, 1.0622E-09, 4.6566E-09, 1.0622E-09, 6.4085999999999996E-09
DataValue, -0.84710000000000008, -8.1909999999999987E-09, 5.1782E-09, 2.0456E-09, 5.1782E-09, 2.0456E-09, 8.1909999999999987E-09
DataValue, -0.84410000000000007, -5.4049999999999994E-09, 5.0403E-09, 1.7129E-09, 5.0403E-09, 1.7129E-09, 5.4049999999999994E-09
DataValue, -0.84110000000000007, -5.0746E-09, 3.848E-09, 1.3309E-09, 3.848E-09, 1.3309E-09, 5.0746E-09
DataValue, -0.83810000000000007, -1.8186E-09, 4.3224E-09, 8.811E-10, 4.3224E-09, 8.811E-10, 1.8186E-09
DataValue, -0.83510000000000006, -2.6635999999999998E-09, 3.614E-09, 1.2773E-09, 3.614E-09, 1.2773E-09, 2.6635999999999998E-09
DataValue, -0.83210000000000006, -4.0537999999999994E-09, 2.2713E-09, 2.2266E-09, 2.2713E-09, 2.2266E-09, 4.0537999999999994E-09
DataValue, -0.82910000000000006, -5.1567999999999994E-09, 2.0685E-09, 2.1404E-09, 2.0685E-09, 2.1404E-09, 5.1567999999999994E-09
DataValue, -0.82610000000000006, -6.7263999999999994E-09, 1.9126E-09, 1.875E-09, 1.9126E-09, 1.875E-09, 6.7263999999999994E-09
DataValue, -0.8231, -7.1539999999999991E-09, 4.4582E-09, 1.5396E-09, 4.4582E-09, 1.5396E-09, 7.1539999999999991E-09
DataValue, -0.8201, -1.4728E-09, 3.9665E-09, 4.291E-10, 3.9665E-09, 4.291E-10, 1.4728E-09
DataValue, -0.8171, -2.9365999999999996E-09, 3.1918E-09, 1.0106E-09, 3.1918E-09, 1.0106E-09, 2.9365999999999996E-09
DataValue, -0.8141, -3.2905999999999998E-09, 3.4865E-09, 1.9406E-09, 3.4865E-09, 1.9406E-09, 3.2905999999999998E-09
DataValue, -0.8111, -4.344E-09, 3.3496E-09, 1.9153E-09, 3.3496E-09, 1.9153E-09, 4.344E-09
DataValue, -0.8081, -6.1279999999999995E-09, 1.5156E-09, 1.9345E-09, 1.5156E-09, 1.9345E-09, 6.1279999999999995E-09
DataValue, -0.8051, -3.5229999999999995E-09, 3.4948E-09, 5.508E-10, 3.4948E-09, 5.508E-10, 3.5229999999999995E-09
DataValue, -0.8021, -5.0679999999999995E-09, 2.814E-09, 1.0665E-09, 2.814E-09, 1.0665E-09, 5.0679999999999995E-09
DataValue, -0.7991, -4.3825999999999993E-09, 2.7406E-09, 1.0527E-09, 2.7406E-09, 1.0527E-09, 4.3825999999999993E-09
DataValue, -0.7961, -4.1032E-09, 2.7104E-09, 9.295E-10, 2.7104E-09, 9.295E-10, 4.1032E-09
DataValue, -0.7931, -2.4458E-09, 2.6076E-09, 1.1615E-09, 2.6076E-09, 1.1615E-09, 2.4458E-09
DataValue, -0.7901, -3.4627999999999997E-09, 3.165E-09, 6.749E-10, 3.165E-09, 6.749E-10, 3.4627999999999997E-09
DataValue, -0.7871, -4.7318E-09, 2.4973E-09, 9.96E-10, 2.4973E-09, 9.96E-10, 4.7318E-09
DataValue, -0.7841, -3.8109999999999994E-09, 2.349E-09, 1.0166E-09, 2.349E-09, 1.0166E-09, 3.8109999999999994E-09
DataValue, -0.7811, -2.6598E-09, 2.8642E-09, 5.925E-10, 2.8642E-09, 5.925E-10, 2.6598E-09
DataValue, -0.7781, -4.1855999999999993E-09, 2.1355E-09, 7.4302000000000009E-10, 2.1355E-09, 7.4302000000000009E-10, 4.1855999999999993E-09
DataValue, -0.7751, -8.584E-09, 2.527E-09, 1.0638E-09, 2.527E-09, 1.0638E-09, 8.584E-09
DataValue, -0.7721, -6.1085E-09, 1.3429E-09, 1.1784E-09, 1.3429E-09, 1.1784E-09, 6.1085E-09
DataValue, -0.7691, -3.8455E-09, 2.6022E-09, 1.7441E-09, 2.6022E-09, 1.7441E-09, 3.8455E-09
DataValue, -0.7661, -6.6034E-09, 2.7308E-09, 9.23E-11, 2.7308E-09, 9.23E-11, 6.6034E-09
DataValue, -0.7631, -2.1179E-09, 5.202E-10, 1.5743E-09, 5.202E-10, 1.5743E-09, 2.1179E-09
DataValue, -0.7601, -3.5067E-09, 2.4443E-09, 1.7141E-09, 2.4443E-09, 1.7141E-09, 3.5067E-09
DataValue, -0.7571, -6.3586E-09, 2.3587E-09, -8.78E-11, 2.3587E-09, 8.78E-11, 6.3586E-09
DataValue, -0.7541, -1.8538E-09, 3.244E-10, -1.958E-10, 3.244E-10, 1.958E-10, 1.8538E-09
DataValue, -0.7511, 3.2774E-09, 1.8654E-09, 2.2312E-09, 1.8654E-09, 2.2312E-09, 3.2774E-09
DataValue, -0.7481, -8.4346E-09, 2.1447E-09, 1.4466E-09, 2.1447E-09, 1.4466E-09, 8.4346E-09
DataValue, -0.7451, -5.5699E-09, 2.5898E-09, 7.373E-10, 2.5898E-09, 7.373E-10, 5.5699E-09
DataValue, -0.7421, -3.7453E-09, 3.922E-10, 1.1773E-09, 3.922E-10, 1.1773E-09, 3.7453E-09
DataValue, -0.73910000000000009, -3.362E-09, 2.1659E-09, 1.4544E-09, 2.1659E-09, 1.4544E-09, 3.362E-09
DataValue, -0.73610000000000009, -6.0272E-09, 9.256E-10, 1.1412E-09, 9.256E-10, 1.1412E-09, 6.0272E-09
DataValue, -0.73310000000000008, -4.4207E-09, 1.5269E-09, 9.3119999999999995E-10, 1.5269E-09, 9.3119999999999995E-10, 4.4207E-09
DataValue, -0.73010000000000008, -6.1377E-09, 9.378E-10, 1.0684E-09, 9.378E-10, 1.0684E-09, 6.1377E-09
DataValue, -0.72710000000000008, -3.8817E-09, 1.5037E-09, 1.0625E-09, 1.5037E-09, 1.0625E-09, 3.8817E-09
DataValue, -0.72410000000000008, -6.3285E-09, 9.566E-10, 1.1156E-09, 9.566E-10, 1.1156E-09, 6.3285E-09
DataValue, -0.72110000000000007, -7.3285E-09, 1.7067E-09, 1.1846E-09, 1.7067E-09, 1.1846E-09, 7.3285E-09
DataValue, -0.71810000000000007, -6.1928E-09, 9.989E-10, 1.1473E-09, 9.989E-10, 1.1473E-09, 6.1928E-09
DataValue, -0.71510000000000007, -7.2503E-09, 1.6809E-09, 1.1907E-09, 1.6809E-09, 1.1907E-09, 7.2503E-09
DataValue, -0.71210000000000007, -6.1792E-09, 9.754E-10, 1.122E-09, 9.754E-10, 1.122E-09, 6.1792E-09
DataValue, -0.70910000000000006, -7.1904E-09, 1.6827E-09, 1.2395E-09, 1.6827E-09, 1.2395E-09, 7.1904E-09
DataValue, -0.70610000000000006, -5.8735E-09, 1.0566E-09, -6.5424E-10, 1.0566E-09, 6.5424E-10, 5.8735E-09
DataValue, -0.70310000000000006, -5.692E-10, 1.4554E-09, 9.942E-10, 1.4554E-09, 9.942E-10, 5.692E-10
DataValue, -0.70010000000000006, -3.2555E-09, 1.2617E-09, 7.819E-10, 1.2617E-09, 7.819E-10, 3.2555E-09
DataValue, -0.6972, -4.5172E-09, 1.2891E-09, 9.605E-10, 1.2891E-09, 9.605E-10, 4.5172E-09
DataValue, -0.6942, -6.7074E-09, 1.4053E-09, 1.037E-09, 1.4053E-09, 1.037E-09, 6.7074E-09
DataValue, -0.6912, -5.7988E-09, 1.2955E-09, 1.1991E-09, 1.2955E-09, 1.1991E-09, 5.7988E-09
DataValue, -0.6882, -5.7393E-09, 1.1494E-09, 1.2295E-09, 1.1494E-09, 1.2295E-09, 5.7393E-09
DataValue, -0.6852, -5.638E-09, 4.317E-10, 1.026E-09, 4.317E-10, 1.026E-09, 5.638E-09
DataValue, -0.6822, -5.7086E-09, 1.3816E-09, 9.425E-10, 1.3816E-09, 9.425E-10, 5.7086E-09
DataValue, -0.6792, -5.5868E-09, 9.803E-10, 1.0089E-09, 9.803E-10, 1.0089E-09, 5.5868E-09
DataValue, -0.6762, -9.2E-10, 9.36E-10, 3.29E-10, 9.36E-10, 3.29E-10, 9.2E-10
DataValue, -0.6732, -4.4316E-09, 1.0719E-09, 9.724E-10, 1.0719E-09, 9.724E-10, 4.4316E-09
DataValue, -0.6702, -6.3419E-09, 1.2844E-09, 1.0194E-09, 1.2844E-09, 1.0194E-09, 6.3419E-09
DataValue, -0.6672, -5.6203E-09, 1.0870999999999999E-09, 1.1814E-09, 1.0870999999999999E-09, 1.1814E-09, 5.6203E-09
DataValue, -0.6642, -5.5131E-09, 1.2283E-09, 9.879E-10, 1.2283E-09, 9.879E-10, 5.5131E-09
DataValue, -0.6612, -5.3209E-09, 1.1775E-09, 1.0065E-09, 1.1775E-09, 1.0065E-09, 5.3209E-09
DataValue, -0.6582, -5.5107E-09, 1.0717E-09, 1.0791E-09, 1.0717E-09, 1.0791E-09, 5.5107E-09
DataValue, -0.6552, -5.3782E-09, 1.145E-09, 8.637E-10, 1.145E-09, 8.637E-10, 5.3782E-09
DataValue, -0.6522, -5.1813E-09, 1.1002E-09, 9.71E-10, 1.1002E-09, 9.71E-10, 5.1813E-09
DataValue, -0.6492, -5.2782E-09, 1.0621E-09, 6.682E-10, 1.0621E-09, 6.682E-10, 5.2782E-09
DataValue, -0.6462, -4.9145E-09, 1.0297E-09, 7.76E-10, 1.0297E-09, 7.76E-10, 4.9145E-09
DataValue, -0.6432, -5.1019E-09, 1.0927E-09, 9.59E-10, 1.0927E-09, 9.59E-10, 5.1019E-09
DataValue, -0.6402, -5.3082E-09, 1.0314E-09, 7.518E-10, 1.0314E-09, 7.518E-10, 5.3082E-09
DataValue, -0.6372, -4.95E-09, 9.921E-10, 7.489E-10, 9.921E-10, 7.489E-10, 4.95E-09
DataValue, -0.6342, -4.983E-09, 1.006E-09, -8.949E-10, 1.006E-09, 8.949E-10, 4.983E-09
DataValue, -0.6312, 4.0514E-09, 1.4123E-09, 1.204E-09, 1.4123E-09, 1.204E-09, 4.0514E-09
DataValue, -0.6282, -5.1668E-09, 1.0112E-09, 7.037E-10, 1.0112E-09, 7.037E-10, 5.1668E-09
DataValue, -0.6252, -4.8482E-09, 9.5E-10, 7.338E-10, 9.5E-10, 7.338E-10, 4.8482E-09
DataValue, -0.6222, -5.006E-09, 9.561E-10, -9.131E-10, 9.561E-10, 9.131E-10, 5.006E-09
DataValue, -0.61920000000000008, 4.0632E-09, 1.3068E-09, 1.1668E-09, 1.3068E-09, 1.1668E-09, 4.0632E-09
DataValue, -0.61620000000000008, -5.0666E-09, 9.275E-10, 7.1E-10, 9.275E-10, 7.1E-10, 5.0666E-09
DataValue, -0.61320000000000008, -4.8397E-09, 9.081E-10, 7.581E-10, 9.081E-10, 7.581E-10, 4.8397E-09
DataValue, -0.61020000000000008, -4.9416E-09, 9.082E-10, -9.809E-10, 9.082E-10, 9.809E-10, 4.9416E-09
DataValue, -0.60720000000000007, 4.0849E-09, 1.2441E-09, 1.1888999999999999E-09, 1.2441E-09, 1.1888999999999999E-09, 4.0849E-09
DataValue, -0.60420000000000007, -4.9987E-09, 8.861E-10, 7.251E-10, 8.861E-10, 7.251E-10, 4.9987E-09
DataValue, -0.60120000000000007, -4.8667E-09, 8.5939999999999995E-10, 7.591E-10, 8.5939999999999995E-10, 7.591E-10, 4.8667E-09
DataValue, -0.59820000000000006, -4.8668E-09, 8.516E-10, -9.289E-10, 8.516E-10, 9.289E-10, 4.8668E-09
DataValue, -0.59520000000000006, 4.4728E-09, 1.1361E-09, 8.141E-10, 1.1361E-09, 8.141E-10, 4.4728E-09
DataValue, -0.59220000000000006, -4.9022E-09, 7.894E-10, 5.499E-10, 7.894E-10, 5.499E-10, 4.9022E-09
DataValue, -0.58920000000000006, -4.5565E-09, 8.209E-10, 6.561E-10, 8.209E-10, 6.561E-10, 4.5565E-09
DataValue, -0.5862, -4.8221E-09, 8.326E-10, -9.615E-10, 8.326E-10, 9.615E-10, 4.8221E-09
DataValue, -0.5832, 4.4053E-09, 1.1016E-09, 8.339E-10, 1.1016E-09, 8.339E-10, 4.4053E-09
DataValue, -0.5802, -4.8869E-09, 8.122E-10, 6.063E-10, 8.122E-10, 6.063E-10, 4.8869E-09
DataValue, -0.5772, -4.7061E-09, 8.062E-10, 7.164E-10, 8.062E-10, 7.164E-10, 4.7061E-09
DataValue, -0.5742, -4.8311E-09, 7.334E-10, -1.1078E-09, 7.334E-10, 1.1078E-09, 4.8311E-09
DataValue, -0.5712, 4.1573E-09, 1.0182E-09, 6.444E-10, 1.0182E-09, 6.444E-10, 4.1573E-09
DataValue, -0.5682, -4.5726E-09, 7.902E-10, 7.256E-10, 7.902E-10, 7.256E-10, 4.5726E-09
DataValue, -0.5652, -4.7539E-09, 8.056E-10, -1.1293E-09, 8.056E-10, 1.1293E-09, 4.7539E-09
DataValue, -0.5622, 4.2199E-09, 9.894E-10, 6.079E-10, 9.894E-10, 6.079E-10, 4.2199E-09
DataValue, -0.5592, -4.4649E-09, 7.656E-10, 6.586E-10, 7.656E-10, 6.586E-10, 4.4649E-09
DataValue, -0.5562, -4.6959E-09, 7.527E-10, -1.0072E-09, 7.527E-10, 1.0072E-09, 4.6959E-09
DataValue, -0.5532, 4.392E-09, -5.882E-10, 1.1618E-09, 5.882E-10, 1.1618E-09, 4.392E-09
DataValue, -0.5502, -4.4182E-09, 1.0066E-09, 7.439E-10, 1.0066E-09, 7.439E-10, 4.4182E-09
DataValue, -0.5472, -4.45E-09, 9.963E-10, 8.023E-10, 9.963E-10, 8.023E-10, 4.45E-09
DataValue, -0.5442, -2.8807E-09, 7.62E-10, 1.0797E-09, 7.62E-10, 1.0797E-09, 2.8807E-09
DataValue, -0.5412, -4.9844E-09, 7.295E-10, 7.838E-10, 7.295E-10, 7.838E-10, 4.9844E-09
DataValue, -0.5382, -4.7077E-09, 7.09E-10, 8.847E-10, 7.09E-10, 8.847E-10, 4.7077E-09
DataValue, -0.5352, -4.8162E-09, 6.615E-10, 5.91E-10, 6.615E-10, 5.91E-10, 4.8162E-09
DataValue, -0.5322, -4.4747E-09, 7.063E-10, 7.077E-10, 7.063E-10, 7.077E-10, 4.4747E-09
DataValue, -0.5292, -4.6755E-09, 7.171E-10, 9.169E-10, 7.171E-10, 9.169E-10, 4.6755E-09
DataValue, -0.5262, -4.8236E-09, 8.311E-10, -1.2697E-09, 8.311E-10, 1.2697E-09, 4.8236E-09
DataValue, -0.5232, 4.0989E-09, 9.131E-10, 8.126E-10, 9.131E-10, 8.126E-10, 4.0989E-09
DataValue, -0.5202, -4.6029E-09, 6.935E-10, 8.546E-10, 6.935E-10, 8.546E-10, 4.6029E-09
DataValue, -0.5172, -4.75E-09, 8.202E-10, -1.329E-09, 8.202E-10, 1.329E-09, 4.75E-09
DataValue, -0.5142, 4.1207E-09, 8.853E-10, 7.685E-10, 8.853E-10, 7.685E-10, 4.1207E-09
DataValue, -0.5112, -4.528E-09, 6.716E-10, 8.207E-10, 6.716E-10, 8.207E-10, 4.528E-09
DataValue, -0.5082, -4.732E-09, 8.083E-10, -1.3423E-09, 8.083E-10, 1.3423E-09, 4.732E-09
DataValue, -0.5052, 4.1737E-09, 8.439E-10, 7.877E-10, 8.439E-10, 7.877E-10, 4.1737E-09
DataValue, -0.5022, -4.5399E-09, 6.771E-10, 8.207E-10, 6.771E-10, 8.207E-10, 4.5399E-09
DataValue, -0.4993, -4.6534E-09, 6.06E-10, 5.0309999999999995E-10, 6.06E-10, 5.0309999999999995E-10, 4.6534E-09
DataValue, -0.4963, -4.3199E-09, 6.469E-10, -1.4037E-09, 6.469E-10, 1.4037E-09, 4.3199E-09
DataValue, -0.4933, 3.9752E-09, 8.407E-10, 9.495E-10, 8.407E-10, 9.495E-10, 3.9752E-09
DataValue, -0.4903, -4.6185E-09, 6.1E-10, -1.145E-09, 6.1E-10, 1.145E-09, 4.6185E-09
DataValue, -0.4873, 4.2268E-09, -6.652E-10, 1.0565E-09, 6.652E-10, 1.0565E-09, 4.2268E-09
DataValue, -0.4843, -1.9823E-09, 7.591E-10, 8.548E-10, 7.591E-10, 8.548E-10, 1.9823E-09
DataValue, -0.4813, -4.0589E-09, 6.853E-10, 1.0515E-09, 6.853E-10, 1.0515E-09, 4.0589E-09
DataValue, -0.4783, -2.7907E-09, 1.585E-10, -5.948E-10, 1.585E-10, 5.948E-10, 2.7907E-09
DataValue, -0.4753, 2.886E-09, -3.144E-10, 1.0336E-09, 3.144E-10, 1.0336E-09, 2.886E-09
DataValue, -0.4723, -4.0659E-09, 9.131E-10, -1.1122E-09, 9.131E-10, 1.1122E-09, 4.0659E-09
DataValue, -0.4693, 4.2081E-09, 7.877E-10, 9.826E-10, 7.877E-10, 9.826E-10, 4.2081E-09
DataValue, -0.46630000000000005, -4.6581E-09, 5.988E-10, 6.071E-10, 5.988E-10, 6.071E-10, 4.6581E-09
DataValue, -0.46330000000000005, -4.2717E-09, 6.305E-10, -1.478E-09, 6.305E-10, 1.478E-09, 4.2717E-09
DataValue, -0.46030000000000004, 3.876E-09, 7.677E-10, 9.864E-10, 7.677E-10, 9.864E-10, 3.876E-09
DataValue, -0.45730000000000004, -4.2386E-09, 6.5E-10, -1.3647E-09, 6.5E-10, 1.3647E-09, 4.2386E-09
DataValue, -0.45430000000000004, 4.4064E-09, 7.65E-10, 8.507E-10, 7.65E-10, 8.507E-10, 4.4064E-09
DataValue, -0.45130000000000003, -4.5135E-09, 6.238E-10, -1.2662E-09, 6.238E-10, 1.2662E-09, 4.5135E-09
DataValue, -0.44830000000000003, 4.1076E-09, -6.545E-10, -5.809E-10, 6.545E-10, 5.809E-10, 4.1076E-09
DataValue, -0.44530000000000003, -2.8807E-09, 1.1737E-09, 8.204E-10, 1.1737E-09, 8.204E-10, 2.8807E-09
DataValue, -0.4423, -4.1529E-09, 6.167E-10, 9.241E-10, 6.167E-10, 9.241E-10, 4.1529E-09
DataValue, -0.4393, -2.9268E-09, 6.599E-10, 3.541E-10, 6.599E-10, 3.541E-10, 2.9268E-09
DataValue, -0.4363, -2.053E-10, 7.582E-10, 9.723E-10, 7.582E-10, 9.723E-10, 2.053E-10
DataValue, -0.4333, -4.3813E-09, 6.573E-10, -1.4034E-09, 6.573E-10, 1.4034E-09, 4.3813E-09
DataValue, -0.4303, 4.3151E-09, 7.347E-10, 9.387E-10, 7.347E-10, 9.387E-10, 4.3151E-09
DataValue, -0.4273, -4.5106E-09, 5.958E-10, 5.455E-10, 5.958E-10, 5.455E-10, 4.5106E-09
DataValue, -0.4243, -4.1761E-09, -4.91E-10, -9.843E-10, 4.91E-10, 9.843E-10, 4.1761E-09
DataValue, -0.4213, 3.8419E-09, 6.415E-10, 5.9E-10, 6.415E-10, 5.9E-10, 3.8419E-09
DataValue, -0.4183, -3.9771E-09, 5.977E-10, -1.2645E-09, 5.977E-10, 1.2645E-09, 3.9771E-09
DataValue, -0.4153, 3.8161E-09, -5.428E-10, -1.5153E-09, 5.428E-10, 1.5153E-09, 3.8161E-09
DataValue, -0.4123, 4.2626E-09, -7.106E-10, -9.864E-10, 7.106E-10, 9.864E-10, 4.2626E-09
DataValue, -0.4093, 2.8971E-09, -2.42E-10, 2.822E-10, 2.42E-10, 2.822E-10, 2.8971E-09
DataValue, -0.4063, 2.9033E-09, -5.355E-10, -1.4373E-09, 5.355E-10, 1.4373E-09, 2.9033E-09
DataValue, -0.4033, 4.1329E-09, -6.246E-10, -7.662E-10, 6.246E-10, 7.662E-10, 4.1329E-09
DataValue, -0.40030000000000004, -2.7699E-09, 1.1419E-09, 7.565E-10, 1.1419E-09, 7.565E-10, 2.7699E-09
DataValue, -0.39730000000000004, 3.7013E-09, -7.8880000000000011E-10, -7.156E-10, 7.8880000000000011E-10, 7.156E-10, 3.7013E-09
DataValue, -0.39430000000000004, 1.2885E-09, 1.55E-11, 1.2683E-09, 1.55E-11, 1.2683E-09, 1.2885E-09
DataValue, -0.39130000000000004, -4.1912E-09, 6.617E-10, 1.0244E-09, 6.617E-10, 1.0244E-09, 4.1912E-09
DataValue, -0.38830000000000003, -4.4881E-09, -4.668E-10, -1.0932E-09, 4.668E-10, 1.0932E-09, 4.4881E-09
DataValue, -0.38530000000000003, 3.4146E-09, -5.428E-10, -1.6247E-09, 5.428E-10, 1.6247E-09, 3.4146E-09
DataValue, -0.38230000000000003, 4.2142E-09, -7.011E-10, -1.0838E-09, 7.011E-10, 1.0838E-09, 4.2142E-09
DataValue, -0.3793, 3.0053E-09, -2.922E-10, 9.8E-11, 2.922E-10, 9.8E-11, 3.0053E-09
DataValue, -0.3763, -1.0219999999999999E-10, -2.35E-10, -1.9081E-09, 2.35E-10, 1.9081E-09, 1.0219999999999999E-10
DataValue, -0.3733, 4.0012E-09, -5.347E-10, -1.3756E-09, 5.347E-10, 1.3756E-09, 4.0012E-09
DataValue, -0.3703, 4.002E-09, -5.884E-10, -7.668E-10, 5.884E-10, 7.668E-10, 4.002E-09
DataValue, -0.3673, -3.055E-10, -1.622E-10, -1.5699E-09, 1.622E-10, 1.5699E-09, 3.055E-10
DataValue, -0.3643, 4.0634E-09, -4.979E-10, -1.4593E-09, 4.979E-10, 1.4593E-09, 4.0634E-09
DataValue, -0.3613, 4.1134E-09, -6.062E-10, -8.704E-10, 6.062E-10, 8.704E-10, 4.1134E-09
DataValue, -0.3583, 2.6509E-09, 6.775E-10, 8.47E-10, 6.775E-10, 8.47E-10, 2.6509E-09
DataValue, -0.3553, -3.9206E-09, 6.154E-10, -1.9494E-09, 6.154E-10, 1.9494E-09, 3.9206E-09
DataValue, -0.3523, 4.0519E-09, -5.265E-10, -1.5009E-09, 5.265E-10, 1.5009E-09, 4.0519E-09
DataValue, -0.3493, 4.0484E-09, -5.93E-10, -8.707E-10, 5.93E-10, 8.707E-10, 4.0484E-09
DataValue, -0.3463, 2.7037E-09, 6.767E-10, 8.407E-10, 6.767E-10, 8.407E-10, 2.7037E-09
DataValue, -0.3433, -3.7437E-09, 5.991E-10, -1.3889E-09, 5.991E-10, 1.3889E-09, 3.7437E-09
DataValue, -0.3403, 3.5723E-09, -5.468E-10, -1.9045E-09, 5.468E-10, 1.9045E-09, 3.5723E-09
DataValue, -0.3373, 4.3757E-09, -7.034E-10, -1.3848E-09, 7.034E-10, 1.3848E-09, 4.3757E-09
DataValue, -0.33430000000000004, 3.2378E-09, -3.223E-10, -9.85E-11, 3.223E-10, 9.85E-11, 3.2378E-09
DataValue, -0.33130000000000004, 2.9554E-09, -5.023E-10, -1.7121E-09, 5.023E-10, 1.7121E-09, 2.9554E-09
DataValue, -0.32830000000000004, 4.2462E-09, -6.217E-10, -1.0858E-09, 6.217E-10, 1.0858E-09, 4.2462E-09
DataValue, -0.32530000000000003, 2.7156E-09, 6.526E-10, 8.816E-10, 6.526E-10, 8.816E-10, 2.7156E-09
DataValue, -0.32230000000000003, -3.7012E-09, 6.137E-10, -1.4288E-09, 6.137E-10, 1.4288E-09, 3.7012E-09
DataValue, -0.31930000000000003, 3.544E-09, -5.162E-10, -1.9971E-09, 5.162E-10, 1.9971E-09, 3.544E-09
DataValue, -0.3163, 4.4359E-09, -6.968E-10, -1.4855E-09, 6.968E-10, 1.4855E-09, 4.4359E-09
DataValue, -0.3133, 3.3201E-09, -3.193E-10, -2.064E-10, 3.193E-10, 2.064E-10, 3.3201E-09
DataValue, -0.3103, 2.8808E-09, -5.062E-10, -1.8875E-09, 5.062E-10, 1.8875E-09, 2.8808E-09
DataValue, -0.3073, 4.3845E-09, 4.8193E-10, -1.5842E-09, 4.8193E-10, 1.5842E-09, 4.3845E-09
DataValue, -0.3043, 4.674E-09, 7.127E-10, 1.2318E-09, 7.127E-10, 1.2318E-09, 4.674E-09
DataValue, -0.3013, -3.0344E-09, -1.0589E-09, -1.2449E-09, 1.0589E-09, 1.2449E-09, 3.0344E-09
DataValue, -0.2984, 3.2775E-09, -5.153E-10, -2.1603E-09, 5.153E-10, 2.1603E-09, 3.2775E-09
DataValue, -0.2954, 4.462E-09, -7.236E-10, -1.6763E-09, 7.236E-10, 1.6763E-09, 4.462E-09
DataValue, -0.2924, 3.6506E-09, -4.547E-10, -6.21E-10, 4.547E-10, 6.21E-10, 3.6506E-09
DataValue, -0.2894, 3.0861E-09, -5.004E-10, -1.9927E-09, 5.004E-10, 1.9927E-09, 3.0861E-09
DataValue, -0.2864, 4.5065E-09, -6.748E-10, -1.5359E-09, 6.748E-10, 1.5359E-09, 4.5065E-09
DataValue, -0.28340000000000004, 3.0666E-09, 6.8256000000000007E-10, 7.874E-10, 6.8256000000000007E-10, 7.874E-10, 3.0666E-09
DataValue, -0.28040000000000004, -1.5328E-09, 7.311E-10, -1.575E-09, 7.311E-10, 1.575E-09, 1.5328E-09
DataValue, -0.27740000000000004, 3.6876E-09, -5.094E-10, -2.1023E-09, 5.094E-10, 2.1023E-09, 3.6876E-09
DataValue, -0.27440000000000003, 4.5427E-09, 5.0883E-10, -1.6444E-09, 5.0883E-10, 1.6444E-09, 4.5427E-09
DataValue, -0.27140000000000003, 4.528E-09, 5.929E-10, 1.2587E-09, 5.929E-10, 1.2587E-09, 4.528E-09
DataValue, -0.2684, -3.3013E-09, 6.715E-10, -6.6974E-10, 6.715E-10, 6.6974E-10, 3.3013E-09
DataValue, -0.2654, -3.0658E-09, 6.934E-10, 8.455E-10, 6.934E-10, 8.455E-10, 3.0658E-09
DataValue, -0.2624, -3.718E-09, -6.403E-10, -1.3173E-09, 6.403E-10, 1.3173E-09, 3.718E-09
DataValue, -0.2594, 3.2158E-09, 5.6397000000000007E-10, 9.107E-10, 5.6397000000000007E-10, 9.107E-10, 3.2158E-09
DataValue, -0.2564, -1.3888E-09, 3.995E-10, -2.3667E-09, 3.995E-10, 2.3667E-09, 1.3888E-09
DataValue, -0.2534, 4.1681E-09, 7.3951000000000007E-10, 6.248E-10, 7.3951000000000007E-10, 6.248E-10, 4.1681E-09
DataValue, -0.2504, -5.03E-10, 7.188E-10, -2.3743E-09, 7.188E-10, 2.3743E-09, 5.03E-10
DataValue, -0.2474, 4.2308E-09, 7.4013E-10, -1.5842E-09, 7.4013E-10, 1.5842E-09, 4.2308E-09
DataValue, -0.2444, 4.0819E-09, 6.554E-10, 1.1608E-09, 6.554E-10, 1.1608E-09, 4.0819E-09
DataValue, -0.2414, -3.271E-09, -7.841E-10, -1.257E-09, 7.841E-10, 1.257E-09, 3.271E-09
DataValue, -0.2384, 3.2192E-09, -4.662E-10, -2.4583E-09, 4.662E-10, 2.4583E-09, 3.2192E-09
DataValue, -0.2354, 4.6294E-09, 6.513100000000001E-10, -2.486E-09, 6.513100000000001E-10, 2.486E-09, 4.6294E-09
DataValue, -0.23240000000000002, 6.4571E-09, -3.364E-10, -2.427E-09, 3.364E-10, 2.427E-09, 6.4571E-09
DataValue, -0.22940000000000002, 4.6833E-09, -7.19E-10, -2.1398E-09, 7.19E-10, 2.1398E-09, 4.6833E-09
DataValue, -0.22640000000000002, 4.1274E-09, -4.864E-10, -9.929E-10, 4.864E-10, 9.929E-10, 4.1274E-09
DataValue, -0.22340000000000002, 3.3125E-09, -4.657E-10, -2.4201E-09, 4.657E-10, 2.4201E-09, 3.3125E-09
DataValue, -0.2204, 4.8005E-09, -6.94E-10, -2.0652E-09, 6.94E-10, 2.0652E-09, 4.8005E-09
DataValue, -0.2174, 3.0128E-09, -4.557E-10, -2.4778E-09, 4.557E-10, 2.4778E-09, 3.0128E-09
DataValue, -0.2144, 4.8508E-09, 6.0559000000000008E-10, -1.6977E-09, 6.0559000000000008E-10, 1.6977E-09, 4.8508E-09
DataValue, -0.2114, 4.0012E-09, 4.897E-10, 8.931E-10, 4.897E-10, 8.931E-10, 4.0012E-09
DataValue, -0.2084, -3.3186E-09, 7.142E-10, 7.33E-11, 7.142E-10, 7.33E-11, 3.3186E-09
DataValue, -0.2054, 3.9983E-09, -7.031E-10, -2.2622E-09, 7.031E-10, 2.2622E-09, 3.9983E-09
DataValue, -0.2024, 4.3058E-09, 2.0005000000000002E-10, -1.7098E-09, 2.0005000000000002E-10, 1.7098E-09, 4.3058E-09
DataValue, -0.19940000000000002, 4.0682E-09, 4.896E-10, 8.726E-10, 4.896E-10, 8.726E-10, 4.0682E-09
DataValue, -0.19640000000000002, -3.2662E-09, 6.98E-10, 9.22E-11, 6.98E-10, 9.22E-11, 3.2662E-09
DataValue, -0.19340000000000002, 2.6498E-09, 4.7228E-10, 9.955E-10, 4.7228E-10, 9.955E-10, 2.6498E-09
DataValue, -0.1904, -6.865E-10, 8.931E-10, 9.025E-10, 8.931E-10, 9.025E-10, 6.865E-10
DataValue, -0.1874, -2.3945E-09, -3.957E-10, -2.3039E-09, 3.957E-10, 2.3039E-09, 2.3945E-09
DataValue, -0.1844, 4.9276E-09, -6.574E-10, -2.0102E-09, 6.574E-10, 2.0102E-09, 4.9276E-09
DataValue, -0.1814, 2.7609E-09, 4.7409000000000007E-10, 9.741E-10, 4.7409000000000007E-10, 9.741E-10, 2.7609E-09
DataValue, -0.1784, -6.586E-10, 8.824E-10, 8.981E-10, 8.824E-10, 8.981E-10, 6.586E-10
DataValue, -0.1754, -2.144E-09, -3.048E-10, -2.7702E-09, 3.048E-10, 2.7702E-09, 2.144E-09
DataValue, -0.1724, 4.6631E-09, 7.0901E-10, -1.8785E-09, 7.0901E-10, 1.8785E-09, 4.6631E-09
DataValue, -0.1694, 4.2546E-09, 5.145E-10, 8.243E-10, 5.145E-10, 8.243E-10, 4.2546E-09
DataValue, -0.16640000000000002, -2.9852E-09, 7.037E-10, -8.58E-11, 7.037E-10, 8.58E-11, 2.9852E-09
DataValue, -0.16340000000000002, 2.6516E-09, 4.7859E-10, 1.0167E-09, 4.7859E-10, 1.0167E-09, 2.6516E-09
DataValue, -0.16040000000000002, -4.981E-10, 7.641E-10, 9.033E-10, 7.641E-10, 9.033E-10, 4.981E-10
DataValue, -0.1574, -2.903E-09, -6.309E-10, -2.0264E-09, 6.309E-10, 2.0264E-09, 2.903E-09
DataValue, -0.1544, 3.6401E-09, 6.5727E-10, 7.523E-10, 6.5727E-10, 7.523E-10, 3.6401E-09
DataValue, -0.1514, -5.005E-10, 5.9828E-10, -1.9308E-09, 5.9828E-10, 1.9308E-09, 5.005E-10
DataValue, -0.1484, 4.3425E-09, -4.1585E-10, -3.1299E-09, 4.1585E-10, 3.1299E-09, 4.3425E-09
DataValue, -0.1454, 6.6802E-09, 5.433E-10, 7.745E-10, 5.433E-10, 7.745E-10, 6.6802E-09
DataValue, -0.1424, -2.8839E-09, 7.194E-10, 9.49E-11, 7.194E-10, 9.49E-11, 2.8839E-09
DataValue, -0.1394, -2.44E-10, 9.2950000000000012E-11, -1.1764E-09, 9.2950000000000012E-11, 1.1764E-09, 2.44E-10
DataValue, -0.1364, -9.849E-10, 6.97E-10, 9.245E-10, 6.97E-10, 9.245E-10, 9.849E-10
DataValue, -0.13340000000000002, -2.6593E-09, 7.233E-10, -3.903E-10, 7.233E-10, 3.903E-10, 2.6593E-09
DataValue, -0.13040000000000002, 2.7886E-09, 4.5398E-10, 9.845E-10, 4.5398E-10, 9.845E-10, 2.7886E-09
DataValue, -0.1274, -1.617E-10, 7.526E-10, 8.731E-10, 7.526E-10, 8.731E-10, 1.617E-10
DataValue, -0.12440000000000001, -2.5792E-09, 7.253E-10, -3.961E-10, 7.253E-10, 3.961E-10, 2.5792E-09
DataValue, -0.12140000000000001, 2.801E-09, 4.4884E-10, 9.112E-10, 4.4884E-10, 9.112E-10, 2.801E-09
DataValue, -0.1184, 3.205E-10, 3.936E-10, -3.2025E-09, 3.936E-10, 3.2025E-09, 3.205E-10
DataValue, -0.1154, 4.5973E-09, 7.4173000000000008E-10, -1.8796E-09, 7.4173000000000008E-10, 1.8796E-09, 4.5973E-09
DataValue, -0.1124, 4.2568E-09, 4.55E-10, -1.9447E-09, 4.55E-10, 1.9447E-09, 4.2568E-09
DataValue, -0.10940000000000001, 2.9638E-09, 4.5355000000000005E-10, -2.4856E-09, 4.5355000000000005E-10, 2.4856E-09, 2.9638E-09
DataValue, -0.10640000000000001, 5.2971E-09, 4.745E-10, -2.6692E-09, 4.745E-10, 2.6692E-09, 5.2971E-09
DataValue, -0.1034, 3.6869E-09, 4.0879000000000004E-10, -1.9672E-09, 4.0879000000000004E-10, 1.9672E-09, 3.6869E-09
DataValue, -0.1004, 4.2958E-09, 4.138E-10, -1.9502E-09, 4.138E-10, 1.9502E-09, 4.2958E-09
DataValue, -0.0975, 2.9298E-09, 3.9812E-10, -2.3209E-09, 3.9812E-10, 2.3209E-09, 2.9298E-09
DataValue, -0.0945, 4.667E-09, -3.7274000000000005E-10, -3.5626E-09, 3.7274000000000005E-10, 3.5626E-09, 4.667E-09
DataValue, -0.0915, 6.9362E-09, 5.377E-10, -2.3508E-09, 5.377E-10, 2.3508E-09, 6.9362E-09
DataValue, -0.088500000000000009, 3.258E-09, 4.1548000000000005E-10, -2.5507E-09, 4.1548000000000005E-10, 2.5507E-09, 3.258E-09
DataValue, -0.0855, 5.3725E-09, 5.714E-10, -2.3494E-09, 5.714E-10, 2.3494E-09, 5.3725E-09
DataValue, -0.0825, 3.3692E-09, 4.0625E-10, -2.632E-09, 4.0625E-10, 2.632E-09, 3.3692E-09
DataValue, -0.0795, 4.9599E-09, 5.027E-10, -2.1346E-09, 5.027E-10, 2.1346E-09, 4.9599E-09
DataValue, -0.0765, 2.9972E-09, 3.6866000000000005E-10, -2.4399E-09, 3.6866000000000005E-10, 2.4399E-09, 2.9972E-09
DataValue, -0.07350000000000001, 4.7931E-09, 5.255E-10, -2.483E-09, 5.255E-10, 2.483E-09, 4.7931E-09
DataValue, -0.070500000000000007, 3.4732E-09, 4.0225000000000003E-10, -1.8022E-09, 4.0225000000000003E-10, 1.8022E-09, 3.4732E-09
DataValue, -0.0675, 4.3176E-09, 1.382E-10, -3E-11, 1.382E-10, 3E-11, 4.3176E-09
DataValue, -0.0645, 3.8878E-09, 4.848E-10, -2.3907E-09, 4.848E-10, 2.3907E-09, 3.8878E-09
DataValue, -0.061500000000000006, 4.8569E-09, 5.184E-10, -2.4797E-09, 5.184E-10, 2.4797E-09, 4.8569E-09
DataValue, -0.0585, 3.4654E-09, 3.8645000000000005E-10, -2.7636E-09, 3.8645000000000005E-10, 2.7636E-09, 3.4654E-09
DataValue, -0.0555, 5.275E-09, 4.374E-10, -1.9146E-09, 4.374E-10, 1.9146E-09, 5.275E-09
DataValue, -0.052500000000000005, 2.5737E-09, 3.7236000000000005E-10, -2.1298E-09, 3.7236000000000005E-10, 2.1298E-09, 2.5737E-09
DataValue, -0.0495, 4.6339E-09, -6.9984E-10, -3.7972E-09, 6.9984E-10, 3.7972E-09, 4.6339E-09
DataValue, -0.0465, 3.2475E-09, -7.1E-11, -6.942E-10, 7.1E-11, 6.942E-10, 3.2475E-09
DataValue, -0.043500000000000004, 3.4934E-09, 6.2790000000000008E-10, -2.7256E-09, 6.2790000000000008E-10, 2.7256E-09, 3.4934E-09
DataValue, -0.0405, 5.1923E-09, 3.92E-10, -1.8893E-09, 3.92E-10, 1.8893E-09, 5.1923E-09
DataValue, -0.0375, 2.6279E-09, 3.5241000000000003E-10, -2.0986E-09, 3.5241000000000003E-10, 2.0986E-09, 2.6279E-09
DataValue, -0.0345, 4.6787E-09, -7.1013E-10, -3.8147E-09, 7.1013E-10, 3.8147E-09, 4.6787E-09
DataValue, -0.0315, 3.103E-09, -1.043E-10, -6.782E-10, 1.043E-10, 6.782E-10, 3.103E-09
DataValue, -0.0285, 3.5718E-09, 6.4993E-10, -2.7378E-09, 6.4993E-10, 2.7378E-09, 3.5718E-09
DataValue, -0.025500000000000002, 5.4289E-09, 3.874E-10, -2.8736E-09, 3.874E-10, 2.8736E-09, 5.4289E-09
DataValue, -0.022500000000000003, 3.9972E-09, 3.6625000000000005E-10, -2.0792E-09, 3.6625000000000005E-10, 2.0792E-09, 3.9972E-09
DataValue, -0.0195, 4.7897E-09, 3.981E-10, -2.1198E-09, 3.981E-10, 2.1198E-09, 4.7897E-09
DataValue, -0.0165, 3.1476999999999998E-09, 3.3533E-10, -2.3328E-09, 3.3533E-10, 2.3328E-09, 3.1476999999999998E-09
DataValue, -0.0135, 4.7756E-09, -2.9791E-10, -3.9101E-09, 2.9791E-10, 3.9101E-09, 4.7756E-09
DataValue, -0.0105, 7.2392E-09, -4.917E-10, -2.313E-09, 4.917E-10, 2.313E-09, 7.2392E-09
DataValue, -0.0075000000000000006, 4.4232E-09, 6.7296E-10, -1.9222E-09, 6.7296E-10, 1.9222E-09, 4.4232E-09
DataValue, -0.0045000000000000005, 4.5979E-09, 2.227E-10, -5.56E-11, 2.227E-10, 5.56E-11, 4.5979E-09
DataValue, -0.0015, -7.434E-10, 1.54E-10, -2.9419E-09, 1.54E-10, 2.9419E-09, 7.434E-10
DataValue, 0.0015, 3.276E-09, 3.3441000000000004E-10, -2.4795E-09, 3.3441000000000004E-10, 2.4795E-09, 3.276E-09
DataValue, 0.0045000000000000005, 4.8635E-09, 4.87E-10, -2.4209E-09, 4.87E-10, 2.4209E-09, 4.8635E-09
DataValue, 0.0075000000000000006, 3.6426E-09, 3.493E-10, -2.7697E-09, 3.493E-10, 2.7697E-09, 3.6426E-09
DataValue, 0.0105, 5.2582E-09, 4.49E-10, -2.2413E-09, 4.49E-10, 2.2413E-09, 5.2582E-09
DataValue, 0.0135, 3.4653E-09, 3.284E-10, -2.5106E-09, 3.284E-10, 2.5106E-09, 3.4653E-09
DataValue, 0.0165, 5.0072E-09, -3.0056000000000005E-10, -4.039E-09, 3.0056000000000005E-10, 4.039E-09, 5.0072E-09
DataValue, 0.0195, 7.4295E-09, 4.68E-10, -2.4411E-09, 4.68E-10, 2.4411E-09, 7.4295E-09
DataValue, 0.022500000000000003, 3.8064E-09, 3.4192000000000005E-10, -2.7976E-09, 3.4192000000000005E-10, 2.7976E-09, 3.8064E-09
DataValue, 0.025500000000000002, 5.3492E-09, 3.786E-10, -2.9041E-09, 3.786E-10, 2.9041E-09, 5.3492E-09
DataValue, 0.0285, 4.2051E-09, 3.1870000000000005E-10, -2.0117E-09, 3.1870000000000005E-10, 2.0117E-09, 4.2051E-09
DataValue, 0.0315, 4.8394E-09, 2.085E-10, -2.942E-10, 2.085E-10, 2.942E-10, 4.8394E-09
DataValue, 0.0345, -7.411E-10, 8.236E-10, 3.385E-10, 8.236E-10, 3.385E-10, 7.411E-10
DataValue, 0.0375, 4.1553E-09, 3.6947E-10, -2.1827E-09, 3.6947E-10, 2.1827E-09, 4.1553E-09
DataValue, 0.0405, 4.9441E-09, -2.972E-10, -4.0153E-09, 2.972E-10, 4.0153E-09, 4.9441E-09
DataValue, 0.043500000000000004, 7.3477E-09, 3.875E-10, -2.2375E-09, 3.875E-10, 2.2375E-09, 7.3477E-09
DataValue, 0.0465, 3.7616E-09, 3.1225000000000003E-10, -2.744E-09, 3.1225000000000003E-10, 2.744E-09, 3.7616E-09
DataValue, 0.0495, 5.2547E-09, -2.8891000000000004E-10, -4.1534E-09, 2.8891000000000004E-10, 4.1534E-09, 5.2547E-09
DataValue, 0.052500000000000005, 7.4147E-09, -4.71E-10, -4.357E-09, 4.71E-10, 4.357E-09, 7.4147E-09
DataValue, 0.0555, 6.402E-09, 6.3666000000000005E-10, -2.1492E-09, 6.3666000000000005E-10, 2.1492E-09, 6.402E-09
DataValue, 0.0585, 5.1427E-09, -6.6824000000000006E-10, -4.3599E-09, 6.6824000000000006E-10, 4.3599E-09, 5.1427E-09
DataValue, 0.061500000000000006, 2.4752E-09, -3.356E-10, -1.707E-09, 3.356E-10, 1.707E-09, 2.4752E-09
DataValue, 0.0645, 3.0519E-09, 2.9168E-10, -2.7762E-09, 2.9168E-10, 2.7762E-09, 3.0519E-09
DataValue, 0.0675, 5.456E-09, 3.889E-10, -2.293E-10, 3.889E-10, 2.293E-10, 5.456E-09
DataValue, 0.070500000000000007, -7.881E-10, 1.528E-10, -4.502E-10, 1.528E-10, 4.502E-10, 7.881E-10
DataValue, 0.07350000000000001, 5.5189E-09, 8.2038E-10, -1.6248E-09, 8.2038E-10, 1.6248E-09, 5.5189E-09
DataValue, 0.0765, 4.8943E-09, -7.988E-10, -9.7E-11, 7.988E-10, 9.7E-11, 4.8943E-09
DataValue, 0.0795, 4.6744E-09, 6.1972E-10, -5.606E-10, 6.1972E-10, 5.606E-10, 4.6744E-09
DataValue, 0.0825, 3.4392E-09, 1.206E-10, -1.9358E-09, 1.206E-10, 1.9358E-09, 3.4392E-09
DataValue, 0.0855, 3.3425E-09, 2.5404000000000003E-10, -2.1016E-09, 2.5404000000000003E-10, 2.1016E-09, 3.3425E-09
DataValue, 0.088500000000000009, 5.1673E-09, -6.4242E-10, -4.4189E-09, 6.4242E-10, 4.4189E-09, 5.1673E-09
DataValue, 0.0915, 3.9511E-09, 3.57E-11, -5.791E-10, 3.57E-11, 5.791E-10, 3.9511E-09
DataValue, 0.0945, -9.773E-10, -8.095E-10, -3.6032E-09, 8.095E-10, 3.6032E-09, 9.773E-10
DataValue, 0.0975, 4.2177E-09, 2.5876000000000005E-10, -3.0469E-09, 2.5876000000000005E-10, 3.0469E-09, 4.2177E-09
DataValue, 0.1004, 6.017E-09, -6.3542000000000007E-10, -3.959E-09, 6.3542000000000007E-10, 3.959E-09, 6.017E-09
DataValue, 0.1034, -5.409E-10, 4.98E-10, -3.4059E-09, 4.98E-10, 3.4059E-09, 5.409E-10
DataValue, 0.10640000000000001, 3.3406E-09, 2.4650000000000003E-10, -5.779E-10, 2.4650000000000003E-10, 5.779E-10, 3.3406E-09
DataValue, 0.10940000000000001, 3.6427E-09, 3.78E-11, -6.694E-10, 3.78E-11, 6.694E-10, 3.6427E-09
DataValue, 0.1124, 4.2887E-09, 3.2376000000000003E-10, -2.0857E-09, 3.2376000000000003E-10, 2.0857E-09, 4.2887E-09
DataValue, 0.1154, 5.2594E-09, -2.3610000000000004E-10, -4.0207E-09, 2.3610000000000004E-10, 4.0207E-09, 5.2594E-09
DataValue, 0.1184, 7.574E-09, 3.792E-10, -2.2143E-09, 3.792E-10, 2.2143E-09, 7.574E-09
DataValue, 0.12140000000000001, 4.121E-09, 2.5565000000000004E-10, -2.624E-09, 2.5565000000000004E-10, 2.624E-09, 4.121E-09
DataValue, 0.12440000000000001, 5.5677E-09, 3.224E-10, -1.086E-10, 3.224E-10, 1.086E-10, 5.5677E-09
DataValue, 0.1274, -2.185E-10, 7.773E-10, 6.484E-10, 7.773E-10, 6.484E-10, 2.185E-10
DataValue, 0.13040000000000002, -9.559E-10, 2.068E-10, -2.9288E-09, 2.068E-10, 2.9288E-09, 9.559E-10
DataValue, 0.13340000000000002, 3.3586E-09, 2.0890000000000002E-10, -4.761E-10, 2.0890000000000002E-10, 4.761E-10, 3.3586E-09
DataValue, 0.1364, -1.2528E-09, 6.48E-10, -3.1985E-09, 6.48E-10, 3.1985E-09, 1.2528E-09
DataValue, 0.1394, 2.482E-09, 3.6673000000000004E-10, -4.601E-10, 3.6673000000000004E-10, 4.601E-10, 2.482E-09
DataValue, 0.1424, 3.7458E-09, 2.761E-10, -3.4804E-09, 2.761E-10, 3.4804E-09, 3.7458E-09
DataValue, 0.1454, 5.323E-09, 5.8549E-10, -3.6787E-09, 5.8549E-10, 3.6787E-09, 5.323E-09
DataValue, 0.1484, 7.2956E-09, 5.995E-10, -2.8384E-09, 5.995E-10, 2.8384E-09, 7.2956E-09
DataValue, 0.1514, 4.6065E-09, 3.2134000000000005E-10, -3.349E-10, 3.2134000000000005E-10, 3.349E-10, 4.6065E-09
DataValue, 0.1544, 2.1198E-09, 6.052E-10, -3.2427E-09, 6.052E-10, 3.2427E-09, 2.1198E-09
DataValue, 0.1574, 2.3108E-09, 3.5640000000000003E-10, -1.855E-10, 3.5640000000000003E-10, 1.855E-10, 2.3108E-09
DataValue, 0.16040000000000002, 3.678E-09, 2.791E-10, -3.1723E-09, 2.791E-10, 3.1723E-09, 3.678E-09
DataValue, 0.16340000000000002, 5.1141E-09, 5.6896000000000007E-10, -3.4081E-09, 5.6896000000000007E-10, 3.4081E-09, 5.1141E-09
DataValue, 0.16640000000000002, 7.055E-09, 5.945E-10, -3.2007E-09, 5.945E-10, 3.2007E-09, 7.055E-09
DataValue, 0.1694, 5.3877E-09, 5.5542E-10, 1.283E-10, 5.5542E-10, 1.283E-10, 5.3877E-09
DataValue, 0.1724, -1.3761E-09, -7.72E-11, 1.317E-09, 7.72E-11, 1.317E-09, 1.3761E-09
DataValue, 0.1754, 1.8962E-09, -6.651E-10, -3.492E-10, 6.651E-10, 3.492E-10, 1.8962E-09
DataValue, 0.1784, 2.8702E-09, -3.5462E-10, -2.5875E-09, 3.5462E-10, 2.5875E-09, 2.8702E-09
DataValue, 0.1814, -1.71E-09, 7.398E-10, 1.8974E-09, 7.398E-10, 1.8974E-09, 1.71E-09
DataValue, 0.1844, 4.4715E-09, 8.2691000000000009E-10, -8.743E-10, 8.2691000000000009E-10, 8.743E-10, 4.4715E-09
DataValue, 0.1874, 3.579E-09, -8.056E-10, 2.153E-10, 8.056E-10, 2.153E-10, 3.579E-09
DataValue, 0.1904, 3.1262E-09, 1.9239000000000002E-10, 1.5542999999999999E-09, 1.9239000000000002E-10, 1.5542999999999999E-09, 3.1262E-09
DataValue, 0.19340000000000002, -8.552E-10, 3.14E-10, 1.9547E-09, 3.14E-10, 1.9547E-09, 8.552E-10
DataValue, 0.19640000000000002, 3.1563E-09, -7.999E-10, -1.8818E-09, 7.999E-10, 1.8818E-09, 3.1563E-09
DataValue, 0.19940000000000002, 3.299E-09, 1.919E-10, 1.3579E-09, 1.919E-10, 1.3579E-09, 3.299E-09
DataValue, 0.2024, -4.953E-10, 3.481E-10, 1.9466E-09, 3.481E-10, 1.9466E-09, 4.953E-10
DataValue, 0.2054, 3.0984E-09, -7.8E-10, -6.498E-10, 7.8E-10, 6.498E-10, 3.0984E-09
DataValue, 0.2084, 2.2644E-09, 2.4641000000000003E-10, 1.3616E-09, 2.4641000000000003E-10, 1.3616E-09, 2.2644E-09
DataValue, 0.2114, -9.021E-10, 3.225E-10, 1.9917E-09, 3.225E-10, 1.9917E-09, 9.021E-10
DataValue, 0.2144, 3.1143E-09, -7.84E-10, -2.767E-10, 7.84E-10, 2.767E-10, 3.1143E-09
DataValue, 0.2174, 1.7078E-09, 9.27E-11, 1.1863E-09, 9.27E-11, 1.1863E-09, 1.7078E-09
DataValue, 0.2204, 6.8676E-09, 4.697E-10, 2.013E-09, 4.697E-10, 2.013E-09, 6.8676E-09
DataValue, 0.22340000000000002, 3.5597E-09, 7.7261000000000009E-10, -1.5091E-09, 7.7261000000000009E-10, 1.5091E-09, 3.5597E-09
DataValue, 0.22640000000000002, -2.0245E-09, 7.232E-10, 2.1867E-09, 7.232E-10, 2.1867E-09, 2.0245E-09
DataValue, 0.22940000000000002, -7.953E-10, -1.15E-11, 7.802E-10, 1.15E-11, 7.802E-10, 7.953E-10
DataValue, 0.23240000000000002, 6.5678E-09, 2.945E-10, 1.9644E-09, 2.945E-10, 1.9644E-09, 6.5678E-09
DataValue, 0.2354, 3.3349E-09, 7.5297E-10, -1.6854E-09, 7.5297E-10, 1.6854E-09, 3.3349E-09
DataValue, 0.2384, -2.1813E-09, 7.51E-10, 2.371E-09, 7.51E-10, 2.371E-09, 2.1813E-09
DataValue, 0.2414, 2.8833E-09, -7.539E-10, -1.514E-10, 7.539E-10, 1.514E-10, 2.8833E-09
DataValue, 0.2444, -9.569E-10, 2.562E-10, -2.9158E-09, 2.562E-10, 2.9158E-09, 9.569E-10
DataValue, 0.2474, 3.1252E-09, 3.1649E-10, 1.5405E-09, 3.1649E-10, 1.5405E-09, 3.1252E-09
DataValue, 0.2504, -1.7044E-09, 6.984E-10, 2.3929E-09, 6.984E-10, 2.3929E-09, 1.7044E-09
DataValue, 0.2534, 1.074E-10, -2.426E-10, 2.1445E-09, 2.426E-10, 2.1445E-09, 1.074E-10
DataValue, 0.2564, -2.0908E-09, 7.459E-10, 1.5809E-09, 7.459E-10, 1.5809E-09, 2.0908E-09
DataValue, 0.2594, -1.7708E-09, 7.084E-10, 2.3206E-09, 7.084E-10, 2.3206E-09, 1.7708E-09
DataValue, 0.2624, -1.4653E-09, -7.305E-10, 5.743E-10, 7.305E-10, 5.743E-10, 1.4653E-09
DataValue, 0.2654, 3.6882E-09, -8.44E-10, -1.2143E-09, 8.44E-10, 1.2143E-09, 3.6882E-09
DataValue, 0.2684, 3.003E-09, 1.4918000000000002E-10, 1.3408E-09, 1.4918000000000002E-10, 1.3408E-09, 3.003E-09
DataValue, 0.27140000000000003, -1.5977E-09, 1.986E-10, 1.4651E-09, 1.986E-10, 1.4651E-09, 1.5977E-09
DataValue, 0.27440000000000003, -1.4385E-09, -6.508E-10, -2.9209E-09, 6.508E-10, 2.9209E-09, 1.4385E-09
DataValue, 0.27740000000000004, 4.2357E-09, 4.5174000000000003E-10, 1.378E-09, 4.5174000000000003E-10, 1.378E-09, 4.2357E-09
DataValue, 0.28040000000000004, -1.7031E-09, 2.627E-10, 1.546E-09, 2.627E-10, 1.546E-09, 1.7031E-09
DataValue, 0.28340000000000004, -1.5355E-09, 5.664E-10, 2.3342E-09, 5.664E-10, 2.3342E-09, 1.5355E-09
DataValue, 0.2864, -1.3753E-09, -6.75E-10, 7.59E-10, 6.75E-10, 7.59E-10, 1.3753E-09
DataValue, 0.2894, 2.2086E-09, 2.295E-10, 2.4227E-09, 2.295E-10, 2.4227E-09, 2.2086E-09
DataValue, 0.2924, 3.0949E-09, -7.205E-10, -2.286E-10, 7.205E-10, 2.286E-10, 3.0949E-09
DataValue, 0.2954, 1.3222E-09, 1.537E-10, 2.4633E-09, 1.537E-10, 2.4633E-09, 1.3222E-09
DataValue, 0.2984, -2.0478E-09, 6.106E-10, -6.601E-10, 6.106E-10, 6.601E-10, 2.0478E-09
DataValue, 0.3013, -1.4941E-09, -8.0738000000000006E-10, -2.5783E-09, 8.0738000000000006E-10, 2.5783E-09, 1.4941E-09
DataValue, 0.3043, 4.0102E-09, 8.269E-10, 5.062E-10, 8.269E-10, 5.062E-10, 4.0102E-09
DataValue, 0.3073, -1.8746E-09, -5.0601E-10, -2.6454E-09, 5.0601E-10, 2.6454E-09, 1.8746E-09
DataValue, 0.3103, 2.3072E-09, 2.613E-10, 2.4033E-09, 2.613E-10, 2.4033E-09, 2.3072E-09
DataValue, 0.3133, -1.9209E-09, -7.044E-10, 1.315E-10, 7.044E-10, 1.315E-10, 1.9209E-09
DataValue, 0.3163, 1.4789E-09, 2.094E-10, 2.4616E-09, 2.094E-10, 2.4616E-09, 1.4789E-09
DataValue, 0.31930000000000003, -1.9683E-09, 5.919E-10, -7.061E-10, 5.919E-10, 7.061E-10, 1.9683E-09
DataValue, 0.32230000000000003, -1.6366E-09, 6.138E-10, 2.0117E-09, 6.138E-10, 2.0117E-09, 1.6366E-09
DataValue, 0.32530000000000003, 2.6994E-09, 5.872E-10, -1.8283E-09, 5.872E-10, 1.8283E-09, 2.6994E-09
DataValue, 0.32830000000000004, -1.1461E-09, -7.7238000000000008E-10, -1.1386E-09, 7.7238000000000008E-10, 1.1386E-09, 1.1461E-09
DataValue, 0.33130000000000004, 3.5235E-09, 2.779E-10, 1.4626E-09, 2.779E-10, 1.4626E-09, 3.5235E-09
DataValue, 0.33430000000000004, 2.0302E-09, -2.084E-10, 2.4277E-09, 2.084E-10, 2.4277E-09, 2.0302E-09
DataValue, 0.3373, -1.527E-09, 6.26E-10, 2.3067E-09, 6.26E-10, 2.3067E-09, 1.527E-09
DataValue, 0.3403, 2.6189E-09, -6.1741E-10, 4.952E-10, 6.1741E-10, 4.952E-10, 2.6189E-09
DataValue, 0.3433, -5.7661E-09, 2.639E-10, -3.1364E-09, 2.639E-10, 3.1364E-09, 5.7661E-09
DataValue, 0.3463, -8.69E-11, -6.0343000000000006E-10, 3.899E-10, 6.0343000000000006E-10, 3.899E-10, 8.69E-11
DataValue, 0.3493, -5.6591E-09, 2.891E-10, -1.8146E-09, 2.891E-10, 1.8146E-09, 5.6591E-09
DataValue, 0.3523, 1.8659E-09, 6.1800000000000007E-12, -2.0988E-09, 6.1800000000000007E-12, 2.0988E-09, 1.8659E-09
DataValue, 0.3553, -1.8381E-09, 6.956E-10, 7.793E-10, 6.956E-10, 7.793E-10, 1.8381E-09
DataValue, 0.3583, -1.2133E-09, -6.942E-11, -3.564E-09, 6.942E-11, 3.564E-09, 1.2133E-09
DataValue, 0.3613, 9.206E-10, -2.426E-10, 7.334E-10, 2.426E-10, 7.334E-10, 9.206E-10
DataValue, 0.3643, 2.0846E-09, 8.859E-11, -1.5596000000000002E-10, 8.859E-11, 1.5596000000000002E-10, 2.0846E-09
DataValue, 0.3673, 4.5706E-09, 7.8677000000000007E-10, -6.0003E-10, 7.8677000000000007E-10, 6.0003E-10, 4.5706E-09
DataValue, 0.3703, 2.1848E-09, -2.8833000000000003E-10, 1.8818E-09, 2.8833000000000003E-10, 1.8818E-09, 2.1848E-09
DataValue, 0.3733, -4.2068E-09, 2.3357E-10, -5.742E-10, 2.3357E-10, 5.742E-10, 4.2068E-09
DataValue, 0.3763, -5.101E-10, 5.718E-10, -1.935E-10, 5.718E-10, 1.935E-10, 5.101E-10
DataValue, 0.3793, 9.528E-10, 9.32E-11, 2.4114E-09, 9.32E-11, 2.4114E-09, 9.528E-10
DataValue, 0.38230000000000003, 2.934E-09, -2.791E-10, 7.056E-10, 2.791E-10, 7.056E-10, 2.934E-09
DataValue, 0.38530000000000003, 5.3509E-09, 1.016E-10, 8.111E-10, 1.016E-10, 8.111E-10, 5.3509E-09
DataValue, 0.38830000000000003, 4.5303E-09, -3.98E-11, -3.8443E-09, 3.98E-11, 3.8443E-09, 4.5303E-09
DataValue, 0.39130000000000004, 2.0689E-09, 2.5719E-10, -3.775E-09, 2.5719E-10, 3.775E-09, 2.0689E-09
DataValue, 0.39430000000000004, -3.6E-11, -3.574E-10, -2.892E-10, 3.574E-10, 2.892E-10, 3.6E-11
DataValue, 0.39730000000000004, 4.272E-10, -2.83E-11, 2.1472E-09, 2.83E-11, 2.1472E-09, 4.272E-10
DataValue, 0.40030000000000004, 4.1848E-09, 5.896E-10, -1.9576E-09, 5.896E-10, 1.9576E-09, 4.1848E-09
DataValue, 0.4033, 3.0014E-09, -3.321E-10, -2.035E-10, 3.321E-10, 2.035E-10, 3.0014E-09
DataValue, 0.4063, 1.6673E-09, 2.401E-10, 2.1987E-09, 2.401E-10, 2.1987E-09, 1.6673E-09
DataValue, 0.4093, 3.6921E-09, -2.6936000000000004E-10, 9.544E-10, 2.6936000000000004E-10, 9.544E-10, 3.6921E-09
DataValue, 0.4123, 3.6662E-09, 5.285E-10, -1.9096E-09, 5.285E-10, 1.9096E-09, 3.6662E-09
DataValue, 0.4153, -6.316E-10, 7.925E-10, -7.07E-11, 7.925E-10, 7.07E-11, 6.316E-10
DataValue, 0.4183, -4.647E-10, 4.346E-10, 2.0617E-09, 4.346E-10, 2.0617E-09, 4.647E-10
DataValue, 0.4213, 2.0992E-09, 8.79E-11, -3.9561E-09, 8.79E-11, 3.9561E-09, 2.0992E-09
DataValue, 0.4243, 5.067E-10, 7.407E-10, 1.1341E-09, 7.407E-10, 1.1341E-09, 5.067E-10
DataValue, 0.4273, 8.515E-10, 6.135E-10, 1.1546E-09, 6.135E-10, 1.1546E-09, 8.515E-10
DataValue, 0.4303, 4.3456E-09, 4.4E-12, 1.4239E-09, 4.4E-12, 1.4239E-09, 4.3456E-09
DataValue, 0.4333, 4.3898E-09, -1.5219000000000002E-10, -3.0456E-09, 1.5219000000000002E-10, 3.0456E-09, 4.3898E-09
DataValue, 0.4363, 2.9812E-09, 9.604E-10, 1.7212E-09, 9.604E-10, 1.7212E-09, 2.9812E-09
DataValue, 0.4393, 3.3516E-09, 2.392E-10, 1.3698E-09, 2.392E-10, 1.3698E-09, 3.3516E-09
DataValue, 0.4423, 4.6173E-09, -1.598E-10, -1.2445E-09, 1.598E-10, 1.2445E-09, 4.6173E-09
DataValue, 0.44530000000000003, 1.7361E-09, -1.6186000000000002E-10, -2.9833E-09, 1.6186000000000002E-10, 2.9833E-09, 1.7361E-09
DataValue, 0.44830000000000003, 2.9506E-09, 1.1351E-09, 1.4267E-09, 1.1351E-09, 1.4267E-09, 2.9506E-09
DataValue, 0.45130000000000003, 3.9677E-09, 5.321E-10, 1.1534E-09, 5.321E-10, 1.1534E-09, 3.9677E-09
DataValue, 0.45430000000000004, 2.727E-09, 1.2504E-09, 1.075E-09, 1.2504E-09, 1.075E-09, 2.727E-09
DataValue, 0.45730000000000004, 4.7943E-09, 9.9E-11, -2.5515E-09, 9.9E-11, 2.5515E-09, 4.7943E-09
DataValue, 0.46030000000000004, 3.6137E-09, 2.027E-10, -4.5566E-09, 2.027E-10, 4.5566E-09, 3.6137E-09
DataValue, 0.46330000000000005, 9.86E-10, 1.1237E-09, -3.5636E-09, 1.1237E-09, 3.5636E-09, 9.86E-10
DataValue, 0.46630000000000005, -2.088E-10, 1.141E-09, -3.5555E-09, 1.141E-09, 3.5555E-09, 2.088E-10
DataValue, 0.4693, -1.7469E-09, 1.4909E-09, -2.2918E-09, 1.4909E-09, 2.2918E-09, 1.7469E-09
DataValue, 0.4723, -4.568E-10, 1.4257E-09, -2.71E-09, 1.4257E-09, 2.71E-09, 4.568E-10
DataValue, 0.4753, -1.3931E-09, 1.7135E-09, 8.229E-10, 1.7135E-09, 8.229E-10, 1.3931E-09
DataValue, 0.4783, 4.1025E-09, 5.781E-10, -4.4592E-09, 5.781E-10, 4.4592E-09, 4.1025E-09
DataValue, 0.4813, 1.2388E-09, 1.0586E-09, -4.5622E-09, 1.0586E-09, 4.5622E-09, 1.2388E-09
DataValue, 0.4843, 1.1151E-09, 1.1869E-09, -4.6343E-09, 1.1869E-09, 4.6343E-09, 1.1151E-09
DataValue, 0.4873, 1.0713E-09, 1.3085E-09, -4.0452E-09, 1.3085E-09, 4.0452E-09, 1.0713E-09
DataValue, 0.4903, -2.423E-10, 1.7993E-09, -3.5007E-09, 1.7993E-09, 3.5007E-09, 2.423E-10
DataValue, 0.4933, -4.984E-10, 2.0555E-09, -3.9958E-09, 2.0555E-09, 3.9958E-09, 4.984E-10
DataValue, 0.4963, -2.959E-10, 2.1622E-09, -1.6417E-09, 2.1622E-09, 1.6417E-09, 2.959E-10
DataValue, 0.4993, -3.128E-10, 2.5986E-09, -2.7013999999999998E-09, 2.5986E-09, 2.7013999999999998E-09, 3.128E-10
DataValue, 0.5022, 3.9647E-09, 1.9813E-09, -4.6385E-09, 1.9813E-09, 4.6385E-09, 3.9647E-09
DataValue, 0.5052, -1.56E-10, 2.4871E-09, -4.3325E-09, 2.4871E-09, 4.3325E-09, 1.56E-10
DataValue, 0.5082, -4.128E-10, 2.7588E-09, -2.0772E-09, 2.7588E-09, 2.0772E-09, 4.128E-10
DataValue, 0.5112, -2.459E-10, 3.3E-09, -3.2004E-09, 3.3E-09, 3.2004E-09, 2.459E-10
DataValue, 0.5142, 1.981E-09, 2.738E-09, -5.4015E-09, 2.738E-09, 5.4015E-09, 1.981E-09
DataValue, 0.5172, 1.641E-10, 3.1345E-09, -4.1908E-09, 3.1345E-09, 4.1908E-09, 1.641E-10
DataValue, 0.5202, -3.766E-10, 3.5501E-09, -2.6788E-09, 3.5501E-09, 2.6788E-09, 3.766E-10
DataValue, 0.5232, -1.157E-10, 4.2233E-09, -1.0707E-09, 4.2233E-09, 1.0707E-09, 1.157E-10
DataValue, 0.5262, -5.057E-10, 4.0629E-09, -5.8475999999999995E-09, 4.0629E-09, 5.8475999999999995E-09, 5.057E-10
DataValue, 0.5292, -6.12E-11, 3.802E-09, -5.9746E-09, 3.802E-09, 5.9746E-09, 6.12E-11
DataValue, 0.5322, 2.4775E-09, 4.2853E-09, -3.044E-09, 4.2853E-09, 3.044E-09, 2.4775E-09
DataValue, 0.5352, 1.486E-10, 4.9985E-09, -3.2845999999999996E-09, 4.9985E-09, 3.2845999999999996E-09, 1.486E-10
DataValue, 0.5382, 3.608E-10, 5.396E-09, -6.3815999999999996E-09, 5.396E-09, 6.3815999999999996E-09, 3.608E-10
DataValue, 0.5412, 1.0487E-09, 5.9615E-09, -2.1678E-09, 5.9615E-09, 2.1678E-09, 1.0487E-09
DataValue, 0.5442, -7.54E-10, 6.4483E-09, -7.5884E-09, 6.4483E-09, 7.5884E-09, 7.54E-10
DataValue, 0.5472, 2.3931E-09, 4.6766E-09, -8.2661999999999986E-09, 4.6766E-09, 8.2661999999999986E-09, 2.3931E-09
DataValue, 0.5502, 2.7344E-09, 6.5327E-09, -8.368E-09, 6.5327E-09, 8.368E-09, 2.7344E-09
DataValue, 0.5532, 1.346E-10, 7.2232E-09, -1.03688E-08, 7.2232E-09, 1.03688E-08, 1.346E-10
DataValue, 0.5562, 3.7953E-09, 7.3181E-09, -1.0513E-08, 7.3181E-09, 1.0513E-08, 3.7953E-09
DataValue, 0.5592, 3.4928E-09, 8.4271E-09, -1.1320399999999998E-08, 8.4271E-09, 1.1320399999999998E-08, 3.4928E-09
DataValue, 0.5622, 1.8495E-09, 8.5965E-09, -1.1716799999999999E-08, 8.5965E-09, 1.1716799999999999E-08, 1.8495E-09
DataValue, 0.5652, 1.9564E-09, 6.8464E-09, -1.2260399999999999E-08, 6.8464E-09, 1.2260399999999999E-08, 1.9564E-09
DataValue, 0.5682, 4.3243E-09, 8.8504E-09, -1.2736999999999999E-08, 8.8504E-09, 1.2736999999999999E-08, 4.3243E-09
DataValue, 0.5712, 3.25E-10, 1.0103E-08, -1.0770799999999998E-08, 1.0103E-08, 1.0770799999999998E-08, 3.25E-10
DataValue, 0.5742, 3.4773E-09, 1.0707599999999999E-08, -1.1891999999999998E-08, 1.0707599999999999E-08, 1.1891999999999998E-08, 3.4773E-09
DataValue, 0.5772, 3.2519E-09, 1.1312599999999998E-08, -1.2914399999999999E-08, 1.1312599999999998E-08, 1.2914399999999999E-08, 3.2519E-09
DataValue, 0.5802, 3.0456E-09, 1.1958399999999999E-08, -1.3945999999999998E-08, 1.1958399999999999E-08, 1.3945999999999998E-08, 3.0456E-09
DataValue, 0.5832, 2.8461E-09, 1.2638399999999999E-08, -1.4937E-08, 1.2638399999999999E-08, 1.4937E-08, 2.8461E-09
DataValue, 0.5862, 2.6243E-09, 1.3314599999999999E-08, -1.58888E-08, 1.3314599999999999E-08, 1.58888E-08, 2.6243E-09
DataValue, 0.58920000000000006, 2.4829E-09, 1.3992599999999998E-08, -1.6824599999999998E-08, 1.3992599999999998E-08, 1.6824599999999998E-08, 2.4829E-09
DataValue, 0.59220000000000006, 2.3358E-09, 1.4743799999999999E-08, -1.7761399999999998E-08, 1.4743799999999999E-08, 1.7761399999999998E-08, 2.3358E-09
DataValue, 0.59520000000000006, 2.0898E-09, 1.55898E-08, -1.8779599999999998E-08, 1.55898E-08, 1.8779599999999998E-08, 2.0898E-09
DataValue, 0.59820000000000006, 1.953E-09, 1.6418399999999997E-08, -1.9655999999999997E-08, 1.6418399999999997E-08, 1.9655999999999997E-08, 1.953E-09
DataValue, 0.60120000000000007, 1.8841E-09, 1.7288999999999997E-08, -2.06038E-08, 1.7288999999999997E-08, 2.06038E-08, 1.8841E-09
DataValue, 0.60420000000000007, 1.899E-09, 1.8187999999999997E-08, -2.1570199999999998E-08, 1.8187999999999997E-08, 2.1570199999999998E-08, 1.899E-09
DataValue, 0.60720000000000007, -1.47E-11, 1.91834E-08, -2.14326E-08, 1.91834E-08, 2.14326E-08, 1.47E-11
DataValue, 0.61020000000000008, 2.7047E-09, 2.0171999999999997E-08, -2.30196E-08, 2.0171999999999997E-08, 2.30196E-08, 2.7047E-09
DataValue, 0.61320000000000008, 2.5502E-09, 2.11368E-08, -2.4217399999999996E-08, 2.11368E-08, 2.4217399999999996E-08, 2.5502E-09
DataValue, 0.61620000000000008, 2.3662E-09, 2.2190599999999998E-08, -2.53054E-08, 2.2190599999999998E-08, 2.53054E-08, 2.3662E-09
DataValue, 0.61920000000000008, 3.3001E-09, 2.3372E-08, -2.53888E-08, 2.3372E-08, 2.53888E-08, 3.3001E-09
DataValue, 0.6222, 3.0473E-09, 2.4511199999999998E-08, -2.6918799999999997E-08, 2.4511199999999998E-08, 2.6918799999999997E-08, 3.0473E-09
DataValue, 0.6252, 2.8627E-09, 2.57306E-08, -2.84914E-08, 2.57306E-08, 2.84914E-08, 2.8627E-09
DataValue, 0.6282, 2.7125E-09, 2.6946399999999997E-08, -2.98742E-08, 2.6946399999999997E-08, 2.98742E-08, 2.7125E-09
DataValue, 0.6312, 2.5506E-09, 2.8171599999999997E-08, -3.1271599999999995E-08, 2.8171599999999997E-08, 3.1271599999999995E-08, 2.5506E-09
DataValue, 0.6342, 3.3930999999999998E-09, 2.9601599999999998E-08, -3.1538999999999995E-08, 2.9601599999999998E-08, 3.1538999999999995E-08, 3.3930999999999998E-09
DataValue, 0.6372, 3.2409E-09, 3.09464E-08, -3.3272599999999994E-08, 3.09464E-08, 3.3272599999999994E-08, 3.2409E-09
DataValue, 0.6402, 3.0122E-09, 3.2402399999999996E-08, -3.5062E-08, 3.2402399999999996E-08, 3.5062E-08, 3.0122E-09
DataValue, 0.6432, 2.7696E-09, 3.3845599999999996E-08, -3.68388E-08, 3.3845599999999996E-08, 3.68388E-08, 2.7696E-09
DataValue, 0.6462, 2.6E-09, 3.5324E-08, -3.8595599999999995E-08, 3.5324E-08, 3.8595599999999995E-08, 2.6E-09
DataValue, 0.6492, 3.4554E-09, 3.6945199999999995E-08, -3.8897599999999994E-08, 3.6945199999999995E-08, 3.8897599999999994E-08, 3.4554E-09
DataValue, 0.6522, 3.352E-09, 3.8579E-08, -4.07872E-08, 3.8579E-08, 4.07872E-08, 3.352E-09
DataValue, 0.6552, 3.2049E-09, 4.0252199999999993E-08, -4.27634E-08, 4.0252199999999993E-08, 4.27634E-08, 3.2049E-09
DataValue, 0.6582, 2.3051E-09, 4.1878399999999995E-08, -4.2944E-08, 4.1878399999999995E-08, 4.2944E-08, 2.3051E-09
DataValue, 0.6612, 3.9073E-09, 4.3751999999999994E-08, -4.5284E-08, 4.3751999999999994E-08, 4.5284E-08, 3.9073E-09
DataValue, 0.6642, 3.7533E-09, 4.5591999999999996E-08, -4.7379799999999994E-08, 4.5591999999999996E-08, 4.7379799999999994E-08, 3.7533E-09
DataValue, 0.6672, 3.576E-09, 4.75124E-08, -4.9644399999999993E-08, 4.75124E-08, 4.9644399999999993E-08, 3.576E-09
DataValue, 0.6702, 3.4028E-09, 4.9494599999999992E-08, -5.1970599999999994E-08, 4.9494599999999992E-08, 5.1970599999999994E-08, 3.4028E-09
DataValue, 0.6732, 3.2018E-09, 5.1529799999999995E-08, -5.4308799999999996E-08, 5.1529799999999995E-08, 5.4308799999999996E-08, 3.2018E-09
DataValue, 0.6762, 3.0314E-09, 5.3613199999999996E-08, -5.6586199999999992E-08, 5.3613199999999996E-08, 5.6586199999999992E-08, 3.0314E-09
DataValue, 0.6792, 2.835E-09, 5.5710999999999995E-08, -5.9007199999999991E-08, 5.5710999999999995E-08, 5.9007199999999991E-08, 2.835E-09
DataValue, 0.6822, 2.667E-09, 5.7881199999999992E-08, -6.13768E-08, 5.7881199999999992E-08, 6.13768E-08, 2.667E-09
DataValue, 0.6852, 2.5273E-09, 6.0150399999999988E-08, -6.37152E-08, 6.0150399999999988E-08, 6.37152E-08, 2.5273E-09
DataValue, 0.6882, 2.4155E-09, 6.2558E-08, -6.6224599999999991E-08, 6.2558E-08, 6.6224599999999991E-08, 2.4155E-09
DataValue, 0.6912, 1.5262E-09, 6.4948399999999989E-08, -6.7365599999999987E-08, 6.4948399999999989E-08, 6.7365599999999987E-08, 1.5262E-09
DataValue, 0.6942, 3.3596E-09, 6.74732E-08, -7.0208199999999987E-08, 6.74732E-08, 7.0208199999999987E-08, 3.3596E-09
DataValue, 0.6972, 1.3122E-09, 6.9932399999999989E-08, -7.33178E-08, 6.9932399999999989E-08, 7.33178E-08, 1.3122E-09
DataValue, 0.70010000000000006, -1.556E-10, 7.230019999999999E-08, -7.5179999999999989E-08, 7.230019999999999E-08, 7.5179999999999989E-08, 1.556E-10
DataValue, 0.70310000000000006, 2.6999E-09, 7.520619999999999E-08, -7.8841799999999988E-08, 7.520619999999999E-08, 7.8841799999999988E-08, 2.6999E-09
DataValue, 0.70610000000000006, 4.5113E-09, 7.7915199999999991E-08, -7.88544E-08, 7.7915199999999991E-08, 7.88544E-08, 4.5113E-09
DataValue, 0.70910000000000006, 4.2113E-09, 8.0364999999999992E-08, -7.873119999999999E-08, 8.0364999999999992E-08, 7.873119999999999E-08, 4.2113E-09
DataValue, 0.71210000000000007, 2.3288E-09, 8.306879999999999E-08, -8.1623199999999987E-08, 8.306879999999999E-08, 8.1623199999999987E-08, 2.3288E-09
DataValue, 0.71510000000000007, -8.13E-11, 8.638819999999999E-08, -8.9590799999999987E-08, 8.638819999999999E-08, 8.9590799999999987E-08, 8.13E-11
DataValue, 0.71810000000000007, 6.366E-10, 8.9599E-08, -9.1624799999999991E-08, 8.9599E-08, 9.1624799999999991E-08, 6.366E-10
DataValue, 0.72110000000000007, 4.7129E-09, 9.256979999999999E-08, -9.17436E-08, 9.256979999999999E-08, 9.17436E-08, 4.7129E-09
DataValue, 0.72410000000000008, 3.4215E-09, 9.5449399999999992E-08, -9.3401999999999992E-08, 9.5449399999999992E-08, 9.3401999999999992E-08, 3.4215E-09
DataValue, 0.72710000000000008, 1.5937E-09, 9.8716599999999988E-08, -1.0334E-07, 9.8716599999999988E-08, 1.0334E-07, 1.5937E-09
DataValue, 0.73010000000000008, 1.346E-10, 1.0272E-07, -1.0008E-07, 1.0272E-07, 1.0008E-07, 1.346E-10
DataValue, 0.73310000000000008, 3.6734E-09, 1.064E-07, -1.0734E-07, 1.064E-07, 1.0734E-07, 3.6734E-09
DataValue, 0.73610000000000009, 2.6728E-09, 1.1018E-07, -1.117E-07, 1.1018E-07, 1.117E-07, 2.6728E-09
DataValue, 0.73910000000000009, 2.8773E-09, 1.1392E-07, -1.1382E-07, 1.1392E-07, 1.1382E-07, 2.8773E-09
DataValue, 0.7421, 3.656E-09, 1.1714E-07, -1.216E-07, 1.1714E-07, 1.216E-07, 3.656E-09
DataValue, 0.7451, -4.61E-11, 1.2158E-07, -1.1554E-07, 1.2158E-07, 1.1554E-07, 4.61E-11
DataValue, 0.7481, 4.8446E-09, 1.2514E-07, -1.3086E-07, 1.2514E-07, 1.3086E-07, 4.8446E-09
DataValue, 0.7511, 1.3656E-09, 1.2988E-07, -1.2852E-07, 1.2988E-07, 1.2852E-07, 1.3656E-09
DataValue, 0.7541, 4.8342E-09, 1.3386E-07, -1.3775999999999998E-07, 1.3386E-07, 1.3775999999999998E-07, 4.8342E-09
DataValue, 0.7571, 1.9812E-09, 1.3798E-07, -1.3798E-07, 1.3798E-07, 1.3798E-07, 1.9812E-09
DataValue, 0.7601, 4.1061E-09, 1.4268E-07, -1.4522E-07, 1.4268E-07, 1.4522E-07, 4.1061E-09
DataValue, 0.7631, 2.8674E-09, 1.4736E-07, -1.49E-07, 1.4736E-07, 1.49E-07, 2.8674E-09
DataValue, 0.7661, 3.2044E-09, 1.5204E-07, -1.5224E-07, 1.5204E-07, 1.5224E-07, 3.2044E-09
DataValue, 0.7691, 3.8013E-09, 1.5616E-07, -1.6072E-07, 1.5616E-07, 1.6072E-07, 3.8013E-09
DataValue, 0.7721, 4.332E-10, 1.6156E-07, -1.5648E-07, 1.6156E-07, 1.5648E-07, 4.332E-10
DataValue, 0.7751, 4.9761E-09, 1.6586E-07, -1.7286E-07, 1.6586E-07, 1.7286E-07, 4.9761E-09
DataValue, 0.7781, 1.6267E-09, 1.7083999999999999E-07, -1.7022E-07, 1.7083999999999999E-07, 1.7022E-07, 1.6267E-09
DataValue, 0.7811, 5.0833E-09, 1.7559999999999998E-07, -1.8108E-07, 1.7559999999999998E-07, 1.8108E-07, 5.0833E-09
DataValue, 0.7841, 2.0065E-09, 1.8098E-07, -1.7898E-07, 1.8098E-07, 1.7898E-07, 2.0065E-09
DataValue, 0.7871, 3.8505E-09, 1.8756E-07, -1.8689999999999999E-07, 1.8756E-07, 1.8689999999999999E-07, 3.8505E-09
DataValue, 0.7901, 3.8672E-09, 1.9164E-07, -1.9597999999999999E-07, 1.9164E-07, 1.9597999999999999E-07, 3.8672E-09
DataValue, 0.7931, 9.749E-10, 1.9804E-07, -1.9442E-07, 1.9804E-07, 1.9442E-07, 9.749E-10
DataValue, 0.7961, 5.0721E-09, 2.029E-07, -2.1082E-07, 2.029E-07, 2.1082E-07, 5.0721E-09
DataValue, 0.7991, 1.8336E-09, 2.0867999999999999E-07, -2.0808E-07, 2.0867999999999999E-07, 2.0808E-07, 1.8336E-09
DataValue, 0.8021, 5.2781E-09, 2.1422E-07, -2.2027999999999999E-07, 2.1422E-07, 2.2027999999999999E-07, 5.2781E-09
DataValue, 0.8051, 2.0232E-09, 2.1996E-07, -2.2012E-07, 2.1996E-07, 2.2012E-07, 2.0232E-09
DataValue, 0.8081, 5.0322E-09, 2.2658E-07, -2.3356E-07, 2.2658E-07, 2.3356E-07, 5.0322E-09
DataValue, 0.8111, 2.6424E-09, 2.3252E-07, -2.3436E-07, 2.3252E-07, 2.3436E-07, 2.6424E-09
DataValue, 0.8141, 4.2855E-09, 2.394E-07, -2.428E-07, 2.394E-07, 2.428E-07, 4.2855E-09
DataValue, 0.8171, 3.3956E-09, 2.447E-07, -2.4856E-07, 2.447E-07, 2.4856E-07, 3.3956E-09
DataValue, 0.8201, 3.5999E-09, 2.523E-07, -2.5342E-07, 2.523E-07, 2.5342E-07, 3.5999E-09
DataValue, 0.8231, 4.2225E-09, 2.5824E-07, -2.6362E-07, 2.5824E-07, 2.6362E-07, 4.2225E-09
DataValue, 0.82610000000000006, 1.14E-09, 2.6599999999999997E-07, -2.6052E-07, 2.6599999999999997E-07, 2.6052E-07, 1.14E-09
DataValue, 0.82910000000000006, 5.3899E-09, 2.7196E-07, -2.7934E-07, 2.7196E-07, 2.7934E-07, 5.3899E-09
DataValue, 0.83210000000000006, 2.1424E-09, 2.7904E-07, -2.7884E-07, 2.7904E-07, 2.7884E-07, 2.1424E-09
DataValue, 0.83510000000000006, 5.4846E-09, 2.8569999999999997E-07, -2.9236E-07, 2.8569999999999997E-07, 2.9236E-07, 5.4846E-09
DataValue, 0.83810000000000007, 2.2718E-09, 2.9296E-07, -2.9272E-07, 2.9296E-07, 2.9272E-07, 2.2718E-09
DataValue, 0.84110000000000007, 5.1804E-09, 3.0077999999999997E-07, -3.0838E-07, 3.0077999999999997E-07, 3.0838E-07, 5.1804E-09
DataValue, 0.84410000000000007, 2.902E-09, 3.0768E-07, -3.0998E-07, 3.0768E-07, 3.0998E-07, 2.902E-09
DataValue, 0.84710000000000008, 4.5664E-09, 3.1604E-07, -3.1994E-07, 3.1604E-07, 3.1994E-07, 4.5664E-09
DataValue, 0.85010000000000008, 3.6221E-09, 3.2243999999999997E-07, -3.2676E-07, 3.2243999999999997E-07, 3.2676E-07, 3.6221E-09
DataValue, 0.85310000000000008, 2.2341E-09, 3.3212E-07, -3.2934E-07, 3.3212E-07, 3.2934E-07, 2.2341E-09
DataValue, 0.85610000000000008, 5.1684E-09, 3.3872E-07, -3.4517999999999997E-07, 3.3872E-07, 3.4517999999999997E-07, 5.1684E-09
DataValue, 0.85910000000000009, 2.6605E-09, 3.4702E-07, -3.4468E-07, 3.4702E-07, 3.4468E-07, 2.6605E-09
DataValue, 0.86210000000000009, 5.4763E-09, 3.5488E-07, -3.6314E-07, 3.5488E-07, 3.6314E-07, 5.4763E-09
DataValue, 0.86510000000000009, 2.4646E-09, 3.6368E-07, -3.6361999999999997E-07, 3.6368E-07, 3.6361999999999997E-07, 2.4646E-09
DataValue, 0.86810000000000009, 5.6594E-09, 3.7152E-07, -3.789E-07, 3.7152E-07, 3.789E-07, 5.6594E-09
DataValue, 0.8711000000000001, 2.5643E-09, 3.8016E-07, -3.804E-07, 3.8016E-07, 3.804E-07, 2.5643E-09
DataValue, 0.8741, 5.5128E-09, 3.8936E-07, -3.9769999999999997E-07, 3.8936E-07, 3.9769999999999997E-07, 5.5128E-09
DataValue, 0.8771, 3.1578E-09, 3.9783999999999997E-07, -4.001E-07, 3.9783999999999997E-07, 4.001E-07, 3.1578E-09
DataValue, 0.8801, 4.9239E-09, 4.074E-07, -4.1179999999999997E-07, 4.074E-07, 4.1179999999999997E-07, 4.9239E-09
DataValue, 0.8831, 3.7174E-09, 4.1627999999999997E-07, -4.1896E-07, 4.1627999999999997E-07, 4.1896E-07, 3.7174E-09
DataValue, 0.8861, 4.4921E-09, 4.263E-07, -4.2852E-07, 4.263E-07, 4.2852E-07, 4.4921E-09
DataValue, 0.8891, 4.3074E-09, 4.3446E-07, -4.3957999999999997E-07, 4.3446E-07, 4.3957999999999997E-07, 4.3074E-09
DataValue, 0.8921, 3.9935E-09, 4.4464E-07, -4.4608E-07, 4.4464E-07, 4.4608E-07, 3.9935E-09
DataValue, 0.8951, 4.9084E-09, 4.5332E-07, -4.5997999999999997E-07, 4.5332E-07, 4.5997999999999997E-07, 4.9084E-09
DataValue, 0.8981, 2.9741E-09, 4.6431999999999996E-07, -4.6154E-07, 4.6431999999999996E-07, 4.6154E-07, 2.9741E-09
DataValue, 0.901, 5.8347E-09, 4.7328E-07, -4.8042E-07, 4.7328E-07, 4.8042E-07, 5.8347E-09
DataValue, 0.904, 2.3165E-09, 4.831E-07, -4.839E-07, 4.831E-07, 4.839E-07, 2.3165E-09
DataValue, 0.907, 4.8009E-09, 4.9492E-07, -4.9398E-07, 4.9492E-07, 4.9398E-07, 4.8009E-09
DataValue, 0.91, 5.4594E-09, 5.0306E-07, -5.105E-07, 5.0306E-07, 5.105E-07, 5.4594E-09
DataValue, 0.913, 2.9187E-09, 5.1384E-07, -5.1443999999999994E-07, 5.1384E-07, 5.1443999999999994E-07, 2.9187E-09
DataValue, 0.916, 6.0425E-09, 5.2433999999999994E-07, -5.3227999999999995E-07, 5.2433999999999994E-07, 5.3227999999999995E-07, 6.0425E-09
DataValue, 0.919, 2.9998E-09, 5.3496E-07, -5.3602E-07, 5.3496E-07, 5.3602E-07, 2.9998E-09
DataValue, 0.922, 5.9375E-09, 5.4674E-07, -5.5505999999999994E-07, 5.4674E-07, 5.5505999999999994E-07, 5.9375E-09
DataValue, 0.925, 3.4615E-09, 5.57E-07, -5.596E-07, 5.57E-07, 5.596E-07, 3.4615E-09
DataValue, 0.928, 5.4996E-09, 5.6918E-07, -5.7454E-07, 5.6918E-07, 5.7454E-07, 5.4996E-09
DataValue, 0.931, 4.5777E-09, 5.7961999999999995E-07, -5.759E-07, 5.7961999999999995E-07, 5.759E-07, 4.5777E-09
DataValue, 0.934, 4.046E-08, 5.905E-07, -5.8982E-07, 5.905E-07, 5.8982E-07, 4.046E-08
DataValue, 0.937, 5.4371E-09, 6.0108E-07, -6.0844E-07, 6.0108E-07, 6.0844E-07, 5.4371E-09
DataValue, 0.94000000000000006, 4.31E-08, 6.1322E-07, -6.1256E-07, 6.1322E-07, 6.1256E-07, 4.31E-08
DataValue, 0.94300000000000006, 3.2701E-09, 6.2634E-07, -6.2448E-07, 6.2634E-07, 6.2448E-07, 3.2701E-09
DataValue, 0.94600000000000006, 4.892E-08, 6.3731999999999994E-07, -6.3479999999999994E-07, 6.3731999999999994E-07, 6.3479999999999994E-07, 4.892E-08
DataValue, 0.94900000000000007, 6.1195E-09, 6.495E-07, -6.5914E-07, 6.495E-07, 6.5914E-07, 6.1195E-09
DataValue, 0.95200000000000007, 6.4912E-09, 6.6093999999999993E-07, -6.6292E-07, 6.6093999999999993E-07, 6.6292E-07, 6.4912E-09
DataValue, 0.95500000000000007, 6.3749E-09, 6.7195999999999994E-07, -6.7092E-07, 6.7195999999999994E-07, 6.7092E-07, 6.3749E-09
DataValue, 0.95800000000000007, 6.2514E-09, 6.8363999999999995E-07, -6.8358E-07, 6.8363999999999995E-07, 6.8358E-07, 6.2514E-09
DataValue, 0.96100000000000008, 6.1174E-09, 6.947E-07, -6.9455999999999994E-07, 6.947E-07, 6.9455999999999994E-07, 6.1174E-09
DataValue, 0.96400000000000008, 5.9848E-09, 7.0603999999999994E-07, -7.0596E-07, 7.0603999999999994E-07, 7.0596E-07, 5.9848E-09
DataValue, 0.96700000000000008, 5.8018E-09, 7.178E-07, -7.1756E-07, 7.178E-07, 7.1756E-07, 5.8018E-09
DataValue, 0.97000000000000008, 5.6797E-09, 7.2942E-07, -7.3044E-07, 7.2942E-07, 7.3044E-07, 5.6797E-09
DataValue, 0.97300000000000009, 5.5501E-09, 7.4144E-07, -7.4296E-07, 7.4144E-07, 7.4296E-07, 5.5501E-09
DataValue, 0.97600000000000009, 5.3696E-09, 7.5396E-07, -7.5291999999999994E-07, 7.5396E-07, 7.5291999999999994E-07, 5.3696E-09
DataValue, 0.97900000000000009, 5.643E-09, 7.6584E-07, -7.6634E-07, 7.6584E-07, 7.6634E-07, 5.643E-09
DataValue, 0.9820000000000001, 6.1214E-09, 7.7877999999999994E-07, -7.7814E-07, 7.7877999999999994E-07, 7.7814E-07, 6.1214E-09
DataValue, 0.9850000000000001, 5.9149E-09, 7.916E-07, -7.9126E-07, 7.916E-07, 7.9126E-07, 5.9149E-09
DataValue, 0.9880000000000001, 5.8169E-09, 8.0438E-07, -8.0632E-07, 8.0438E-07, 8.0632E-07, 5.8169E-09
DataValue, 0.991, 6.6525E-09, 8.1812E-07, -8.163E-07, 8.1812E-07, 8.163E-07, 6.6525E-09
DataValue, 0.994, 6.5106E-09, 8.3082E-07, -8.3038E-07, 8.3082E-07, 8.3038E-07, 6.5106E-09
DataValue, 0.997, 6.3669E-09, 8.4395999999999994E-07, -8.4311999999999994E-07, 8.4395999999999994E-07, 8.4311999999999994E-07, 6.3669E-09
DataValue, 1, 6.1603E-09, 8.5744E-07, -8.5672E-07, 8.5744E-07, 8.5672E-07, 6.1603E-09