hc
2023-03-13 2ec15ae1cb4be1b4fcb56c6d621123d7ebdaad6c
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
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
<?xml version="1.0" encoding="utf-8"?> <matfile>    <header type="struct" size="[1 1]">       <code_xml_parse_version index="1" type="char" size="[1 6]">          v1.4.8       </code_xml_parse_version>       <creation_date index="1" type="char" size="[1 11]">          2021-01-07       </creation_date>       <creator index="1" type="char" size="[1 2]">          sandy       </creator>       <sensor_name index="1" type="char" size="[1 7]">          OS04a10       </sensor_name>       <sample_name index="1" type="char" size="[1 9]">          UNKNOWN       </sample_name>       <generator_version index="1" type="char" size="[1 4]">          v1.0.a       </generator_version>       <magic_code_version index="1" type="int" size="[1 1]">          [1170944]       </magic_code_version>    </header>    <sensor type="struct" size="[1 1]">       <AWB index="1" type="struct" size="[1 1]">          <CalibParaV20 index="1" type="cell" size="[1 1]">             <cell index="1" type="struct" size="[1 1]">                <scene index="1" type="char" size="[1 10]">                   A0                </scene>                <Globals index="1" type="struct" size="[1 1]">                   <hdrFrameChoose index="1" type="struct" size="[1 1]">                      <mode index="1" type="double" size="[1 1]">                         [1]                      </mode>                      <frameChoose index="1" type="double" size="[1 1]">                         [1]                      </frameChoose>                   </hdrFrameChoose>                   <lscBypassEnable index="1" type="double" size="[1 1]">                      [0]                   </lscBypassEnable>                   <uvDetectionEnable index="1" type="double" size="[1 1]">                      [1]                   </uvDetectionEnable>                   <xyDetectionEnable index="1" type="double" size="[1 1]">                      [1]                   </xyDetectionEnable>                   <yuvDetectionEnable index="1" type="double" size="[1 1]">                      [1]                   </yuvDetectionEnable>                   <wbGainDaylightClipEnable index="1" type="double" size="[1 1]">                      [0]                   </wbGainDaylightClipEnable>                   <wbGainClipEnable index="1" type="double" size="[1 1]">                      [0]                   </wbGainClipEnable>                   <lsUsedForYuvDet index="1" type="cell" size="[1 7]">                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            A                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            CWF                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            D65                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            TL84                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            D50                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            HZ                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            D75                         </name>                      </cell>                   </lsUsedForYuvDet>                   <downScaleMode index="1" type="double" size="[1 1]">                      [1]                   </downScaleMode>                   <blckMeasureMode index="1" type="double" size="[1 1]">                      [1]                   </blckMeasureMode>                   <measureWindow index="1" type="struct" size="[1 1]">                      <mode index="1" type="double" size="[1 1]">                         [1]                      </mode>                      <resAll index="1" type="cell" size="[1 2]">                         <cell index="6" type="struct" size="[1 1]">                            <resolution index="1" type="char" size="[1 9]">                               2688x1520                            </resolution>                            <measureWindowSize index="1" type="double" size="[1 4]">                               [0 0 2688 1520]                            </measureWindowSize>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <resolution index="1" type="char" size="[1 9]">                               2688x1520                            </resolution>                            <measureWindowSize index="1" type="double" size="[1 4]">                               [0 0 2560 1440]                            </measureWindowSize>                         </cell>                      </resAll>                   </measureWindow>                   <multiWindowEnable index="1" type="double" size="[1 1]">                      [1]                   </multiWindowEnable>                   <limitRange index="1" type="struct" size="[1 1]">                      <Y index="1" type="double" size="[1 2]">                         [9 210]                      </Y>                      <R index="1" type="double" size="[1 2]">                         [6 230]                      </R>                      <G index="1" type="double" size="[1 2]">                         [9 230]                      </G>                      <B index="1" type="double" size="[1 2]">                         [6 230]                      </B>                   </limitRange>                   <pseudoLumWeight index="1" type="double" size="[1 3]">                      [0.374556 0.375338 0.250105]                   </pseudoLumWeight>                   <rotationMat index="1" type="double" size="[1 9]">                      [-0.52139 0.853319 1.200718 0.853319 0.52139 0.602424 0 0 1]                   </rotationMat>                   <multiwindow index="1" type="double" size="[8 4]">                      [0 0 0 0                      0 0 0 0                      0 0 0 0                      0 0 0 0                      0 0 0 0                      0 0 0 0                      0 0 0 0                      0 0 0 0]                   </multiwindow>                   <excludeRange index="1" type="cell" size="[1 7]">                      <cell index="1" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [0]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [1]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [190 192 266 254]                         </window>                      </cell>                      <cell index="2" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [1]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [1]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [1005 1090 59 13]                         </window>                      </cell>                      <cell index="3" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [0]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [1]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [235 240 257 252]                         </window>                      </cell>                      <cell index="4" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [1]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [1]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [617 803 146 100]                         </window>                      </cell>                      <cell index="5" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [0]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [0]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [0 0 0 0]                         </window>                      </cell>                      <cell index="6" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [0]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [0]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [0 0 0 0]                         </window>                      </cell>                      <cell index="7" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [0]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [0]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [0 0 0 0]                         </window>                      </cell>                   </excludeRange>                   <spatialGain_L index="1" type="double" size="[1 4]">                      [2.0505 1 1 1.5066]                   </spatialGain_L>                   <spatialGain_H index="1" type="double" size="[1 4]">                      [1.757 1 1 1.7957]                   </spatialGain_H>                   <temporalDefaultGain index="1" type="double" size="[1 4]">                      [1.2804 1 1 2.9801]                   </temporalDefaultGain>                   <ca_TargetGain index="1" type="double" size="[1 4]">                      [2.1924 1 1 1.4355]                   </ca_TargetGain>                   <singleColorProcess index="1" type="struct" size="[1 1]">                      <colorBlock index="1" type="cell" size="[1 6]">                         <cell index="1" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [15]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [26.032765008]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [43.411211999]                            </meanH>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [13]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [25.614137134]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-71.804280751]                            </meanH>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [5]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [12.634798648]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-67.163342423]                            </meanH>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [10]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [11.749448199]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-44.67441925]                            </meanH>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [14]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [17.039038716]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [151.388706919]                            </meanH>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [16]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [31.449131511]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [94.939709795]                            </meanH>                         </cell>                      </colorBlock>                      <lsUsedForEstimation index="1" type="cell" size="[1 3]">                         <cell index="1" type="struct" size="[1 1]">                            <name index="1" type="char" size="[1 9]">                               A                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.280402471]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [2.980099854]                            </BGain>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <name index="1" type="char" size="[1 9]">                               D50                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.757036345]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [1.795691713]                            </BGain>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <name index="1" type="char" size="[1 9]">                               TL84                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.422098996]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [2.465974477]                            </BGain>                         </cell>                      </lsUsedForEstimation>                      <alpha index="1" type="double" size="[1 1]">                         [0.9]                      </alpha>                   </singleColorProcess>                   <lineRgBg index="1" type="double" size="[1 3]">                      [-0.877717078 -0.479179263 -2.75291657]                   </lineRgBg>                   <lineRgProjCCT index="1" type="double" size="[1 3]">                      [0.99999994 -0.000241256581 0.638006926]                   </lineRgProjCCT>                   <wbGainDaylightClip index="1" type="struct" size="[1 1]">                      <outdoor_cct_min index="1" type="double" size="[1 1]">                         [5000]                      </outdoor_cct_min>                   </wbGainDaylightClip>                   <wbGainClip index="1" type="struct" size="[1 1]">                      <cct index="1" type="double" size="[1 5]">                         [1000 2856 4100 6500 7500]                      </cct>                      <cri_bound_up index="1" type="double" size="[1 5]">                         [0.091 0.091 0.18 0.12 0.12]                      </cri_bound_up>                      <cri_bound_low index="1" type="double" size="[1 5]">                         [0.07 0.07 0.16 0.16 0.16]                      </cri_bound_low>                   </wbGainClip>                </Globals>                <LightSources index="1" type="cell" size="[1 7]">                   <cell index="1" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         A                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.2804 1 1 2.9801]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [123 44 53.5 122.5 123]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [129 123 101 126 129]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [-0.216121791390606 0.214821874660583 0.109934777544841 -0.0724127694137152]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-0.214383983201184 0.213116831396403 0.207768460284184 -0.16399953412532]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-0.0382860866731806 0.212939639891781 0.0584090379687867 -0.0622003600823043]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-30075]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [122]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-557]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [2784]                         </k_ydisSet>                         <b_ydisSet index="1" type="double" size="[1 1]">                            [-1]                         </b_ydisSet>                         <uRefSet index="1" type="double" size="[1 1]">                            [128]                         </uRefSet>                         <vRefSet index="1" type="double" size="[1 1]">                            [126]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [97 225 353 609 1121 1249]                         </disSet>                         <tHSet index="1" type="double" size="[1 6]">                            [3 4 5 5 23 26]                         </tHSet>                      </yuvRegion>                   </cell>                   <cell index="2" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         CWF                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.7517 1 1 2.5722]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [58.5 63 123.5 123 58.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [85 76.5 123.5 125.5 85]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [0.215924993003079 0.666684768835308 -0.065657150205761 -0.179652923363615]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [0.240625 0.661398922159261 -0.0645352904089337 -0.330438377730998]                         </big>                         <small index="1" type="double" size="[1 4]">                            [0.467222221079799 0.664946960645884 -0.0664185266143729 -0.173782902399254]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-1489]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [40]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-7649]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [2611]                         </k_ydisSet>                         <b_ydisSet index="1" type="double" size="[1 1]">                            [0]                         </b_ydisSet>                         <uRefSet index="1" type="double" size="[1 1]">                            [128]                         </uRefSet>                         <vRefSet index="1" type="double" size="[1 1]">                            [128]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [102 166 294 550 806 1318]                         </disSet>                         <tHSet index="1" type="double" size="[1 6]">                            [11 14 17 20 23 26]                         </tHSet>                      </yuvRegion>                   </cell>                   <cell index="3" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         D50                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [2]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.757 1 1 1.7957]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [58.5 76 125 123.5 58.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [86 53 123 126 86]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [0.719185185185185 1.1262962962963 0.19499294015423 -0.0659389594873466]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [0.717407407407407 1.13056255247691 0.223584905660377 -0.0750624524818073]                         </big>                         <small index="1" type="double" size="[1 4]">                            [0.849444443964296 1.01851850508529 0.0945409429280397 -0.0244234804858031]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-1039]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [1]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-8193]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [3109]                         </k_ydisSet>                         <b_ydisSet index="1" type="double" size="[1 1]">                            [1]                         </b_ydisSet>                         <uRefSet index="1" type="double" size="[1 1]">                            [128]                         </uRefSet>                         <vRefSet index="1" type="double" size="[1 1]">                            [128]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [68 132 260 388 644 1156]                         </disSet>                         <tHSet index="1" type="double" size="[1 6]">                            [11 14 17 20 23 26]                         </tHSet>                      </yuvRegion>                   </cell>                   <cell index="4" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         D65                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [3]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [2.0505 1 1 1.5066]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [76 84.5 126 125 76]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [53 38 122 123 53]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [1.12985185185185 1.33833333219091 0.0891604214184859 -0.166004961684679]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [1.12629629503135 1.33611111063096 0.160545905707196 -0.23928532658894]                         </big>                         <small index="1" type="double" size="[1 4]">                            [1.1894444439643 1.33388888840874 0.0377998341204611 -0.135897436351003]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-564]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [-105]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-6921]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [3025]                         </k_ydisSet>                         <b_ydisSet index="1" type="double" size="[1 1]">                            [3]                         </b_ydisSet>                         <uRefSet index="1" type="double" size="[1 1]">                            [128]                         </uRefSet>                         <vRefSet index="1" type="double" size="[1 1]">                            [127]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [36 100 228 356 612 868]                         </disSet>                         <tHSet index="1" type="double" size="[1 6]">                            [11 14 17 20 23 26]                         </tHSet>                      </yuvRegion>                   </cell>                   <cell index="5" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         D75                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [3]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [2.1544 1 1 1.4068]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [127 126 84.5 93 127]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [121 122 38 32 121]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [1.339375 1.493125 0.0667493796526055 -0.124317617866005]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [1.33166666618652 1.49166666618652 0.142018196403339 -0.179900744870441]                         </big>                         <small index="1" type="double" size="[1 4]">                            [1.376875 1.485625 0.0632754342431762 -0.120843672456576]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-436]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [-173]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-5906]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [2994]                         </k_ydisSet>                         <b_ydisSet index="1" type="double" size="[1 1]">                            [3]                         </b_ydisSet>                         <uRefSet index="1" type="double" size="[1 1]">                            [128]                         </uRefSet>                         <vRefSet index="1" type="double" size="[1 1]">                            [127]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [51 115 243 499 755 1011]                         </disSet>                         <tHSet index="1" type="double" size="[1 6]">                            [11 14 17 20 23 26]                         </tHSet>                      </yuvRegion>                   </cell>                   <cell index="6" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         HZ                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.0649 1 1 3.6068]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [121.5 46 44.5 122.5 121.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [129 140.5 123.5 128.5 129]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [-0.52545164910756 -0.22307302414829 -0.0113789890519446 -0.160086186815746]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-0.548043152397856 -0.22307302414829 0.0629746098299561 -0.175739575795796]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-0.508073567213349 -0.363835487491398 -0.0329023992546001 -0.138562776613091]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [10441]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [140]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [1592]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [2388]                         </k_ydisSet>                         <b_ydisSet index="1" type="double" size="[1 1]">                            [2]                         </b_ydisSet>                         <uRefSet index="1" type="double" size="[1 1]">                            [128]                         </uRefSet>                         <vRefSet index="1" type="double" size="[1 1]">                            [128]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [82 146 274 530 1042 1298]                         </disSet>                         <tHSet index="1" type="double" size="[1 6]">                            [11 14 17 20 23 26]                         </tHSet>                      </yuvRegion>                   </cell>                   <cell index="7" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         TL84                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.4221 1 1 2.466]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [122.5 53.5 58.5 123.5 122.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [126 100.5 86 126 126]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [0.214296295031354 0.719185185185185 0.191343542749607 -0.0622895622895623]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [0.214296295031354 0.720822837951302 0.232389937106918 -0.0860106442819993]                         </big>                         <small index="1" type="double" size="[1 4]">                            [0.372922763951864 0.550296296296296 0.0649312836097004 -0.0495166720973172]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-2382]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [72]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-5945]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [2950]                         </k_ydisSet>                         <b_ydisSet index="1" type="double" size="[1 1]">                            [0]                         </b_ydisSet>                         <uRefSet index="1" type="double" size="[1 1]">                            [128]                         </uRefSet>                         <vRefSet index="1" type="double" size="[1 1]">                            [128]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [72 104 232 360 616 872]                         </disSet>                         <tHSet index="1" type="double" size="[1 6]">                            [11 14 17 40 50 60]                         </tHSet>                      </yuvRegion>                   </cell>                </LightSources>             </cell>          </CalibParaV20>          <CalibParaV21 index="1" type="cell" size="[1 1]">             <cell index="1" type="struct" size="[1 1]">                <scene index="1" type="char" size="[1 10]">                   A0                </scene>                <Globals index="1" type="struct" size="[1 1]">                   <hdrFrameChoose index="1" type="struct" size="[1 1]">                      <mode index="1" type="double" size="[1 1]">                         [0]                      </mode>                      <frameChoose index="1" type="double" size="[1 1]">                         [1]                      </frameChoose>                   </hdrFrameChoose>                   <lscBypassEnable index="1" type="double" size="[1 1]">                      [0]                   </lscBypassEnable>                   <uvDetectionEnable index="1" type="double" size="[1 1]">                      [1]                   </uvDetectionEnable>                   <xyDetectionEnable index="1" type="double" size="[1 1]">                      [1]                   </xyDetectionEnable>                   <yuvDetectionEnable index="1" type="double" size="[1 1]">                      [1]                   </yuvDetectionEnable>                   <wbGainDaylightClipEnable index="1" type="double" size="[1 1]">                      [0]                   </wbGainDaylightClipEnable>                   <wbGainClipEnable index="1" type="double" size="[1 1]">                      [0]                   </wbGainClipEnable>                   <wpDiffLumaWeiEnable index="1" type="double" size="[1 1]">                      [1]                   </wpDiffLumaWeiEnable>                   <wpDiffBlkWeiEnable index="1" type="double" size="[1 1]">                      [1]                   </wpDiffBlkWeiEnable>                   <blkStatisticsEnable index="1" type="double" size="[1 1]">                      [1]                   </blkStatisticsEnable>                   <lsUsedForYuvDet index="1" type="cell" size="[1 7]">                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            A                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            CWF                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            D65                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            TL84                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            D50                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            HZ                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                            D75                         </name>                      </cell>                   </lsUsedForYuvDet>                   <downScaleMode index="1" type="double" size="[1 1]">                      [1]                   </downScaleMode>                   <blckMeasureMode index="1" type="double" size="[1 1]">                      [0]                   </blckMeasureMode>                   <measureWindow index="1" type="struct" size="[1 1]">                      <mode index="1" type="double" size="[1 1]">                         [1]                      </mode>                      <resAll index="1" type="cell" size="[1 1]">                         <cell index="6" type="struct" size="[1 1]">                            <resolution index="1" type="char" size="[1 9]">                               2688x1520                            </resolution>                            <measureWindowSize index="1" type="double" size="[1 4]">                               [0 0 2688 1520]                            </measureWindowSize>                         </cell>                      </resAll>                   </measureWindow>                   <multiWindowEnable index="1" type="double" size="[1 1]">                      [1]                   </multiWindowEnable>                   <limitRange index="1" type="struct" size="[1 1]">                      <Y index="1" type="double" size="[1 2]">                         [9 210]                      </Y>                      <R index="1" type="double" size="[1 2]">                         [6 230]                      </R>                      <G index="1" type="double" size="[1 2]">                         [9 230]                      </G>                      <B index="1" type="double" size="[1 2]">                         [6 230]                      </B>                   </limitRange>                   <pseudoLumWeight index="1" type="double" size="[1 3]">                      [0.29609 0.453725 0.250185]                   </pseudoLumWeight>                   <rotationMat index="1" type="double" size="[1 9]">                      [-0.559665 0.828719 -0.191196 0.828719 0.559665 0.642808 0 0 1]                   </rotationMat>                   <rgb2RotationYuvMat index="1" type="double" size="[4 4]">                      [0.03515625 0.134765625 0.01171875 35.25                      -0.08203125 -0.001953125 0.07421875 133.25                      0.052734375 -0.0546875 0.046875 109.1875                      0 0 0 1]                   </rgb2RotationYuvMat>                   <multiwindow index="1" type="double" size="[8 4]">                      [0 0 0 0                      0 0 0 0                      0 0 0 0                      0 0 0 0                      0 0 0 0                      0 0 0 0                      0 0 0 0                      0 0 0 0]                   </multiwindow>                   <excludeRange index="1" type="cell" size="[1 7]">                      <cell index="1" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [0]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [1]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [244 249 228 211]                         </window>                      </cell>                      <cell index="2" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [1]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [1]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [-1096 -985 140 65]                         </window>                      </cell>                      <cell index="3" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [1]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [1]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [-40 158 121 16]                         </window>                      </cell>                      <cell index="4" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [1]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [1]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [-235 -40 237 80]                         </window>                      </cell>                      <cell index="5" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [0]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [0]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [0 0 0 0]                         </window>                      </cell>                      <cell index="6" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [0]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [0]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [0 0 0 0]                         </window>                      </cell>                      <cell index="7" type="struct" size="[1 1]">                         <Domain index="1" type="double" size="[1 1]">                            [0]                         </Domain>                         <mode index="1" type="double" size="[1 1]">                            [0]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [0 0 0 0]                         </window>                      </cell>                   </excludeRange>                   <spatialGain_L index="1" type="double" size="[1 4]">                      [2.0505 1 1 1.5066]                   </spatialGain_L>                   <spatialGain_H index="1" type="double" size="[1 4]">                      [1.757 1 1 1.7957]                   </spatialGain_H>                   <temporalDefaultGain index="1" type="double" size="[1 4]">                      [1.2804 1 1 2.9801]                   </temporalDefaultGain>                   <ca_TargetGain index="1" type="double" size="[1 4]">                      [2.1924 1 1 1.4355]                   </ca_TargetGain>                   <singleColorProcess index="1" type="struct" size="[1 1]">                      <colorBlock index="1" type="cell" size="[1 6]">                         <cell index="1" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [15]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [26.032765008]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [43.411211999]                            </meanH>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [13]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [25.614137134]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-71.804280751]                            </meanH>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [5]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [12.634798648]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-67.163342423]                            </meanH>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [10]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [11.749448199]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-44.67441925]                            </meanH>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [14]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [17.039038716]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [151.388706919]                            </meanH>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <index index="1" type="double" size="[1 1]">                               [16]                            </index>                            <meanC index="1" type="double" size="[1 1]">                               [31.449131511]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [94.939709795]                            </meanH>                         </cell>                      </colorBlock>                      <lsUsedForEstimation index="1" type="cell" size="[1 3]">                         <cell index="1" type="struct" size="[1 1]">                            <name index="1" type="char" size="[1 9]">                               A                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.280402471]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [2.980099854]                            </BGain>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <name index="1" type="char" size="[1 9]">                               D50                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.757036345]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [1.795691713]                            </BGain>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <name index="1" type="char" size="[1 9]">                               TL84                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.422098996]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [2.465974477]                            </BGain>                         </cell>                      </lsUsedForEstimation>                      <alpha index="1" type="double" size="[1 1]">                         [0.9]                      </alpha>                   </singleColorProcess>                   <lineRgBg index="1" type="double" size="[1 3]">                      [-0.877717078 -0.479179263 -2.75291657]                   </lineRgBg>                   <lineRgProjCCT index="1" type="double" size="[1 3]">                      [0.99999994 -0.000241256581 0.638006926]                   </lineRgProjCCT>                   <wbGainDaylightClip index="1" type="struct" size="[1 1]">                      <outdoor_cct_min index="1" type="double" size="[1 1]">                         [5000]                      </outdoor_cct_min>                   </wbGainDaylightClip>                   <wbGainClip index="1" type="struct" size="[1 1]">                      <cct index="1" type="double" size="[1 5]">                         [1000 2856 4100 6500 7500]                      </cct>                      <cri_bound_up index="1" type="double" size="[1 5]">                         [0.091 0.091 0.18 0.12 0.12]                      </cri_bound_up>                      <cri_bound_low index="1" type="double" size="[1 5]">                         [0.07 0.07 0.16 0.16 0.16]                      </cri_bound_low>                   </wbGainClip>                   <wpDiffLumaWeight index="1" type="struct" size="[1 1]">                      <wpDiffWeiEnableTh index="1" type="struct" size="[1 1]">                         <wpDiffWeiNoTh index="1" type="double" size="[1 1]">                            [0.004]                         </wpDiffWeiNoTh>                         <wpDiffWeiLvValueTh index="1" type="double" size="[1 1]">                            [64]                         </wpDiffWeiLvValueTh>                      </wpDiffWeiEnableTh>                      <wpDiffwei_y index="1" type="double" size="[1 9]">                         [0 16 32 64 96 128 192 224 240]                      </wpDiffwei_y>                      <perfectBinConf index="1" type="double" size="[1 8]">                         [0 0 0 1 1 1 1 0]                      </perfectBinConf>                      <wpDiffWeiLvTh index="1" type="double" size="[1 2]">                         [256 8192]                      </wpDiffWeiLvTh>                      <wpDiffWeiRatioTh index="1" type="double" size="[1 3]">                         [0 0.01 0.1]                      </wpDiffWeiRatioTh>                      <wpDiffwei_w_HighLV index="1" type="struct" size="[1 1]">                         <wpRatio1 index="1" type="double" size="[1 9]">                            [1 1 1 1 1 1 1 1 1]                         </wpRatio1>                         <wpRatio2 index="1" type="double" size="[1 9]">                            [1 1 1 1 1 1 1 1 1]                         </wpRatio2>                         <wpRatio3 index="1" type="double" size="[1 9]">                            [0 0 0.2 0.5 1 1 1 0.5 0]                         </wpRatio3>                      </wpDiffwei_w_HighLV>                      <wpDiffwei_w_LowLV index="1" type="struct" size="[1 1]">                         <wpRatio1 index="1" type="double" size="[1 9]">                            [1 1 1 1 1 1 1 1 1]                         </wpRatio1>                         <wpRatio2 index="1" type="double" size="[1 9]">                            [1 1 1 1 1 1 1 1 1]                         </wpRatio2>                         <wpRatio3 index="1" type="double" size="[1 9]">                            [1 1 1 1 1 1 1 1 1]                         </wpRatio3>                      </wpDiffwei_w_LowLV>                   </wpDiffLumaWeight>                   <wpDiffBlkWeight index="1" type="double" size="[15 15]">                      [3 3 3 4 4 4 4 5 4 4 4 4 3 3 3                      3 3 4 4 5 5 6 6 6 5 5 4 4 3 3                      3 4 5 6 7 8 9 10 9 8 7 6 5 4 3                      4 4 6 8 11 13 15 16 15 13 11 8 6 4 4                      4 5 7 11 14 18 21 23 21 18 14 11 7 5 4                      4 5 8 13 18 23 27 29 27 23 18 13 8 5 4                      4 6 9 15 21 27 32 32 32 27 21 15 9 6 4                      5 6 10 16 23 29 32 32 32 29 23 16 10 6 5                      4 6 9 15 21 27 32 32 32 27 21 15 9 6 4                      4 5 8 13 18 23 27 29 27 23 18 13 8 5 4                      4 5 7 11 14 18 21 23 21 18 14 11 7 5 4                      4 4 6 8 11 13 15 16 15 13 11 8 6 4 4                      3 4 5 6 7 8 9 10 9 8 7 6 5 4 3                      3 3 4 4 5 5 6 6 6 5 5 4 4 3 3                      3 3 3 4 4 4 4 5 4 4 4 4 3 3 3]                   </wpDiffBlkWeight>                </Globals>                <LightSources index="1" type="cell" size="[1 7]">                   <cell index="1" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         A                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.2804 1 1 2.9801]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [123 44 53.5 122.5 123]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [129 123 101 126.5 129]                      </lightVRegion>                      <smallURegion index="1" type="double" size="[1 5]">                         [123 54 55.5 123.5 123]                      </smallURegion>                      <smallVRegion index="1" type="double" size="[1 5]">                         [128.5 137 118 127 128.5]                      </smallVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [-0.216121791390606 0.214821874660583 0.109934777544841 -0.0724127694137152]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-0.214383983201184 0.213116831396403 0.207768460284184 -0.16399953412532]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-0.0382860866731806 0.212939639891781 0.0584090379687867 -0.0622003600823043]                         </small>                      </lightXYRegion>                      <rtYuvRegion index="1" type="struct" size="[1 1]">                         <thcurve_u_set index="1" type="double" size="[1 6]">                            [50 54 70 78 110 142]                         </thcurve_u_set>                         <thcurve_th_set index="1" type="double" size="[1 6]">                            [0.1875 0.1875 0.1875 0.75 1 4]                         </thcurve_th_set>                         <lineVector index="1" type="double" size="[1 6]">                            [10 180.1875 154.125 92.5625 106.3125 107.9375]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="2" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         CWF                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.7517 1 1 2.5722]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [58.5 62.5 123.5 123 58.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [86 76 123.5 125.5 86]                      </lightVRegion>                      <smallURegion index="1" type="double" size="[1 5]">                         [57 63.5 122.5 122.5 57]                      </smallURegion>                      <smallVRegion index="1" type="double" size="[1 5]">                         [92 79.5 124 125.5 92]                      </smallVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [0.215924993003079 0.666684768835308 -0.065657150205761 -0.179652923363615]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [0.240625 0.661398922159261 -0.0645352904089337 -0.330438377730998]                         </big>                         <small index="1" type="double" size="[1 4]">                            [0.467222221079799 0.664946960645884 -0.0664185266143729 -0.173782902399254]                         </small>                      </lightXYRegion>                      <rtYuvRegion index="1" type="struct" size="[1 1]">                         <thcurve_u_set index="1" type="double" size="[1 6]">                            [50 54 70 78 110 142]                         </thcurve_u_set>                         <thcurve_th_set index="1" type="double" size="[1 6]">                            [0.125 0.1875 0.1875 0.75 1 4]                         </thcurve_th_set>                         <lineVector index="1" type="double" size="[1 6]">                            [10 187.625 147.875 115 109.4375 98]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="3" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         D50                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [2]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.757 1 1 1.7957]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [63 76 125 124 63]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [76 53 123 124 76]                      </lightVRegion>                      <smallURegion index="1" type="double" size="[1 5]">                         [63 84.5 125 121.5 63]                      </smallURegion>                      <smallVRegion index="1" type="double" size="[1 5]">                         [79.5 65 123 126.5 79.5]                      </smallVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [0.550179199272816 1.13321384558709 0.0942813884315032 -0.0704053113732943]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [0.5493102939416 1.1340827509183 0.179396692414732 -0.0733403218554746]                         </big>                         <small index="1" type="double" size="[1 4]">                            [0.849444443964296 1.01851850508529 0.0945409429280397 -0.0244234804858031]                         </small>                      </lightXYRegion>                      <rtYuvRegion index="1" type="struct" size="[1 1]">                         <thcurve_u_set index="1" type="double" size="[1 6]">                            [50 54 70 78 110 142]                         </thcurve_u_set>                         <thcurve_th_set index="1" type="double" size="[1 6]">                            [0.1875 0.3125 0.375 0.75 1 4]                         </thcurve_th_set>                         <lineVector index="1" type="double" size="[1 6]">                            [10 189.4375 146.3125 122.5625 108.125 105.4375]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="4" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         D65                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [3]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [2.0505 1 1 1.5066]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [76 84.5 126 125 76]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [53 38 122 123 53]                      </lightVRegion>                      <smallURegion index="1" type="double" size="[1 5]">                         [84.5 103.5 126 125 84.5]                      </smallURegion>                      <smallVRegion index="1" type="double" size="[1 5]">                         [65 47.5 117.5 123 65]                      </smallVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [1.14979544549437 1.33833333219091 0.0903680409969718 -0.166004961684679]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [1.14805763730495 1.33611111063096 0.160545905707196 -0.242266480316795]                         </big>                         <small index="1" type="double" size="[1 4]">                            [1.1894444439643 1.33388888840874 0.0377998341204611 -0.135897436351003]                         </small>                      </lightXYRegion>                      <rtYuvRegion index="1" type="struct" size="[1 1]">                         <thcurve_u_set index="1" type="double" size="[1 6]">                            [50 54 70 78 110 142]                         </thcurve_u_set>                         <thcurve_th_set index="1" type="double" size="[1 6]">                            [0.1875 0.5 0.5 0.8125 1 4]                         </thcurve_th_set>                         <lineVector index="1" type="double" size="[1 6]">                            [10 190.75 143.875 134.5625 107.75 107.25]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="5" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         D75                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [3]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [2.1544 1 1 1.4068]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [127 126 84.5 93 127]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [121 122 38 32 121]                      </lightVRegion>                      <smallURegion index="1" type="double" size="[1 5]">                         [126 125.5 103.5 113 126]                      </smallURegion>                      <smallVRegion index="1" type="double" size="[1 5]">                         [114 116.5 47 54 114]                      </smallVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [1.339375 1.493125 0.0667493796526055 -0.124317617866005]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [1.33166666618652 1.49166666618652 0.142018196403339 -0.179900744870441]                         </big>                         <small index="1" type="double" size="[1 4]">                            [1.376875 1.485625 0.0632754342431762 -0.120843672456576]                         </small>                      </lightXYRegion>                      <rtYuvRegion index="1" type="struct" size="[1 1]">                         <thcurve_u_set index="1" type="double" size="[1 6]">                            [50 54 70 78 110 142]                         </thcurve_u_set>                         <thcurve_th_set index="1" type="double" size="[1 6]">                            [0.1875 0.3125 0.5 0.75 1 4]                         </thcurve_th_set>                         <lineVector index="1" type="double" size="[1 6]">                            [10 190.9375 143 138.5625 107.5625 108.6875]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="6" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         HZ                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.0649 1 1 3.6068]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [121.5 46 44.5 122.5 121.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [129 140.5 123.5 128.5 129]                      </lightVRegion>                      <smallURegion index="1" type="double" size="[1 5]">                         [121 54 54 123 121]                      </smallURegion>                      <smallVRegion index="1" type="double" size="[1 5]">                         [132 150.5 136.5 129 132]                      </smallVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [-0.52545164910756 -0.22307302414829 -0.0113789890519446 -0.160086186815746]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-0.548043152397856 -0.22307302414829 0.0629746098299561 -0.175739575795796]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-0.508073567213349 -0.363835487491398 -0.0329023992546001 -0.138562776613091]                         </small>                      </lightXYRegion>                      <rtYuvRegion index="1" type="struct" size="[1 1]">                         <thcurve_u_set index="1" type="double" size="[1 6]">                            [50 54 70 78 110 142]                         </thcurve_u_set>                         <thcurve_th_set index="1" type="double" size="[1 6]">                            [0.1875 0.3125 0.3125 0.75 1 4]                         </thcurve_th_set>                         <lineVector index="1" type="double" size="[1 6]">                            [10 175.9375 155.6875 83.3125 107.9375 107.625]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="7" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         TL84                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.4221 1 1 2.466]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [122.5 53.5 58.5 123 122.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [126.5 100.5 86 125.5 126.5]                      </lightVRegion>                      <smallURegion index="1" type="double" size="[1 5]">                         [123.5 56 57 124 123.5]                      </smallURegion>                      <smallVRegion index="1" type="double" size="[1 5]">                         [127 117.5 92 125.5 127]                      </smallVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [0.219126739188098 0.554523718509864 0.0737363150562412 -0.0586652694445731]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [0.223471258425146 0.550179211469531 0.188201723736315 -0.088015374266376]                         </big>                         <small index="1" type="double" size="[1 4]">                            [0.372922763951864 0.541490157089205 0.0649312836097004 -0.0586652694445731]                         </small>                      </lightXYRegion>                      <rtYuvRegion index="1" type="struct" size="[1 1]">                         <thcurve_u_set index="1" type="double" size="[1 6]">                            [50 54 70 78 110 142]                         </thcurve_u_set>                         <thcurve_th_set index="1" type="double" size="[1 6]">                            [0.1875 0.1875 0.3125 0.75 1 4]                         </thcurve_th_set>                         <lineVector index="1" type="double" size="[1 6]">                            [10 185.875 149.6875 107.0625 108.125 104.3125]                         </lineVector>                      </rtYuvRegion>                   </cell>                </LightSources>             </cell>          </CalibParaV21>          <TuningPara index="1" type="cell" size="[1 1]">             <cell index="1" type="struct" size="[1 1]">                <scene index="1" type="char" size="[1 10]">                   A0                </scene>                <Globals index="1" type="struct" size="[1 1]">                   <wbBypass index="1" type="double" size="[1 1]">                      [0]                   </wbBypass>                   <awbEnable index="1" type="double" size="[1 1]">                      [1]                   </awbEnable>                   <wbGainAdjustEnable index="1" type="double" size="[1 1]">                      [0]                   </wbGainAdjustEnable>                   <lightSourceForFirstFrame index="1" type="char" size="[1 9]">                      D50                   </lightSourceForFirstFrame>                   <uvRangeSmallEnable index="1" type="double" size="[1 1]">                      [0]                   </uvRangeSmallEnable>                   <ca_Enable index="1" type="double" size="[1 1]">                      [0]                   </ca_Enable>                   <tolerance index="1" type="struct" size="[1 1]">                      <LV index="1" type="double" size="[1 4]">                         [256 512 32768 131072]                      </LV>                      <value index="1" type="double" size="[1 4]">                         [0 0 0 0]                      </value>                   </tolerance>                   <runInterval index="1" type="struct" size="[1 1]">                      <LV index="1" type="double" size="[1 4]">                         [256 512 32768 131072]                      </LV>                      <value index="1" type="double" size="[1 4]">                         [0 0 0 0]                      </value>                   </runInterval>                   <multiwindowMode index="1" type="double" size="[1 1]">                      [0]                   </multiwindowMode>                   <dampFactor index="1" type="struct" size="[1 1]">                      <dFStep index="1" type="double" size="[1 1]">                         [0.05]                      </dFStep>                      <dFMin index="1" type="double" size="[1 1]">                         [0.7]                      </dFMin>                      <dFMax index="1" type="double" size="[1 1]">                         [0.9]                      </dFMax>                      <LvIIRsize index="1" type="double" size="[1 1]">                         [4]                      </LvIIRsize>                      <LvVarTh index="1" type="double" size="[1 1]">                         [0.04]                      </LvVarTh>                   </dampFactor>                   <LVMatrix index="1" type="double" size="[1 16]">                      [0 16 32 64 128 256 512 1024 2048 4096 8192 16384 32768 65536 131072 262144]                   </LVMatrix>                   <LV_THL index="1" type="double" size="[1 1]">                      [110]                   </LV_THL>                   <LV_THL2 index="1" type="double" size="[1 1]">                      [200]                   </LV_THL2>                   <LV_THH index="1" type="double" size="[1 1]">                      [65536]                   </LV_THH>                   <LV_THH2 index="1" type="double" size="[1 1]">                      [65600]                   </LV_THH2>                   <WP_THL index="1" type="double" size="[1 1]">                      [150]                   </WP_THL>                   <WP_THH index="1" type="double" size="[1 1]">                      [216]                   </WP_THH>                   <proDis_THL index="1" type="double" size="[1 1]">                      [0.0269]                   </proDis_THL>                   <proDis_THH index="1" type="double" size="[1 1]">                      [4.6124]                   </proDis_THH>                   <proLV_Indoor_THL index="1" type="double" size="[1 1]">                      [64]                   </proLV_Indoor_THL>                   <proLV_Indoor_THH index="1" type="double" size="[1 1]">                      [256]                   </proLV_Indoor_THH>                   <proLV_Outdoor_THL index="1" type="double" size="[1 1]">                      [30000]                   </proLV_Outdoor_THL>                   <proLV_Outdoor_THH index="1" type="double" size="[1 1]">                      [45745]                   </proLV_Outdoor_THH>                   <temporalCalGainSetSize index="1" type="double" size="[1 1]">                      [4]                   </temporalCalGainSetSize>                   <temporalGainSetWeight index="1" type="double" size="[1 4]">                      [25 25 25 25]                   </temporalGainSetWeight>                   <wpNumPercTh index="1" type="double" size="[1 1]">                      [0.0031]                   </wpNumPercTh>                   <tempWeigth index="1" type="double" size="[1 16]">                      [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]                   </tempWeigth>                   <ca_LACalcFactor index="1" type="double" size="[1 1]">                      [40]                   </ca_LACalcFactor>                   <convergedVarTh index="1" type="double" size="[1 1]">                      [0.005]                   </convergedVarTh>                   <xyRegionStableSelection index="1" type="struct" size="[1 1]">                      <xyRegionSize index="1" type="double" size="[1 1]">                         [50]                      </xyRegionSize>                      <LvVarTh index="1" type="double" size="[1 1]">                         [0.06]                      </LvVarTh>                   </xyRegionStableSelection>                   <wbGainAdjust index="1" type="struct" size="[1 1]">                      <ct_grid_num index="1" type="double" size="[1 1]">                         [7]                      </ct_grid_num>                      <ct_in_range index="1" type="double" size="[1 2]">                         [2000 8000]                      </ct_in_range>                      <cri_grid_num index="1" type="double" size="[1 1]">                         [9]                      </cri_grid_num>                      <cri_in_range index="1" type="double" size="[1 2]">                         [-1 1]                      </cri_in_range>                      <lutAll index="1" type="cell" size="[1 3]">                         <cell index="1" type="struct" size="[1 5]">                            <LvValue index="1" type="double" size="[1 1]">                               [128]                            </LvValue>                            <ct_out index="1" type="double" size="[9 7]">                               [2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000]                            </ct_out>                            <cri_out index="1" type="double" size="[9 7]">                               [-1 -1 -1 -1 -1 -1 -1                               -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75                               -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5                               -0.25 -0.25 -0.25 -0.25 -0.25 -0.25 -0.25                               0 0 0 0 0 0 0                               0.25 0.25 0.25 0.25 0.25 0.25 0.25                               0.5 0.5 0.5 0.5 0.5 0.5 0.5                               0.75 0.75 0.75 0.75 0.75 0.75 0.75                               1 1 1 1 1 1 1]                            </cri_out>                         </cell>                         <cell index="1" type="struct" size="[1 5]">                            <LvValue index="1" type="double" size="[1 1]">                               [8192]                            </LvValue>                            <ct_out index="1" type="double" size="[9 7]">                               [2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000]                            </ct_out>                            <cri_out index="1" type="double" size="[9 7]">                               [-1 -1 -1 -1 -1 -1 -1                               -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75                               -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5                               -0.25 -0.25 -0.25 -0.25 -0.25 -0.25 -0.25                               0 0 0 0 0 0 0                               0.25 0.25 0.25 0.25 0.25 0.25 0.25                               0.5 0.5 0.5 0.5 0.5 0.5 0.5                               0.75 0.75 0.75 0.75 0.75 0.75 0.75                               1 1 1 1 1 1 1]                            </cri_out>                         </cell>                         <cell index="1" type="struct" size="[1 5]">                            <LvValue index="1" type="double" size="[1 1]">                               [65536]                            </LvValue>                            <ct_out index="1" type="double" size="[9 7]">                               [2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000                               2000 3000 4000 5000 6000 7000 8000]                            </ct_out>                            <cri_out index="1" type="double" size="[9 7]">                               [-1 -1 -1 -1 -1 -1 -1                               -0.75 -0.75 -0.75 -0.75 -0.75 -0.75 -0.75                               -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5                               -0.25 -0.25 -0.25 -0.25 -0.25 -0.25 -0.25                               0 0 0 0 0 0 0                               0.25 0.25 0.25 0.25 0.25 0.25 0.25                               0.5 0.5 0.5 0.5 0.5 0.5 0.5                               0.75 0.75 0.75 0.75 0.75 0.75 0.75                               1 1 1 1 1 1 1]                            </cri_out>                         </cell>                      </lutAll>                   </wbGainAdjust>                   <RemosaicPara index="1" type="struct" size="[1 1]">                      <enable index="1" type="double" size="[1 1]">                         [0]                      </enable>                      <sensorWbGain index="1" type="double" size="[1 4]">                         [1 1 1 1]                      </sensorWbGain>                   </RemosaicPara>                </Globals>                <LightSources index="1" type="cell" size="[1 7]">                   <cell index="1" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         A                      </name>                      <staWeigthSet index="1" type="double" size="[1 16]">                         [100 100 100 100 100 100 100 100 100 100 100 100 100 100 90 75]                      </staWeigthSet>                      <spatialGain_LV_THSet index="1" type="double" size="[1 2]">                         [1024 8192]                      </spatialGain_LV_THSet>                      <xyType2Enable index="1" type="double" size="[1 1]">                         [1]                      </xyType2Enable>                      <weightCurve_ratio index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_ratio>                      <weightCurve_weight index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_weight>                   </cell>                   <cell index="2" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         CWF                      </name>                      <staWeigthSet index="1" type="double" size="[1 16]">                         [100 100 100 100 100 100 100 100 100 100 100 100 70 60 50 40]                      </staWeigthSet>                      <spatialGain_LV_THSet index="1" type="double" size="[1 2]">                         [1024 8192]                      </spatialGain_LV_THSet>                      <xyType2Enable index="1" type="double" size="[1 1]">                         [1]                      </xyType2Enable>                      <weightCurve_ratio index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_ratio>                      <weightCurve_weight index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_weight>                   </cell>                   <cell index="3" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         D50                      </name>                      <staWeigthSet index="1" type="double" size="[1 16]">                         [100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100]                      </staWeigthSet>                      <spatialGain_LV_THSet index="1" type="double" size="[1 2]">                         [1024 8192]                      </spatialGain_LV_THSet>                      <xyType2Enable index="1" type="double" size="[1 1]">                         [1]                      </xyType2Enable>                      <weightCurve_ratio index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_ratio>                      <weightCurve_weight index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_weight>                   </cell>                   <cell index="4" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         D65                      </name>                      <staWeigthSet index="1" type="double" size="[1 16]">                         [100 100 100 100 100 100 100 100 100 100 100 100 100 90 80 70]                      </staWeigthSet>                      <spatialGain_LV_THSet index="1" type="double" size="[1 2]">                         [1024 8192]                      </spatialGain_LV_THSet>                      <xyType2Enable index="1" type="double" size="[1 1]">                         [1]                      </xyType2Enable>                      <weightCurve_ratio index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_ratio>                      <weightCurve_weight index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_weight>                   </cell>                   <cell index="5" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         D75                      </name>                      <staWeigthSet index="1" type="double" size="[1 16]">                         [100 100 100 100 100 100 100 100 100 100 100 100 90 80 70 50]                      </staWeigthSet>                      <spatialGain_LV_THSet index="1" type="double" size="[1 2]">                         [1024 8192]                      </spatialGain_LV_THSet>                      <xyType2Enable index="1" type="double" size="[1 1]">                         [1]                      </xyType2Enable>                      <weightCurve_ratio index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_ratio>                      <weightCurve_weight index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_weight>                   </cell>                   <cell index="6" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         HZ                      </name>                      <staWeigthSet index="1" type="double" size="[1 16]">                         [100 100 100 100 100 100 100 100 100 100 100 100 100 90 75 50]                      </staWeigthSet>                      <spatialGain_LV_THSet index="1" type="double" size="[1 2]">                         [1024 8192]                      </spatialGain_LV_THSet>                      <xyType2Enable index="1" type="double" size="[1 1]">                         [1]                      </xyType2Enable>                      <weightCurve_ratio index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_ratio>                      <weightCurve_weight index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_weight>                   </cell>                   <cell index="7" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 9]">                         TL84                      </name>                      <staWeigthSet index="1" type="double" size="[1 16]">                         [100 100 100 100 100 100 100 100 100 100 100 90 80 70 60 60]                      </staWeigthSet>                      <spatialGain_LV_THSet index="1" type="double" size="[1 2]">                         [1024 8192]                      </spatialGain_LV_THSet>                      <xyType2Enable index="1" type="double" size="[1 1]">                         [1]                      </xyType2Enable>                      <weightCurve_ratio index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_ratio>                      <weightCurve_weight index="1" type="double" size="[1 4]">                         [0.2 0.4 0.8 1]                      </weightCurve_weight>                   </cell>                </LightSources>             </cell>          </TuningPara>       </AWB>       <AEC index="1" type="struct" size="[1 1]">          <Enable index="1" type="double" size="[1 1]">             [1]          </Enable>          <AecRunInterval index="1" type="double" size="[1 1]">             [0]          </AecRunInterval>          <AecOpType index="1" type="char" size="[1 6]">             AUTO          </AecOpType>          <HistStatsMode index="1" type="char" size="[1 3]">             Y          </HistStatsMode>          <RawStatsMode index="1" type="char" size="[1 3]">             Y          </RawStatsMode>          <YRangeMode index="1" type="char" size="[1 10]">             FULL          </YRangeMode>    <AecSyncTest index="1" type="struct" size="[1 1]">       <Enable index="1" type="double" size="[1 1]">             [0]       </Enable>       <IntervalFrm index="1" type="double" size="[1 1]">             [60]       </IntervalFrm>       <AlterExp index="1" type="struct" size="[1 1]">                <LinearAE index="1" type="cell" size="[1 2]">            <cell index="1" type="struct" size="[1 1]">                      <TimeValue index="1" type="double" size="[1 1]">                         [0.02]                      </TimeValue>                 <GainValue index="1" type="double" size="[1 1]">                         [1]                      </GainValue>                 <IspDgainValue index="1" type="double" size="[1 1]">                         [1]                      </IspDgainValue>                 <DcgMode index="1" type="double" size="[1 1]">                         [0]                      </DcgMode>                 <PIrisGainValue index="1" type="double" size="[1 1]">                         [1]                      </PIrisGainValue>            </cell>            <cell index="1" type="struct" size="[1 1]">                      <TimeValue index="1" type="double" size="[1 1]">                         [0.020]                      </TimeValue>                 <GainValue index="1" type="double" size="[1 1]">                         [6]                      </GainValue>                 <IspDgainValue index="1" type="double" size="[1 1]">                         [1]                      </IspDgainValue>                 <DcgMode index="1" type="double" size="[1 1]">                         [0]                      </DcgMode>                 <PIrisGainValue index="1" type="double" size="[1 1]">                         [29]                      </PIrisGainValue>            </cell>                </LinearAE>                <HdrAE index="1" type="cell" size="[1 2]">            <cell index="1" type="struct" size="[1 1]">                      <TimeValue index="1" type="double" size="[1 3]">                         [0.01 0.02 0.03]                      </TimeValue>                 <GainValue index="1" type="double" size="[1 3]">                         [1 1 1]                      </GainValue>                 <IspDgainValue index="1" type="double" size="[1 3]">                         [1 1 1]                      </IspDgainValue>                 <DcgMode index="1" type="double" size="[1 3]">                         [0 0 0]                      </DcgMode>                 <PIrisGainValue index="1" type="double" size="[1 1]">                         [1]                      </PIrisGainValue>            </cell>            <cell index="1" type="struct" size="[1 1]">                      <TimeValue index="1" type="double" size="[1 3]">                         [0.01 0.02 0.03]                      </TimeValue>                 <GainValue index="1" type="double" size="[1 3]">                         [6 6 1]                      </GainValue>                 <IspDgainValue index="1" type="double" size="[1 3]">                         [1 1 1]                      </IspDgainValue>                 <DcgMode index="1" type="double" size="[1 3]">                         [0 0 0]                      </DcgMode>                 <PIrisGainValue index="1" type="double" size="[1 1]">                         [29]                      </PIrisGainValue>            </cell>                </HdrAE>              </AlterExp>          </AecSyncTest>          <AecSpeed index="1" type="struct" size="[1 1]">            <DampOver index="1" type="double" size="[1 1]">               [0.15]            </DampOver>            <DampUnder index="1" type="double" size="[1 1]">               [0.45]            </DampUnder>            <DampDark2Bright index="1" type="double" size="[1 1]">               [0.15]            </DampDark2Bright>            <DampBright2Dark index="1" type="double" size="[1 1]">               [0.45]            </DampBright2Dark>          </AecSpeed>          <AecDelayFrmNum index="1" type="struct" size="[1 1]">             <BlackDelay index="1" type="double" size="[1 1]">                [2]             </BlackDelay>             <WhiteDelay index="1" type="double" size="[1 1]">                [2]             </WhiteDelay>          </AecDelayFrmNum>          <AecFrameRateMode index="1" type="struct" size="[1 1]">             <isFpsFix index="1" type="double" size="[1 1]">                [1]             </isFpsFix>             <FpsValue index="1" type="double" size="[1 1]">                [0]             </FpsValue>          </AecFrameRateMode>          <AecAntiFlicker index="1" type="struct" size="[1 1]">             <enable index="1" type="double" size="[1 1]">                [1]             </enable>             <Frequency index="1" type="char" size="[1 15]">                FLICKER_50HZ             </Frequency>             <Mode index="1" type="char" size="[1 10]">                AUTO             </Mode>          </AecAntiFlicker>    <AecInitValue index="1" type="struct" size="[1 1]">             <LinearAE index="1" type="struct" size="[1 1]">                   <InitTimeValue index="1" type="double" size="[1 1]">                      [0.003]                   </InitTimeValue>             <InitGainValue index="1" type="double" size="[1 1]">                      [1]                   </InitGainValue>             <InitIspDgainValue index="1" type="double" size="[1 1]">                      [1]                   </InitIspDgainValue>             <InitPIrisGainValue index="1" type="double" size="[1 1]">                      [512 ]               </InitPIrisGainValue>             <InitDCIrisDutyValue index="1" type="double" size="[1 1]">                      [100]              </InitDCIrisDutyValue>             </LinearAE>             <HdrAE index="1" type="struct" size="[1 1]">                   <InitTimeValue index="1" type="double" size="[1 3]">                      [0.0005 0.003 0.003]                   </InitTimeValue>             <InitGainValue index="1" type="double" size="[1 3]">                      [1 1 1]                   </InitGainValue>             <InitIspDgainValue index="1" type="double" size="[1 3]">                      [1 1 1]                   </InitIspDgainValue>             <InitPIrisGainValue index="1" type="double" size="[1 1]">                      [512 ]               </InitPIrisGainValue>             <InitDCIrisDutyValue index="1" type="double" size="[1 1]">                      [100]              </InitDCIrisDutyValue>             </HdrAE>          </AecInitValue>    <AecGridWeight index="1" type="struct" size="[1 1]">            <DayGridWeights index="1" type="double" size="[5 5]">               [1 1 1 1 1          1 1 1 1 1          1 1 1 1 1                1 1 1 1 1          1 1 1 1 1]            </DayGridWeights>            <NightGridWeights index="1" type="double" size="[5 5]">               [0 2 5 2 0          2 7 10 7 2          3 10 14 10 3          2 7 10 7 2          0 5 8 5 0]            </NightGridWeights>          </AecGridWeight>    <AecRoute index="1" type="struct" size="[1 1]">             <LinearAE index="1" type="cell" size="[1 2]">                <cell index="1" type="struct" size="[1 1]">        <name index="1" type="char" size="[1 8]">            day        </name>        <TimeDot index="1" type="double" size="[1 6]">            [0 0.01 0.01 0.02 0.03 0.03]        </TimeDot>        <GainDot index="1" type="double" size="[1 6]">            [1 1 4 8 15.5 64]        </GainDot>        <IspDGainDot index="1" type="double" size="[1 6]">            [1 1 1 1 1 2]        </IspDGainDot>        <PIrisDot index="1" type="double" size="[1 6]">            [512 512 512 512 512 512]        </PIrisDot>                             </cell>                <cell index="2" type="struct" size="[1 1]">        <name index="1" type="char" size="[1 8]">            night        </name>        <TimeDot index="1" type="double" size="[1 6]">            [0 0.01 0.01 0.02 0.02 0.02]        </TimeDot>        <GainDot index="1" type="double" size="[1 6]">            [1 1 4 8 12 15.5]        </GainDot>        <IspDGainDot index="1" type="double" size="[1 6]">            [1 1 1 1 1 1]        </IspDGainDot>        <PIrisDot index="1" type="double" size="[1 6]">            [512 512 512 512 512 512]        </PIrisDot>                                  </cell>             </LinearAE>             <HdrAE index="1" type="cell" size="[1 2]">          <cell index="1" type="struct" size="[1 1]">          <name index="1" type="char" size="[1 8]">                   day                </name>          <LTimeDot index="1" type="double" size="[1 6]">                   [0 0.030 0.030 0.030 0.030 0.030]                </LTimeDot>                <MTimeDot index="1" type="double" size="[1 6]">                   [0 0.030 0.030 0.030 0.030 0.030]                </MTimeDot>                <STimeDot index="1" type="double" size="[1 6]">                   [0 0.003 0.003 0.003 0.003 0.003]                </STimeDot>                <LGainDot index="1" type="double" size="[1 6]">                   [1 1 4 8 15.5 64]                </LGainDot>                <MGainDot index="1" type="double" size="[1 6]">                   [1 1 4 8 15.5 64]                </MGainDot>                <SGainDot index="1" type="double" size="[1 6]">                   [1 1 4 8 15.5 32]                </SGainDot>          <LIspDGainDot index="1" type="double" size="[1 6]">                   [1 1 1 1 1 1]                </LIspDGainDot>          <MIspDGainDot index="1" type="double" size="[1 6]">                   [1 1 1 1 1 1]                </MIspDGainDot>          <SIspDGainDot index="1" type="double" size="[1 6]">                   [1 1 1 1 1 1]                </SIspDGainDot>                    <PIrisDot index="1" type="double" size="[1 6]">                   [512 512 512 512 512 512]                </PIrisDot>          </cell>          <cell index="2" type="struct" size="[1 1]">          <name index="1" type="char" size="[1 8]">                   night                </name>          <LTimeDot index="1" type="double" size="[1 6]">                   [0 0.010 0.010 0.010 0.010 0.010]                </LTimeDot>                <MTimeDot index="1" type="double" size="[1 6]">                   [0 0.010 0.010 0.010 0.010 0.010]                </MTimeDot>                <STimeDot index="1" type="double" size="[1 6]">                   [0 0.009 0.009 0.009 0.009 0.009]                </STimeDot>                <LGainDot index="1" type="double" size="[1 6]">                   [1 1 4 8 12 15.5]                </LGainDot>                <MGainDot index="1" type="double" size="[1 6]">                   [1 1 4 8 12 15.5]                </MGainDot>                <SGainDot index="1" type="double" size="[1 6]">                   [1 1 4 8 12 15.5]                </SGainDot>          <LIspDGainDot index="1" type="double" size="[1 6]">                   [1 1 1 1 1 1]                </LIspDGainDot>          <MIspDGainDot index="1" type="double" size="[1 6]">                   [1 1 1 1 1 1]                </MIspDGainDot>          <SIspDGainDot index="1" type="double" size="[1 6]">                   [1 1 1 1 1 1]                </SIspDGainDot>          <PIrisDot index="1" type="double" size="[1 6]">                   [512 512 512 512 512 512]                </PIrisDot>          </cell>             </HdrAE>          </AecRoute>          <AecDNSwitch index="1" type="struct" size="[1 1]">             <DNTrigger index="1" type="double" size="[1 1]">                [0]             </DNTrigger>             <DNMode index="1" type="char" size="[1 8]">                DAY             </DNMode>             <FillLightMode index="1" type="double" size="[1 1]">                [1]             </FillLightMode>             <D2NFacTh index="1" type="double" size="[1 1]">                [0.15]             </D2NFacTh>             <D2NFrmCnt index="1" type="double" size="[1 1]">                [15]             </D2NFrmCnt>             <VBNightMode index="1" type="struct" size="[1 1]">                <Enable index="1" type="double" size="[1 1]">                   [0]                </Enable>                <N2DFrmCnt index="1" type="double" size="[1 1]">                   [15]                </N2DFrmCnt>                <N2DFacTh index="1" type="double" size="[1 1]">                   [0.3]                </N2DFacTh>             </VBNightMode>             <IRNightMode index="1" type="struct" size="[1 1]">                <Enable index="1" type="double" size="[1 1]">                   [0]                </Enable>                <IR_rg index="1" type="double" size="[1 1]">                   [1]                </IR_rg>                <IR_bg index="1" type="double" size="[1 1]">                   [1]                </IR_bg>                <Max_Dis index="1" type="double" size="[1 1]">                   [0.8]                </Max_Dis>                <N2DFrmCnt index="1" type="double" size="[1 1]">                   [15]                </N2DFrmCnt>                <N2DFacTh index="1" type="double" size="[1 1]">                   [0.3]                </N2DFacTh>                <VBPercent index="1" type="double" size="[1 1]">                   [0.15]                </VBPercent>             </IRNightMode>          </AecDNSwitch>    <AecEnvLvCalib index="1" type="struct" size="[1 1]">                <CalibFNumber index="1" type="double" size="[1 1]">                   [1.6]                </CalibFNumber>                <CurveCoeff index="1" type="double" size="[1 2]">                   [0.02859 0.5972]                </CurveCoeff>          </AecEnvLvCalib>    <AecIrisCtrl index="1" type="struct" size="[1 1]">                <Enable index="1" type="double" size="[1 1]">                   [0]                </Enable>                <IrisType index="1" type="char" size="[1 3]">                   DC                </IrisType>          <PIrisAttr index="1" type="struct" size="[1 1]">                     <TotalStep index="1" type="double" size="[1 1]">                        [81]                    </TotalStep>                    <EffcStep index="1" type="double" size="[1 1]">                        [44]                    </EffcStep>                    <ZeroIsMax index="1" type="double" size="[1 1]">                        [1]                    </ZeroIsMax>                    <StepTable index="1" type="double" size="[1 81]">                        [512 511 506    499 491 483 474 465 456                         446 437 427 417 408 398 388 378 368                         359 349 339 329 319 309 300 290 280                         271 261 252 242 233 224 214 205 196                         187 178 170 161 153 144 136 128 120                         112 105 98 90 83 77 70 64 58                         52 46 41 36 31 27 23 19 16                         13 10 8 6 4 3 1 1 0                         0 0 0 0 0 0 0 0 0]                    </StepTable>           </PIrisAttr>          <DCIrisAttr index="1" type="struct" size="[1 1]">                     <Kp index="1" type="double" size="[1 1]">                        [0.5]                    </Kp>                    <Ki index="1" type="double" size="[1 1]">                        [0.2]                    </Ki>                    <Kd index="1" type="double" size="[1 1]">                        [0.3]                    </Kd>                    <MinPwmDuty index="1" type="double" size="[1 1]">                        [0]                    </MinPwmDuty>                    <MaxPwmDuty index="1" type="double" size="[1 1]">                        [100]                    </MaxPwmDuty>                    <OpenPwmDuty index="1" type="double" size="[1 1]">                        [40]                    </OpenPwmDuty>                    <ClosePwmDuty index="1" type="double" size="[1 1]">                        [22]                    </ClosePwmDuty>           </DCIrisAttr>          </AecIrisCtrl>    <AecManualCtrl index="1" type="struct" size="[1 1]">             <LinearAE index="1" type="struct" size="[1 1]">             <ManualTimeEn index="1" type="double" size="[1 1]">                      [1]                   </ManualTimeEn>             <ManualGainEn index="1" type="double" size="[1 1]">                      [1]                   </ManualGainEn>             <ManualIspDgainEn index="1" type="double" size="[1 1]">                      [1]                   </ManualIspDgainEn>             <ManualIrisEn index="1" type="double" size="[1 1]">                      [1]                   </ManualIrisEn>                   <TimeValue index="1" type="double" size="[1 1]">                      [0.01]                   </TimeValue>             <GainValue index="1" type="double" size="[1 1]">                      [1]                   </GainValue>             <IspDGainValue index="1" type="double" size="[1 1]">                      [1]                   </IspDGainValue>             <PIrisGainValue index="1" type="double" size="[1 1]">                      [1.4]                   </PIrisGainValue>             <DCIrisValue index="1" type="double" size="[1 1]">                      [30]                   </DCIrisValue>             </LinearAE>             <HdrAE index="1" type="struct" size="[1 1]">        <ManualTimeEn index="1" type="double" size="[1 1]">                      [1]                   </ManualTimeEn>             <ManualGainEn index="1" type="double" size="[1 1]">                      [1]                   </ManualGainEn>             <ManualIspDgainEn index="1" type="double" size="[1 1]">                      [1]                   </ManualIspDgainEn>             <ManualIrisEn index="1" type="double" size="[1 1]">                      [1]                   </ManualIrisEn>                   <TimeValue index="1" type="double" size="[1 3]">                      [0.01 0.02 0.03]                   </TimeValue>             <GainValue index="1" type="double" size="[1 3]">                      [1 1 1]                   </GainValue>             <IspDGainValue index="1" type="double" size="[1 3]">                      [1 1 1]                   </IspDGainValue>             <PIrisGainValue index="1" type="double" size="[1 1]">                      [1.4]                   </PIrisGainValue>             <DCIrisValue index="1" type="double" size="[1 1]">                      [30]                   </DCIrisValue>             </HdrAE>          </AecManualCtrl>    <LinearAECtrl index="1" type="struct" size="[1 1]">             <RawStatsEn index="1" type="double" size="[1 1]">                 [1]             </RawStatsEn>            <SetPoint index="1" type="double" size="[1 1]">               [55]            </SetPoint>            <NightSetpoint index="1" type="double" size="[1 1]">               [35]            </NightSetpoint>            <DySetPointEn index="1" type="double" size="[1 1]">               [1]            </DySetPointEn>            <DynamicSetpoint index="1" type="cell" size="[1 2]">               <cell index="1" type="struct" size="[1 1]">                  <name index="1" type="char" size="[1 6]">                     day                  </name>                  <ExpLevel index="1" type="double" size="[1 6]">                     [0 0.05 0.1 0.3 0.5 0.7]                  </ExpLevel>                  <DySetpoint index="1" type="double" size="[1 6]">                     [45 45 40 38 33 30]                  </DySetpoint>               </cell>               <cell index="2" type="struct" size="[1 1]">                  <name index="1" type="char" size="[1 6]">                     night                  </name>                  <ExpLevel index="1" type="double" size="[1 6]">                     [0 0.15 0.35 0.5 0.75 1]                  </ExpLevel>                  <DySetpoint index="1" type="double" size="[1 6]">                     [45 45 40 40 35 35]                  </DySetpoint>               </cell>            </DynamicSetpoint>            <Evbias index="1" type="double" size="[1 1]">               [0]            </Evbias>             <ToleranceIn index="1" type="double" size="[1 1]">                 [10.0000 ]             </ToleranceIn>             <ToleranceOut index="1" type="double" size="[1 1]">                 [15.0000 ]             </ToleranceOut>             <StrategyMode index="1" type="char" size="[1 20]">               LOWLIGHT_PRIOR            </StrategyMode>            <BackLightCtrl index="1" type="struct" size="[1 1]">               <Enable index="1" type="double" size="[1 1]">                  [0]               </Enable>               <MeasArea index="1" type="char" size="[1 8]">                  AUTO               </MeasArea>              <LumaDistTh index="1" type="double" size="[1 1]">                 [10]              </LumaDistTh>                            <OEROILowTh index="1" type="double" size="[1 1]">                 [150]              </OEROILowTh>              <LvHighTh index="1" type="double" size="[1 1]">                 [7.5]              </LvHighTh>              <LvLowTh index="1" type="double" size="[1 1]">                 [0.3125]              </LvLowTh>              <ExpLevel index="1" type="double" size="[1 6]">                 [0.05 0.1 0.2 0.3 0.5 0.7]              </ExpLevel>              <NonOEPdfTh index="1" type="double" size="[1 6]">                 [0.4 0.45 0.55 0.65 0.75 1]              </NonOEPdfTh>              <LowLightPdfTh index="1" type="double" size="[1 6]">                 [0.20 0.20 0.22 0.25 0.3 0.35]              </LowLightPdfTh>              <TargetLLLuma index="1" type="double" size="[1 6]">                 [25 22 20 18 15 12]              </TargetLLLuma>            </BackLightCtrl>            <OverExpCtrl index="1" type="struct" size="[1 1]">               <Enable index="1" type="double" size="[1 1]">                  [0]               </Enable>              <HighLightTh index="1" type="double" size="[1 1]">                 [150]              </HighLightTh>                            <LowLightTh index="1" type="double" size="[1 1]">                 [30]              </LowLightTh>              <MaxWeight index="1" type="double" size="[1 1]">                 [8]              </MaxWeight>              <OEpdf index="1" type="double" size="[1 6]">                 [0.01 0.02 0.03 0.04 0.05 0.07]              </OEpdf>              <HighLightWeight index="1" type="double" size="[1 6]">                 [4 3 3 3 2 2]              </HighLightWeight>              <LowLightWeight index="1" type="double" size="[1 6]">                 [1 1 1 1 1 1]              </LowLightWeight>            </OverExpCtrl>    </LinearAECtrl>          <HdrAECtrl index="1" type="struct" size="[1 1]">             <Evbias index="1" type="double" size="[1 1]">                [0]             </Evbias>             <ToleranceIn index="1" type="double" size="[1 1]">                 [10.0000 ]             </ToleranceIn>             <ToleranceOut index="1" type="double" size="[1 1]">                 [15.0000 ]             </ToleranceOut>              <LongFrmMode index="1" type="struct" size="[1 1]">          <mode index="1" type="char" size="[1 20]">             NORMAL          </mode>          <SfrmMinLine index="1" type="double" size="[1 1]">             [2]          </SfrmMinLine>                <LfrmModeExpTh index="1" type="double" size="[1 1]">                    [0.62]                </LfrmModeExpTh>             </LongFrmMode>              <StrategyMode index="1" type="char" size="[1 20]">                 LOWLIGHT_PRIOR             </StrategyMode>       <ExpRatioCtrl index="1" type="struct" size="[1 1]">               <ExpRatioType index="1" type="char" size="[1 8]">                  AUTO               </ExpRatioType>         <RatioExpDot index="1" type="double" size="[1 6]">            [0 0.1 0.3 0.5 0.7 1]         </RatioExpDot>         <M2SRatioFix index="1" type="double" size="[1 6]">            [4 4 4 4 4 4]         </M2SRatioFix>         <L2MRatioFix index="1" type="double" size="[1 6]">            [4 4 4 4 4 4]         </L2MRatioFix>                  <M2SRatioMax index="1" type="double" size="[1 6]">            [64 64 64 64 64 64]         </M2SRatioMax>         <L2MRatioMax index="1" type="double" size="[1 6]">            [32 32 30 28 26 24]         </L2MRatioMax>       </ExpRatioCtrl>             <LumaDistTh index="1" type="double" size="[1 1]">                [10]             </LumaDistTh>             <LframeCtrl index="1" type="struct" size="[1 1]">         <OEROILowTh index="1" type="double" size="[1 1]">                    [150.0]                </OEROILowTh>                <LvHighTh index="1" type="double" size="[1 1]">                    [7.5]                </LvHighTh>                <LvLowTh index="1" type="double" size="[1 1]">                    [0.3125]                </LvLowTh>                <LExpLevel index="1" type="double" size="[1 6]">                   [0 0.01 0.03 0.05 0.1 0.2]                </LExpLevel>                <LSetPoint index="1" type="double" size="[1 6]">                   [75 70 65 60 45 40]                </LSetPoint>                <TargetLLLuma index="1" type="double" size="[1 6]">                   [35 32 30 28 25 20]                </TargetLLLuma>                <NonOEPdfTh index="1" type="double" size="[1 6]">                    [0.4 0.45 0.55 0.65 0.75 1]                </NonOEPdfTh>                <LowLightPdfTh index="1" type="double" size="[1 6]">                    [0.20 0.22 0.25 0.3 0.35 0.4]                </LowLightPdfTh>              </LframeCtrl>             <MframeCtrl index="1" type="struct" size="[1 1]">                <MExpLevel index="1" type="double" size="[1 6]">                   [0.05 0.1 0.2 0.5 0.7 1]                </MExpLevel>                <MSetPoint index="1" type="double" size="[1 6]">                   [60 60 55 50 45 40]                </MSetPoint>             </MframeCtrl>             <SframeCtrl index="1" type="struct" size="[1 1]">                <SExpLevel index="1" type="double" size="[1 6]">                   [0 0.05 0.15 0.25 0.4 0.6]                </SExpLevel>                <TargetHLLuma index="1" type="double" size="[1 6]">                   [100 100 100 90 80 70]                </TargetHLLuma>                <SSetPoint index="1" type="double" size="[1 6]">                   [18 18 15 12 12 12]                </SSetPoint>                <HLLumaTolerance index="1" type="double" size="[1 1]">                   [12]                </HLLumaTolerance>                <HLROIExpandEn index="1" type="double" size="[1 1]">                   [0]                </HLROIExpandEn>             </SframeCtrl>          </HdrAECtrl>       </AEC>       <AF index="1" type="struct" size="[1 1]">          <Window index="1" type="struct" size="[1 1]">             <h_offs index="1" type="double" size="[1 1]">                [0]             </h_offs>             <v_offs index="1" type="double" size="[1 1]">                [0]             </v_offs>             <h_size index="1" type="double" size="[1 1]">                [0]             </h_size>             <v_size index="1" type="double" size="[1 1]">                [0]             </v_size>          </Window>          <afmeas_iso index="1" type="cell" size="[1 13]">              <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                  <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                  <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                  <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                   <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                  <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                  <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                  <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                  <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                  <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                   <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                  <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                  <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>              <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <afmThres index="1" type="double" size="[1 1]">                [4]             </afmThres>             <gammaY index="1" type="double" size="[1 17]">                     [0 45 108 179 245 344 409 459 500 567 622 676 759 833 896 962 1023]                  </gammaY>                  <gaussWeight index="1" type="double" size="[1 3]">                     [32 16 8]                  </gaussWeight>              </cell>          </afmeas_iso>          <fixed_mode index="1" type="struct" size="[1 1]">             <code index="1" type="double" size="[1 1]">                [8]             </code>          </fixed_mode>          <macro_mode index="1" type="struct" size="[1 1]">             <code index="1" type="double" size="[1 1]">                [32]             </code>          </macro_mode>          <infinity_mode index="1" type="struct" size="[1 1]">             <code index="1" type="double" size="[1 1]">                [32]             </code>          </infinity_mode>          <contrast_af index="1" type="struct" size="[1 1]">             <enable index="1" type="double" size="[1 1]">                [1]             </enable>             <AfSearchStrategy index="1" type="char" size="[1 14]">                ADAPTIVE_RANGE             </AfSearchStrategy>             <FullDir index="1" type="char" size="[1 8]">                ADAPTIVE             </FullDir>             <FullRangeTbl index="1" type="double" size="[1 9]">                [0 8 16 24 32 40 48 56 64]             </FullRangeTbl>             <AdaptiveDir index="1" type="char" size="[1 8]">                ADAPTIVE             </AdaptiveDir>             <AdaptRangeTbl index="1" type="double" size="[1 9]">                [0 8 16 24 32 40 48 56 64]             </AdaptRangeTbl>             <TrigThers index="1" type="double" size="[1 1]">                [0.075]             </TrigThers>             <StableThers index="1" type="double" size="[1 1]">                [0.02]             </StableThers>             <StableFrames index="1" type="double" size="[1 1]">                [3]             </StableFrames>             <StableTime index="1" type="double" size="[1 1]">                [200]             </StableTime>                 <SceneDiffEnable index="1" type="double" size="[1 1]">                     [0 ]                 </SceneDiffEnable>                 <SceneDiffThers index="1" type="double" size="[1 1]">                     [0.0900 ]                 </SceneDiffThers>                 <SceneDiffBlkThers index="1" type="double" size="[1 1]">                     [180 ]                 </SceneDiffBlkThers>                 <CenterSceneDiffThers index="1" type="double" size="[1 1]">                     [0.1200 ]                 </CenterSceneDiffThers>                 <ValidMaxMinRatio index="1" type="double" size="[1 1]">                     [0 ]                 </ValidMaxMinRatio>                 <ValidValueThers index="1" type="double" size="[1 1]">                     [0 ]                 </ValidValueThers>             <OutFocusValue index="1" type="double" size="[1 1]">                [50]             </OutFocusValue>             <OutFocusPos index="1" type="double" size="[1 1]">                [30]             </OutFocusPos>                 <WeightEnable index="1" type="double" size="[1 1]">                    [0]                 </WeightEnable>                 <WeightMatrix index="1" type="double" size="[1 225]">                    [1      1       1       1       1       1       1       1       1       1       1       1       1       1       1                     1      2       2       2       2       2       2       2       2       2       2       2       2       2       1                     1      2       4       4       4       4       4       4       4       4       4       4       4       2       1                     1      2       4       8       8       8       8       8       8       8       8       8       4       2       1                     1      2       4       8       16      16      16      16      16      16      16      8       4       2       1                     1      2       4       8       16      32      32      32      32      32      16      8       4       2       1                     1      2       4       8       16      32      64      64      64      32      16      8       4       2       1                     1      2       4       8       16      32      64      128     64      32      16      8       4       2       1                     1      2       4       8       16      32      64      64      64      32      16      8       4       2       1                     1      2       4       8       16      32      32      32      32      32      16      8       4       2       1                     1      2       4       8       16      16      16      16      16      16      16      8       4       2       1                     1      2       4       8       8       8       8       8       8       8       8       8       4       2       1                     1      2       4       4       4       4       4       4       4       4       4       4       4       2       1                     1      2       2       2       2       2       2       2       2       2       2       2       2       2       1                     1      1       1       1       1       1       1       1       1       1       1       1       1       1       1]                 </WeightMatrix>          </contrast_af>          <laser_af index="1" type="struct" size="[1 3]">             <enable index="1" type="double" size="[1 1]">                [0]             </enable>             <vcmDot index="1" type="double" size="[1 7]">                [0 16 32 40 48 56 64]             </vcmDot>             <distanceDot index="1" type="double" size="[1 7]">                [0.2 0.24 0.34 0.4 0.66 1 3]             </distanceDot>          </laser_af>          <pdaf index="1" type="struct" size="[1 1]">             <enable index="1" type="double" size="[1 1]">                [0]             </enable>          </pdaf>          <vcmConfig index="1" type="struct" size="[1 1]">             <startCurrent index="1" type="double" size="[1 1]">                [-1]             </startCurrent>             <ratedCurrent index="1" type="double" size="[1 1]">                [-1]             </ratedCurrent>             <stepMode index="1" type="double" size="[1 1]">                [-1]             </stepMode>             <extraDelay index="1" type="double" size="[1 1]">                [0]             </extraDelay>          </vcmConfig>             <zoomfocus_tbl index="1" type="struct" size="[1 1]">                 <focusLength index="1" type="double" size="[1 8]">                     [12.03 14.06 16.62 19.88 24.08 29.52 36.52 45.61]                 </focusLength>                 <zoomPosition index="1" type="double" size="[1 8]">                     [0 1000 2000 3000 4000 5000 6000 7000]                 </zoomPosition>                 <focusInfPosition index="1" type="double" size="[1 8]">                     [2400 3400 5200 6000 6500 6200 5600 3000]                 </focusInfPosition>                 <focusMacroPosition index="1" type="double" size="[1 8]">                     [2700 4000 4800 5500 6200 7500 7500 6500]                 </focusMacroPosition>             </zoomfocus_tbl>       </AF>          <MERGE index="1" type="struct" size="[1 1]">                 <EnvLv index="1" type="double" size="[1 13]">                     [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                 </EnvLv>                 <OECurve_smooth index="1" type="double" size="[1 13]">                     [0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4]                 </OECurve_smooth>                 <OECurve_offset index="1" type="double" size="[1 13]">                     [210 210 210 210 210 210 210 210 210 210 210 210 210]                 </OECurve_offset>                 <MoveCoef index="1" type="double" size="[1 13]">                     [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                 </MoveCoef>                 <MDCurveLM_smooth index="1" type="double" size="[1 13]">                     [0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4]                 </MDCurveLM_smooth>                 <MDCurveLM_offset index="1" type="double" size="[1 13]">                     [0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.38]                 </MDCurveLM_offset>                 <MDCurveMS_smooth index="1" type="double" size="[1 13]">                     [0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4000 0.4]                 </MDCurveMS_smooth>                 <MDCurveMS_offset index="1" type="double" size="[1 13]">                     [0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.3800 0.38]                 </MDCurveMS_offset>                 <OECurve_damp index="1" type="double" size="[1 1]">                   [0.3]                </OECurve_damp>                <MDCurveLM_damp index="1" type="double" size="[1 1]">                  [0.3]                </MDCurveLM_damp>                <MDCurveMS_damp index="1" type="double" size="[1 1]">                   [0.3]                </MDCurveMS_damp>          </MERGE>          <TMO index="1" type="struct" size="[1 1]">        <Enable index="1" type="cell" size="[1 3]">                    <cell index="1" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   normal                   </Name>                     <En index="1" type="double" size="[1 1]">                         [1.0000 ]                     </En>        </cell>                    <cell index="2" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   HDR                   </Name>                     <En index="1" type="double" size="[1 1]">                         [1.0000 ]                     </En>        </cell>                     <cell index="3" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   night                   </Name>                     <En index="1" type="double" size="[1 1]">                         [0 ]                     </En>        </cell>                  </Enable>          <GlobalLuma index="1" type="cell" size="[1 3]">        <cell index="1" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   normal                   </Name>                     <GlobalLumaMode index="1" type="double" size="[1 1]">                         [1.0000 ]                     </GlobalLumaMode>                     <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>                     <ISO index="1" type="double" size="[1 13]">                         [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]                     </ISO>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <GlobalLuma index="1" type="double" size="[1 13]">                         [0.2500 0.2500 0.2500 0.2500 0.1700 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1]                     </GlobalLuma>        </cell>        <cell index="2" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   HDR                   </Name>                     <GlobalLumaMode index="1" type="double" size="[1 1]">                         [1.0000 ]                     </GlobalLumaMode>                     <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>                     <ISO index="1" type="double" size="[1 13]">                         [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]                     </ISO>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <GlobalLuma index="1" type="double" size="[1 13]">                         [0.2500 0.2500 0.2500 0.2500 0.1700 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1]                     </GlobalLuma>        </cell>        <cell index="3" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   night                   </Name>                     <GlobalLumaMode index="1" type="double" size="[1 1]">                         [1.0000 ]                     </GlobalLumaMode>                     <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>                     <ISO index="1" type="double" size="[1 13]">                         [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]                     </ISO>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <GlobalLuma index="1" type="double" size="[1 13]">                         [0.2500 0.2500 0.2500 0.2500 0.1700 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1]                     </GlobalLuma>        </cell>                 </GlobalLuma>                 <DetailsHighLight index="1" type="cell" size="[1 3]">        <cell index="1" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   normal                   </Name>                     <DetailsHighLightMode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </DetailsHighLightMode>                     <OEPdf index="1" type="double" size="[1 13]">                         [0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.8 1]                     </OEPdf>                     <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsHighLight index="1" type="double" size="[1 13]">                         [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5]                     </DetailsHighLight>                    </cell>        <cell index="2" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   HDR                   </Name>                     <DetailsHighLightMode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </DetailsHighLightMode>                     <OEPdf index="1" type="double" size="[1 13]">                         [0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.8 1]                     </OEPdf>                     <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsHighLight index="1" type="double" size="[1 13]">                         [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5]                     </DetailsHighLight>                    </cell>        <cell index="3" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   night                   </Name>                     <DetailsHighLightMode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </DetailsHighLightMode>                     <OEPdf index="1" type="double" size="[1 13]">                         [0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.8 1]                     </OEPdf>                     <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsHighLight index="1" type="double" size="[1 13]">                         [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5]                     </DetailsHighLight>                    </cell>                 </DetailsHighLight>                 <DetailsLowLight index="1" type="cell" size="[1 3]">        <cell index="1" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   normal                   </Name>                     <DetailsLowLightMode index="1" type="double" size="[1 1]">                         [2.0000 ]                     </DetailsLowLightMode>                     <FocusLuma index="1" type="double" size="[1 13]">                         [1 15 20 25 30 35 40 50 60 70 80 90 100]                     </FocusLuma>                     <DarkPdf index="1" type="double" size="[1 13]">                         [0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.8 1]                     </DarkPdf>                     <ISO index="1" type="double" size="[1 13]">                         [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]                     </ISO>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsLowLight index="1" type="double" size="[1 13]">                         [1 1 1 1 1 1 1 1 1 1 1 1 1]                     </DetailsLowLight>        </cell>        <cell index="2" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   HDR                   </Name>                     <DetailsLowLightMode index="1" type="double" size="[1 1]">                         [2.0000 ]                     </DetailsLowLightMode>                     <FocusLuma index="1" type="double" size="[1 13]">                         [1 15 20 25 30 35 40 50 60 70 80 90 100]                     </FocusLuma>                     <DarkPdf index="1" type="double" size="[1 13]">                         [0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.8 1]                     </DarkPdf>                     <ISO index="1" type="double" size="[1 13]">                         [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]                     </ISO>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsLowLight index="1" type="double" size="[1 13]">                         [1 1 1 1 1 1 1 1 1 1 1 1 1]                     </DetailsLowLight>        </cell>        <cell index="3" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   night                   </Name>                     <DetailsLowLightMode index="1" type="double" size="[1 1]">                         [2.0000 ]                     </DetailsLowLightMode>                     <FocusLuma index="1" type="double" size="[1 13]">                         [1 15 20 25 30 35 40 50 60 70 80 90 100]                     </FocusLuma>                     <DarkPdf index="1" type="double" size="[1 13]">                         [0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.8 1]                     </DarkPdf>                     <ISO index="1" type="double" size="[1 13]">                         [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]                     </ISO>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsLowLight index="1" type="double" size="[1 13]">                         [1 1 1 1 1 1 1 1 1 1 1 1 1]                     </DetailsLowLight>        </cell>                 </DetailsLowLight>          <GlobalTMO index="1" type="cell" size="[1 3]">        <cell index="1" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   normal                   </Name>        <Enable index="1" type="double" size="[1 1]">                   [0]                  </Enable>        <IIR index="1" type="double" size="[1 1]">                   [64]                  </IIR>                 <Mode index="1" type="double" size="[1 1]">                     [0]                  </Mode>                  <DynamicRange index="1" type="double" size="[1 13]">                     [1 20 30 44 48 55 60 66 68 72 78 80 84]                  </DynamicRange>                      <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>        <Tolerance index="1" type="double" size="[1 1]">                     [0]                  </Tolerance>                  <GlobalTMOStrength index="1" type="double" size="[1 13]">                     [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5]                  </GlobalTMOStrength>        </cell>        <cell index="2" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   HDR                   </Name>        <Enable index="1" type="double" size="[1 1]">                   [0]                  </Enable>        <IIR index="1" type="double" size="[1 1]">                   [64]                  </IIR>                 <Mode index="1" type="double" size="[1 1]">                     [0]                  </Mode>                  <DynamicRange index="1" type="double" size="[1 13]">                     [1 20 30 44 48 55 60 66 68 72 78 80 84]                  </DynamicRange>                      <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>        <Tolerance index="1" type="double" size="[1 1]">                     [0]                  </Tolerance>                  <GlobalTMOStrength index="1" type="double" size="[1 13]">                     [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5]                  </GlobalTMOStrength>        </cell>        <cell index="3" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   night                   </Name>        <Enable index="1" type="double" size="[1 1]">                   [0]                  </Enable>        <IIR index="1" type="double" size="[1 1]">                   [64]                  </IIR>                 <Mode index="1" type="double" size="[1 1]">                     [0]                  </Mode>                  <DynamicRange index="1" type="double" size="[1 13]">                     [1 20 30 44 48 55 60 66 68 72 78 80 84]                  </DynamicRange>                      <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>        <Tolerance index="1" type="double" size="[1 1]">                     [0]                  </Tolerance>                  <GlobalTMOStrength index="1" type="double" size="[1 13]">                     [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5]                  </GlobalTMOStrength>        </cell>          </GlobalTMO>          <LocalTMO index="1" type="cell" size="[1 3]">        <cell index="1" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   normal                   </Name>                 <LocalTMOMode index="1" type="double" size="[1 1]">                     [0]                  </LocalTMOMode>                  <DynamicRange index="1" type="double" size="[1 13]">                     [1 20 30 44 48 55 60 66 68 72 78 80 84]                  </DynamicRange>                      <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>        <Tolerance index="1" type="double" size="[1 1]">                     [0]                  </Tolerance>                  <LocalTMOStrength index="1" type="double" size="[1 13]">                     [0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3]                  </LocalTMOStrength>        </cell>        <cell index="2" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   HDR                   </Name>                 <LocalTMOMode index="1" type="double" size="[1 1]">                     [0]                  </LocalTMOMode>                  <DynamicRange index="1" type="double" size="[1 13]">                     [1 20 30 44 48 55 60 66 68 72 78 80 84]                  </DynamicRange>                      <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>        <Tolerance index="1" type="double" size="[1 1]">                     [0]                  </Tolerance>                  <LocalTMOStrength index="1" type="double" size="[1 13]">                     [0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3]                  </LocalTMOStrength>        </cell>        <cell index="3" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                   night                   </Name>                 <LocalTMOMode index="1" type="double" size="[1 1]">                     [0]                  </LocalTMOMode>                  <DynamicRange index="1" type="double" size="[1 13]">                     [1 20 30 44 48 55 60 66 68 72 78 80 84]                  </DynamicRange>                      <EnvLv index="1" type="double" size="[1 13]">                         [0 0.005 0.01 0.05 0.1 0.15  0.2 0.3 0.4 0.5 0.6 0.8 1.0]                     </EnvLv>        <Tolerance index="1" type="double" size="[1 1]">                     [0]                  </Tolerance>                  <LocalTMOStrength index="1" type="double" size="[1 13]">                     [0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3 0.3]                  </LocalTMOStrength>        </cell>          </LocalTMO>    <Damp index="1" type="double" size="[1 1]">               [0.3]    </Damp>             </TMO>       <BLC index="1" type="struct" size="[1 1]">    <Enable index="1" type="double" size="[1 1]">             [1]          </Enable>    <Mode index="1" type="cell" size="[1 2]">       <cell index="1" type="struct" size="[1 1]">           <Name index="1" type="char" size="[1 13]">        normal           </Name>        <ISO index="1" type="double" size="[1 13]">                 [50 100 200 400 800 1600 3200 10000 12800 25600 51200 102400  204800]              </ISO>              <black_level index="1" type="double" size="[4 13]">                 [256 256 256 256 256 256 256 256 256 256 256 256 256            256 256 256 256 256 256 256 256 256 256 256 256 256            256 256 256 256 256 256 256 256 256 256 256 256 256            256 256 256 256 256 256 256 256 256 256 256 256 256]              </black_level>      </cell>      <cell index="1" type="struct" size="[1 1]">           <Name index="1" type="char" size="[1 13]">        hdr           </Name>        <ISO index="1" type="double" size="[1 13]">                 [50 100 200 400 800 1600 3200 10000 12800 25600 51200 102400  204800]              </ISO>              <black_level index="1" type="double" size="[4 13]">                 [256 256 256 256 256 256 256 256 256 256 256 256 256            256 256 256 256 256 256 256 256 256 256 256 256 256            256 256 256 256 256 256 256 256 256 256 256 256 256            256 256 256 256 256 256 256 256 256 256 256 256 256]              </black_level>      </cell>    </Mode>       </BLC>       <DPCC index="1" type="struct" size="[1 1]">       <Enable index="1" type="double" size="[1 1]">             [1]          </Enable>       <Version index="1" type="char" size="[1 2]">             V1          </Version>    <Fast_mode index="1" type="struct" size="[1 1]">    <Fast_mode_enable index="1" type="double" size="[1 1]">             [0]          </Fast_mode_enable>          <ISO index="1" type="double" size="[1 13]">             [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400  204800]          </ISO>          <Single_enable index="1" type="double" size="[1 1]">             [0]          </Single_enable>    <Single_level index="1" type="double" size="[1 13]">             [0 0 0 0 0 0 0 0 0 0 0 0 0]          </Single_level>    <Double_enable index="1" type="double" size="[1 1]">             [0]          </Double_enable>    <Double_level index="1" type="double" size="[1 13]">             [0 0 0 0 0 0 0 0 0 0 0 0 0]          </Double_level>    <Triple_enable index="1" type="double" size="[1 1]">             [0]          </Triple_enable>    <Triple_level index="1" type="double" size="[1 13]">             [0 0 0 0 0 0 0 0 0 0 0 0 0]          </Triple_level>    </Fast_mode>             <Expert_mode index="1" type="struct" size="[1 1]">                 <ISO index="1" type="double" size="[1 13]">                     [50.0000 100.0000 200.0000 400.0000 800.0000 1500.0000 1507.0000 1510.0000 3200.0000 6400.0000 12800.0000 102400.0000 204800.0000 ]                 </ISO>                 <Stage1_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </Stage1_enable>                 <grayscale_mode index="1" type="double" size="[1 1]">                     [0 ]                 </grayscale_mode>                 <rk_out_sel index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </rk_out_sel>                 <dpcc_out_sel index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </dpcc_out_sel>                 <stage1_rb_3x3 index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 1 1 1 0 0 0 ]                 </stage1_rb_3x3>                 <stage1_g_3x3 index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 1 1 1 0 0 0 ]                 </stage1_g_3x3>                 <stage1_inc_rb_center index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </stage1_inc_rb_center>                 <stage1_inc_g_center index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </stage1_inc_g_center>                 <stage1_use_fix_set index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1]                 </stage1_use_fix_set>                 <stage1_use_set1 index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1]                 </stage1_use_set1>                 <stage1_use_set2 index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0]                 </stage1_use_set2>                 <stage1_use_set3 index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0]                 </stage1_use_set3>                 <set_cell index="1" type="cell" size="[1 3]">                     <cell index="1" type="struct" size="[1 1]">             <RK index="1" type="struct" size="[1 1]">                 <RK_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1  ]                 </RK_red_blue_enable>                 <RK_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1  ]                 </RK_green_enable>                 <rb_sw_mindis index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </rb_sw_mindis>                 <g_sw_mindis index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </g_sw_mindis>                 <sw_dis_scale_min index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </sw_dis_scale_min>                 <sw_dis_scale_max index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </sw_dis_scale_max>             </RK>             <LC index="1" type="struct" size="[1 1]">                 <LC_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1  ]                 </LC_red_blue_enable>                 <LC_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1  ]                 </LC_green_enable>                 <rb_line_thr index="1" type="double" size="[1 13]">                     [8 8 8 8 8 8 8 8 8 8 8 8 8  ]                 </rb_line_thr>                 <g_line_thr index="1" type="double" size="[1 13]">                     [8 8 8 8 8 8 8 8 8 8 8 8 8  ]                 </g_line_thr>                 <rb_line_mad_fac index="1" type="double" size="[1 13]">                     [4 4 4 4 4 4 4 4 4 4 4 4 4]                 </rb_line_mad_fac>                 <g_line_mad_fac index="1" type="double" size="[1 13]">                     [4 4 4 4 4 4 4 4 4 4 4 4 4 ]                 </g_line_mad_fac>             </LC>             <PG index="1" type="struct" size="[1 1]">                 <PG_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </PG_red_blue_enable>                 <PG_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1]                 </PG_green_enable>                 <rb_pg_fac index="1" type="double" size="[1 13]">                     [4 4 4 4 4 4 4 4 4 4 4 4 4 ]                 </rb_pg_fac>                 <g_pg_fac index="1" type="double" size="[1 13]">                     [3 3 3 3 3 3 3 3 3 3 3 3 3 ]                 </g_pg_fac>             </PG>             <RND index="1" type="struct" size="[1 1]">                 <RND_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </RND_red_blue_enable>                 <RND_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </RND_green_enable>                 <rb_rnd_thr index="1" type="double" size="[1 13]">                     [10 10 10 10 10 10 10 10 10 10 10 10 10  ]                 </rb_rnd_thr>                 <g_rnd_thr index="1" type="double" size="[1 13]">                     [10 10 10 10 10 10 10 10 10 10 10 10 10  ]                 </g_rnd_thr>                 <rb_rnd_offs index="1" type="double" size="[1 13]">                     [3 3 3 3 3 3 3 3 3 3 3 3 3 ]                 </rb_rnd_offs>                 <g_rnd_offs index="1" type="double" size="[1 13]">                     [3 3 3 3 3 3 3 3 3 3 3 3 3 ]                 </g_rnd_offs>             </RND>             <RG index="1" type="struct" size="[1 1]">                 <RG_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1  ]                 </RG_red_blue_enable>                 <RG_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1  ]                 </RG_green_enable>                 <rb_rg_fac index="1" type="double" size="[1 13]">                     [32 32 32 32 32 32 32 32 32 32 32 32 32 ]                 </rb_rg_fac>                 <g_rg_fac index="1" type="double" size="[1 13]">                     [32 32 32 32 32 32 32 32 32 32 32 32 32 ]                 </g_rg_fac>             </RG>             <RO index="1" type="struct" size="[1 1]">                 <RO_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </RO_red_blue_enable>                 <RO_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </RO_green_enable>                 <rb_ro_lim index="1" type="double" size="[1 13]">                     [2 2 2 2 2 2 2 2 2 2 2 2 2 ]                 </rb_ro_lim>                 <g_ro_lim index="1" type="double" size="[1 13]">                     [2 2 2 2 2 2 2 2 2 2 2 2 2 ]                 </g_ro_lim>             </RO>                     </cell>                     <cell index="2" type="struct" size="[1 1]">            <RK index="1" type="struct" size="[1 1]">                 <RK_red_blue_enable index="1" type="double" size="[1 13]">                    [ 0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </RK_red_blue_enable>                 <RK_green_enable index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0  ]                 </RK_green_enable>                 <rb_sw_mindis index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </rb_sw_mindis>                 <g_sw_mindis index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </g_sw_mindis>                 <sw_dis_scale_min index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </sw_dis_scale_min>                 <sw_dis_scale_max index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </sw_dis_scale_max>             </RK>             <LC index="1" type="struct" size="[1 1]">                 <LC_red_blue_enable index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </LC_red_blue_enable>                 <LC_green_enable index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </LC_green_enable>                 <rb_line_thr index="1" type="double" size="[1 13]">                     [16 16 16 16 16 16 16 16 16 16 16 16 16]                 </rb_line_thr>                 <g_line_thr index="1" type="double" size="[1 13]">                     [24 24 24 24 24 24 24 24 24 24 24 24 24 ]                 </g_line_thr>                 <rb_line_mad_fac index="1" type="double" size="[1 13]">                     [16 16 16 16 16 16 16 16 16 16 16 16 16]                 </rb_line_mad_fac>                 <g_line_mad_fac index="1" type="double" size="[1 13]">                     [12 12 8 1 1 1 1 1 1 1 1 1 1  ]                 </g_line_mad_fac>             </LC>             <PG index="1" type="struct" size="[1 1]">                 <PG_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1]                 </PG_red_blue_enable>                 <PG_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1]                 </PG_green_enable>                 <rb_pg_fac index="1" type="double" size="[1 13]">                     [4 4 4 4 4 4 4 4 4 4 4 4 4 ]                 </rb_pg_fac>                 <g_pg_fac index="1" type="double" size="[1 13]">                     [3 3 3 3 3 3 3 3 3 3 3 3 3 ]                 </g_pg_fac>             </PG>             <RND index="1" type="struct" size="[1 1]">                 <RND_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1]                 </RND_red_blue_enable>                 <RND_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1]                 </RND_green_enable>                 <rb_rnd_thr index="1" type="double" size="[1 13]">                     [8 8 8 8 8 8 8 8 8 8 8 8 8]                 </rb_rnd_thr>                 <g_rnd_thr index="1" type="double" size="[1 13]">                     [8 8 8 8 8 8 8 8 8 8 8 8 8]                 </g_rnd_thr>                 <rb_rnd_offs index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </rb_rnd_offs>                 <g_rnd_offs index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </g_rnd_offs>             </RND>             <RG index="1" type="struct" size="[1 1]">                 <RG_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1]                 </RG_red_blue_enable>                 <RG_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </RG_green_enable>                 <rb_rg_fac index="1" type="double" size="[1 13]">                     [8 8 8 8 8 8 8 8 8 8 8 8 8]                 </rb_rg_fac>                 <g_rg_fac index="1" type="double" size="[1 13]">                     [8 8 8 8 8 8 8 8 8 8 8 8 8]                 </g_rg_fac>             </RG>             <RO index="1" type="struct" size="[1 1]">                 <RO_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </RO_red_blue_enable>                 <RO_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1]                 </RO_green_enable>                 <rb_ro_lim index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0]                 </rb_ro_lim>                 <g_ro_lim index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </g_ro_lim>        </RO>                     </cell>                     <cell index="3" type="struct" size="[1 1]">        <RK index="1" type="struct" size="[1 1]">                 <RK_red_blue_enable index="1" type="double" size="[1 13]">                    [ 0 0 0 0 0 0 0 0 0 0 0 0 0  ]                 </RK_red_blue_enable>                 <RK_green_enable index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0   ]                 </RK_green_enable>                 <rb_sw_mindis index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </rb_sw_mindis>                 <g_sw_mindis index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </g_sw_mindis>                 <sw_dis_scale_min index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0]                 </sw_dis_scale_min>                 <sw_dis_scale_max index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </sw_dis_scale_max>             </RK>             <LC index="1" type="struct" size="[1 1]">                 <LC_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1]                 </LC_red_blue_enable>                 <LC_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1]                 </LC_green_enable>                 <rb_line_thr index="1" type="double" size="[1 13]">                     [32 32 32 32 32 32 32 32 32 32 32 32 32 ]                 </rb_line_thr>                 <g_line_thr index="1" type="double" size="[1 13]">                     [32 32 32 32 32 32 32 32 32 32 32 32 32  ]                 </g_line_thr>                 <rb_line_mad_fac index="1" type="double" size="[1 13]">                     [4 4 4 4 4 4 4 4 4 4 4 4 4 ]                 </rb_line_mad_fac>                 <g_line_mad_fac index="1" type="double" size="[1 13]">                     [4 4 4 4 4 4 4 4 4 4 4 4 4 ]                 </g_line_mad_fac>             </LC>             <PG index="1" type="struct" size="[1 1]">                 <PG_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </PG_red_blue_enable>                 <PG_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </PG_green_enable>                 <rb_pg_fac index="1" type="double" size="[1 13]">                     [4 4 4 4 4 4 4 4 4 4 4 4 4 ]                 </rb_pg_fac>                 <g_pg_fac index="1" type="double" size="[1 13]">                     [3 3 3 3 3 3 3 3 3 3 3 3 3 ]                 </g_pg_fac>             </PG>             <RND index="1" type="struct" size="[1 1]">                 <RND_red_blue_enable index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0 ]                 </RND_red_blue_enable>                 <RND_green_enable index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0  ]                 </RND_green_enable>                 <rb_rnd_thr index="1" type="double" size="[1 13]">                     [8 8 8 8 8 8 8 8 8 8 8 8 8 ]                 </rb_rnd_thr>                 <g_rnd_thr index="1" type="double" size="[1 13]">                     [6 6 6 6 6 6 6 6 6 6 6 6 6]                 </g_rnd_thr>                 <rb_rnd_offs index="1" type="double" size="[1 13]">                     [3 3 3 3 3 3 3 3 3 3 3 3 3]                 </rb_rnd_offs>                 <g_rnd_offs index="1" type="double" size="[1 13]">                     [3 3 3 3 3 3 3 3 3 3 3 3 3 ]                 </g_rnd_offs>             </RND>             <RG index="1" type="struct" size="[1 1]">                 <RG_red_blue_enable index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0  ]                 </RG_red_blue_enable>                 <RG_green_enable index="1" type="double" size="[1 13]">                     [0 0 0 0 0 0 0 0 0 0 0 0 0  ]                 </RG_green_enable>                 <rb_rg_fac index="1" type="double" size="[1 13]">                     [4 4 4 4 4 4 4 4 4 4 4 4 4 ]                 </rb_rg_fac>                 <g_rg_fac index="1" type="double" size="[1 13]">                     [4 4 4 4 4 4 4 4 4 4 4 4 4]                 </g_rg_fac>             </RG>             <RO index="1" type="struct" size="[1 1]">                 <RO_red_blue_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </RO_red_blue_enable>                 <RO_green_enable index="1" type="double" size="[1 13]">                     [1 1 1 1 1 1 1 1 1 1 1 1 1 ]                 </RO_green_enable>                 <rb_ro_lim index="1" type="double" size="[1 13]">                     [2 2 2 2 2 2 2 2 2 2 2 2 2]                 </rb_ro_lim>                 <g_ro_lim index="1" type="double" size="[1 13]">                     [2 2 2 2 2 2 2 2 2 2 2 2 2]                 </g_ro_lim>        </RO>                     </cell>                 </set_cell>             </Expert_mode>    <dpcc_pdaf index="1" type="struct" size="[1 1]">      <pdaf_en index="1" type="double" size="[1 1]">               [0]            </pdaf_en>      <pdaf_point_en index="1" type="double" size="[1 16]">               [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]            </pdaf_point_en>      <pdaf_offsetx index="1" type="double" size="[1 1]">               [0]            </pdaf_offsetx>      <pdaf_offsety index="1" type="double" size="[1 1]">               [0]            </pdaf_offsety>            <pdaf_wrapx_num index="1" type="double" size="[1 1]">               [0]            </pdaf_wrapx_num>      <pdaf_wrapy_num index="1" type="double" size="[1 1]">               [0]            </pdaf_wrapy_num>               <point_x index="1" type="double" size="[1 16]">               [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]            </point_x>       <point_y index="1" type="double" size="[1 16]">               [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]            </point_y>       <point_forword_med index="1" type="double" size="[1 1]">               [0]            </point_forword_med>    </dpcc_pdaf>             <sensor_dpcc index="1" type="struct" size="[1 1]">               <sensor_dpcc_auto_en index="1" type="double" size="[1 1]">                    [0]               </sensor_dpcc_auto_en>               <max_level index="1" type="double" size="[1 1]">               [20]               </max_level>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1500 1507 1510 3200 6400 12800 102400  204800]             </ISO>             <level_single index="1" type="double" size="[1 13]">                   [19 19 19 19 19 19 19 19 19 19 19 19  19]              </level_single>             <level_multiple index="1" type="double" size="[1 13]">              [19 19 19 19 19 19 19 19 19 19 19 19  19]              </level_multiple>             </sensor_dpcc>       </DPCC>       <BAYERNR index="1" type="struct" size="[1 1]">       <Enable index="1" type="double" size="[1 1]">             [1]          </Enable>       <Version index="1" type="char" size="[1 2]">             V1          </Version>    <Mode index="1" type="cell" size="[1 3]">      <cell index="1" type="struct" size="[1 1]">              <Name index="1" type="char" size="[1 8]">                   normal              </Name>              <Setting index="1" type="cell" size="[1 2]">         <cell index="1" type="struct" size="[1 1]">                 <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <filtPara index="1" type="double" size="[1 13]">                [0.7    0.7    0.9    1.1    1.2    1.4    1.6    1.7    1.8  1.8  1.8   1.8   1.8]             </filtPara>            <luLevel index="1" type="double" size="[1 8]">                [0 1 2 3 4 5 6 7]             </luLevel>             <luLevelVal index="1" type="double" size="[1 8]">                [16    32    48    80    112    144    208    255]             </luLevelVal>             <luRatio index="1" type="double" size="[8 13]">            [1.500000    1.500000      1.500000    1.500000      1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000        1.433070    1.341359      1.157937    1.197402      1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332        1.405329    1.286376    1.048469    1.092507    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584        1.364344    1.253930    1.033104    1.060736    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001        1.310711    1.228367    1.063679    1.074335    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646        1.244848    1.189287    1.078165    1.078597    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460        1.100890    1.083517    1.048772    1.044833    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954        1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000]             </luRatio>        <lamda index="1" type="double" size="[1 1]">                [307]             </lamda>             <fixW index="1" type="double" size="[4 13]">                [0.7    0.6    0.5    0.4    0.3    0.2    0.2    0.2    0.1  0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.3    0.3    0.2    0.1    0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1        0.4    0.3    0.25    0.2    0.2    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1]             </fixW>                      <gauss_en index="1" type="char" size="[1 1]">                [1]             </gauss_en>             <RGainOff index="1" type="double" size="[1 1]">                [0]             </RGainOff>             <RGainFilp index="1" type="double" size="[1 1]">                [0]             </RGainFilp>             <BGainOff index="1" type="double" size="[1 1]">                [0]             </BGainOff>             <BGainFilp index="1" type="double" size="[1 1]">                [0]             </BGainFilp>             <edgeSoftness index="1" type="double" size="[1 1]">                [1.6]             </edgeSoftness>             <gaussWeight0 index="1" type="double" size="[1 1]">                [0.21]             </gaussWeight0>             <gaussWeight1 index="1" type="double" size="[1 1]">                [0.56]             </gaussWeight1>             <bilEdgeFilter index="1" type="double" size="[1 1]">                [1]             </bilEdgeFilter>             <bilFilterStreng index="1" type="double" size="[1 13]">                [1 1 1 1 1 1 1 1 1 1 1 1 1]             </bilFilterStreng>             <bilEdgeSoft index="1" type="double" size="[1 1]">                [2.0]             </bilEdgeSoft>             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                [0.0]             </bilEdgeSoftRatio>             <bilRegWgt index="1" type="double" size="[1 1]">                [0.0]             </bilRegWgt>          </cell>                <cell index="2" type="struct" size="[1 1]">                 <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <filtPara index="1" type="double" size="[1 13]">                [0.7    0.7    0.9    1.1    1.2    1.4    1.6    1.7    1.8  1.8  1.8   1.8   1.8]             </filtPara>            <luLevel index="1" type="double" size="[1 8]">                [0 1 2 3 4 5 6 7]             </luLevel>             <luLevelVal index="1" type="double" size="[1 8]">                [16    32    48    80    112    144    208    255]             </luLevelVal>             <luRatio index="1" type="double" size="[8 13]">       [1.500000    1.500000      1.500000    1.500000      1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000        1.433070    1.341359      1.157937    1.197402      1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332        1.405329    1.286376    1.048469    1.092507    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584        1.364344    1.253930    1.033104    1.060736    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001        1.310711    1.228367    1.063679    1.074335    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646        1.244848    1.189287    1.078165    1.078597    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460        1.100890    1.083517    1.048772    1.044833    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954        1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000]             </luRatio>        <lamda index="1" type="double" size="[1 1]">                [307]             </lamda>             <fixW index="1" type="double" size="[4 13]">                [0.7    0.6    0.5    0.4    0.3    0.2    0.2    0.2    0.1  0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.3    0.3    0.2    0.1    0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1        0.4    0.3    0.25    0.2    0.2    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1]             </fixW>                      <gauss_en index="1" type="char" size="[1 1]">                [1]             </gauss_en>             <RGainOff index="1" type="double" size="[1 1]">                [0]             </RGainOff>             <RGainFilp index="1" type="double" size="[1 1]">                [0]             </RGainFilp>             <BGainOff index="1" type="double" size="[1 1]">                [0]             </BGainOff>             <BGainFilp index="1" type="double" size="[1 1]">                [0]             </BGainFilp>             <edgeSoftness index="1" type="double" size="[1 1]">                [1.6]             </edgeSoftness>             <gaussWeight0 index="1" type="double" size="[1 1]">                [0.21]             </gaussWeight0>             <gaussWeight1 index="1" type="double" size="[1 1]">                [0.56]             </gaussWeight1>             <bilEdgeFilter index="1" type="double" size="[1 1]">                [1]             </bilEdgeFilter>             <bilFilterStreng index="1" type="double" size="[1 13]">                [1 1 1 1 1 1 1 1 1 1 1 1 1]             </bilFilterStreng>             <bilEdgeSoft index="1" type="double" size="[1 1]">                [2.0]             </bilEdgeSoft>             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                [0.0]             </bilEdgeSoftRatio>             <bilRegWgt index="1" type="double" size="[1 1]">                [0.0]             </bilRegWgt>          </cell>        </Setting>      </cell>      <cell index="1" type="struct" size="[1 1]">              <Name index="1" type="char" size="[1 8]">                   hdr              </Name>              <Setting index="1" type="cell" size="[1 2]">         <cell index="1" type="struct" size="[1 1]">                 <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <filtPara index="1" type="double" size="[1 13]">                [0.7    0.7    0.9    1.1    1.2    1.4    1.6    1.7    1.8  1.8  1.8   1.8   1.8]             </filtPara>            <luLevel index="1" type="double" size="[1 8]">                [0 1 2 3 4 5 6 7]             </luLevel>             <luLevelVal index="1" type="double" size="[1 8]">                [16    32    48    80    112    144    208    255]             </luLevelVal>             <luRatio index="1" type="double" size="[8 13]">            [1.500000    1.500000      1.500000    1.500000      1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000        1.433070    1.341359      1.157937    1.197402      1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332        1.405329    1.286376    1.048469    1.092507    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584        1.364344    1.253930    1.033104    1.060736    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001        1.310711    1.228367    1.063679    1.074335    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646        1.244848    1.189287    1.078165    1.078597    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460        1.100890    1.083517    1.048772    1.044833    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954        1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000]             </luRatio>        <lamda index="1" type="double" size="[1 1]">                [307]             </lamda>             <fixW index="1" type="double" size="[4 13]">                [0.7    0.6    0.5    0.4    0.3    0.2    0.2    0.2    0.1  0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.3    0.3    0.2    0.1    0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1        0.4    0.3    0.25    0.2    0.2    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1]             </fixW>                      <gauss_en index="1" type="char" size="[1 1]">                [1]             </gauss_en>             <RGainOff index="1" type="double" size="[1 1]">                [0]             </RGainOff>             <RGainFilp index="1" type="double" size="[1 1]">                [0]             </RGainFilp>             <BGainOff index="1" type="double" size="[1 1]">                [0]             </BGainOff>             <BGainFilp index="1" type="double" size="[1 1]">                [0]             </BGainFilp>             <edgeSoftness index="1" type="double" size="[1 1]">                [1.6]             </edgeSoftness>             <gaussWeight0 index="1" type="double" size="[1 1]">                [0.21]             </gaussWeight0>             <gaussWeight1 index="1" type="double" size="[1 1]">                [0.56]             </gaussWeight1>             <bilEdgeFilter index="1" type="double" size="[1 1]">                [1]             </bilEdgeFilter>             <bilFilterStreng index="1" type="double" size="[1 13]">                [1 1 1 1 1 1 1 1 1 1 1 1 1]             </bilFilterStreng>             <bilEdgeSoft index="1" type="double" size="[1 1]">                [2.0]             </bilEdgeSoft>             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                [0.0]             </bilEdgeSoftRatio>             <bilRegWgt index="1" type="double" size="[1 1]">                [0.0]             </bilRegWgt>          </cell>                <cell index="2" type="struct" size="[1 1]">                 <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <filtPara index="1" type="double" size="[1 13]">                [0.7    0.7    0.9    1.1    1.2    1.4    1.6    1.7    1.8  1.8  1.8   1.8   1.8]             </filtPara>            <luLevel index="1" type="double" size="[1 8]">                [0 1 2 3 4 5 6 7]             </luLevel>             <luLevelVal index="1" type="double" size="[1 8]">                [16    32    48    80    112    144    208    255]             </luLevelVal>             <luRatio index="1" type="double" size="[8 13]">       [1.500000    1.500000      1.500000    1.500000      1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000        1.433070    1.341359      1.157937    1.197402      1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332        1.405329    1.286376    1.048469    1.092507    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584        1.364344    1.253930    1.033104    1.060736    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001        1.310711    1.228367    1.063679    1.074335    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646        1.244848    1.189287    1.078165    1.078597    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460        1.100890    1.083517    1.048772    1.044833    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954        1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000]             </luRatio>        <lamda index="1" type="double" size="[1 1]">                [307]             </lamda>             <fixW index="1" type="double" size="[4 13]">                [0.7    0.6    0.5    0.4    0.3    0.2    0.2    0.2    0.1  0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.3    0.3    0.2    0.1    0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1        0.4    0.3    0.25    0.2    0.2    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1]             </fixW>                      <gauss_en index="1" type="char" size="[1 1]">                [1]             </gauss_en>             <RGainOff index="1" type="double" size="[1 1]">                [0]             </RGainOff>             <RGainFilp index="1" type="double" size="[1 1]">                [0]             </RGainFilp>             <BGainOff index="1" type="double" size="[1 1]">                [0]             </BGainOff>             <BGainFilp index="1" type="double" size="[1 1]">                [0]             </BGainFilp>             <edgeSoftness index="1" type="double" size="[1 1]">                [1.6]             </edgeSoftness>             <gaussWeight0 index="1" type="double" size="[1 1]">                [0.21]             </gaussWeight0>             <gaussWeight1 index="1" type="double" size="[1 1]">                [0.56]             </gaussWeight1>             <bilEdgeFilter index="1" type="double" size="[1 1]">                [1]             </bilEdgeFilter>             <bilFilterStreng index="1" type="double" size="[1 13]">                [1 1 1 1 1 1 1 1 1 1 1 1 1]             </bilFilterStreng>             <bilEdgeSoft index="1" type="double" size="[1 1]">                [2.0]             </bilEdgeSoft>             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                [0.0]             </bilEdgeSoftRatio>             <bilRegWgt index="1" type="double" size="[1 1]">                [0.0]             </bilRegWgt>          </cell>        </Setting>      </cell>      <cell index="1" type="struct" size="[1 1]">              <Name index="1" type="char" size="[1 8]">                   gray              </Name>              <Setting index="1" type="cell" size="[1 2]">         <cell index="1" type="struct" size="[1 1]">                 <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <filtPara index="1" type="double" size="[1 13]">                [0.7    0.7    0.9    1.1    1.2    1.4    1.6    1.7    1.8  1.8  1.8   1.8   1.8]             </filtPara>            <luLevel index="1" type="double" size="[1 8]">                [0 1 2 3 4 5 6 7]             </luLevel>             <luLevelVal index="1" type="double" size="[1 8]">                [16    32    48    80    112    144    208    255]             </luLevelVal>             <luRatio index="1" type="double" size="[8 13]">            [1.500000    1.500000      1.500000    1.500000      1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000        1.433070    1.341359      1.157937    1.197402      1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332        1.405329    1.286376    1.048469    1.092507    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584        1.364344    1.253930    1.033104    1.060736    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001        1.310711    1.228367    1.063679    1.074335    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646        1.244848    1.189287    1.078165    1.078597    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460        1.100890    1.083517    1.048772    1.044833    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954        1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000]             </luRatio>        <lamda index="1" type="double" size="[1 1]">                [307]             </lamda>             <fixW index="1" type="double" size="[4 13]">                [0.7    0.6    0.5    0.4    0.3    0.2    0.2    0.2    0.1  0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.3    0.3    0.2    0.1    0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1        0.4    0.3    0.25    0.2    0.2    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1]             </fixW>                      <gauss_en index="1" type="char" size="[1 1]">                [1]             </gauss_en>             <RGainOff index="1" type="double" size="[1 1]">                [0]             </RGainOff>             <RGainFilp index="1" type="double" size="[1 1]">                [0]             </RGainFilp>             <BGainOff index="1" type="double" size="[1 1]">                [0]             </BGainOff>             <BGainFilp index="1" type="double" size="[1 1]">                [0]             </BGainFilp>             <edgeSoftness index="1" type="double" size="[1 1]">                [1.6]             </edgeSoftness>             <gaussWeight0 index="1" type="double" size="[1 1]">                [0.21]             </gaussWeight0>             <gaussWeight1 index="1" type="double" size="[1 1]">                [0.56]             </gaussWeight1>             <bilEdgeFilter index="1" type="double" size="[1 1]">                [1]             </bilEdgeFilter>             <bilFilterStreng index="1" type="double" size="[1 13]">                [1 1 1 1 1 1 1 1 1 1 1 1 1]             </bilFilterStreng>             <bilEdgeSoft index="1" type="double" size="[1 1]">                [2.0]             </bilEdgeSoft>             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                [0.0]             </bilEdgeSoftRatio>             <bilRegWgt index="1" type="double" size="[1 1]">                [0.0]             </bilRegWgt>          </cell>                <cell index="2" type="struct" size="[1 1]">                 <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <filtPara index="1" type="double" size="[1 13]">                [0.7    0.7    0.9    1.1    1.2    1.4    1.6    1.7    1.8  1.8  1.8   1.8   1.8]             </filtPara>            <luLevel index="1" type="double" size="[1 8]">                [0 1 2 3 4 5 6 7]             </luLevel>             <luLevelVal index="1" type="double" size="[1 8]">                [16    32    48    80    112    144    208    255]             </luLevelVal>             <luRatio index="1" type="double" size="[8 13]">       [1.500000    1.500000      1.500000    1.500000      1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000    1.500000        1.433070    1.341359      1.157937    1.197402      1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332    1.276332        1.405329    1.286376    1.048469    1.092507    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584    1.180584        1.364344    1.253930    1.033104    1.060736    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001    1.116001        1.310711    1.228367    1.063679    1.074335    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646    1.095646        1.244848    1.189287    1.078165    1.078597    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460    1.079460        1.100890    1.083517    1.048772    1.044833    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954    1.036954        1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000    1.000000]             </luRatio>        <lamda index="1" type="double" size="[1 1]">                [307]             </lamda>             <fixW index="1" type="double" size="[4 13]">                [0.7    0.6    0.5    0.4    0.3    0.2    0.2    0.2    0.1  0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.3    0.3    0.2    0.1    0.1  0.1  0.1  0.1        0.6    0.5    0.4    0.3    0.3    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1        0.4    0.3    0.25    0.2    0.2    0.2    0.2    0.2    0.1    0.1  0.1  0.1  0.1]             </fixW>                      <gauss_en index="1" type="char" size="[1 1]">                [1]             </gauss_en>             <RGainOff index="1" type="double" size="[1 1]">                [0]             </RGainOff>             <RGainFilp index="1" type="double" size="[1 1]">                [0]             </RGainFilp>             <BGainOff index="1" type="double" size="[1 1]">                [0]             </BGainOff>             <BGainFilp index="1" type="double" size="[1 1]">                [0]             </BGainFilp>             <edgeSoftness index="1" type="double" size="[1 1]">                [1.6]             </edgeSoftness>             <gaussWeight0 index="1" type="double" size="[1 1]">                [0.21]             </gaussWeight0>             <gaussWeight1 index="1" type="double" size="[1 1]">                [0.56]             </gaussWeight1>             <bilEdgeFilter index="1" type="double" size="[1 1]">                [1]             </bilEdgeFilter>             <bilFilterStreng index="1" type="double" size="[1 13]">                [1 1 1 1 1 1 1 1 1 1 1 1 1]             </bilFilterStreng>             <bilEdgeSoft index="1" type="double" size="[1 1]">                [2.0]             </bilEdgeSoft>             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                [0.0]             </bilEdgeSoftRatio>             <bilRegWgt index="1" type="double" size="[1 1]">                [0.0]             </bilRegWgt>          </cell>        </Setting>      </cell>    </Mode>       </BAYERNR>       <LSC index="1" type="struct" size="[1 1]">          <enable index="1" type="char" size="[1 1]">             [1]          </enable>          <damp_enable index="1" type="char" size="[1 1]">             [1]          </damp_enable>         <alscCoef index="1" type="struct" size="[1 1]">    <resolutionAlll index="1" type="cell" size="[1 2]">              <cell index="1" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       2688x1520                   </name>        </cell>              <cell index="1" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       2560x1440                   </name>        </cell>          </resolutionAlll>          <illAll index="1" type="cell" size="[1 8]">              <cell index="1" type="struct" size="[1 1]">                 <usedForCase index="1" type="double" size="[1 1]">                      [0]                  </usedForCase>                                  <name index="1" type="char" size="[1 9]">                       A                   </name>                   <wbGain index="1" type="double" size="[1 2]">                       [1.2804   2.9801]                   </wbGain>                   <tableUsed  index="1" type="char" size="[1 30]">                       A_100  A_70                   </tableUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1  4  6  8]                   </gains >                   <vig  index="1" type="double" size="[1 4]">                       [100 100 90 70]                   </vig >               </cell>               <cell index="5" type="struct" size="[1 1]">                   <usedForCase index="1" type="double" size="[1 1]">                      [0]                   </usedForCase>                                    <name index="1" type="char" size="[1 9]">                       CWF                   </name>                   <wbGain index="1" type="double" size="[1 2]">                       [1.7517  2.5722]                   </wbGain>                   <tableUsed  index="1" type="char" size="[1 30]">                       CWF_100  CWF_70                   </tableUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <vig  index="1" type="double" size="[1 4]">                       [100 100 90 70]                   </vig >               </cell>               <cell index="2" type="struct" size="[1 1]">                   <usedForCase index="1" type="double" size="[1 1]">                      [0]                   </usedForCase>                                     <name index="1" type="char" size="[1 9]">                       D50                   </name>                   <wbGain index="1" type="double" size="[1 2]">                       [1.7570  1.7957]                   </wbGain>                   <tableUsed  index="1" type="char" size="[1 30]">                       D50_100  D50_70                   </tableUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <vig  index="1" type="double" size="[1 4]">                       [100 100 90 70]                   </vig >               </cell>               <cell index="3" type="struct" size="[1 1]">                   <usedForCase index="1" type="double" size="[1 1]">                      [0]                   </usedForCase>                                    <name index="1" type="char" size="[1 9]">                       D65                   </name>                   <wbGain index="1" type="double" size="[1 2]">                       [2.0505 1.5066]                   </wbGain>                   <tableUsed  index="1" type="char" size="[1 30]">                       D65_100  D65_70                   </tableUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <vig  index="1" type="double" size="[1 4]">                       [100 100 90 70]                   </vig >               </cell>               <cell index="4" type="struct" size="[1 1]">                   <usedForCase index="1" type="double" size="[1 1]">                      [0]                   </usedForCase>                                    <name index="1" type="char" size="[1 9]">                       D75                   </name>                   <wbGain index="1" type="double" size="[1 2]">                       [2.1544 1.4068]                   </wbGain>                   <tableUsed  index="1" type="char" size="[1 30]">                       D75_100  D75_70                   </tableUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <vig  index="1" type="double" size="[1 4]">                       [100 100 90 70]                   </vig >               </cell>               <cell index="4" type="struct" size="[1 1]">                   <usedForCase index="1" type="double" size="[1 1]">                      [0]                   </usedForCase>                                <name index="1" type="char" size="[1 9]">                       HZ                   </name>                   <wbGain index="1" type="double" size="[1 2]">                       [1.0649  3.6068]                   </wbGain>                   <tableUsed  index="1" type="char" size="[1 30]">                       HZ_100  HZ_70                   </tableUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <vig  index="1" type="double" size="[1 4]">                       [100 100 90 70]                   </vig >               </cell>               <cell index="6" type="struct" size="[1 1]">                   <usedForCase index="1" type="double" size="[1 1]">                      [0]                   </usedForCase>                                 <name index="1" type="char" size="[1 9]">                       TL84                   </name>                   <wbGain index="1" type="double" size="[1 2]">                       [1.4221 2.4660]                   </wbGain>                   <tableUsed  index="1" type="char" size="[1 30]">                      TL84_100  TL84_70                   </tableUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <vig  index="1" type="double" size="[1 4]">                       [100 100 90 70]                   </vig >               </cell>               <cell index="6" type="struct" size="[1 1]">                   <usedForCase index="1" type="double" size="[1 1]">                      [2]                  </usedForCase>                                         <name index="1" type="char" size="[1 4]">                      GRAY                  </name>                  <wbGain index="1" type="double" size="[1 2]">                      [1   1]                  </wbGain>                  <tableUsed index="1" type="char" size="[1 16]">                      GRAY_0                  </tableUsed>                  <gains index="1" type="double" size="[1 4]">                      [1.0000 10.0000 31.0000 64.0000 ]                  </gains>                  <vig index="1" type="double" size="[1 4]">                      [90.0000 60.0000 25.0000 0.0000 ]                  </vig>               </cell>                        </illAll>           </alscCoef>          <tableAll index="1" type="cell" size="[1 30]">          <cell index="1" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_A_100             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                A             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3488  2679  2181  1892  1691  1543  1456  1392  1384  1404  1450  1536  1674  1871  2153  2690  3470             3220  2499  2048  1776  1606  1459  1381  1318  1303  1316  1370  1456  1579  1772  2036  2480  3189             2990  2342  1947  1717  1532  1395  1311  1271  1238  1254  1313  1392  1522  1695  1947  2333  2990             2862  2247  1886  1654  1478  1358  1261  1213  1196  1211  1259  1347  1469  1645  1865  2225  2814             2711  2153  1825  1598  1434  1305  1229  1175  1155  1167  1215  1303  1428  1595  1820  2140  2711             2596  2086  1772  1561  1389  1273  1185  1129  1109  1126  1177  1261  1384  1547  1776  2080  2586             2537  2023  1722  1512  1353  1238  1149  1098  1072  1092  1139  1229  1350  1508  1730  2036  2508             2480  1987  1691  1485  1326  1207  1116  1063  1046  1060  1112  1198  1321  1475  1678  1976  2444             2435  1952  1658  1462  1293  1183  1096  1038  1024  1043  1091  1175  1293  1453  1658  1936  2400             2392  1936  1649  1446  1293  1173  1091  1032  1012  1030  1085  1165  1285  1443  1654  1924  2392             2444  1941  1658  1456  1295  1181  1098  1035  1019  1038  1087  1175  1298  1450  1645  1930  2418             2480  1976  1687  1482  1329  1209  1122  1070  1051  1065  1107  1200  1316  1475  1683  1993  2453             2606  2054  1735  1515  1367  1249  1165  1101  1085  1103  1151  1236  1361  1519  1739  2054  2556             2711  2146  1810  1587  1419  1300  1209  1159  1133  1153  1200  1288  1416  1576  1815  2140  2733             2912  2270  1892  1662  1492  1367  1273  1218  1202  1202  1266  1361  1482  1658  1897  2278  2899             3115  2418  1999  1758  1576  1434  1345  1293  1268  1290  1347  1440  1572  1758  2005  2409  3115             3332  2596  2140  1840  1666  1505  1413  1356  1326  1361  1416  1529  1658  1840  2119  2606  3332]             </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3272  2528  2064  1807  1629  1497  1416  1370  1361  1356  1418  1508  1632  1799  2059  2504  3233             2994  2359  1950  1715  1557  1428  1352  1300  1283  1294  1343  1431  1548  1711  1950  2338  2973             2818  2229  1873  1659  1499  1375  1292  1242  1225  1240  1287  1370  1477  1652  1869  2217  2798             2660  2146  1803  1597  1446  1330  1244  1200  1184  1200  1250  1325  1443  1606  1815  2118  2652             2592  2054  1752  1557  1406  1298  1209  1169  1147  1160  1205  1289  1401  1554  1760  2054  2568             2481  2013  1715  1525  1370  1252  1177  1122  1105  1119  1175  1254  1365  1522  1719  2003  2451             2408  1955  1683  1480  1336  1223  1144  1092  1076  1083  1137  1216  1336  1488  1690  1964  2400             2345  1918  1652  1454  1304  1198  1117  1063  1045  1064  1111  1196  1298  1451  1649  1909  2325             2311  1891  1616  1428  1287  1174  1097  1045  1024  1044  1086  1170  1285  1428  1616  1882  2298             2305  1873  1609  1421  1281  1169  1092  1036  1020  1033  1083  1167  1273  1418  1606  1882  2298             2305  1873  1616  1431  1285  1170  1097  1046  1027  1040  1095  1170  1287  1431  1613  1891  2318             2393  1918  1642  1464  1315  1209  1125  1074  1056  1077  1113  1193  1312  1454  1652  1918  2359             2474  1988  1693  1505  1356  1240  1160  1111  1090  1113  1160  1236  1356  1499  1704  1988  2474             2609  2080  1775  1563  1413  1298  1214  1164  1144  1165  1214  1294  1416  1563  1771  2080  2634             2779  2217  1856  1652  1483  1368  1281  1233  1211  1220  1271  1356  1480  1645  1861  2199  2760             3017  2359  1964  1726  1563  1446  1354  1296  1277  1306  1352  1436  1563  1730  1964  2359  2983             3195  2512  2064  1795  1635  1505  1418  1363  1352  1372  1425  1505  1635  1807  2075  2497  3170]             </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3228  2512  2093  1814  1629  1503  1412  1363  1360  1372  1420  1495  1633  1810  2062  2512  3280             3002  2353  1948  1722  1558  1435  1345  1308  1285  1298  1349  1432  1552  1715  1953  2339  3002             2826  2237  1864  1652  1489  1376  1296  1244  1227  1246  1291  1372  1489  1659  1877  2225  2796             2668  2132  1802  1601  1450  1334  1256  1202  1190  1198  1248  1331  1447  1607  1822  2137  2668             2568  2067  1759  1570  1402  1293  1213  1166  1148  1164  1213  1285  1402  1561  1767  2062  2568             2489  2001  1726  1523  1374  1254  1181  1129  1106  1123  1176  1256  1369  1523  1737  2021  2482             2401  1953  1694  1484  1340  1225  1146  1094  1071  1091  1140  1227  1340  1487  1694  1962  2401             2339  1916  1642  1445  1314  1193  1120  1064  1045  1065  1115  1197  1310  1455  1649  1921  2353             2313  1885  1616  1435  1291  1176  1098  1038  1024  1046  1091  1178  1285  1427  1623  1890  2300             2306  1877  1607  1424  1279  1174  1090  1036  1018  1036  1090  1171  1275  1424  1616  1872  2300             2313  1890  1620  1435  1291  1178  1100  1046  1023  1038  1087  1176  1289  1429  1616  1894  2326             2380  1930  1649  1465  1323  1198  1127  1072  1057  1072  1112  1200  1308  1458  1652  1925  2373             2489  1981  1701  1509  1360  1239  1163  1107  1094  1115  1161  1244  1351  1503  1711  1986  2467             2634  2083  1759  1576  1415  1291  1216  1159  1146  1161  1211  1291  1415  1564  1771  2077  2609             2796  2201  1851  1642  1487  1363  1285  1229  1215  1224  1275  1360  1479  1639  1860  2207  2787             2991  2380  1953  1733  1564  1429  1351  1300  1281  1300  1349  1437  1564  1722  1958  2360  3002             3178  2544  2072  1822  1639  1506  1417  1354  1345  1363  1427  1509  1636  1826  2093  2520  3215]             </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [3141  2447  1987  1722  1592  1453  1392  1351  1321  1336  1384  1471  1592  1788  2039  2447  3141             2870  2257  1905  1684  1519  1417  1336  1299  1277  1284  1336  1409  1529  1709  1921  2301  2870             2735  2172  1830  1626  1471  1359  1291  1243  1223  1243  1291  1367  1490  1660  1860  2214  2735             2583  2075  1774  1571  1435  1321  1243  1198  1180  1198  1256  1328  1453  1603  1816  2113  2612             2447  2057  1735  1550  1392  1291  1217  1168  1151  1162  1223  1299  1417  1581  1774  2094  2554             2396  1987  1697  1519  1367  1263  1186  1134  1107  1128  1168  1277  1400  1560  1748  2021  2447             2324  1905  1660  1490  1336  1230  1151  1096  1071  1102  1134  1230  1351  1509  1709  1970  2372             2257  1890  1637  1444  1313  1198  1112  1076  1047  1066  1118  1211  1306  1481  1660  1937  2372             2193  1830  1614  1435  1291  1174  1096  1052  1024  1042  1091  1180  1299  1453  1626  1875  2301             2193  1816  1592  1426  1284  1162  1086  1024  1015  1038  1091  1168  1291  1426  1626  1875  2301             2214  1845  1603  1417  1284  1162  1096  1038  1015  1033  1076  1180  1284  1435  1637  1890  2257             2279  1875  1637  1435  1313  1192  1128  1071  1047  1066  1107  1192  1313  1462  1672  1921  2324             2324  1937  1684  1490  1336  1236  1156  1091  1076  1096  1162  1236  1375  1500  1722  1987  2421             2499  2039  1722  1550  1400  1277  1204  1134  1118  1151  1192  1277  1426  1571  1788  2094  2554             2641  2152  1802  1626  1471  1336  1256  1204  1192  1180  1243  1351  1481  1649  1860  2172  2672             2801  2279  1905  1684  1509  1409  1321  1277  1250  1277  1336  1435  1571  1722  1953  2324  2942             3059  2421  2039  1774  1603  1471  1384  1306  1299  1336  1417  1519  1637  1816  2057  2473  3059]             </LSC_SAMPLES_blue>          </cell>          <cell index="2" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_A_70             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                A             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">          [2442  2000  1709  1541  1421  1328  1275  1231  1228  1242  1269  1322  1407  1524  1687  2008  2429             2343  1926  1653  1490  1389  1292  1244  1199  1189  1197  1234  1290  1366  1486  1643  1911  2321             2239  1853  1612  1477  1359  1267  1210  1185  1158  1169  1212  1264  1350  1458  1612  1846  2239             2193  1818  1596  1452  1338  1259  1188  1155  1142  1152  1186  1249  1330  1445  1578  1799  2157             2117  1773  1571  1428  1320  1230  1177  1137  1121  1129  1165  1228  1315  1425  1567  1761  2117             2055  1741  1546  1413  1296  1216  1151  1107  1091  1103  1142  1204  1291  1400  1550  1736  2047             2029  1705  1516  1382  1274  1193  1125  1086  1064  1081  1116  1184  1271  1378  1524  1715  2006             1995  1684  1498  1365  1256  1169  1100  1058  1044  1054  1096  1161  1251  1356  1487  1674  1966             1963  1658  1471  1346  1227  1149  1082  1035  1024  1040  1076  1141  1227  1338  1471  1644  1935             1924  1640  1461  1329  1224  1137  1075  1027  1010  1025  1069  1129  1217  1326  1465  1631  1924             1955  1636  1460  1330  1220  1138  1076  1024  1012  1027  1065  1132  1222  1325  1449  1626  1933             1964  1649  1472  1341  1240  1154  1089  1049  1034  1044  1074  1146  1227  1335  1468  1663  1942             2034  1691  1493  1354  1258  1178  1116  1066  1054  1068  1103  1164  1253  1357  1497  1691  1995             2078  1736  1531  1394  1285  1205  1139  1103  1082  1097  1131  1193  1282  1384  1536  1730  2095             2180  1796  1567  1429  1323  1241  1175  1135  1125  1121  1169  1236  1314  1426  1571  1802  2171             2267  1863  1614  1474  1363  1270  1211  1176  1158  1174  1214  1276  1360  1474  1619  1856  2267             2332  1938  1676  1499  1400  1295  1237  1199  1177  1204  1240  1316  1393  1499  1660  1946  2332]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2291  1887  1617  1472  1369  1288  1239  1212  1208  1200  1242  1298  1372  1465  1613  1870  2263             2179  1818  1574  1439  1347  1265  1218  1183  1172  1177  1210  1267  1339  1436  1574  1802  2163             2110  1764  1552  1427  1329  1248  1192  1158  1146  1156  1188  1244  1310  1421  1548  1754  2095             2039  1736  1525  1402  1309  1232  1172  1142  1130  1142  1178  1228  1307  1411  1535  1713  2032             2024  1691  1508  1391  1294  1223  1158  1131  1114  1123  1155  1215  1290  1388  1515  1691  2005             1965  1680  1496  1380  1278  1195  1143  1100  1087  1097  1141  1197  1274  1378  1499  1672  1941             1925  1647  1482  1353  1258  1179  1121  1080  1068  1071  1114  1172  1258  1360  1488  1655  1920             1887  1625  1463  1336  1235  1161  1101  1058  1043  1059  1094  1159  1229  1334  1460  1618  1870             1863  1606  1434  1315  1221  1140  1083  1042  1024  1040  1072  1136  1219  1315  1434  1598  1853             1854  1588  1426  1305  1213  1133  1075  1030  1018  1028  1067  1131  1206  1303  1423  1595  1849             1843  1579  1423  1307  1210  1128  1075  1035  1019  1029  1072  1128  1212  1307  1420  1593  1854             1895  1600  1433  1325  1226  1154  1092  1053  1039  1056  1080  1139  1224  1316  1441  1600  1867             1931  1637  1458  1345  1249  1169  1112  1075  1058  1077  1112  1165  1249  1340  1467  1637  1931             2000  1682  1502  1373  1279  1203  1144  1107  1092  1109  1144  1199  1282  1373  1499  1682  2019             2081  1754  1537  1421  1315  1242  1183  1149  1132  1137  1173  1231  1312  1415  1541  1740  2067             2195  1818  1586  1448  1352  1281  1220  1179  1166  1188  1218  1272  1352  1451  1586  1818  2171             2237  1876  1617  1462  1374  1295  1242  1206  1200  1214  1248  1295  1374  1472  1626  1864  2219]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2260  1876  1640  1478  1369  1294  1236  1205  1207  1213  1243  1287  1372  1475  1615  1876  2296             2185  1813  1573  1445  1348  1271  1211  1190  1173  1181  1215  1268  1342  1439  1577  1803  2185             2116  1770  1544  1421  1321  1249  1196  1160  1148  1162  1192  1245  1321  1427  1554  1760  2094             2045  1724  1525  1406  1313  1236  1183  1144  1136  1141  1176  1234  1310  1411  1542  1728  2045             2004  1701  1514  1402  1291  1219  1162  1128  1114  1127  1162  1211  1291  1394  1521  1697  2004             1971  1670  1506  1379  1282  1197  1147  1107  1088  1101  1142  1199  1278  1379  1515  1686  1965             1920  1646  1492  1356  1262  1181  1123  1082  1063  1080  1117  1183  1262  1359  1492  1654  1920             1882  1624  1455  1328  1245  1156  1103  1059  1043  1060  1098  1160  1241  1337  1461  1628  1893             1864  1601  1434  1321  1225  1142  1084  1035  1024  1043  1077  1143  1219  1314  1440  1605  1854             1855  1590  1423  1309  1211  1138  1073  1030  1016  1030  1073  1135  1208  1309  1432  1587  1850             1850  1592  1426  1311  1216  1135  1078  1035  1015  1027  1065  1133  1214  1306  1424  1596  1860             1885  1611  1439  1327  1234  1144  1094  1051  1040  1051  1079  1146  1220  1320  1442  1607  1879             1943  1631  1464  1348  1253  1167  1114  1072  1062  1079  1112  1173  1244  1343  1473  1635  1926             2019  1684  1488  1384  1281  1197  1146  1103  1094  1105  1141  1197  1281  1373  1498  1680  1999             2094  1741  1533  1413  1318  1237  1186  1146  1136  1141  1177  1235  1311  1410  1540  1746  2087             2177  1834  1577  1454  1353  1266  1217  1183  1170  1183  1215  1273  1353  1445  1581  1818  2185             2224  1899  1623  1484  1378  1296  1241  1197  1193  1205  1249  1299  1375  1488  1640  1882  2251]          </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [ 2199  1827  1557  1403  1338  1251  1219  1195  1172  1182  1211  1266  1338  1457  1598  1827  2199             2088  1739  1538  1413  1314  1255  1203  1182  1166  1168  1203  1248  1323  1434  1551  1774  2088             2048  1719  1516  1398  1305  1234  1192  1159  1144  1159  1192  1241  1321  1428  1540  1752  2048             1979  1679  1501  1379  1299  1224  1171  1140  1127  1140  1184  1231  1315  1408  1536  1709  2002             1910  1693  1493  1385  1282  1217  1166  1130  1117  1125  1172  1224  1305  1413  1527  1724  1994             1897  1658  1480  1375  1276  1206  1151  1112  1089  1106  1134  1219  1306  1412  1525  1687  1937             1859  1605  1462  1362  1258  1185  1127  1085  1063  1090  1111  1185  1273  1379  1505  1660  1897             1816  1602  1450  1327  1244  1161  1096  1071  1045  1061  1101  1173  1237  1361  1471  1642  1908             1768  1554  1433  1321  1225  1140  1082  1048  1024  1039  1077  1146  1232  1338  1443  1592  1855             1764  1539  1410  1311  1216  1126  1070  1019  1013  1032  1075  1132  1223  1311  1440  1589  1852             1770  1554  1412  1295  1209  1120  1074  1027  1008  1022  1054  1137  1209  1311  1442  1592  1805             1804  1564  1428  1299  1225  1138  1095  1050  1030  1045  1074  1138  1225  1324  1459  1603  1840             1815  1595  1450  1331  1230  1165  1108  1056  1045  1061  1114  1165  1266  1340  1482  1635  1890             1916  1649  1457  1361  1268  1184  1135  1079  1067  1095  1123  1184  1291  1379  1513  1694  1958             1978  1703  1492  1398  1305  1213  1160  1123  1115  1100  1147  1227  1313  1418  1540  1719  2001             2038  1756  1538  1413  1306  1248  1190  1162  1141  1162  1203  1271  1359  1444  1577  1791  2141             2141  1808  1598  1446  1347  1266  1211  1155  1152  1182  1241  1308  1376  1479  1612  1847  2141]       </LSC_SAMPLES_blue>          </cell>          <cell index="3" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_D50_100             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                D50             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2554  2063  1760  1586  1496  1387  1342  1330  1317  1342  1396  1480  1649  1805  2084  2538  3298             2421  1939  1669  1512  1387  1330  1273  1250  1239  1265  1317  1420  1529  1703  1939  2366  3057             2240  1829  1592  1454  1338  1265  1221  1200  1186  1210  1258  1351  1470  1630  1853  2216  2811             2126  1752  1551  1415  1313  1239  1186  1154  1147  1167  1214  1301  1405  1563  1790  2126  2685             2014  1716  1507  1378  1293  1207  1163  1123  1111  1132  1170  1261  1378  1534  1745  2073  2585             1966  1682  1480  1364  1273  1190  1129  1094  1077  1099  1154  1228  1351  1512  1716  2004  2493             1921  1636  1475  1347  1250  1183  1111  1068  1060  1077  1123  1203  1325  1470  1682  1966  2421             1887  1611  1454  1330  1239  1157  1091  1044  1034  1050  1102  1193  1305  1454  1649  1930  2393             1837  1599  1434  1321  1228  1141  1074  1027  1024  1039  1082  1167  1281  1429  1623  1912  2353             1805  1586  1429  1317  1232  1141  1068  1022  1009  1024  1079  1144  1269  1410  1617  1878  2314             1829  1586  1434  1325  1228  1144  1068  1022  1007  1027  1071  1147  1265  1415  1611  1870  2327             1837  1605  1464  1355  1246  1160  1094  1047  1032  1047  1096  1170  1285  1434  1623  1895  2366             1895  1655  1507  1382  1285  1193  1123  1071  1063  1082  1123  1207  1313  1464  1669  1966  2478             1976  1716  1580  1439  1325  1239  1176  1132  1117  1132  1173  1254  1373  1529  1745  2063  2538             2115  1821  1662  1523  1396  1293  1235  1186  1170  1190  1243  1321  1449  1605  1829  2159  2737             2252  1957  1752  1617  1490  1382  1317  1265  1250  1261  1305  1396  1517  1703  1939  2327  2970             2435  2126  1853  1703  1574  1470  1387  1347  1325  1342  1405  1496  1611  1805  2043  2508  3247]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2770  2189  1851  1648  1522  1429  1361  1336  1323  1346  1393  1460  1593  1761  2012  2475  3119             2563  2052  1748  1562  1431  1348  1295  1263  1248  1272  1321  1398  1519  1663  1900  2272  2893             2409  1941  1663  1503  1382  1300  1237  1206  1190  1208  1254  1333  1452  1607  1805  2163  2708             2279  1870  1618  1460  1346  1261  1196  1159  1146  1171  1212  1295  1403  1552  1752  2058  2563             2156  1814  1589  1431  1321  1231  1172  1130  1114  1139  1182  1256  1374  1522  1727  1995  2467             2106  1782  1562  1417  1302  1210  1148  1106  1089  1102  1156  1233  1348  1491  1694  1962  2417             2081  1752  1538  1398  1281  1192  1127  1076  1066  1079  1134  1208  1323  1469  1667  1941  2377             2052  1714  1522  1382  1272  1178  1106  1060  1045  1062  1114  1194  1295  1452  1644  1900  2308             1995  1690  1503  1364  1256  1163  1086  1042  1024  1048  1091  1172  1279  1426  1622  1865  2251             1989  1674  1494  1361  1246  1157  1087  1034  1021  1033  1079  1159  1270  1412  1593  1846  2258             1989  1674  1497  1366  1250  1159  1083  1039  1021  1039  1084  1157  1272  1406  1593  1861  2265             2017  1706  1509  1387  1270  1172  1104  1056  1040  1056  1104  1180  1290  1423  1604  1870  2316             2081  1765  1562  1423  1300  1210  1139  1096  1081  1096  1139  1210  1326  1457  1651  1915  2377             2209  1846  1629  1475  1364  1267  1196  1146  1134  1139  1190  1265  1377  1522  1718  2012  2527             2316  1946  1718  1562  1429  1323  1254  1214  1196  1212  1256  1333  1440  1604  1796  2124  2688             2510  2100  1828  1648  1509  1406  1333  1286  1265  1283  1331  1414  1529  1686  1905  2265  2905             2688  2272  1941  1739  1589  1488  1414  1356  1348  1364  1412  1494  1625  1787  2034  2467  3132]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2748  2180  1848  1629  1519  1414  1350  1323  1318  1332  1395  1472  1586  1779  1997  2431  3146             2534  2037  1732  1548  1425  1342  1280  1251  1242  1260  1301  1392  1503  1663  1877  2255  2881             2367  1922  1652  1490  1371  1292  1227  1193  1181  1207  1253  1323  1442  1593  1801  2128  2696             2241  1848  1597  1451  1332  1258  1183  1149  1136  1160  1215  1282  1392  1542  1753  2049  2561             2166  1784  1562  1425  1313  1221  1160  1118  1110  1127  1166  1258  1358  1506  1711  1997  2439             2115  1766  1552  1400  1292  1207  1136  1101  1084  1094  1149  1230  1342  1487  1691  1938  2407             2072  1736  1525  1387  1278  1185  1118  1067  1051  1075  1127  1203  1313  1460  1652  1927  2336             2031  1703  1516  1376  1258  1171  1098  1046  1036  1051  1106  1187  1292  1434  1629  1887  2306             1964  1667  1494  1353  1247  1152  1080  1028  1024  1037  1088  1167  1276  1417  1604  1858  2262             1959  1660  1481  1353  1232  1145  1068  1020  1014  1027  1076  1152  1267  1406  1590  1834  2262             1970  1671  1475  1355  1238  1147  1073  1027  1014  1028  1075  1151  1267  1400  1583  1843  2277             1992  1695  1509  1371  1260  1164  1091  1051  1034  1051  1094  1175  1282  1417  1597  1867  2277             2061  1732  1545  1414  1287  1199  1124  1081  1070  1081  1127  1209  1313  1451  1641  1917  2375             2180  1815  1615  1466  1342  1251  1179  1136  1120  1134  1179  1255  1368  1506  1699  2009  2490             2313  1927  1703  1545  1414  1318  1245  1205  1185  1201  1245  1328  1428  1586  1797  2128  2666             2456  2084  1806  1629  1500  1389  1325  1273  1258  1278  1320  1400  1506  1679  1897  2269  2869             2647  2248  1922  1723  1586  1472  1389  1348  1337  1350  1403  1472  1600  1766  2003  2448  3119]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2354  1909  1637  1486  1421  1333  1270  1275  1275  1301  1350  1453  1566  1716  1943  2389  2987             2194  1792  1558  1427  1322  1265  1236  1226  1231  1231  1290  1355  1486  1646  1865  2209  2781             2029  1698  1493  1373  1285  1231  1190  1173  1173  1195  1236  1317  1434  1589  1782  2095  2601             1920  1654  1466  1344  1265  1208  1169  1132  1132  1156  1208  1280  1384  1522  1734  2003  2444             1843  1605  1440  1338  1250  1195  1144  1116  1105  1124  1173  1250  1367  1507  1698  1955  2444             1822  1597  1434  1327  1241  1177  1128  1090  1086  1101  1144  1231  1333  1486  1671  1931  2354             1772  1566  1427  1317  1236  1164  1112  1068  1061  1086  1128  1213  1311  1460  1646  1886  2304             1772  1551  1409  1301  1231  1148  1101  1058  1041  1065  1112  1190  1290  1440  1621  1875  2256             1707  1507  1390  1306  1222  1140  1072  1031  1024  1044  1090  1164  1285  1427  1597  1843  2240             1680  1493  1373  1290  1213  1132  1068  1024  1011  1034  1075  1156  1260  1409  1589  1833  2194             1689  1493  1378  1301  1213  1132  1068  1031  1021  1027  1079  1156  1255  1390  1573  1802  2179             1716  1529  1415  1322  1241  1156  1086  1041  1034  1047  1090  1173  1275  1409  1589  1833  2240             1763  1558  1453  1350  1255  1190  1120  1082  1072  1079  1124  1204  1311  1453  1629  1875  2288             1833  1629  1514  1415  1322  1241  1169  1136  1120  1132  1177  1241  1361  1507  1680  1979  2425             1955  1725  1605  1486  1378  1295  1236  1199  1182  1190  1241  1311  1434  1581  1782  2095  2580             2042  1854  1698  1573  1453  1361  1311  1270  1245  1265  1317  1390  1507  1663  1886  2225  2829             2225  2003  1812  1671  1543  1440  1384  1350  1317  1355  1390  1460  1605  1763  1991  2425  3015]       </LSC_SAMPLES_blue>          </cell>          <cell index="4" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_D50_70             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                D50             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [1788  1541  1379  1292  1257  1194  1175  1176  1169  1187  1222  1274  1386  1471  1633  1895  2308             1762  1494  1347  1268  1200  1178  1147  1138  1131  1151  1186  1258  1322  1428  1565  1823  2225             1677  1447  1319  1251  1186  1149  1127  1119  1110  1129  1161  1226  1303  1402  1535  1753  2105             1629  1417  1312  1243  1189  1148  1118  1098  1096  1110  1144  1205  1272  1373  1514  1719  2058             1572  1413  1297  1231  1190  1137  1115  1087  1079  1095  1121  1189  1269  1371  1502  1707  2018             1557  1404  1291  1235  1188  1136  1096  1072  1059  1078  1120  1173  1260  1369  1497  1672  1974             1536  1379  1299  1231  1177  1140  1088  1057  1053  1065  1100  1160  1248  1343  1481  1657  1936             1518  1365  1288  1222  1173  1121  1074  1039  1032  1044  1086  1156  1235  1336  1461  1636  1925             1481  1357  1273  1216  1165  1108  1060  1023  1024  1036  1068  1133  1215  1316  1441  1624  1897             1452  1345  1266  1210  1166  1106  1053  1016  1007  1019  1063  1109  1202  1296  1432  1592  1862             1463  1337  1263  1211  1157  1103  1047  1011   999  1016  1049  1106  1191  1293  1419  1575  1861             1454  1339  1278  1227  1163  1108  1061  1026  1015  1026  1064  1117  1199  1298  1416  1581  1874             1479  1363  1297  1235  1183  1125  1076  1037  1032  1047  1076  1137  1209  1308  1436  1619  1935             1514  1388  1337  1264  1200  1148  1108  1077  1066  1077  1105  1162  1243  1343  1476  1669  1945             1584  1441  1376  1310  1238  1173  1140  1106  1094  1109  1147  1199  1285  1380  1515  1708  2050             1639  1508  1415  1356  1289  1224  1186  1151  1141  1148  1175  1237  1313  1428  1565  1793  2161             1704  1587  1452  1387  1323  1265  1214  1191  1176  1187  1231  1288  1354  1471  1601  1873  2273]          </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [1939  1635  1450  1342  1279  1230  1192  1181  1174  1190  1219  1257  1339  1434  1576  1848  2183             1865  1581  1411  1310  1238  1194  1166  1149  1139  1157  1190  1238  1314  1395  1534  1751  2105             1804  1536  1377  1293  1225  1180  1142  1124  1113  1126  1158  1210  1287  1382  1495  1711  2028             1747  1513  1369  1283  1218  1168  1127  1103  1095  1114  1142  1200  1271  1363  1482  1664  1964             1683  1493  1368  1279  1216  1160  1123  1094  1082  1102  1133  1184  1265  1360  1486  1642  1926             1667  1487  1363  1283  1215  1155  1114  1084  1071  1081  1122  1177  1258  1350  1478  1637  1914             1665  1476  1355  1278  1206  1149  1104  1065  1059  1068  1111  1164  1246  1343  1468  1636  1901             1651  1453  1348  1270  1204  1142  1089  1055  1043  1056  1098  1157  1226  1334  1456  1610  1857             1608  1435  1334  1256  1192  1129  1072  1038  1024  1044  1077  1138  1213  1313  1439  1584  1814             1600  1419  1323  1251  1179  1122  1071  1029  1019  1028  1063  1123  1202  1297  1411  1565  1816             1591  1411  1318  1248  1177  1117  1061  1028  1014  1028  1062  1115  1198  1285  1403  1568  1811             1597  1424  1317  1256  1185  1119  1072  1035  1023  1035  1072  1127  1204  1288  1399  1561  1834             1625  1453  1344  1271  1197  1140  1091  1060  1049  1060  1091  1140  1221  1302  1422  1577  1856             1693  1493  1378  1296  1234  1175  1127  1091  1082  1084  1121  1173  1246  1337  1454  1627  1937             1734  1540  1423  1343  1267  1201  1158  1132  1119  1130  1160  1210  1277  1379  1487  1681  2013             1826  1618  1476  1382  1306  1246  1201  1170  1155  1168  1199  1253  1322  1414  1538  1745  2114             1881  1696  1521  1417  1336  1281  1238  1199  1196  1206  1236  1286  1366  1456  1594  1842  2193]         </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [1924  1628  1448  1327  1277  1217  1182  1170  1169  1179  1221  1267  1333  1449  1565  1815  2202             1844  1570  1398  1299  1233  1189  1153  1138  1134  1146  1172  1233  1300  1395  1515  1738  2096             1772  1521  1368  1282  1215  1173  1133  1112  1105  1125  1157  1201  1279  1370  1492  1684  2019             1717  1495  1351  1275  1206  1165  1115  1093  1085  1104  1145  1188  1260  1354  1483  1657  1963             1691  1468  1345  1273  1209  1151  1111  1082  1077  1091  1117  1185  1250  1346  1473  1644  1904             1675  1474  1354  1268  1205  1152  1103  1079  1067  1073  1115  1174  1252  1347  1475  1617  1905             1657  1463  1343  1267  1203  1142  1096  1055  1043  1063  1104  1159  1236  1334  1455  1624  1868             1634  1443  1343  1265  1191  1135  1081  1041  1034  1046  1090  1150  1223  1318  1443  1599  1855             1584  1416  1325  1245  1183  1119  1065  1025  1024  1034  1074  1133  1210  1305  1423  1577  1824             1576  1407  1312  1243  1166  1110  1052  1014  1012  1022  1060  1117  1199  1292  1408  1554  1820             1575  1408  1299  1238  1166  1105  1051  1016  1006  1018  1053  1109  1193  1280  1394  1553  1821             1577  1414  1317  1241  1175  1111  1059  1030  1017  1030  1062  1122  1196  1283  1393  1558  1803             1609  1426  1330  1263  1185  1130  1077  1046  1039  1046  1080  1139  1209  1297  1412  1578  1854             1670  1468  1366  1288  1215  1159  1111  1081  1069  1079  1111  1163  1239  1323  1437  1624  1908             1732  1525  1410  1329  1254  1196  1149  1123  1108  1119  1149  1205  1266  1364  1488  1684  1997             1787  1606  1458  1367  1297  1231  1194  1159  1148  1163  1189  1240  1303  1408  1531  1749  2088             1853  1679  1506  1404  1333  1267  1216  1192  1187  1194  1228  1267  1345  1439  1569  1828  2183]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [1648  1425  1283  1211  1194  1147  1112  1128  1131  1150  1182  1251  1316  1398  1522  1784  2091             1597  1381  1258  1197  1144  1120  1113  1116  1124  1120  1162  1200  1286  1380  1505  1703  2023             1519  1343  1237  1181  1139  1118  1099  1094  1097  1114  1141  1195  1271  1367  1476  1657  1948             1471  1338  1240  1180  1145  1120  1101  1077  1081  1100  1138  1186  1253  1336  1467  1620  1873             1439  1321  1240  1196  1151  1126  1096  1080  1072  1088  1124  1178  1258  1347  1461  1609  1908             1443  1333  1251  1202  1157  1124  1095  1068  1068  1079  1110  1175  1243  1346  1458  1612  1864             1417  1319  1257  1203  1164  1122  1090  1057  1053  1075  1105  1169  1235  1334  1449  1589  1843             1426  1314  1248  1195  1166  1112  1085  1052  1039  1059  1096  1153  1222  1323  1436  1589  1815             1376  1280  1234  1202  1159  1107  1058  1027  1024  1040  1076  1131  1219  1314  1417  1565  1806             1352  1266  1216  1186  1148  1097  1052  1019  1009  1029  1059  1120  1193  1295  1407  1553  1765             1351  1258  1214  1189  1142  1091  1046  1020  1013  1016  1057  1114  1182  1271  1386  1518  1743             1358  1276  1234  1197  1157  1104  1054  1020  1017  1027  1058  1120  1189  1275  1386  1529  1774             1376  1283  1251  1206  1156  1122  1073  1047  1040  1044  1077  1134  1207  1298  1402  1544  1786             1405  1318  1281  1243  1197  1150  1101  1081  1069  1077  1109  1150  1232  1324  1421  1600  1859             1464  1365  1329  1278  1222  1176  1141  1118  1105  1110  1145  1190  1271  1360  1476  1657  1932             1486  1429  1371  1320  1257  1206  1181  1155  1137  1151  1186  1232  1304  1395  1523  1714  2059             1557  1496  1420  1362  1297  1240  1212  1194  1168  1199  1217  1256  1349  1436  1560  1811  2110]       </LSC_SAMPLES_blue>          </cell>          <cell index="5" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_D65_100             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                D65             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3452  2627  2158  1878  1686  1562  1456  1394  1378  1394  1438  1530  1655  1869  2132  2608  3388             3125  2466  2014  1768  1590  1468  1373  1323  1295  1313  1368  1450  1549  1751  1992  2417  3125             2923  2294  1898  1678  1510  1389  1309  1263  1237  1246  1299  1368  1492  1678  1888  2266  2877             2746  2171  1831  1618  1444  1333  1241  1200  1185  1200  1246  1323  1427  1611  1840  2158  2788             2589  2095  1777  1556  1405  1281  1204  1147  1129  1147  1185  1272  1389  1549  1751  2083  2589             2483  2025  1710  1510  1353  1233  1158  1109  1085  1098  1147  1246  1343  1492  1710  2003  2483             2466  1949  1678  1474  1323  1208  1129  1076  1057  1072  1126  1204  1318  1474  1663  1938  2417             2385  1938  1655  1462  1313  1189  1112  1051  1036  1054  1098  1181  1285  1444  1633  1928  2417             2385  1918  1640  1438  1290  1189  1092  1042  1024  1045  1092  1173  1281  1427  1640  1918  2354             2354  1908  1648  1450  1285  1185  1098  1045  1027  1036  1092  1173  1272  1422  1626  1908  2354             2369  1938  1655  1468  1304  1192  1109  1057  1030  1054  1098  1173  1290  1450  1648  1918  2369             2466  1970  1702  1486  1323  1216  1129  1076  1060  1072  1122  1196  1318  1474  1663  1970  2449             2553  2014  1734  1517  1368  1241  1162  1109  1095  1102  1154  1233  1343  1504  1726  2014  2500             2665  2095  1777  1556  1405  1285  1204  1151  1136  1158  1200  1276  1400  1556  1768  2095  2646             2810  2210  1849  1633  1468  1343  1259  1208  1192  1204  1246  1338  1433  1611  1840  2171  2788             2971  2339  1949  1726  1536  1405  1328  1281  1254  1267  1323  1400  1530  1702  1938  2324  2971             3237  2517  2071  1812  1611  1492  1405  1338  1323  1343  1394  1498  1626  1795  2071  2500  3295]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3205  2502  2052  1799  1634  1496  1426  1380  1347  1370  1426  1496  1608  1781  2052  2485  3177             2958  2349  1932  1706  1544  1423  1340  1304  1279  1295  1340  1429  1534  1706  1922  2311  2899             2757  2187  1821  1616  1475  1357  1281  1227  1219  1229  1268  1357  1469  1619  1821  2187  2746             2590  2087  1764  1560  1418  1297  1229  1180  1165  1181  1217  1304  1402  1557  1760  2057  2572             2502  2006  1710  1518  1370  1257  1180  1132  1110  1127  1174  1252  1362  1509  1706  1985  2451             2372  1942  1663  1475  1335  1223  1146  1096  1075  1086  1141  1219  1323  1463  1663  1932  2372             2341  1897  1634  1440  1302  1189  1113  1066  1048  1057  1111  1185  1295  1432  1630  1882  2311             2275  1858  1608  1423  1283  1185  1093  1046  1025  1045  1090  1172  1277  1418  1605  1858  2283             2268  1849  1591  1418  1277  1163  1080  1033  1024  1030  1082  1161  1263  1407  1601  1840  2247             2275  1840  1601  1418  1274  1168  1088  1039  1023  1036  1082  1159  1274  1399  1598  1844  2283             2319  1873  1619  1426  1288  1181  1105  1058  1033  1046  1095  1174  1277  1412  1616  1868  2283             2372  1907  1637  1455  1316  1203  1130  1080  1061  1074  1118  1203  1306  1452  1637  1897  2341             2451  1958  1675  1496  1352  1242  1159  1115  1098  1111  1152  1229  1337  1484  1671  1942  2403             2563  2040  1743  1541  1391  1281  1205  1159  1139  1152  1201  1274  1391  1531  1726  2023  2510             2716  2148  1799  1616  1452  1337  1257  1207  1195  1207  1250  1330  1437  1588  1790  2136  2686             2888  2290  1902  1671  1521  1402  1325  1277  1257  1265  1311  1402  1515  1667  1897  2254  2865             3109  2451  2023  1768  1608  1472  1394  1342  1311  1342  1375  1460  1581  1743  2018  2419  3122]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3208  2518  2072  1812  1642  1508  1426  1386  1371  1383  1437  1505  1614  1808  2083  2526  3222             2975  2342  1946  1711  1559  1437  1353  1312  1289  1305  1348  1437  1549  1711  1941  2334  2963             2763  2195  1839  1635  1487  1376  1289  1235  1223  1243  1291  1368  1481  1639  1848  2202  2763             2616  2083  1760  1576  1421  1312  1235  1191  1168  1187  1233  1307  1418  1566  1777  2083  2625             2492  2010  1723  1520  1381  1267  1183  1140  1126  1136  1187  1263  1365  1517  1719  1999  2475             2403  1946  1668  1490  1333  1229  1150  1104  1086  1102  1148  1223  1336  1478  1668  1946  2411             2334  1896  1631  1457  1317  1203  1124  1072  1050  1073  1124  1195  1303  1454  1653  1896  2334             2284  1867  1617  1432  1294  1189  1102  1053  1040  1055  1100  1180  1287  1426  1631  1881  2298             2298  1872  1610  1426  1287  1182  1096  1041  1024  1044  1087  1168  1276  1410  1614  1862  2284             2284  1867  1610  1429  1294  1176  1099  1049  1028  1046  1086  1170  1278  1418  1607  1872  2284             2305  1891  1617  1437  1294  1183  1114  1056  1036  1058  1100  1180  1287  1435  1624  1891  2320             2372  1926  1646  1466  1321  1215  1134  1079  1064  1076  1131  1203  1312  1466  1657  1921  2372             2451  1983  1688  1508  1353  1245  1167  1119  1102  1115  1163  1233  1346  1499  1691  1977  2451             2597  2054  1748  1549  1405  1291  1211  1168  1143  1161  1209  1282  1394  1543  1752  2054  2570             2732  2169  1825  1610  1463  1346  1265  1215  1193  1217  1260  1343  1452  1600  1812  2144  2683             2916  2298  1911  1695  1533  1407  1333  1285  1263  1278  1317  1405  1520  1688  1896  2277  2893             3167  2475  2032  1790  1603  1478  1402  1350  1331  1350  1399  1475  1596  1764  2026  2442  3087]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [3089  2394  1995  1749  1596  1484  1403  1353  1358  1358  1398  1496  1596  1757  2016  2439  3064             2837  2280  1896  1695  1526  1418  1344  1294  1285  1289  1334  1418  1526  1695  1896  2280  2858             2641  2128  1815  1630  1456  1353  1277  1231  1224  1235  1281  1353  1467  1616  1824  2128  2660             2520  2070  1757  1551  1424  1303  1224  1178  1171  1182  1231  1303  1408  1551  1749  2048  2520             2379  1984  1687  1520  1368  1268  1189  1147  1126  1136  1189  1268  1363  1514  1702  1984  2394             2335  1905  1651  1462  1330  1224  1150  1104  1088  1101  1150  1220  1330  1473  1658  1934  2321             2253  1868  1616  1456  1312  1197  1120  1067  1052  1079  1126  1201  1303  1451  1630  1887  2280             2266  1832  1596  1424  1294  1189  1110  1049  1035  1052  1104  1178  1281  1434  1609  1859  2240             2227  1832  1589  1424  1285  1178  1097  1044  1024  1046  1088  1164  1277  1418  1602  1841  2227             2201  1832  1596  1418  1289  1175  1094  1046  1035  1046  1091  1171  1277  1413  1602  1850  2253             2253  1850  1602  1424  1303  1189  1113  1058  1041  1061  1104  1186  1289  1434  1616  1868  2240             2293  1887  1630  1462  1325  1212  1133  1088  1070  1076  1130  1212  1325  1456  1651  1905  2321             2350  1944  1672  1496  1344  1243  1168  1120  1104  1117  1171  1243  1349  1484  1680  1964  2394             2503  2026  1733  1538  1408  1285  1212  1171  1143  1161  1197  1298  1393  1544  1725  2026  2503             2623  2128  1798  1602  1451  1334  1264  1216  1201  1216  1252  1334  1445  1596  1806  2116  2641             2795  2253  1887  1687  1520  1403  1325  1281  1260  1272  1316  1393  1514  1680  1887  2240  2795             2992  2424  2016  1757  1596  1479  1388  1349  1334  1349  1383  1473  1609  1749  2016  2424  3016]       </LSC_SAMPLES_blue>          </cell>          <cell index="6" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_D65_70             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                D65             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2417  1961  1691  1530  1417  1345  1275  1233  1223  1233  1259  1317  1391  1522  1671  1947  2371             2274  1900  1626  1483  1375  1300  1237  1204  1182  1195  1232  1284  1340  1469  1608  1862  2274             2189  1815  1572  1443  1339  1261  1208  1178  1157  1161  1199  1242  1323  1443  1564  1793  2154             2105  1756  1549  1421  1307  1235  1170  1142  1131  1142  1174  1226  1292  1415  1557  1745  2137             2021  1725  1530  1390  1294  1207  1154  1110  1096  1110  1135  1199  1279  1384  1507  1715  2021             1966  1690  1492  1367  1262  1177  1124  1087  1067  1077  1113  1189  1252  1351  1492  1671  1966             1972  1642  1478  1347  1246  1164  1106  1064  1049  1061  1103  1161  1241  1347  1465  1633  1933             1919  1643  1466  1343  1244  1152  1095  1045  1034  1048  1082  1144  1217  1327  1446  1634  1944             1922  1629  1456  1324  1224  1154  1078  1038  1024  1041  1078  1139  1215  1314  1456  1629  1897             1894  1617  1459  1333  1217  1148  1082  1039  1025  1030  1076  1137  1204  1306  1440  1617  1894             1895  1633  1458  1341  1228  1149  1086  1046  1022  1043  1076  1131  1215  1325  1451  1616  1895             1953  1644  1485  1345  1234  1161  1096  1054  1042  1051  1089  1142  1230  1334  1451  1644  1939             1993  1658  1493  1355  1260  1170  1113  1073  1063  1066  1106  1162  1236  1344  1486  1658  1952             2043  1695  1503  1366  1272  1191  1135  1095  1085  1102  1131  1183  1267  1366  1496  1695  2028             2104  1749  1532  1404  1301  1219  1162  1127  1115  1123  1150  1214  1270  1386  1524  1718  2088             2162  1802  1573  1448  1329  1245  1196  1165  1145  1153  1192  1240  1323  1428  1565  1791  2162             2266  1880  1623  1477  1354  1284  1230  1183  1174  1187  1221  1289  1366  1462  1623  1867  2307]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2243  1868  1607  1465  1373  1288  1249  1221  1196  1212  1249  1288  1352  1451  1607  1855  2224             2152  1810  1560  1431  1335  1261  1207  1186  1167  1178  1207  1266  1327  1431  1552  1781  2110             2064  1730  1508  1390  1308  1232  1182  1144  1140  1146  1170  1232  1303  1393  1508  1730  2057             1985  1688  1492  1371  1284  1202  1158  1123  1112  1124  1147  1208  1269  1368  1489  1664  1971             1953  1652  1472  1356  1261  1184  1130  1095  1077  1090  1125  1180  1254  1348  1469  1634  1914             1878  1621  1451  1336  1245  1168  1113  1075  1058  1065  1107  1164  1234  1325  1451  1612  1878             1872  1598  1439  1316  1226  1146  1090  1055  1040  1045  1089  1142  1219  1308  1436  1586  1849             1831  1575  1425  1308  1215  1149  1077  1041  1024  1039  1074  1136  1209  1303  1422  1575  1836             1829  1570  1412  1306  1211  1129  1066  1029  1024  1026  1068  1127  1198  1295  1421  1562  1812             1831  1559  1419  1303  1207  1132  1072  1033  1021  1030  1066  1123  1207  1286  1415  1563  1836             1854  1578  1426  1303  1213  1139  1082  1047  1025  1035  1072  1131  1202  1291  1423  1574  1825             1878  1591  1428  1317  1227  1149  1097  1059  1044  1053  1085  1149  1219  1314  1428  1583  1854             1914  1612  1442  1337  1245  1170  1110  1079  1066  1075  1103  1158  1231  1326  1439  1599  1876             1964  1650  1475  1353  1259  1187  1135  1103  1088  1096  1132  1181  1259  1345  1461  1636  1924             2034  1700  1490  1390  1287  1214  1160  1125  1118  1125  1154  1207  1275  1365  1482  1690  2011             2101  1765  1536  1402  1316  1241  1194  1161  1147  1151  1181  1241  1311  1399  1532  1737  2085             2176  1830  1585  1441  1352  1267  1220  1187  1163  1187  1204  1257  1328  1420  1581  1806  2186]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2246  1880  1623  1476  1380  1298  1249  1226  1216  1224  1259  1295  1356  1472  1632  1886  2255             2165  1805  1571  1435  1349  1273  1219  1194  1177  1187  1214  1273  1340  1435  1567  1799  2156             2069  1737  1523  1406  1318  1249  1190  1151  1144  1159  1192  1242  1313  1409  1531  1742  2069             2005  1685  1489  1384  1286  1216  1164  1134  1116  1130  1162  1212  1284  1375  1503  1685  2012             1945  1654  1483  1358  1271  1194  1134  1103  1093  1099  1138  1190  1257  1356  1480  1645  1932             1902  1624  1456  1349  1244  1173  1117  1082  1068  1080  1115  1167  1246  1338  1456  1624  1909             1867  1598  1437  1332  1240  1159  1101  1060  1043  1062  1101  1152  1227  1329  1456  1598  1867             1837  1582  1432  1316  1225  1152  1086  1048  1038  1049  1084  1143  1219  1311  1445  1594  1849             1852  1589  1429  1313  1221  1147  1081  1038  1024  1041  1073  1134  1210  1298  1432  1581  1841             1837  1582  1426  1313  1225  1140  1082  1043  1026  1040  1070  1134  1210  1303  1423  1586  1837             1843  1593  1424  1314  1218  1141  1091  1045  1028  1047  1078  1137  1212  1311  1431  1593  1855             1878  1607  1436  1327  1233  1160  1101  1058  1046  1055  1098  1148  1224  1327  1446  1603  1878             1913  1632  1453  1347  1246  1174  1118  1083  1070  1079  1114  1162  1239  1339  1456  1628  1913             1991  1662  1479  1361  1272  1197  1141  1112  1091  1105  1139  1188  1262  1355  1482  1662  1970             2046  1716  1512  1385  1297  1221  1167  1132  1116  1134  1163  1219  1287  1376  1501  1697  2009             2122  1771  1543  1422  1326  1246  1201  1169  1153  1163  1186  1244  1315  1416  1531  1754  2105             2217  1848  1592  1458  1347  1272  1227  1194  1181  1194  1225  1270  1341  1437  1587  1824  2161]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2162  1787  1563  1425  1341  1278  1228  1197  1205  1201  1224  1288  1341  1431  1579  1821  2145             2064  1757  1531  1421  1320  1256  1210  1177  1173  1173  1202  1256  1320  1421  1531  1757  2080             1978  1684  1503  1402  1291  1228  1178  1148  1145  1152  1182  1228  1301  1390  1510  1684  1992             1931  1674  1486  1362  1289  1207  1153  1121  1118  1125  1160  1207  1275  1362  1480  1656  1931             1857  1634  1452  1358  1259  1195  1140  1110  1094  1100  1140  1195  1255  1352  1465  1634  1869             1849  1590  1440  1323  1241  1168  1116  1082  1070  1079  1116  1165  1241  1334  1446  1614  1838             1802  1574  1423  1331  1235  1153  1097  1055  1044  1067  1104  1157  1227  1326  1435  1590  1823             1823  1553  1413  1308  1225  1153  1094  1044  1033  1047  1087  1142  1213  1318  1425  1576  1802             1795  1556  1410  1311  1219  1144  1083  1040  1024  1043  1074  1130  1211  1306  1422  1563  1795             1771  1553  1413  1304  1221  1138  1078  1041  1033  1041  1075  1135  1209  1299  1419  1568  1812             1802  1559  1411  1301  1227  1146  1091  1047  1033  1050  1081  1143  1214  1311  1423  1574  1791             1816  1574  1422  1323  1236  1157  1100  1067  1052  1055  1097  1157  1236  1318  1440  1590  1838             1834  1600  1440  1337  1237  1172  1119  1084  1072  1080  1122  1172  1242  1326  1446  1617  1869             1918  1639  1466  1351  1275  1191  1142  1115  1092  1104  1128  1203  1261  1356  1460  1639  1918             1964  1684  1489  1378  1286  1211  1167  1134  1123  1134  1155  1211  1281  1372  1496  1674  1978             2034  1736  1523  1415  1315  1243  1194  1165  1150  1158  1185  1234  1309  1409  1523  1726  2034             2094  1810  1579  1431  1341  1273  1215  1193  1184  1193  1211  1268  1352  1425  1579  1810  2111]       </LSC_SAMPLES_blue>          </cell>          <cell index="7" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_D75_100             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                D75             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3439  2661  2209  1889  1688  1545  1452  1397  1376  1391  1408  1506  1613  1805  2048  2480  3255             3170  2480  2037  1787  1606  1458  1376  1311  1293  1302  1340  1413  1538  1688  1929  2293  2964             2940  2307  1939  1688  1525  1397  1307  1253  1223  1232  1275  1340  1452  1606  1805  2132  2741             2783  2196  1860  1627  1458  1326  1244  1187  1168  1168  1211  1279  1386  1538  1736  2037  2567             2642  2107  1787  1565  1402  1270  1191  1132  1111  1118  1168  1236  1345  1470  1665  1960  2447             2567  2048  1736  1538  1360  1244  1146  1095  1069  1079  1125  1191  1302  1441  1620  1879  2337             2532  2003  1696  1500  1345  1211  1136  1066  1042  1051  1098  1176  1275  1402  1599  1850  2278             2480  1981  1696  1482  1326  1211  1111  1057  1036  1039  1085  1150  1261  1397  1585  1832  2223             2480  1981  1703  1470  1326  1207  1108  1045  1024  1039  1075  1154  1253  1402  1565  1832  2250             2497  2025  1703  1494  1316  1191  1108  1045  1024  1039  1075  1146  1257  1402  1565  1814  2250             2532  2003  1711  1506  1330  1207  1122  1057  1033  1042  1082  1165  1261  1397  1571  1823  2278             2567  2048  1744  1513  1350  1227  1125  1075  1048  1060  1098  1168  1275  1418  1606  1850  2278             2642  2095  1753  1532  1376  1240  1154  1098  1075  1082  1118  1191  1293  1430  1613  1879  2337             2762  2170  1814  1585  1408  1288  1191  1136  1118  1118  1157  1219  1335  1470  1657  1939  2430             2916  2264  1899  1657  1464  1326  1248  1176  1165  1161  1207  1270  1370  1532  1703  2025  2514             3143  2414  1981  1728  1532  1391  1302  1244  1219  1227  1266  1335  1447  1578  1796  2157  2720             3344  2642  2132  1832  1613  1470  1386  1311  1279  1293  1330  1418  1513  1680  1909  2278  2940]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3236  2580  2116  1849  1659  1531  1438  1391  1372  1381  1432  1490  1604  1760  2017  2404  3082             3046  2389  1976  1741  1565  1443  1360  1307  1287  1294  1332  1411  1516  1662  1884  2231  2804             2824  2238  1862  1659  1493  1364  1289  1238  1213  1224  1260  1332  1438  1584  1773  2093  2615             2641  2116  1789  1584  1424  1307  1228  1171  1153  1164  1203  1273  1376  1504  1699  1981  2450             2538  2038  1729  1519  1374  1256  1173  1123  1104  1117  1153  1221  1329  1454  1641  1884  2339             2481  1976  1688  1496  1343  1234  1147  1084  1066  1077  1120  1189  1287  1417  1591  1844  2238             2434  1956  1662  1465  1320  1205  1117  1062  1040  1049  1098  1167  1268  1394  1578  1806  2181             2412  1936  1659  1462  1309  1196  1106  1050  1028  1040  1086  1155  1256  1389  1553  1797  2175             2397  1936  1670  1459  1309  1192  1098  1042  1024  1038  1081  1150  1254  1379  1540  1785  2163             2427  1946  1670  1465  1313  1191  1110  1048  1029  1034  1077  1155  1252  1376  1556  1781  2175             2457  1961  1677  1476  1320  1196  1118  1055  1035  1048  1084  1162  1262  1386  1553  1797  2169             2481  2001  1703  1493  1334  1217  1130  1071  1055  1062  1103  1167  1268  1396  1572  1810  2206             2555  2049  1725  1519  1360  1234  1155  1101  1077  1087  1127  1191  1298  1422  1588  1840  2257             2706  2110  1785  1556  1396  1277  1181  1135  1112  1118  1157  1224  1325  1456  1631  1898  2353             2804  2212  1853  1617  1446  1322  1238  1185  1162  1173  1200  1264  1369  1507  1684  1971  2473             3022  2375  1946  1695  1516  1384  1298  1242  1221  1219  1256  1327  1427  1565  1757  2082  2624             3264  2546  2071  1789  1597  1465  1364  1300  1279  1296  1325  1394  1490  1652  1857  2251  2824]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3245  2570  2110  1840  1656  1532  1444  1395  1368  1380  1433  1508  1618  1777  2017  2418  3066             3054  2410  1976  1741  1566  1449  1363  1304  1289  1302  1340  1415  1526  1667  1889  2244  2852             2821  2237  1876  1646  1488  1365  1286  1233  1216  1224  1263  1335  1433  1595  1777  2087  2622             2658  2121  1794  1576  1423  1306  1222  1169  1155  1163  1203  1270  1375  1508  1707  1981  2464             2545  2043  1726  1523  1373  1259  1179  1126  1098  1113  1156  1222  1326  1460  1639  1913  2338             2464  1981  1692  1488  1340  1218  1141  1087  1063  1081  1121  1188  1297  1423  1595  1845  2270             2418  1946  1667  1474  1324  1203  1115  1066  1036  1053  1096  1169  1268  1402  1582  1827  2199             2403  1941  1653  1469  1308  1186  1112  1049  1034  1042  1084  1158  1257  1387  1560  1798  2193             2396  1951  1667  1455  1302  1188  1105  1043  1024  1038  1076  1153  1255  1382  1547  1798  2163             2403  1961  1656  1463  1308  1194  1105  1046  1027  1036  1076  1153  1259  1380  1560  1794  2187             2441  1971  1674  1477  1315  1201  1117  1059  1029  1040  1088  1158  1261  1397  1560  1794  2199             2496  2006  1700  1488  1337  1212  1130  1070  1049  1060  1101  1176  1272  1397  1572  1815  2237             2578  2038  1730  1520  1361  1241  1150  1099  1076  1088  1131  1197  1286  1418  1602  1858  2263             2658  2110  1781  1554  1397  1272  1190  1135  1118  1118  1155  1230  1326  1463  1635  1903  2345             2771  2218  1827  1612  1447  1319  1231  1179  1153  1165  1199  1268  1368  1503  1689  1976  2472             2995  2352  1936  1692  1511  1385  1299  1237  1212  1222  1261  1328  1423  1560  1765  2098  2622             3259  2528  2060  1798  1592  1460  1361  1302  1274  1284  1319  1390  1503  1639  1871  2244  2821]          </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [3131  2533  2048  1789  1641  1496  1437  1374  1344  1361  1396  1481  1577  1732  1965  2382  2961             2902  2331  1939  1725  1549  1437  1353  1304  1278  1297  1332  1391  1506  1666  1849  2191  2739             2739  2191  1841  1635  1481  1361  1289  1228  1211  1217  1263  1328  1418  1565  1746  2038  2504             2548  2077  1774  1549  1423  1304  1228  1178  1144  1166  1194  1259  1370  1491  1679  1948  2356             2462  1992  1699  1517  1370  1256  1178  1124  1107  1115  1147  1221  1320  1446  1617  1873  2295             2382  1939  1666  1491  1336  1217  1147  1090  1074  1077  1124  1191  1281  1405  1582  1819  2180             2344  1914  1660  1476  1324  1204  1115  1064  1044  1054  1096  1166  1263  1396  1549  1767  2138             2307  1906  1648  1456  1312  1194  1107  1054  1034  1048  1090  1156  1256  1378  1538  1774  2097             2344  1931  1654  1451  1316  1185  1104  1051  1024  1039  1082  1156  1252  1383  1532  1767  2128             2331  1922  1648  1461  1320  1194  1107  1046  1031  1044  1090  1163  1256  1383  1538  1767  2107             2382  1939  1654  1466  1324  1204  1118  1061  1031  1048  1082  1156  1263  1387  1543  1782  2138             2382  1957  1673  1496  1328  1217  1130  1072  1051  1061  1101  1166  1270  1391  1549  1782  2148             2448  2001  1712  1501  1353  1231  1153  1098  1079  1082  1124  1194  1281  1405  1571  1819  2191             2563  2067  1753  1554  1387  1274  1181  1132  1112  1118  1153  1221  1316  1446  1611  1857  2271             2656  2170  1811  1600  1428  1312  1224  1172  1153  1153  1191  1263  1357  1486  1641  1939  2382             2846  2307  1897  1666  1486  1374  1293  1224  1197  1204  1252  1316  1405  1538  1732  2038  2533             3086  2435  2010  1767  1577  1442  1340  1301  1270  1274  1308  1396  1481  1629  1826  2170  2656]       </LSC_SAMPLES_blue>          </cell>          <cell index="8" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_D75_70             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                D75             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2407  1987  1731  1539  1418  1330  1272  1235  1221  1231  1232  1297  1356  1470  1605  1852  2278             2307  1911  1644  1499  1389  1292  1239  1193  1180  1185  1207  1252  1331  1416  1557  1767  2157             2202  1826  1606  1452  1352  1268  1206  1168  1144  1148  1177  1217  1288  1381  1495  1687  2053             2133  1776  1574  1429  1320  1228  1172  1130  1116  1112  1141  1185  1255  1351  1469  1647  1968             2062  1735  1538  1398  1291  1197  1141  1096  1079  1082  1120  1165  1239  1313  1433  1613  1910             2033  1709  1514  1393  1269  1188  1113  1073  1051  1057  1092  1137  1215  1304  1413  1568  1850             2025  1688  1493  1371  1267  1167  1113  1055  1034  1039  1076  1133  1200  1281  1408  1559  1822             1995  1679  1502  1362  1255  1174  1095  1051  1034  1033  1069  1114  1194  1284  1404  1553  1788             1999  1682  1512  1353  1258  1172  1094  1041  1024  1035  1061  1120  1188  1291  1388  1556  1814             2009  1716  1509  1373  1246  1154  1092  1039  1022  1033  1059  1111  1190  1289  1386  1537  1810             2025  1688  1507  1377  1253  1163  1099  1045  1025  1031  1060  1122  1188  1276  1384  1536  1822             2033  1709  1522  1369  1260  1172  1092  1054  1030  1039  1066  1116  1189  1284  1401  1544  1804             2062  1725  1509  1368  1267  1169  1105  1063  1044  1047  1071  1123  1190  1277  1389  1547  1824             2117  1755  1534  1392  1274  1194  1123  1081  1068  1064  1090  1130  1209  1291  1402  1568  1863             2184  1792  1573  1425  1298  1203  1152  1096  1089  1082  1114  1153  1215  1317  1411  1602  1883             2287  1860  1600  1449  1325  1232  1173  1132  1113  1117  1140  1183  1251  1324  1450  1662  1980             2341  1973  1670  1492  1356  1265  1214  1160  1135  1143  1165  1221  1271  1369  1495  1701  2058]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2266  1927  1658  1506  1394  1318  1259  1230  1217  1222  1254  1283  1348  1434  1580  1795  2158             2216  1841  1595  1460  1354  1278  1225  1189  1175  1177  1199  1250  1312  1394  1521  1720  2040             2115  1771  1542  1427  1324  1238  1190  1154  1135  1141  1163  1209  1275  1363  1468  1656  1958             2024  1711  1514  1392  1290  1211  1157  1114  1101  1107  1134  1179  1246  1321  1437  1602  1877             1981  1678  1488  1357  1265  1184  1123  1087  1072  1081  1105  1150  1224  1299  1413  1551  1826             1964  1649  1472  1354  1253  1178  1113  1063  1049  1055  1087  1135  1201  1282  1388  1539  1772             1947  1648  1464  1339  1243  1162  1094  1051  1033  1038  1076  1125  1194  1274  1390  1521  1744             1940  1641  1469  1344  1240  1159  1089  1045  1026  1035  1069  1119  1189  1276  1375  1523  1750             1932  1644  1482  1344  1242  1158  1084  1038  1024  1034  1067  1116  1190  1270  1367  1516  1744             1952  1649  1479  1346  1244  1154  1094  1042  1028  1028  1061  1119  1186  1265  1378  1509  1750             1965  1652  1477  1349  1243  1153  1096  1043  1027  1036  1062  1120  1189  1267  1367  1514  1735             1964  1670  1485  1352  1244  1162  1097  1050  1037  1041  1070  1114  1183  1264  1371  1510  1747             1994  1686  1485  1357  1252  1163  1107  1065  1045  1052  1079  1122  1195  1270  1367  1515  1762             2074  1706  1510  1366  1264  1183  1113  1080  1062  1064  1090  1135  1199  1279  1380  1535  1803             2100  1750  1535  1391  1282  1200  1143  1105  1087  1093  1107  1148  1214  1296  1395  1559  1852             2199  1830  1571  1422  1312  1226  1169  1130  1114  1109  1131  1175  1234  1313  1418  1604  1909             2285  1901  1622  1457  1343  1261  1194  1150  1135  1146  1160  1200  1252  1346  1455  1681  1977]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2271  1919  1653  1499  1392  1319  1264  1234  1214  1221  1255  1299  1360  1448  1580  1806  2146             2222  1858  1595  1461  1355  1284  1228  1186  1176  1184  1207  1254  1320  1398  1525  1729  2076             2113  1770  1554  1415  1320  1240  1187  1150  1138  1141  1166  1212  1271  1372  1472  1651  1963             2037  1716  1518  1384  1288  1210  1151  1112  1103  1107  1133  1177  1245  1325  1444  1602  1888             1986  1682  1486  1361  1264  1187  1130  1090  1066  1077  1108  1151  1221  1305  1411  1575  1825             1951  1653  1476  1347  1250  1163  1108  1066  1046  1060  1089  1134  1210  1288  1392  1539  1797             1934  1640  1468  1347  1246  1159  1092  1055  1029  1042  1074  1126  1194  1282  1393  1540  1759             1933  1645  1464  1350  1239  1150  1095  1043  1032  1037  1068  1122  1191  1275  1382  1524  1764             1931  1657  1479  1340  1235  1154  1091  1040  1024  1034  1062  1119  1191  1273  1373  1527  1743             1933  1662  1467  1345  1239  1157  1089  1041  1025  1031  1060  1117  1193  1268  1382  1520  1759             1952  1661  1474  1350  1238  1157  1094  1048  1022  1029  1066  1116  1188  1277  1374  1511  1759             1976  1674  1483  1347  1248  1157  1096  1049  1032  1039  1069  1122  1186  1265  1372  1514  1771             2013  1678  1489  1358  1253  1170  1101  1064  1045  1053  1084  1128  1185  1267  1379  1529  1767             2037  1706  1507  1365  1265  1179  1121  1080  1068  1064  1088  1139  1200  1285  1384  1539  1797             2075  1755  1513  1386  1283  1198  1137  1099  1079  1086  1107  1151  1213  1292  1398  1563  1851             2179  1813  1563  1419  1307  1227  1170  1126  1107  1112  1136  1176  1231  1308  1425  1617  1908             2281  1888  1614  1465  1338  1257  1191  1151  1130  1136  1155  1196  1263  1335  1466  1675  1975]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2191  1892  1605  1457  1380  1288  1258  1215  1193  1204  1222  1275  1325  1411  1540  1779  2073             2112  1797  1566  1447  1340  1273  1218  1187  1166  1180  1200  1232  1303  1398  1493  1689  1993             2051  1734  1525  1407  1313  1236  1190  1145  1133  1135  1166  1206  1258  1346  1446  1613  1875             1953  1680  1501  1360  1288  1209  1157  1121  1093  1109  1125  1167  1240  1309  1421  1575  1806             1922  1640  1462  1355  1261  1183  1129  1087  1075  1079  1099  1151  1215  1292  1392  1542  1791             1886  1618  1454  1350  1247  1162  1114  1069  1057  1056  1091  1137  1196  1272  1380  1518  1726             1874  1613  1462  1349  1247  1160  1093  1052  1036  1042  1073  1123  1189  1276  1364  1489  1710             1856  1615  1459  1338  1243  1157  1090  1048  1032  1043  1074  1121  1189  1267  1362  1504  1687             1889  1639  1468  1336  1249  1150  1090  1048  1024  1035  1068  1123  1188  1273  1360  1501  1715             1876  1629  1459  1343  1250  1157  1090  1041  1029  1038  1074  1127  1189  1271  1362  1498  1695             1905  1634  1457  1340  1247  1160  1095  1050  1024  1037  1060  1114  1189  1267  1359  1501  1710             1886  1633  1459  1354  1239  1162  1096  1050  1034  1040  1069  1113  1185  1260  1351  1487  1701             1911  1647  1474  1341  1246  1160  1105  1063  1048  1047  1077  1125  1180  1255  1352  1497  1711             1964  1672  1483  1365  1256  1181  1113  1078  1062  1064  1087  1131  1192  1270  1363  1502  1740             1989  1717  1500  1376  1266  1191  1130  1093  1079  1075  1099  1147  1203  1278  1359  1534  1784             2071  1778  1532  1398  1285  1217  1165  1114  1093  1096  1128  1166  1215  1290  1399  1571  1843             2160  1818  1575  1440  1325  1241  1173  1150  1127  1127  1145  1202  1244  1327  1431  1620  1859]       </LSC_SAMPLES_blue>          </cell>          <cell index="9" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_CWF_100             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                CWF             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3350  2619  2129  1847  1649  1532  1450  1389  1363  1372  1417  1516  1631  1831  2098  2572  3350             3065  2414  1982  1742  1560  1436  1359  1302  1298  1302  1350  1436  1554  1729  1964  2374  3087             2900  2262  1879  1656  1500  1376  1294  1249  1228  1242  1282  1367  1485  1643  1855  2239  2806             2701  2161  1808  1595  1436  1313  1231  1181  1162  1181  1228  1309  1421  1566  1808  2108  2684             2572  2048  1742  1538  1385  1253  1181  1137  1111  1137  1177  1264  1372  1527  1735  2038  2512             2483  1973  1681  1485  1330  1228  1149  1100  1080  1091  1140  1221  1334  1475  1675  1947  2428             2387  1921  1656  1465  1313  1207  1117  1064  1044  1064  1111  1194  1309  1455  1643  1921  2336             2349  1904  1643  1440  1294  1174  1097  1046  1031  1044  1091  1171  1282  1421  1631  1895  2299             2323  1895  1618  1436  1286  1171  1086  1034  1024  1034  1091  1171  1282  1421  1625  1871  2323             2336  1895  1637  1440  1286  1177  1091  1039  1029  1034  1088  1165  1278  1417  1625  1887  2323             2374  1921  1643  1440  1306  1184  1105  1046  1036  1054  1097  1181  1290  1440  1625  1912  2336             2455  1955  1668  1465  1317  1204  1125  1078  1057  1072  1122  1197  1306  1475  1662  1929  2387             2512  2010  1695  1506  1346  1235  1159  1108  1094  1102  1162  1235  1346  1500  1695  1982  2483             2619  2098  1757  1554  1394  1278  1200  1152  1131  1149  1194  1282  1389  1543  1750  2068  2603             2788  2171  1816  1618  1455  1330  1253  1214  1187  1204  1253  1334  1445  1606  1808  2161  2735             2980  2299  1921  1675  1527  1403  1317  1267  1253  1264  1309  1389  1516  1688  1904  2299  2960             3225  2498  2048  1793  1625  1470  1394  1350  1317  1326  1385  1460  1595  1764  2019  2455  3177]        </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3236  2531  2079  1804  1637  1513  1427  1379  1367  1372  1427  1493  1631  1800  2062  2499  3170             2999  2355  1939  1702  1546  1425  1344  1303  1284  1299  1344  1420  1546  1706  1934  2334  2976             2795  2196  1843  1627  1473  1353  1288  1225  1221  1233  1278  1355  1462  1620  1825  2184  2755             2608  2084  1763  1559  1414  1297  1225  1175  1158  1168  1214  1292  1402  1562  1756  2073  2565             2499  1989  1702  1505  1360  1251  1174  1126  1107  1125  1175  1249  1353  1502  1698  1983  2452             2414  1939  1655  1468  1325  1218  1138  1088  1070  1085  1131  1210  1325  1465  1648  1925  2377             2341  1892  1634  1438  1297  1184  1110  1060  1040  1059  1105  1181  1290  1435  1624  1883  2313             2306  1869  1610  1422  1280  1174  1098  1040  1024  1045  1087  1165  1275  1412  1600  1865  2293             2293  1874  1604  1417  1271  1172  1087  1035  1024  1035  1084  1161  1267  1409  1594  1851  2247             2300  1869  1610  1417  1278  1174  1093  1040  1023  1038  1087  1165  1271  1407  1604  1865  2266             2327  1878  1620  1438  1288  1188  1102  1053  1035  1047  1096  1183  1288  1427  1600  1883  2313             2384  1920  1655  1457  1314  1210  1129  1079  1065  1078  1120  1201  1308  1457  1637  1897  2362             2467  1978  1687  1496  1348  1237  1151  1112  1096  1107  1155  1235  1346  1485  1683  1954  2444             2565  2051  1744  1543  1394  1282  1203  1153  1143  1156  1197  1275  1397  1528  1728  2030  2556             2726  2165  1804  1610  1449  1339  1253  1206  1195  1201  1247  1330  1438  1594  1800  2124  2698             2942  2293  1892  1673  1516  1397  1321  1267  1249  1269  1319  1387  1510  1669  1892  2253  2867             3170  2459  2009  1771  1594  1471  1389  1339  1325  1332  1384  1471  1578  1732  1999  2436  3107]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3248  2543  2090  1819  1637  1514  1431  1383  1361  1380  1439  1511  1633  1810  2068  2519  3208             3011  2381  1959  1719  1559  1439  1354  1309  1290  1305  1354  1436  1562  1715  1949  2345  2988             2797  2220  1853  1643  1477  1368  1283  1237  1223  1241  1286  1354  1474  1637  1853  2176  2757             2619  2101  1773  1571  1418  1305  1231  1179  1164  1179  1223  1303  1418  1565  1769  2090  2593             2519  2004  1715  1516  1371  1259  1179  1132  1114  1132  1176  1253  1361  1514  1715  2009  2463             2403  1954  1675  1474  1329  1223  1145  1095  1073  1095  1142  1220  1329  1477  1675  1940  2410             2345  1912  1643  1449  1309  1196  1119  1066  1047  1066  1113  1194  1296  1447  1637  1912  2332             2304  1871  1623  1426  1292  1183  1106  1049  1040  1051  1097  1178  1283  1423  1616  1879  2284             2304  1879  1603  1433  1283  1176  1092  1040  1024  1042  1089  1172  1279  1423  1613  1884  2264             2318  1884  1613  1433  1290  1178  1098  1040  1031  1046  1097  1176  1283  1431  1610  1875  2291             2345  1902  1630  1441  1298  1192  1114  1057  1042  1057  1106  1188  1298  1441  1630  1889  2325             2374  1926  1643  1468  1327  1210  1130  1083  1064  1080  1128  1208  1318  1460  1657  1935  2374             2456  1989  1697  1505  1359  1241  1164  1120  1103  1119  1155  1241  1350  1493  1689  1969  2463             2576  2068  1746  1549  1400  1292  1208  1158  1143  1157  1207  1281  1400  1540  1746  2051  2560             2738  2164  1814  1613  1447  1347  1261  1212  1194  1212  1259  1336  1444  1597  1814  2147  2682             2921  2304  1912  1679  1519  1408  1325  1277  1257  1273  1314  1403  1514  1675  1902  2271  2868             3208  2471  2025  1769  1613  1479  1390  1345  1322  1340  1390  1474  1593  1765  2009  2440  3144]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [3153  2496  2066  1788  1608  1498  1401  1354  1346  1361  1426  1479  1608  1775  2084  2470  3112             2958  2372  1964  1712  1546  1426  1346  1295  1275  1295  1354  1418  1536  1699  1948  2282  2922             2754  2178  1843  1641  1488  1354  1281  1248  1216  1235  1281  1361  1470  1619  1829  2159  2692             2577  2102  1775  1566  1410  1295  1229  1180  1163  1180  1229  1295  1418  1556  1762  2066  2522             2470  2014  1712  1526  1377  1255  1180  1136  1120  1136  1180  1248  1361  1507  1712  1980  2420             2372  1948  1664  1470  1324  1223  1146  1094  1089  1099  1146  1223  1317  1488  1653  1917  2372             2304  1917  1630  1470  1309  1204  1114  1070  1051  1075  1120  1192  1302  1443  1641  1887  2282             2261  1857  1619  1426  1288  1192  1109  1046  1037  1060  1104  1180  1295  1435  1608  1857  2219             2282  1857  1619  1435  1288  1180  1094  1046  1024  1051  1094  1175  1288  1426  1608  1857  2239             2282  1857  1608  1443  1295  1186  1099  1046  1033  1056  1104  1180  1288  1426  1619  1887  2282             2282  1917  1641  1452  1302  1198  1109  1065  1046  1060  1114  1198  1302  1443  1619  1887  2304             2326  1932  1664  1470  1331  1223  1146  1089  1075  1084  1130  1216  1324  1470  1653  1917  2349             2470  1997  1687  1507  1361  1248  1158  1120  1109  1130  1158  1261  1354  1498  1676  1964  2396             2549  2066  1749  1546  1401  1288  1216  1163  1146  1158  1210  1281  1401  1546  1749  2031  2522             2662  2139  1815  1619  1452  1339  1255  1210  1186  1210  1255  1339  1452  1566  1802  2120  2633             2853  2282  1887  1664  1517  1385  1331  1275  1255  1275  1309  1393  1507  1664  1887  2282  2853             3072  2420  2014  1762  1587  1470  1410  1346  1302  1331  1401  1488  1587  1762  2014  2420  3072]       </LSC_SAMPLES_blue>          </cell>          <cell index="10" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_CWF_70             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                CWF             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2345  1956  1668  1504  1386  1319  1270  1229  1210  1213  1240  1305  1370  1492  1644  1921  2345             2230  1860  1600  1462  1349  1272  1224  1184  1185  1184  1216  1272  1345  1450  1586  1830  2246             2172  1790  1556  1424  1330  1249  1194  1164  1148  1158  1184  1241  1317  1413  1536  1772  2101             2070  1747  1530  1401  1300  1217  1160  1124  1109  1124  1157  1214  1287  1375  1530  1705  2057             2008  1686  1500  1374  1275  1180  1131  1100  1079  1100  1128  1191  1263  1364  1494  1678  1961             1966  1647  1467  1344  1240  1172  1116  1078  1063  1070  1107  1166  1244  1335  1461  1624  1922             1909  1618  1458  1339  1237  1163  1094  1053  1036  1053  1088  1150  1233  1330  1447  1618  1868             1889  1613  1455  1324  1225  1138  1080  1041  1029  1038  1075  1135  1214  1306  1444  1606  1849             1873  1609  1436  1322  1220  1137  1072  1030  1024  1030  1077  1137  1216  1309  1442  1588  1873             1879  1606  1450  1324  1218  1141  1075  1033  1027  1029  1072  1129  1211  1302  1439  1599  1869             1899  1618  1447  1316  1229  1141  1083  1035  1029  1043  1075  1138  1215  1316  1431  1611  1868             1944  1632  1456  1326  1229  1149  1092  1056  1039  1051  1089  1143  1218  1335  1450  1610  1890             1961  1655  1459  1345  1240  1164  1110  1072  1062  1067  1113  1164  1240  1341  1459  1632  1939             2007  1697  1486  1365  1262  1185  1131  1097  1080  1094  1125  1188  1258  1356  1480  1672  1995             2088  1718  1504  1392  1290  1207  1156  1132  1110  1122  1156  1211  1281  1382  1497  1710  2048             2169  1771  1551  1405  1321  1243  1187  1153  1143  1150  1180  1231  1312  1416  1537  1771  2154             2257  1865  1605  1461  1365  1265  1220  1194  1169  1172  1213  1257  1340  1437  1582  1833  2224]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2265  1890  1629  1470  1376  1303  1250  1220  1213  1214  1250  1285  1370  1466  1616  1866  2219             2182  1815  1565  1428  1338  1262  1210  1186  1172  1182  1210  1257  1338  1431  1562  1799  2166             2093  1738  1526  1400  1306  1228  1189  1142  1143  1150  1179  1230  1297  1394  1512  1728  2063             1998  1686  1492  1369  1281  1202  1155  1119  1106  1112  1144  1198  1269  1372  1485  1677  1966             1951  1637  1465  1344  1252  1179  1125  1090  1075  1088  1126  1177  1246  1342  1462  1633  1914             1911  1618  1444  1329  1236  1163  1104  1067  1053  1064  1098  1155  1236  1326  1438  1606  1882             1872  1594  1439  1314  1221  1141  1088  1049  1033  1048  1083  1138  1215  1312  1430  1586  1850             1856  1584  1426  1307  1212  1137  1081  1035  1022  1039  1071  1129  1208  1298  1418  1580  1845             1848  1591  1423  1305  1206  1138  1073  1031  1024  1031  1070  1128  1202  1298  1414  1572  1811             1850  1584  1426  1302  1210  1137  1077  1035  1021  1032  1071  1129  1204  1293  1421  1580  1823             1861  1583  1427  1314  1213  1145  1080  1042  1027  1036  1074  1140  1213  1304  1410  1586  1850             1888  1602  1444  1319  1226  1155  1096  1058  1047  1057  1087  1146  1220  1319  1429  1583  1871             1926  1629  1452  1337  1242  1166  1103  1076  1064  1071  1106  1164  1239  1326  1449  1608  1908             1966  1659  1475  1356  1262  1188  1133  1097  1091  1100  1128  1182  1264  1342  1462  1642  1959             2042  1713  1494  1385  1285  1216  1157  1125  1118  1120  1151  1207  1275  1371  1491  1681  2020             2141  1767  1527  1403  1312  1237  1190  1153  1140  1155  1188  1228  1307  1400  1527  1736  2086             2219  1836  1574  1443  1340  1266  1216  1184  1176  1178  1212  1266  1326  1411  1566  1819  2175]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2273  1899  1637  1481  1375  1303  1253  1223  1208  1221  1260  1300  1373  1475  1620  1881  2246             2191  1835  1582  1442  1348  1274  1220  1191  1177  1187  1220  1272  1351  1439  1574  1807  2174             2094  1756  1535  1413  1309  1242  1185  1153  1144  1157  1187  1229  1307  1408  1535  1722  2065             2007  1699  1500  1380  1284  1209  1160  1122  1111  1122  1153  1207  1284  1374  1497  1690  1988             1966  1650  1477  1355  1262  1186  1130  1095  1082  1095  1127  1181  1253  1352  1477  1654  1923             1903  1631  1461  1334  1240  1168  1111  1074  1055  1074  1108  1165  1240  1337  1461  1619  1908             1876  1611  1447  1324  1233  1152  1096  1054  1040  1054  1090  1150  1221  1322  1441  1611  1865             1854  1585  1438  1310  1223  1146  1090  1043  1038  1046  1081  1141  1215  1308  1432  1593  1838             1857  1596  1423  1320  1218  1142  1078  1037  1024  1038  1075  1138  1214  1310  1431  1600  1825             1865  1597  1429  1317  1221  1141  1082  1035  1029  1040  1081  1139  1215  1315  1426  1589  1843             1876  1603  1435  1317  1223  1149  1091  1046  1034  1046  1084  1145  1223  1317  1435  1591  1859             1880  1607  1434  1329  1238  1156  1097  1062  1047  1059  1095  1154  1229  1322  1446  1615  1880             1917  1637  1461  1344  1251  1169  1115  1084  1071  1083  1107  1169  1243  1334  1454  1621  1923             1975  1672  1477  1361  1268  1197  1139  1102  1092  1101  1137  1187  1268  1353  1477  1659  1962             2050  1713  1503  1387  1283  1223  1164  1130  1117  1130  1162  1213  1280  1373  1503  1699  2008             2126  1776  1543  1408  1314  1247  1193  1162  1147  1158  1183  1242  1309  1405  1536  1750  2087             2246  1845  1586  1441  1356  1273  1217  1190  1174  1186  1217  1269  1339  1438  1574  1822  2201]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2207  1864  1618  1457  1352  1289  1227  1197  1195  1204  1249  1273  1352  1446  1632  1845  2178             2153  1828  1586  1436  1337  1263  1213  1178  1164  1178  1219  1256  1329  1426  1573  1759  2126             2063  1724  1527  1412  1320  1229  1183  1164  1138  1152  1183  1236  1303  1393  1515  1708  2016             1975  1700  1502  1376  1276  1200  1158  1123  1111  1123  1158  1200  1284  1367  1491  1671  1933             1928  1658  1473  1364  1268  1182  1131  1099  1087  1099  1131  1176  1254  1346  1473  1630  1890             1878  1626  1452  1331  1235  1167  1113  1073  1071  1078  1113  1167  1228  1347  1442  1600  1878             1843  1615  1436  1343  1233  1160  1092  1058  1043  1063  1097  1149  1226  1319  1445  1590  1825             1819  1574  1434  1311  1220  1155  1093  1041  1035  1055  1088  1144  1226  1319  1424  1574  1785             1840  1577  1437  1321  1222  1146  1080  1043  1024  1048  1080  1140  1222  1313  1427  1577  1805             1836  1574  1424  1327  1226  1150  1083  1041  1031  1050  1088  1144  1220  1311  1434  1599  1836             1825  1615  1445  1327  1226  1155  1087  1054  1039  1049  1092  1155  1226  1319  1426  1590  1843             1842  1613  1452  1331  1242  1167  1113  1068  1057  1063  1097  1161  1235  1331  1442  1600  1860             1928  1644  1453  1346  1254  1176  1109  1084  1077  1094  1109  1189  1246  1338  1442  1617  1871             1954  1671  1480  1358  1269  1194  1146  1107  1095  1102  1140  1187  1269  1358  1480  1642  1933             1994  1693  1503  1393  1288  1215  1158  1128  1110  1128  1158  1215  1288  1347  1492  1678  1972             2076  1759  1523  1396  1312  1227  1199  1160  1145  1160  1179  1234  1304  1396  1523  1759  2076             2150  1807  1578  1435  1334  1265  1234  1191  1156  1177  1227  1281  1334  1435  1578  1807  2150]       </LSC_SAMPLES_blue>          </cell>          <cell index="11" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_TL84_100             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                TL84             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3341  2591  2107  1834  1644  1530  1423  1369  1358  1373  1427  1503  1623  1795  2107  2502  3277             3078  2362  1976  1733  1563  1443  1358  1306  1296  1302  1347  1431  1548  1716  1953  2341  3005             2886  2257  1881  1654  1498  1380  1296  1242  1230  1236  1289  1365  1485  1633  1860  2189  2791             2702  2125  1807  1592  1431  1319  1239  1195  1178  1187  1224  1316  1423  1587  1776  2107  2645             2578  2048  1751  1539  1392  1276  1198  1147  1126  1136  1187  1270  1376  1534  1733  2024  2527             2478  2000  1693  1507  1351  1239  1144  1104  1085  1102  1149  1227  1333  1489  1676  1953  2407             2385  1946  1654  1476  1316  1192  1121  1078  1049  1072  1116  1201  1306  1455  1644  1909  2341             2351  1902  1633  1443  1292  1178  1104  1047  1037  1049  1099  1178  1279  1427  1623  1874  2330             2298  1881  1612  1423  1286  1170  1085  1039  1024  1047  1088  1165  1270  1419  1618  1867  2288             2298  1895  1618  1435  1279  1170  1092  1039  1024  1039  1090  1162  1273  1407  1612  1867  2278             2351  1895  1633  1439  1289  1189  1107  1047  1034  1054  1099  1181  1289  1431  1623  1881  2309             2396  1931  1665  1459  1319  1218  1131  1078  1063  1076  1124  1206  1309  1451  1649  1931  2362             2478  2000  1710  1512  1358  1248  1168  1114  1095  1116  1168  1248  1347  1494  1693  1992  2454             2605  2082  1764  1563  1407  1292  1218  1168  1154  1170  1212  1286  1392  1553  1751  2056  2578             2760  2199  1840  1633  1459  1351  1270  1215  1204  1227  1267  1340  1459  1612  1834  2161  2760             2988  2330  1946  1710  1539  1415  1340  1279  1260  1286  1330  1411  1525  1699  1924  2298  2919             3235  2490  2048  1788  1607  1494  1403  1358  1340  1347  1407  1481  1607  1788  2032  2454  3215]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3279  2544  2095  1803  1642  1520  1426  1391  1360  1371  1429  1511  1635  1794  2072  2518  3208             3024  2364  1956  1727  1556  1437  1360  1305  1289  1307  1346  1432  1549  1695  1931  2334  2963             2805  2228  1867  1653  1487  1371  1289  1241  1227  1237  1294  1363  1484  1635  1848  2208  2763             2663  2119  1786  1586  1432  1317  1243  1183  1170  1187  1229  1307  1421  1576  1777  2072  2607             2526  2043  1727  1527  1383  1269  1191  1141  1122  1136  1187  1263  1373  1520  1715  2004  2509             2442  1967  1676  1496  1346  1239  1157  1105  1084  1096  1148  1227  1331  1481  1688  1946  2403             2379  1926  1650  1452  1310  1205  1121  1070  1053  1073  1121  1197  1303  1449  1646  1906  2327             2320  1896  1628  1440  1298  1180  1105  1052  1037  1050  1102  1180  1282  1432  1628  1867  2270             2305  1881  1617  1429  1291  1174  1096  1038  1024  1044  1084  1167  1276  1418  1603  1867  2277             2334  1886  1617  1437  1285  1174  1096  1044  1028  1044  1086  1163  1276  1413  1607  1867  2312             2334  1896  1635  1443  1298  1187  1110  1058  1041  1055  1104  1180  1287  1426  1624  1886  2327             2387  1941  1665  1472  1331  1207  1136  1087  1069  1086  1129  1209  1312  1463  1657  1916  2357             2492  2004  1711  1502  1368  1254  1168  1124  1107  1122  1168  1243  1350  1493  1699  1977  2467             2616  2083  1764  1569  1415  1298  1219  1167  1157  1172  1221  1294  1407  1552  1748  2060  2597             2763  2202  1844  1628  1472  1348  1280  1225  1207  1225  1267  1350  1457  1610  1830  2157  2712             2975  2342  1936  1707  1536  1421  1343  1289  1271  1285  1331  1415  1520  1688  1911  2284  2951             3208  2501  2043  1773  1614  1493  1415  1360  1341  1360  1407  1481  1593  1773  2043  2451  3140]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3317  2535  2116  1816  1657  1515  1436  1383  1372  1375  1425  1522  1632  1811  2074  2501  3216             3020  2373  1975  1723  1577  1445  1357  1319  1298  1309  1362  1439  1560  1715  1959  2358  2983             2835  2244  1875  1661  1500  1380  1303  1246  1231  1244  1296  1372  1491  1650  1866  2197  2793             2662  2122  1798  1593  1439  1323  1246  1194  1173  1192  1237  1316  1425  1570  1789  2110  2625             2518  2046  1735  1534  1393  1271  1196  1142  1127  1147  1190  1265  1380  1531  1723  2024  2493             2451  1975  1695  1503  1350  1235  1158  1108  1087  1102  1149  1233  1338  1494  1688  1965  2412             2388  1924  1657  1470  1321  1213  1130  1079  1055  1078  1121  1197  1312  1456  1654  1909  2343             2336  1894  1636  1450  1303  1186  1110  1056  1041  1056  1103  1186  1289  1436  1628  1890  2292             2321  1890  1621  1436  1285  1177  1100  1041  1024  1047  1095  1177  1280  1425  1614  1885  2307             2343  1880  1625  1431  1289  1178  1100  1047  1033  1044  1093  1175  1285  1422  1618  1866  2307             2350  1919  1632  1447  1307  1194  1111  1061  1046  1055  1110  1190  1293  1442  1628  1909  2321             2427  1934  1672  1473  1333  1223  1142  1085  1070  1090  1135  1207  1321  1467  1657  1939  2373             2501  2007  1715  1512  1370  1252  1175  1123  1113  1128  1175  1246  1352  1509  1711  1991  2468             2615  2098  1764  1570  1406  1298  1223  1177  1160  1171  1223  1291  1409  1557  1772  2074  2606             2782  2191  1852  1632  1473  1355  1274  1229  1213  1233  1276  1352  1467  1625  1843  2165  2741             2972  2328  1934  1715  1547  1422  1343  1293  1280  1293  1340  1417  1544  1707  1929  2328  2972             3244  2501  2063  1798  1625  1491  1417  1352  1343  1350  1412  1470  1614  1789  2035  2509  3202]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [3085  2493  2006  1775  1613  1478  1402  1349  1349  1363  1410  1469  1582  1750  2023  2443  3164             2938  2350  1943  1702  1533  1418  1341  1292  1279  1299  1341  1426  1523  1714  1928  2285  2870             2742  2203  1828  1645  1487  1371  1285  1246  1228  1234  1292  1356  1469  1624  1842  2165  2742             2571  2109  1763  1582  1435  1313  1234  1192  1181  1186  1228  1306  1418  1582  1775  2091  2544             2493  2023  1750  1533  1379  1266  1198  1148  1127  1137  1186  1266  1363  1505  1714  1990  2443             2350  1928  1679  1487  1334  1240  1153  1102  1082  1097  1148  1216  1334  1478  1656  1943  2350             2306  1898  1634  1460  1313  1198  1122  1073  1055  1078  1122  1198  1313  1443  1634  1884  2285             2264  1884  1613  1435  1292  1181  1102  1050  1028  1050  1102  1181  1279  1418  1602  1884  2264             2264  1856  1602  1410  1279  1170  1092  1041  1024  1046  1082  1175  1272  1418  1592  1856  2243             2243  1870  1613  1435  1292  1181  1102  1037  1033  1041  1092  1159  1272  1418  1613  1856  2264             2285  1870  1634  1460  1306  1186  1102  1064  1041  1059  1107  1181  1292  1435  1624  1870  2264             2373  1943  1656  1469  1341  1210  1137  1078  1073  1082  1132  1222  1313  1452  1645  1898  2306             2443  1990  1702  1505  1356  1253  1164  1127  1107  1122  1164  1253  1349  1496  1690  1959  2419             2571  2074  1763  1552  1418  1292  1216  1170  1153  1159  1210  1279  1386  1542  1738  2023  2493             2712  2165  1828  1624  1469  1349  1272  1228  1210  1222  1259  1341  1443  1592  1828  2146  2654             2870  2285  1928  1714  1523  1402  1327  1279  1259  1285  1327  1402  1505  1667  1913  2264  2837             3085  2468  2023  1775  1602  1487  1402  1349  1341  1349  1394  1487  1602  1763  1990  2443  3124]       </LSC_SAMPLES_blue>          </cell>          <cell index="12" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_TL84_70             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                TL84             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2339  1935  1651  1494  1381  1317  1246  1211  1205  1214  1249  1294  1364  1462  1651  1868  2294             2240  1820  1596  1454  1352  1278  1223  1188  1183  1185  1214  1267  1339  1439  1577  1804  2187             2161  1786  1558  1423  1328  1253  1196  1158  1150  1152  1190  1239  1317  1405  1541  1732  2090             2071  1719  1529  1398  1295  1223  1167  1137  1125  1129  1153  1219  1288  1394  1503  1704  2027             2013  1686  1508  1375  1281  1203  1148  1109  1093  1100  1137  1197  1267  1371  1492  1666  1973             1962  1669  1477  1364  1260  1183  1110  1082  1067  1080  1115  1171  1244  1348  1462  1630  1906             1907  1640  1457  1349  1239  1149  1098  1067  1042  1060  1094  1157  1229  1330  1448  1609  1872             1892  1612  1447  1326  1224  1142  1088  1042  1035  1044  1083  1142  1211  1311  1437  1588  1874             1853  1597  1431  1310  1220  1136  1071  1035  1024  1044  1073  1131  1205  1306  1435  1586  1844             1849  1606  1433  1319  1211  1134  1076  1033  1022  1033  1074  1126  1205  1293  1428  1583  1832             1880  1597  1438  1315  1214  1146  1084  1036  1027  1043  1077  1138  1214  1307  1429  1585  1846             1897  1612  1453  1321  1231  1163  1098  1057  1045  1055  1091  1152  1221  1314  1439  1612  1870             1934  1646  1472  1351  1250  1176  1119  1078  1063  1080  1119  1176  1240  1335  1457  1640  1915             1996  1684  1492  1373  1274  1198  1148  1111  1102  1114  1142  1192  1260  1364  1482  1663  1976             2067  1740  1524  1405  1294  1226  1172  1133  1126  1144  1169  1217  1294  1387  1519  1710  2067             2174  1795  1571  1434  1331  1253  1207  1164  1151  1170  1198  1250  1319  1425  1553  1771  2124             2265  1859  1605  1457  1351  1286  1228  1201  1189  1192  1232  1275  1351  1457  1592  1832  2250]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2296  1899  1642  1469  1380  1309  1249  1231  1207  1212  1251  1301  1374  1462  1623  1880  2246             2200  1822  1579  1449  1346  1273  1225  1187  1177  1190  1212  1268  1340  1422  1559  1799  2156             2101  1763  1546  1422  1318  1244  1190  1157  1148  1153  1194  1237  1316  1406  1531  1747  2069             2041  1714  1511  1393  1296  1220  1172  1126  1117  1130  1158  1212  1286  1384  1503  1676  1998             1972  1682  1487  1364  1274  1196  1141  1104  1090  1099  1138  1190  1264  1358  1476  1650  1959             1934  1641  1462  1354  1255  1183  1124  1084  1066  1074  1115  1171  1242  1341  1472  1624  1902             1903  1623  1453  1327  1233  1161  1098  1059  1046  1062  1098  1154  1227  1324  1450  1606  1861             1866  1607  1442  1324  1229  1143  1089  1046  1035  1045  1086  1143  1214  1316  1442  1582  1826             1858  1598  1435  1316  1225  1140  1081  1035  1024  1041  1070  1133  1210  1306  1423  1585  1835             1878  1599  1432  1321  1216  1138  1079  1039  1026  1039  1070  1127  1208  1298  1423  1582  1860             1867  1598  1440  1319  1222  1144  1088  1047  1034  1044  1081  1137  1212  1303  1431  1589  1861             1890  1620  1452  1332  1242  1152  1103  1066  1051  1064  1096  1154  1224  1325  1446  1599  1866             1945  1650  1473  1342  1260  1182  1120  1088  1075  1086  1120  1172  1243  1334  1463  1628  1926             2005  1685  1493  1378  1281  1203  1148  1110  1105  1116  1150  1199  1274  1364  1479  1666  1991             2069  1742  1527  1400  1305  1224  1182  1142  1129  1142  1169  1226  1292  1385  1516  1706  2031             2165  1805  1563  1432  1329  1258  1210  1173  1161  1169  1199  1254  1315  1416  1543  1760  2147             2246  1867  1601  1444  1356  1285  1239  1203  1190  1203  1232  1275  1339  1444  1601  1830  2198]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2322  1893  1658  1479  1393  1304  1257  1223  1218  1216  1248  1310  1372  1475  1625  1867  2251             2198  1829  1595  1445  1364  1280  1223  1200  1185  1191  1227  1275  1349  1439  1582  1817  2171             2123  1775  1553  1429  1330  1253  1202  1161  1152  1159  1196  1246  1322  1419  1545  1739  2091             2040  1716  1521  1400  1303  1226  1174  1136  1120  1134  1166  1220  1290  1379  1514  1706  2012             1966  1684  1494  1371  1283  1198  1146  1105  1094  1110  1140  1192  1271  1368  1483  1666  1946             1941  1648  1479  1361  1259  1180  1124  1086  1069  1080  1116  1178  1248  1353  1472  1639  1909             1910  1621  1460  1344  1244  1169  1107  1068  1047  1066  1099  1154  1235  1331  1457  1609  1874             1879  1606  1449  1333  1233  1149  1093  1051  1039  1051  1087  1149  1221  1320  1442  1601  1844             1871  1605  1439  1322  1219  1142  1086  1038  1024  1044  1081  1142  1214  1312  1433  1600  1859             1885  1593  1439  1315  1221  1142  1084  1042  1031  1039  1077  1138  1216  1307  1433  1581  1856             1880  1617  1437  1323  1231  1150  1089  1049  1038  1043  1087  1147  1218  1318  1434  1609  1856             1922  1614  1459  1334  1244  1168  1109  1064  1052  1069  1102  1153  1232  1328  1446  1618  1879             1952  1652  1476  1351  1261  1180  1126  1087  1081  1092  1126  1174  1245  1348  1473  1639  1926             2004  1697  1492  1379  1273  1203  1152  1120  1108  1114  1152  1197  1276  1367  1499  1678  1997             2083  1734  1534  1404  1306  1230  1176  1146  1135  1150  1178  1228  1301  1397  1526  1713  2053             2162  1794  1561  1439  1338  1260  1209  1177  1169  1177  1207  1255  1335  1432  1557  1794  2162             2271  1867  1616  1465  1366  1283  1241  1196  1192  1194  1236  1266  1357  1458  1594  1874  2242]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2159  1861  1572  1446  1356  1272  1228  1193  1197  1206  1235  1264  1330  1426  1585  1825  2215             2138  1811  1569  1428  1326  1256  1208  1176  1167  1182  1208  1264  1318  1438  1557  1761  2088             2053  1743  1514  1415  1318  1245  1186  1162  1148  1150  1193  1231  1303  1396  1525  1713  2053             1970  1706  1491  1389  1299  1216  1163  1135  1127  1129  1157  1210  1284  1389  1502  1691  1950             1946  1665  1507  1369  1269  1193  1148  1111  1094  1100  1137  1193  1255  1344  1475  1638  1908             1861  1609  1465  1346  1244  1184  1119  1080  1065  1075  1114  1161  1244  1338  1445  1622  1861             1844  1600  1439  1334  1236  1154  1099  1062  1047  1066  1099  1154  1236  1319  1439  1587  1827             1821  1597  1429  1319  1223  1144  1085  1045  1026  1045  1085  1144  1211  1303  1419  1597  1821             1825  1576  1422  1298  1213  1136  1078  1038  1024  1042  1068  1141  1207  1306  1413  1576  1809             1805  1584  1429  1319  1223  1144  1085  1032  1031  1036  1076  1123  1205  1303  1429  1573  1821             1827  1575  1439  1334  1230  1143  1079  1052  1034  1048  1084  1138  1217  1311  1430  1575  1811             1879  1622  1445  1330  1251  1155  1104  1056  1055  1061  1099  1166  1225  1314  1435  1584  1826             1908  1638  1465  1344  1249  1181  1115  1090  1074  1085  1115  1181  1242  1336  1455  1612  1889             1970  1677  1491  1363  1284  1197  1145  1113  1101  1103  1140  1185  1255  1355  1470  1636  1910             2031  1713  1514  1396  1303  1224  1174  1145  1132  1139  1162  1218  1280  1369  1514  1698  1987             2088  1761  1557  1438  1318  1242  1195  1163  1149  1169  1195  1242  1302  1399  1545  1745  2064             2159  1843  1585  1446  1347  1280  1228  1193  1190  1193  1221  1280  1347  1436  1559  1825  2187]       </LSC_SAMPLES_blue>          </cell>          <cell index="13" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_HZ_100             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                HZ             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3288  2526  2095  1803  1640  1507  1426  1380  1374  1394  1443  1548  1697  1925  2195  2695  3524             3014  2361  1958  1718  1541  1434  1345  1301  1296  1311  1358  1453  1609  1799  2070  2499  3241             2782  2195  1857  1632  1462  1358  1277  1236  1225  1243  1299  1383  1517  1709  1958  2353  2987             2653  2095  1780  1562  1408  1296  1216  1171  1161  1191  1240  1337  1462  1640  1872  2209  2782             2490  2003  1701  1500  1353  1249  1169  1136  1123  1134  1183  1275  1405  1583  1808  2134  2695             2411  1919  1648  1459  1311  1212  1130  1087  1082  1098  1153  1243  1363  1527  1753  2063  2545             2321  1872  1609  1428  1284  1179  1110  1062  1047  1070  1115  1212  1334  1497  1709  1997  2490             2283  1847  1598  1402  1263  1163  1089  1044  1032  1049  1103  1193  1319  1478  1680  1974  2419             2260  1837  1572  1394  1254  1145  1079  1032  1024  1043  1087  1181  1304  1465  1672  1952  2419             2253  1832  1583  1388  1258  1153  1080  1030  1022  1041  1096  1175  1311  1459  1680  1958  2428             2268  1847  1591  1399  1270  1159  1089  1047  1029  1055  1106  1189  1314  1474  1684  1974  2454             2306  1882  1613  1426  1294  1183  1115  1075  1059  1075  1125  1214  1345  1500  1705  2015  2499             2386  1919  1648  1462  1319  1212  1141  1101  1087  1112  1161  1252  1369  1530  1753  2057  2583             2445  1980  1688  1510  1355  1252  1181  1139  1132  1151  1205  1289  1423  1583  1813  2134  2674             2603  2076  1753  1562  1414  1304  1229  1191  1187  1191  1249  1339  1465  1648  1872  2238  2828             2748  2188  1832  1628  1484  1366  1294  1247  1245  1263  1326  1414  1548  1726  1952  2369  3054             2899  2329  1936  1697  1548  1434  1366  1311  1304  1334  1383  1497  1644  1813  2095  2554  3335]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3088  2404  2001  1763  1604  1471  1408  1361  1354  1359  1423  1513  1646  1832  2105  2563  3217             2847  2248  1877  1657  1510  1403  1323  1283  1281  1300  1343  1429  1560  1736  1984  2355  3008             2672  2111  1781  1589  1435  1333  1258  1222  1212  1225  1274  1370  1497  1657  1887  2233  2836             2499  2013  1710  1533  1378  1276  1210  1161  1157  1177  1229  1313  1432  1585  1794  2111  2651             2379  1929  1653  1471  1330  1238  1161  1120  1111  1134  1175  1267  1378  1536  1740  2031  2526             2308  1867  1607  1438  1293  1197  1127  1076  1070  1090  1148  1229  1338  1500  1702  1979  2429             2233  1818  1585  1400  1272  1169  1104  1055  1044  1063  1109  1197  1320  1465  1669  1935  2331             2191  1799  1557  1394  1258  1157  1081  1041  1026  1052  1107  1189  1300  1447  1646  1908  2331             2177  1799  1550  1380  1249  1150  1076  1033  1024  1046  1092  1175  1295  1441  1626  1913  2315             2164  1794  1553  1378  1249  1146  1080  1042  1026  1044  1093  1169  1295  1444  1626  1887  2308             2184  1809  1560  1389  1269  1161  1097  1046  1032  1057  1109  1189  1303  1459  1638  1913  2347             2248  1832  1585  1417  1286  1183  1118  1081  1060  1078  1122  1210  1330  1462  1673  1929  2404             2300  1882  1619  1441  1318  1212  1146  1107  1090  1113  1163  1249  1364  1506  1706  1984  2481             2387  1945  1677  1484  1354  1258  1187  1142  1140  1155  1203  1288  1403  1568  1754  2067  2592             2499  2013  1727  1547  1403  1305  1238  1199  1185  1203  1253  1340  1453  1615  1823  2164  2724             2703  2137  1799  1604  1471  1364  1298  1262  1249  1269  1313  1411  1523  1690  1913  2292  2907             2859  2270  1908  1686  1533  1441  1370  1323  1325  1333  1386  1484  1607  1790  2031  2463  3102]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3092  2431  2014  1753  1605  1487  1412  1365  1358  1384  1432  1532  1666  1850  2142  2573  3295             2843  2259  1894  1658  1506  1409  1334  1290  1288  1302  1355  1441  1580  1753  1996  2422  3026             2660  2129  1789  1587  1441  1350  1265  1230  1223  1238  1288  1382  1509  1674  1900  2259  2831             2500  2014  1719  1532  1387  1286  1213  1172  1166  1182  1236  1319  1438  1616  1812  2129  2640             2406  1936  1654  1477  1345  1243  1168  1124  1120  1136  1186  1274  1395  1559  1757  2067  2536             2303  1869  1620  1441  1305  1202  1136  1087  1084  1097  1153  1243  1360  1509  1723  1996  2465             2245  1821  1587  1409  1283  1182  1106  1061  1053  1074  1124  1202  1332  1480  1682  1941  2414             2203  1802  1562  1404  1270  1161  1094  1044  1041  1055  1106  1198  1315  1465  1662  1936  2342             2182  1798  1559  1387  1256  1159  1087  1041  1024  1048  1106  1186  1302  1450  1666  1926  2326             2189  1798  1562  1390  1265  1157  1086  1045  1035  1047  1110  1190  1305  1456  1654  1926  2342             2209  1821  1566  1401  1274  1165  1103  1056  1038  1063  1111  1198  1322  1471  1658  1926  2381             2245  1835  1598  1421  1298  1194  1124  1087  1066  1087  1135  1219  1340  1493  1690  1963  2447             2288  1874  1620  1453  1324  1223  1153  1113  1103  1118  1174  1254  1376  1532  1736  2025  2500             2414  1963  1670  1493  1360  1263  1194  1151  1142  1163  1213  1298  1412  1580  1780  2091  2620             2526  2025  1731  1545  1421  1317  1247  1206  1194  1209  1263  1352  1468  1631  1850  2189  2754             2691  2136  1802  1620  1480  1371  1302  1272  1256  1279  1329  1415  1542  1702  1931  2326  2937             2854  2281  1884  1698  1545  1429  1373  1327  1312  1342  1401  1493  1620  1789  2049  2482  3205]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2546  2014  1729  1527  1466  1338  1273  1255  1282  1319  1368  1490  1637  1833  2107  2477  3107             2350  1929  1651  1455  1348  1309  1238  1214  1222  1247  1300  1389  1580  1762  1971  2350  2909             2235  1815  1580  1421  1300  1255  1190  1167  1175  1198  1255  1358  1527  1697  1909  2263  2736             2083  1729  1540  1389  1264  1190  1146  1111  1131  1160  1214  1319  1466  1637  1851  2156  2656             2014  1651  1478  1358  1222  1160  1104  1085  1098  1125  1167  1273  1421  1580  1797  2083  2511             1909  1622  1466  1328  1190  1131  1078  1047  1072  1078  1138  1247  1389  1567  1746  1992  2380             1909  1594  1432  1282  1190  1111  1072  1024  1041  1066  1098  1214  1368  1527  1746  1992  2350             1870  1580  1410  1273  1183  1091  1047  1024  1030  1053  1118  1222  1348  1502  1697  1971  2320             1833  1567  1389  1264  1183  1085  1041  1018  1024  1047  1104  1198  1348  1502  1713  1929  2320             1815  1567  1389  1273  1183  1098  1047  1018  1018  1047  1111  1206  1338  1490  1713  1950  2320             1851  1580  1432  1282  1190  1111  1060  1036  1041  1060  1125  1214  1348  1502  1713  1971  2412             1851  1594  1421  1291  1206  1125  1085  1047  1060  1085  1131  1230  1368  1527  1713  1992  2380             1890  1608  1443  1309  1222  1153  1104  1098  1098  1118  1183  1291  1421  1580  1746  2060  2444             1909  1637  1455  1348  1255  1183  1138  1125  1118  1146  1214  1319  1443  1608  1815  2107  2546             2014  1697  1502  1378  1291  1222  1198  1160  1175  1183  1255  1368  1478  1637  1890  2182  2656             2083  1762  1553  1432  1328  1264  1230  1214  1222  1255  1328  1443  1553  1729  1950  2291  2820             2182  1833  1622  1478  1389  1309  1300  1273  1282  1309  1410  1490  1637  1797  2060  2444  3107]       </LSC_SAMPLES_blue>          </cell>          <cell index="14" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_HZ_70             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                HZ             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2301  1886  1641  1469  1378  1297  1248  1220  1220  1233  1264  1332  1426  1568  1720  2012  2467             2193  1820  1580  1441  1333  1271  1211  1184  1184  1193  1223  1287  1392  1509  1671  1925  2358             2083  1737  1538  1404  1296  1233  1179  1152  1146  1158  1199  1255  1345  1470  1621  1862  2237             2033  1694  1506  1372  1275  1201  1146  1114  1108  1133  1169  1239  1324  1440  1584  1787  2132             1943  1649  1464  1340  1245  1177  1120  1099  1090  1097  1133  1201  1294  1414  1557  1757  2104             1909  1602  1437  1321  1223  1157  1097  1066  1064  1076  1119  1186  1272  1382  1529  1722  2015             1856  1578  1417  1305  1209  1136  1087  1051  1040  1059  1093  1168  1256  1368  1505  1683  1991             1836  1565  1415  1289  1196  1127  1073  1039  1030  1044  1087  1156  1249  1358  1488  1673  1946             1822  1560  1395  1283  1190  1112  1065  1028  1024  1039  1073  1146  1237  1349  1484  1658  1950             1812  1553  1402  1276  1192  1117  1064  1025  1021  1036  1080  1138  1242  1341  1488  1659  1953             1814  1556  1401  1279  1196  1117  1067  1036  1021  1044  1084  1146  1237  1347  1483  1664  1963             1826  1571  1407  1291  1207  1129  1083  1054  1041  1054  1092  1159  1254  1358  1487  1681  1978             1863  1580  1418  1306  1214  1142  1094  1066  1056  1076  1112  1180  1260  1367  1509  1693  2017             1874  1601  1428  1326  1227  1160  1112  1084  1081  1095  1136  1195  1288  1391  1534  1726  2049             1949  1643  1452  1343  1254  1184  1135  1110  1110  1110  1153  1216  1299  1417  1551  1771  2117             2000  1686  1479  1366  1284  1210  1166  1135  1136  1149  1195  1252  1339  1448  1576  1826  2222             2029  1739  1516  1382  1301  1235  1196  1160  1157  1180  1210  1289  1382  1477  1641  1907  2335]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2162  1795  1568  1436  1348  1266  1233  1204  1201  1202  1246  1302  1383  1493  1649  1914  2252             2072  1732  1515  1390  1306  1243  1191  1168  1170  1183  1210  1266  1350  1456  1602  1815  2189             2001  1670  1475  1367  1272  1210  1161  1140  1133  1142  1176  1243  1327  1425  1563  1767  2123             1915  1628  1447  1346  1247  1183  1140  1105  1105  1120  1158  1216  1296  1393  1518  1707  2032             1857  1588  1423  1314  1225  1166  1112  1084  1079  1098  1126  1194  1269  1373  1498  1672  1972             1827  1558  1402  1302  1206  1143  1094  1055  1052  1068  1114  1173  1248  1358  1485  1651  1923             1786  1532  1396  1279  1197  1126  1081  1044  1036  1052  1087  1154  1243  1339  1470  1630  1864             1763  1525  1379  1281  1191  1121  1065  1036  1024  1047  1091  1152  1231  1329  1458  1617  1875             1755  1528  1376  1271  1185  1116  1062  1030  1024  1042  1077  1141  1229  1326  1443  1625  1866             1741  1521  1376  1266  1183  1110  1064  1037  1024  1039  1077  1133  1227  1327  1441  1599  1857             1747  1524  1374  1269  1195  1119  1075  1035  1024  1046  1087  1146  1227  1333  1442  1612  1877             1780  1529  1383  1283  1200  1129  1085  1060  1043  1057  1089  1155  1241  1323  1460  1610  1903             1796  1549  1393  1287  1213  1142  1098  1072  1058  1077  1114  1177  1256  1346  1469  1633  1937             1829  1573  1419  1303  1225  1166  1118  1087  1089  1099  1134  1194  1270  1377  1484  1672  1987             1871  1593  1431  1330  1244  1185  1142  1118  1108  1122  1157  1217  1288  1389  1510  1712  2040             1967  1647  1453  1345  1273  1208  1169  1149  1140  1155  1182  1250  1317  1417  1545  1767  2115             2001  1695  1495  1373  1288  1240  1199  1170  1176  1179  1213  1277  1351  1458  1591  1839  2171]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2165  1815  1578  1428  1349  1280  1236  1208  1205  1224  1254  1319  1400  1507  1678  1921  2306             2068  1741  1529  1391  1302  1248  1202  1174  1176  1185  1221  1276  1367  1470  1612  1867  2202             1992  1685  1481  1365  1278  1225  1168  1146  1144  1154  1189  1254  1338  1440  1573  1787  2120             1916  1629  1454  1345  1256  1192  1143  1116  1114  1125  1165  1223  1302  1420  1533  1722  2023             1878  1594  1424  1320  1238  1171  1120  1087  1087  1100  1136  1201  1285  1393  1513  1701  1979             1824  1560  1413  1305  1217  1148  1103  1066  1066  1076  1119  1186  1269  1366  1503  1666  1951             1795  1534  1398  1288  1208  1139  1084  1050  1045  1063  1101  1159  1254  1353  1481  1636  1930             1772  1527  1384  1290  1202  1125  1078  1038  1039  1049  1090  1161  1245  1346  1472  1641  1884             1759  1527  1383  1277  1191  1125  1073  1037  1024  1045  1092  1152  1236  1335  1478  1635  1875             1761  1524  1384  1277  1198  1121  1069  1040  1033  1041  1093  1153  1236  1338  1465  1632  1884             1767  1534  1379  1280  1200  1122  1080  1045  1030  1051  1089  1155  1245  1344  1460  1622  1904             1777  1531  1394  1286  1211  1140  1091  1066  1048  1066  1101  1164  1250  1352  1474  1638  1938             1786  1543  1394  1298  1219  1153  1105  1077  1070  1082  1125  1182  1267  1369  1494  1667  1951             1850  1588  1413  1311  1231  1170  1125  1096  1090  1106  1143  1202  1278  1388  1506  1691  2008             1892  1602  1434  1329  1260  1196  1151  1125  1117  1127  1166  1228  1302  1403  1532  1732  2062             1958  1646  1455  1359  1281  1214  1173  1157  1147  1163  1198  1253  1334  1428  1559  1793  2138             1998  1703  1476  1383  1299  1230  1203  1174  1164  1187  1226  1285  1361  1457  1605  1853  2243]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [1782  1504  1355  1244  1232  1152  1114  1110  1138  1166  1198  1283  1375  1493  1651  1850  2175             1710  1487  1333  1220  1166  1160  1116  1104  1116  1135  1171  1230  1367  1478  1591  1811  2117             1674  1436  1309  1222  1153  1140  1099  1088  1099  1117  1159  1233  1354  1460  1581  1791  2049             1596  1399  1303  1220  1144  1103  1079  1057  1080  1104  1144  1222  1328  1437  1566  1744  2036             1572  1359  1272  1213  1125  1093  1058  1050  1066  1088  1119  1200  1308  1412  1547  1715  1960             1512  1354  1279  1202  1110  1080  1047  1027  1054  1057  1105  1191  1295  1418  1523  1663  1885             1527  1343  1261  1171  1121  1071  1050  1013  1034  1054  1075  1170  1288  1396  1537  1679  1879             1505  1339  1249  1170  1120  1057  1032  1019  1028  1048  1101  1184  1276  1381  1503  1670  1867             1478  1330  1232  1164  1122  1053  1028  1015  1024  1044  1090  1163  1279  1383  1520  1638  1870             1460  1328  1230  1170  1120  1064  1032  1013  1016  1042  1094  1169  1267  1370  1517  1653  1867             1481  1331  1261  1171  1121  1071  1038  1025  1034  1048  1102  1170  1269  1373  1509  1661  1929             1466  1330  1240  1169  1125  1074  1053  1027  1042  1063  1098  1175  1276  1383  1494  1663  1885             1475  1324  1242  1170  1125  1086  1058  1062  1066  1082  1133  1217  1308  1412  1503  1695  1908             1463  1324  1231  1184  1137  1096  1073  1070  1067  1090  1144  1222  1307  1412  1535  1704  1951             1508  1343  1244  1185  1145  1109  1106  1082  1099  1103  1159  1242  1311  1408  1565  1727  1989             1516  1358  1254  1201  1149  1120  1108  1104  1116  1142  1196  1278  1344  1451  1574  1766  2052             1527  1369  1271  1204  1167  1127  1138  1126  1138  1158  1234  1283  1375  1464  1614  1825  2175]       </LSC_SAMPLES_blue>          </cell>          <cell index="1" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_A_100             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                A             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3488  2679  2181  1892  1691  1543  1456  1392  1384  1404  1450  1536  1674  1871  2153  2690  3470             3220  2499  2048  1776  1606  1459  1381  1318  1303  1316  1370  1456  1579  1772  2036  2480  3189             2990  2342  1947  1717  1532  1395  1311  1271  1238  1254  1313  1392  1522  1695  1947  2333  2990             2862  2247  1886  1654  1478  1358  1261  1213  1196  1211  1259  1347  1469  1645  1865  2225  2814             2711  2153  1825  1598  1434  1305  1229  1175  1155  1167  1215  1303  1428  1595  1820  2140  2711             2596  2086  1772  1561  1389  1273  1185  1129  1109  1126  1177  1261  1384  1547  1776  2080  2586             2537  2023  1722  1512  1353  1238  1149  1098  1072  1092  1139  1229  1350  1508  1730  2036  2508             2480  1987  1691  1485  1326  1207  1116  1063  1046  1060  1112  1198  1321  1475  1678  1976  2444             2435  1952  1658  1462  1293  1183  1096  1038  1024  1043  1091  1175  1293  1453  1658  1936  2400             2392  1936  1649  1446  1293  1173  1091  1032  1012  1030  1085  1165  1285  1443  1654  1924  2392             2444  1941  1658  1456  1295  1181  1098  1035  1019  1038  1087  1175  1298  1450  1645  1930  2418             2480  1976  1687  1482  1329  1209  1122  1070  1051  1065  1107  1200  1316  1475  1683  1993  2453             2606  2054  1735  1515  1367  1249  1165  1101  1085  1103  1151  1236  1361  1519  1739  2054  2556             2711  2146  1810  1587  1419  1300  1209  1159  1133  1153  1200  1288  1416  1576  1815  2140  2733             2912  2270  1892  1662  1492  1367  1273  1218  1202  1202  1266  1361  1482  1658  1897  2278  2899             3115  2418  1999  1758  1576  1434  1345  1293  1268  1290  1347  1440  1572  1758  2005  2409  3115             3332  2596  2140  1840  1666  1505  1413  1356  1326  1361  1416  1529  1658  1840  2119  2606  3332]             </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3272  2528  2064  1807  1629  1497  1416  1370  1361  1356  1418  1508  1632  1799  2059  2504  3233             2994  2359  1950  1715  1557  1428  1352  1300  1283  1294  1343  1431  1548  1711  1950  2338  2973             2818  2229  1873  1659  1499  1375  1292  1242  1225  1240  1287  1370  1477  1652  1869  2217  2798             2660  2146  1803  1597  1446  1330  1244  1200  1184  1200  1250  1325  1443  1606  1815  2118  2652             2592  2054  1752  1557  1406  1298  1209  1169  1147  1160  1205  1289  1401  1554  1760  2054  2568             2481  2013  1715  1525  1370  1252  1177  1122  1105  1119  1175  1254  1365  1522  1719  2003  2451             2408  1955  1683  1480  1336  1223  1144  1092  1076  1083  1137  1216  1336  1488  1690  1964  2400             2345  1918  1652  1454  1304  1198  1117  1063  1045  1064  1111  1196  1298  1451  1649  1909  2325             2311  1891  1616  1428  1287  1174  1097  1045  1024  1044  1086  1170  1285  1428  1616  1882  2298             2305  1873  1609  1421  1281  1169  1092  1036  1020  1033  1083  1167  1273  1418  1606  1882  2298             2305  1873  1616  1431  1285  1170  1097  1046  1027  1040  1095  1170  1287  1431  1613  1891  2318             2393  1918  1642  1464  1315  1209  1125  1074  1056  1077  1113  1193  1312  1454  1652  1918  2359             2474  1988  1693  1505  1356  1240  1160  1111  1090  1113  1160  1236  1356  1499  1704  1988  2474             2609  2080  1775  1563  1413  1298  1214  1164  1144  1165  1214  1294  1416  1563  1771  2080  2634             2779  2217  1856  1652  1483  1368  1281  1233  1211  1220  1271  1356  1480  1645  1861  2199  2760             3017  2359  1964  1726  1563  1446  1354  1296  1277  1306  1352  1436  1563  1730  1964  2359  2983             3195  2512  2064  1795  1635  1505  1418  1363  1352  1372  1425  1505  1635  1807  2075  2497  3170]             </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3228  2512  2093  1814  1629  1503  1412  1363  1360  1372  1420  1495  1633  1810  2062  2512  3280             3002  2353  1948  1722  1558  1435  1345  1308  1285  1298  1349  1432  1552  1715  1953  2339  3002             2826  2237  1864  1652  1489  1376  1296  1244  1227  1246  1291  1372  1489  1659  1877  2225  2796             2668  2132  1802  1601  1450  1334  1256  1202  1190  1198  1248  1331  1447  1607  1822  2137  2668             2568  2067  1759  1570  1402  1293  1213  1166  1148  1164  1213  1285  1402  1561  1767  2062  2568             2489  2001  1726  1523  1374  1254  1181  1129  1106  1123  1176  1256  1369  1523  1737  2021  2482             2401  1953  1694  1484  1340  1225  1146  1094  1071  1091  1140  1227  1340  1487  1694  1962  2401             2339  1916  1642  1445  1314  1193  1120  1064  1045  1065  1115  1197  1310  1455  1649  1921  2353             2313  1885  1616  1435  1291  1176  1098  1038  1024  1046  1091  1178  1285  1427  1623  1890  2300             2306  1877  1607  1424  1279  1174  1090  1036  1018  1036  1090  1171  1275  1424  1616  1872  2300             2313  1890  1620  1435  1291  1178  1100  1046  1023  1038  1087  1176  1289  1429  1616  1894  2326             2380  1930  1649  1465  1323  1198  1127  1072  1057  1072  1112  1200  1308  1458  1652  1925  2373             2489  1981  1701  1509  1360  1239  1163  1107  1094  1115  1161  1244  1351  1503  1711  1986  2467             2634  2083  1759  1576  1415  1291  1216  1159  1146  1161  1211  1291  1415  1564  1771  2077  2609             2796  2201  1851  1642  1487  1363  1285  1229  1215  1224  1275  1360  1479  1639  1860  2207  2787             2991  2380  1953  1733  1564  1429  1351  1300  1281  1300  1349  1437  1564  1722  1958  2360  3002             3178  2544  2072  1822  1639  1506  1417  1354  1345  1363  1427  1509  1636  1826  2093  2520  3215]             </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [3141  2447  1987  1722  1592  1453  1392  1351  1321  1336  1384  1471  1592  1788  2039  2447  3141             2870  2257  1905  1684  1519  1417  1336  1299  1277  1284  1336  1409  1529  1709  1921  2301  2870             2735  2172  1830  1626  1471  1359  1291  1243  1223  1243  1291  1367  1490  1660  1860  2214  2735             2583  2075  1774  1571  1435  1321  1243  1198  1180  1198  1256  1328  1453  1603  1816  2113  2612             2447  2057  1735  1550  1392  1291  1217  1168  1151  1162  1223  1299  1417  1581  1774  2094  2554             2396  1987  1697  1519  1367  1263  1186  1134  1107  1128  1168  1277  1400  1560  1748  2021  2447             2324  1905  1660  1490  1336  1230  1151  1096  1071  1102  1134  1230  1351  1509  1709  1970  2372             2257  1890  1637  1444  1313  1198  1112  1076  1047  1066  1118  1211  1306  1481  1660  1937  2372             2193  1830  1614  1435  1291  1174  1096  1052  1024  1042  1091  1180  1299  1453  1626  1875  2301             2193  1816  1592  1426  1284  1162  1086  1024  1015  1038  1091  1168  1291  1426  1626  1875  2301             2214  1845  1603  1417  1284  1162  1096  1038  1015  1033  1076  1180  1284  1435  1637  1890  2257             2279  1875  1637  1435  1313  1192  1128  1071  1047  1066  1107  1192  1313  1462  1672  1921  2324             2324  1937  1684  1490  1336  1236  1156  1091  1076  1096  1162  1236  1375  1500  1722  1987  2421             2499  2039  1722  1550  1400  1277  1204  1134  1118  1151  1192  1277  1426  1571  1788  2094  2554             2641  2152  1802  1626  1471  1336  1256  1204  1192  1180  1243  1351  1481  1649  1860  2172  2672             2801  2279  1905  1684  1509  1409  1321  1277  1250  1277  1336  1435  1571  1722  1953  2324  2942             3059  2421  2039  1774  1603  1471  1384  1306  1299  1336  1417  1519  1637  1816  2057  2473  3059]             </LSC_SAMPLES_blue>          </cell>          <cell index="2" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_A_70             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                A             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">          [2442  2000  1709  1541  1421  1328  1275  1231  1228  1242  1269  1322  1407  1524  1687  2008  2429             2343  1926  1653  1490  1389  1292  1244  1199  1189  1197  1234  1290  1366  1486  1643  1911  2321             2239  1853  1612  1477  1359  1267  1210  1185  1158  1169  1212  1264  1350  1458  1612  1846  2239             2193  1818  1596  1452  1338  1259  1188  1155  1142  1152  1186  1249  1330  1445  1578  1799  2157             2117  1773  1571  1428  1320  1230  1177  1137  1121  1129  1165  1228  1315  1425  1567  1761  2117             2055  1741  1546  1413  1296  1216  1151  1107  1091  1103  1142  1204  1291  1400  1550  1736  2047             2029  1705  1516  1382  1274  1193  1125  1086  1064  1081  1116  1184  1271  1378  1524  1715  2006             1995  1684  1498  1365  1256  1169  1100  1058  1044  1054  1096  1161  1251  1356  1487  1674  1966             1963  1658  1471  1346  1227  1149  1082  1035  1024  1040  1076  1141  1227  1338  1471  1644  1935             1924  1640  1461  1329  1224  1137  1075  1027  1010  1025  1069  1129  1217  1326  1465  1631  1924             1955  1636  1460  1330  1220  1138  1076  1024  1012  1027  1065  1132  1222  1325  1449  1626  1933             1964  1649  1472  1341  1240  1154  1089  1049  1034  1044  1074  1146  1227  1335  1468  1663  1942             2034  1691  1493  1354  1258  1178  1116  1066  1054  1068  1103  1164  1253  1357  1497  1691  1995             2078  1736  1531  1394  1285  1205  1139  1103  1082  1097  1131  1193  1282  1384  1536  1730  2095             2180  1796  1567  1429  1323  1241  1175  1135  1125  1121  1169  1236  1314  1426  1571  1802  2171             2267  1863  1614  1474  1363  1270  1211  1176  1158  1174  1214  1276  1360  1474  1619  1856  2267             2332  1938  1676  1499  1400  1295  1237  1199  1177  1204  1240  1316  1393  1499  1660  1946  2332]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2291  1887  1617  1472  1369  1288  1239  1212  1208  1200  1242  1298  1372  1465  1613  1870  2263             2179  1818  1574  1439  1347  1265  1218  1183  1172  1177  1210  1267  1339  1436  1574  1802  2163             2110  1764  1552  1427  1329  1248  1192  1158  1146  1156  1188  1244  1310  1421  1548  1754  2095             2039  1736  1525  1402  1309  1232  1172  1142  1130  1142  1178  1228  1307  1411  1535  1713  2032             2024  1691  1508  1391  1294  1223  1158  1131  1114  1123  1155  1215  1290  1388  1515  1691  2005             1965  1680  1496  1380  1278  1195  1143  1100  1087  1097  1141  1197  1274  1378  1499  1672  1941             1925  1647  1482  1353  1258  1179  1121  1080  1068  1071  1114  1172  1258  1360  1488  1655  1920             1887  1625  1463  1336  1235  1161  1101  1058  1043  1059  1094  1159  1229  1334  1460  1618  1870             1863  1606  1434  1315  1221  1140  1083  1042  1024  1040  1072  1136  1219  1315  1434  1598  1853             1854  1588  1426  1305  1213  1133  1075  1030  1018  1028  1067  1131  1206  1303  1423  1595  1849             1843  1579  1423  1307  1210  1128  1075  1035  1019  1029  1072  1128  1212  1307  1420  1593  1854             1895  1600  1433  1325  1226  1154  1092  1053  1039  1056  1080  1139  1224  1316  1441  1600  1867             1931  1637  1458  1345  1249  1169  1112  1075  1058  1077  1112  1165  1249  1340  1467  1637  1931             2000  1682  1502  1373  1279  1203  1144  1107  1092  1109  1144  1199  1282  1373  1499  1682  2019             2081  1754  1537  1421  1315  1242  1183  1149  1132  1137  1173  1231  1312  1415  1541  1740  2067             2195  1818  1586  1448  1352  1281  1220  1179  1166  1188  1218  1272  1352  1451  1586  1818  2171             2237  1876  1617  1462  1374  1295  1242  1206  1200  1214  1248  1295  1374  1472  1626  1864  2219]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2260  1876  1640  1478  1369  1294  1236  1205  1207  1213  1243  1287  1372  1475  1615  1876  2296             2185  1813  1573  1445  1348  1271  1211  1190  1173  1181  1215  1268  1342  1439  1577  1803  2185             2116  1770  1544  1421  1321  1249  1196  1160  1148  1162  1192  1245  1321  1427  1554  1760  2094             2045  1724  1525  1406  1313  1236  1183  1144  1136  1141  1176  1234  1310  1411  1542  1728  2045             2004  1701  1514  1402  1291  1219  1162  1128  1114  1127  1162  1211  1291  1394  1521  1697  2004             1971  1670  1506  1379  1282  1197  1147  1107  1088  1101  1142  1199  1278  1379  1515  1686  1965             1920  1646  1492  1356  1262  1181  1123  1082  1063  1080  1117  1183  1262  1359  1492  1654  1920             1882  1624  1455  1328  1245  1156  1103  1059  1043  1060  1098  1160  1241  1337  1461  1628  1893             1864  1601  1434  1321  1225  1142  1084  1035  1024  1043  1077  1143  1219  1314  1440  1605  1854             1855  1590  1423  1309  1211  1138  1073  1030  1016  1030  1073  1135  1208  1309  1432  1587  1850             1850  1592  1426  1311  1216  1135  1078  1035  1015  1027  1065  1133  1214  1306  1424  1596  1860             1885  1611  1439  1327  1234  1144  1094  1051  1040  1051  1079  1146  1220  1320  1442  1607  1879             1943  1631  1464  1348  1253  1167  1114  1072  1062  1079  1112  1173  1244  1343  1473  1635  1926             2019  1684  1488  1384  1281  1197  1146  1103  1094  1105  1141  1197  1281  1373  1498  1680  1999             2094  1741  1533  1413  1318  1237  1186  1146  1136  1141  1177  1235  1311  1410  1540  1746  2087             2177  1834  1577  1454  1353  1266  1217  1183  1170  1183  1215  1273  1353  1445  1581  1818  2185             2224  1899  1623  1484  1378  1296  1241  1197  1193  1205  1249  1299  1375  1488  1640  1882  2251]          </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [ 2199  1827  1557  1403  1338  1251  1219  1195  1172  1182  1211  1266  1338  1457  1598  1827  2199             2088  1739  1538  1413  1314  1255  1203  1182  1166  1168  1203  1248  1323  1434  1551  1774  2088             2048  1719  1516  1398  1305  1234  1192  1159  1144  1159  1192  1241  1321  1428  1540  1752  2048             1979  1679  1501  1379  1299  1224  1171  1140  1127  1140  1184  1231  1315  1408  1536  1709  2002             1910  1693  1493  1385  1282  1217  1166  1130  1117  1125  1172  1224  1305  1413  1527  1724  1994             1897  1658  1480  1375  1276  1206  1151  1112  1089  1106  1134  1219  1306  1412  1525  1687  1937             1859  1605  1462  1362  1258  1185  1127  1085  1063  1090  1111  1185  1273  1379  1505  1660  1897             1816  1602  1450  1327  1244  1161  1096  1071  1045  1061  1101  1173  1237  1361  1471  1642  1908             1768  1554  1433  1321  1225  1140  1082  1048  1024  1039  1077  1146  1232  1338  1443  1592  1855             1764  1539  1410  1311  1216  1126  1070  1019  1013  1032  1075  1132  1223  1311  1440  1589  1852             1770  1554  1412  1295  1209  1120  1074  1027  1008  1022  1054  1137  1209  1311  1442  1592  1805             1804  1564  1428  1299  1225  1138  1095  1050  1030  1045  1074  1138  1225  1324  1459  1603  1840             1815  1595  1450  1331  1230  1165  1108  1056  1045  1061  1114  1165  1266  1340  1482  1635  1890             1916  1649  1457  1361  1268  1184  1135  1079  1067  1095  1123  1184  1291  1379  1513  1694  1958             1978  1703  1492  1398  1305  1213  1160  1123  1115  1100  1147  1227  1313  1418  1540  1719  2001             2038  1756  1538  1413  1306  1248  1190  1162  1141  1162  1203  1271  1359  1444  1577  1791  2141             2141  1808  1598  1446  1347  1266  1211  1155  1152  1182  1241  1308  1376  1479  1612  1847  2141]       </LSC_SAMPLES_blue>          </cell>          <cell index="3" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_D50_100             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                D50             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2554  2063  1760  1586  1496  1387  1342  1330  1317  1342  1396  1480  1649  1805  2084  2538  3298             2421  1939  1669  1512  1387  1330  1273  1250  1239  1265  1317  1420  1529  1703  1939  2366  3057             2240  1829  1592  1454  1338  1265  1221  1200  1186  1210  1258  1351  1470  1630  1853  2216  2811             2126  1752  1551  1415  1313  1239  1186  1154  1147  1167  1214  1301  1405  1563  1790  2126  2685             2014  1716  1507  1378  1293  1207  1163  1123  1111  1132  1170  1261  1378  1534  1745  2073  2585             1966  1682  1480  1364  1273  1190  1129  1094  1077  1099  1154  1228  1351  1512  1716  2004  2493             1921  1636  1475  1347  1250  1183  1111  1068  1060  1077  1123  1203  1325  1470  1682  1966  2421             1887  1611  1454  1330  1239  1157  1091  1044  1034  1050  1102  1193  1305  1454  1649  1930  2393             1837  1599  1434  1321  1228  1141  1074  1027  1024  1039  1082  1167  1281  1429  1623  1912  2353             1805  1586  1429  1317  1232  1141  1068  1022  1009  1024  1079  1144  1269  1410  1617  1878  2314             1829  1586  1434  1325  1228  1144  1068  1022  1007  1027  1071  1147  1265  1415  1611  1870  2327             1837  1605  1464  1355  1246  1160  1094  1047  1032  1047  1096  1170  1285  1434  1623  1895  2366             1895  1655  1507  1382  1285  1193  1123  1071  1063  1082  1123  1207  1313  1464  1669  1966  2478             1976  1716  1580  1439  1325  1239  1176  1132  1117  1132  1173  1254  1373  1529  1745  2063  2538             2115  1821  1662  1523  1396  1293  1235  1186  1170  1190  1243  1321  1449  1605  1829  2159  2737             2252  1957  1752  1617  1490  1382  1317  1265  1250  1261  1305  1396  1517  1703  1939  2327  2970             2435  2126  1853  1703  1574  1470  1387  1347  1325  1342  1405  1496  1611  1805  2043  2508  3247]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2770  2189  1851  1648  1522  1429  1361  1336  1323  1346  1393  1460  1593  1761  2012  2475  3119             2563  2052  1748  1562  1431  1348  1295  1263  1248  1272  1321  1398  1519  1663  1900  2272  2893             2409  1941  1663  1503  1382  1300  1237  1206  1190  1208  1254  1333  1452  1607  1805  2163  2708             2279  1870  1618  1460  1346  1261  1196  1159  1146  1171  1212  1295  1403  1552  1752  2058  2563             2156  1814  1589  1431  1321  1231  1172  1130  1114  1139  1182  1256  1374  1522  1727  1995  2467             2106  1782  1562  1417  1302  1210  1148  1106  1089  1102  1156  1233  1348  1491  1694  1962  2417             2081  1752  1538  1398  1281  1192  1127  1076  1066  1079  1134  1208  1323  1469  1667  1941  2377             2052  1714  1522  1382  1272  1178  1106  1060  1045  1062  1114  1194  1295  1452  1644  1900  2308             1995  1690  1503  1364  1256  1163  1086  1042  1024  1048  1091  1172  1279  1426  1622  1865  2251             1989  1674  1494  1361  1246  1157  1087  1034  1021  1033  1079  1159  1270  1412  1593  1846  2258             1989  1674  1497  1366  1250  1159  1083  1039  1021  1039  1084  1157  1272  1406  1593  1861  2265             2017  1706  1509  1387  1270  1172  1104  1056  1040  1056  1104  1180  1290  1423  1604  1870  2316             2081  1765  1562  1423  1300  1210  1139  1096  1081  1096  1139  1210  1326  1457  1651  1915  2377             2209  1846  1629  1475  1364  1267  1196  1146  1134  1139  1190  1265  1377  1522  1718  2012  2527             2316  1946  1718  1562  1429  1323  1254  1214  1196  1212  1256  1333  1440  1604  1796  2124  2688             2510  2100  1828  1648  1509  1406  1333  1286  1265  1283  1331  1414  1529  1686  1905  2265  2905             2688  2272  1941  1739  1589  1488  1414  1356  1348  1364  1412  1494  1625  1787  2034  2467  3132]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2748  2180  1848  1629  1519  1414  1350  1323  1318  1332  1395  1472  1586  1779  1997  2431  3146             2534  2037  1732  1548  1425  1342  1280  1251  1242  1260  1301  1392  1503  1663  1877  2255  2881             2367  1922  1652  1490  1371  1292  1227  1193  1181  1207  1253  1323  1442  1593  1801  2128  2696             2241  1848  1597  1451  1332  1258  1183  1149  1136  1160  1215  1282  1392  1542  1753  2049  2561             2166  1784  1562  1425  1313  1221  1160  1118  1110  1127  1166  1258  1358  1506  1711  1997  2439             2115  1766  1552  1400  1292  1207  1136  1101  1084  1094  1149  1230  1342  1487  1691  1938  2407             2072  1736  1525  1387  1278  1185  1118  1067  1051  1075  1127  1203  1313  1460  1652  1927  2336             2031  1703  1516  1376  1258  1171  1098  1046  1036  1051  1106  1187  1292  1434  1629  1887  2306             1964  1667  1494  1353  1247  1152  1080  1028  1024  1037  1088  1167  1276  1417  1604  1858  2262             1959  1660  1481  1353  1232  1145  1068  1020  1014  1027  1076  1152  1267  1406  1590  1834  2262             1970  1671  1475  1355  1238  1147  1073  1027  1014  1028  1075  1151  1267  1400  1583  1843  2277             1992  1695  1509  1371  1260  1164  1091  1051  1034  1051  1094  1175  1282  1417  1597  1867  2277             2061  1732  1545  1414  1287  1199  1124  1081  1070  1081  1127  1209  1313  1451  1641  1917  2375             2180  1815  1615  1466  1342  1251  1179  1136  1120  1134  1179  1255  1368  1506  1699  2009  2490             2313  1927  1703  1545  1414  1318  1245  1205  1185  1201  1245  1328  1428  1586  1797  2128  2666             2456  2084  1806  1629  1500  1389  1325  1273  1258  1278  1320  1400  1506  1679  1897  2269  2869             2647  2248  1922  1723  1586  1472  1389  1348  1337  1350  1403  1472  1600  1766  2003  2448  3119]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2354  1909  1637  1486  1421  1333  1270  1275  1275  1301  1350  1453  1566  1716  1943  2389  2987             2194  1792  1558  1427  1322  1265  1236  1226  1231  1231  1290  1355  1486  1646  1865  2209  2781             2029  1698  1493  1373  1285  1231  1190  1173  1173  1195  1236  1317  1434  1589  1782  2095  2601             1920  1654  1466  1344  1265  1208  1169  1132  1132  1156  1208  1280  1384  1522  1734  2003  2444             1843  1605  1440  1338  1250  1195  1144  1116  1105  1124  1173  1250  1367  1507  1698  1955  2444             1822  1597  1434  1327  1241  1177  1128  1090  1086  1101  1144  1231  1333  1486  1671  1931  2354             1772  1566  1427  1317  1236  1164  1112  1068  1061  1086  1128  1213  1311  1460  1646  1886  2304             1772  1551  1409  1301  1231  1148  1101  1058  1041  1065  1112  1190  1290  1440  1621  1875  2256             1707  1507  1390  1306  1222  1140  1072  1031  1024  1044  1090  1164  1285  1427  1597  1843  2240             1680  1493  1373  1290  1213  1132  1068  1024  1011  1034  1075  1156  1260  1409  1589  1833  2194             1689  1493  1378  1301  1213  1132  1068  1031  1021  1027  1079  1156  1255  1390  1573  1802  2179             1716  1529  1415  1322  1241  1156  1086  1041  1034  1047  1090  1173  1275  1409  1589  1833  2240             1763  1558  1453  1350  1255  1190  1120  1082  1072  1079  1124  1204  1311  1453  1629  1875  2288             1833  1629  1514  1415  1322  1241  1169  1136  1120  1132  1177  1241  1361  1507  1680  1979  2425             1955  1725  1605  1486  1378  1295  1236  1199  1182  1190  1241  1311  1434  1581  1782  2095  2580             2042  1854  1698  1573  1453  1361  1311  1270  1245  1265  1317  1390  1507  1663  1886  2225  2829             2225  2003  1812  1671  1543  1440  1384  1350  1317  1355  1390  1460  1605  1763  1991  2425  3015]       </LSC_SAMPLES_blue>          </cell>          <cell index="4" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_D50_70             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                D50             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [1788  1541  1379  1292  1257  1194  1175  1176  1169  1187  1222  1274  1386  1471  1633  1895  2308             1762  1494  1347  1268  1200  1178  1147  1138  1131  1151  1186  1258  1322  1428  1565  1823  2225             1677  1447  1319  1251  1186  1149  1127  1119  1110  1129  1161  1226  1303  1402  1535  1753  2105             1629  1417  1312  1243  1189  1148  1118  1098  1096  1110  1144  1205  1272  1373  1514  1719  2058             1572  1413  1297  1231  1190  1137  1115  1087  1079  1095  1121  1189  1269  1371  1502  1707  2018             1557  1404  1291  1235  1188  1136  1096  1072  1059  1078  1120  1173  1260  1369  1497  1672  1974             1536  1379  1299  1231  1177  1140  1088  1057  1053  1065  1100  1160  1248  1343  1481  1657  1936             1518  1365  1288  1222  1173  1121  1074  1039  1032  1044  1086  1156  1235  1336  1461  1636  1925             1481  1357  1273  1216  1165  1108  1060  1023  1024  1036  1068  1133  1215  1316  1441  1624  1897             1452  1345  1266  1210  1166  1106  1053  1016  1007  1019  1063  1109  1202  1296  1432  1592  1862             1463  1337  1263  1211  1157  1103  1047  1011   999  1016  1049  1106  1191  1293  1419  1575  1861             1454  1339  1278  1227  1163  1108  1061  1026  1015  1026  1064  1117  1199  1298  1416  1581  1874             1479  1363  1297  1235  1183  1125  1076  1037  1032  1047  1076  1137  1209  1308  1436  1619  1935             1514  1388  1337  1264  1200  1148  1108  1077  1066  1077  1105  1162  1243  1343  1476  1669  1945             1584  1441  1376  1310  1238  1173  1140  1106  1094  1109  1147  1199  1285  1380  1515  1708  2050             1639  1508  1415  1356  1289  1224  1186  1151  1141  1148  1175  1237  1313  1428  1565  1793  2161             1704  1587  1452  1387  1323  1265  1214  1191  1176  1187  1231  1288  1354  1471  1601  1873  2273]          </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [1939  1635  1450  1342  1279  1230  1192  1181  1174  1190  1219  1257  1339  1434  1576  1848  2183             1865  1581  1411  1310  1238  1194  1166  1149  1139  1157  1190  1238  1314  1395  1534  1751  2105             1804  1536  1377  1293  1225  1180  1142  1124  1113  1126  1158  1210  1287  1382  1495  1711  2028             1747  1513  1369  1283  1218  1168  1127  1103  1095  1114  1142  1200  1271  1363  1482  1664  1964             1683  1493  1368  1279  1216  1160  1123  1094  1082  1102  1133  1184  1265  1360  1486  1642  1926             1667  1487  1363  1283  1215  1155  1114  1084  1071  1081  1122  1177  1258  1350  1478  1637  1914             1665  1476  1355  1278  1206  1149  1104  1065  1059  1068  1111  1164  1246  1343  1468  1636  1901             1651  1453  1348  1270  1204  1142  1089  1055  1043  1056  1098  1157  1226  1334  1456  1610  1857             1608  1435  1334  1256  1192  1129  1072  1038  1024  1044  1077  1138  1213  1313  1439  1584  1814             1600  1419  1323  1251  1179  1122  1071  1029  1019  1028  1063  1123  1202  1297  1411  1565  1816             1591  1411  1318  1248  1177  1117  1061  1028  1014  1028  1062  1115  1198  1285  1403  1568  1811             1597  1424  1317  1256  1185  1119  1072  1035  1023  1035  1072  1127  1204  1288  1399  1561  1834             1625  1453  1344  1271  1197  1140  1091  1060  1049  1060  1091  1140  1221  1302  1422  1577  1856             1693  1493  1378  1296  1234  1175  1127  1091  1082  1084  1121  1173  1246  1337  1454  1627  1937             1734  1540  1423  1343  1267  1201  1158  1132  1119  1130  1160  1210  1277  1379  1487  1681  2013             1826  1618  1476  1382  1306  1246  1201  1170  1155  1168  1199  1253  1322  1414  1538  1745  2114             1881  1696  1521  1417  1336  1281  1238  1199  1196  1206  1236  1286  1366  1456  1594  1842  2193]         </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [1924  1628  1448  1327  1277  1217  1182  1170  1169  1179  1221  1267  1333  1449  1565  1815  2202             1844  1570  1398  1299  1233  1189  1153  1138  1134  1146  1172  1233  1300  1395  1515  1738  2096             1772  1521  1368  1282  1215  1173  1133  1112  1105  1125  1157  1201  1279  1370  1492  1684  2019             1717  1495  1351  1275  1206  1165  1115  1093  1085  1104  1145  1188  1260  1354  1483  1657  1963             1691  1468  1345  1273  1209  1151  1111  1082  1077  1091  1117  1185  1250  1346  1473  1644  1904             1675  1474  1354  1268  1205  1152  1103  1079  1067  1073  1115  1174  1252  1347  1475  1617  1905             1657  1463  1343  1267  1203  1142  1096  1055  1043  1063  1104  1159  1236  1334  1455  1624  1868             1634  1443  1343  1265  1191  1135  1081  1041  1034  1046  1090  1150  1223  1318  1443  1599  1855             1584  1416  1325  1245  1183  1119  1065  1025  1024  1034  1074  1133  1210  1305  1423  1577  1824             1576  1407  1312  1243  1166  1110  1052  1014  1012  1022  1060  1117  1199  1292  1408  1554  1820             1575  1408  1299  1238  1166  1105  1051  1016  1006  1018  1053  1109  1193  1280  1394  1553  1821             1577  1414  1317  1241  1175  1111  1059  1030  1017  1030  1062  1122  1196  1283  1393  1558  1803             1609  1426  1330  1263  1185  1130  1077  1046  1039  1046  1080  1139  1209  1297  1412  1578  1854             1670  1468  1366  1288  1215  1159  1111  1081  1069  1079  1111  1163  1239  1323  1437  1624  1908             1732  1525  1410  1329  1254  1196  1149  1123  1108  1119  1149  1205  1266  1364  1488  1684  1997             1787  1606  1458  1367  1297  1231  1194  1159  1148  1163  1189  1240  1303  1408  1531  1749  2088             1853  1679  1506  1404  1333  1267  1216  1192  1187  1194  1228  1267  1345  1439  1569  1828  2183]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [1648  1425  1283  1211  1194  1147  1112  1128  1131  1150  1182  1251  1316  1398  1522  1784  2091             1597  1381  1258  1197  1144  1120  1113  1116  1124  1120  1162  1200  1286  1380  1505  1703  2023             1519  1343  1237  1181  1139  1118  1099  1094  1097  1114  1141  1195  1271  1367  1476  1657  1948             1471  1338  1240  1180  1145  1120  1101  1077  1081  1100  1138  1186  1253  1336  1467  1620  1873             1439  1321  1240  1196  1151  1126  1096  1080  1072  1088  1124  1178  1258  1347  1461  1609  1908             1443  1333  1251  1202  1157  1124  1095  1068  1068  1079  1110  1175  1243  1346  1458  1612  1864             1417  1319  1257  1203  1164  1122  1090  1057  1053  1075  1105  1169  1235  1334  1449  1589  1843             1426  1314  1248  1195  1166  1112  1085  1052  1039  1059  1096  1153  1222  1323  1436  1589  1815             1376  1280  1234  1202  1159  1107  1058  1027  1024  1040  1076  1131  1219  1314  1417  1565  1806             1352  1266  1216  1186  1148  1097  1052  1019  1009  1029  1059  1120  1193  1295  1407  1553  1765             1351  1258  1214  1189  1142  1091  1046  1020  1013  1016  1057  1114  1182  1271  1386  1518  1743             1358  1276  1234  1197  1157  1104  1054  1020  1017  1027  1058  1120  1189  1275  1386  1529  1774             1376  1283  1251  1206  1156  1122  1073  1047  1040  1044  1077  1134  1207  1298  1402  1544  1786             1405  1318  1281  1243  1197  1150  1101  1081  1069  1077  1109  1150  1232  1324  1421  1600  1859             1464  1365  1329  1278  1222  1176  1141  1118  1105  1110  1145  1190  1271  1360  1476  1657  1932             1486  1429  1371  1320  1257  1206  1181  1155  1137  1151  1186  1232  1304  1395  1523  1714  2059             1557  1496  1420  1362  1297  1240  1212  1194  1168  1199  1217  1256  1349  1436  1560  1811  2110]       </LSC_SAMPLES_blue>          </cell>          <cell index="5" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_D65_100             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                D65             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3452  2627  2158  1878  1686  1562  1456  1394  1378  1394  1438  1530  1655  1869  2132  2608  3388             3125  2466  2014  1768  1590  1468  1373  1323  1295  1313  1368  1450  1549  1751  1992  2417  3125             2923  2294  1898  1678  1510  1389  1309  1263  1237  1246  1299  1368  1492  1678  1888  2266  2877             2746  2171  1831  1618  1444  1333  1241  1200  1185  1200  1246  1323  1427  1611  1840  2158  2788             2589  2095  1777  1556  1405  1281  1204  1147  1129  1147  1185  1272  1389  1549  1751  2083  2589             2483  2025  1710  1510  1353  1233  1158  1109  1085  1098  1147  1246  1343  1492  1710  2003  2483             2466  1949  1678  1474  1323  1208  1129  1076  1057  1072  1126  1204  1318  1474  1663  1938  2417             2385  1938  1655  1462  1313  1189  1112  1051  1036  1054  1098  1181  1285  1444  1633  1928  2417             2385  1918  1640  1438  1290  1189  1092  1042  1024  1045  1092  1173  1281  1427  1640  1918  2354             2354  1908  1648  1450  1285  1185  1098  1045  1027  1036  1092  1173  1272  1422  1626  1908  2354             2369  1938  1655  1468  1304  1192  1109  1057  1030  1054  1098  1173  1290  1450  1648  1918  2369             2466  1970  1702  1486  1323  1216  1129  1076  1060  1072  1122  1196  1318  1474  1663  1970  2449             2553  2014  1734  1517  1368  1241  1162  1109  1095  1102  1154  1233  1343  1504  1726  2014  2500             2665  2095  1777  1556  1405  1285  1204  1151  1136  1158  1200  1276  1400  1556  1768  2095  2646             2810  2210  1849  1633  1468  1343  1259  1208  1192  1204  1246  1338  1433  1611  1840  2171  2788             2971  2339  1949  1726  1536  1405  1328  1281  1254  1267  1323  1400  1530  1702  1938  2324  2971             3237  2517  2071  1812  1611  1492  1405  1338  1323  1343  1394  1498  1626  1795  2071  2500  3295]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3205  2502  2052  1799  1634  1496  1426  1380  1347  1370  1426  1496  1608  1781  2052  2485  3177             2958  2349  1932  1706  1544  1423  1340  1304  1279  1295  1340  1429  1534  1706  1922  2311  2899             2757  2187  1821  1616  1475  1357  1281  1227  1219  1229  1268  1357  1469  1619  1821  2187  2746             2590  2087  1764  1560  1418  1297  1229  1180  1165  1181  1217  1304  1402  1557  1760  2057  2572             2502  2006  1710  1518  1370  1257  1180  1132  1110  1127  1174  1252  1362  1509  1706  1985  2451             2372  1942  1663  1475  1335  1223  1146  1096  1075  1086  1141  1219  1323  1463  1663  1932  2372             2341  1897  1634  1440  1302  1189  1113  1066  1048  1057  1111  1185  1295  1432  1630  1882  2311             2275  1858  1608  1423  1283  1185  1093  1046  1025  1045  1090  1172  1277  1418  1605  1858  2283             2268  1849  1591  1418  1277  1163  1080  1033  1024  1030  1082  1161  1263  1407  1601  1840  2247             2275  1840  1601  1418  1274  1168  1088  1039  1023  1036  1082  1159  1274  1399  1598  1844  2283             2319  1873  1619  1426  1288  1181  1105  1058  1033  1046  1095  1174  1277  1412  1616  1868  2283             2372  1907  1637  1455  1316  1203  1130  1080  1061  1074  1118  1203  1306  1452  1637  1897  2341             2451  1958  1675  1496  1352  1242  1159  1115  1098  1111  1152  1229  1337  1484  1671  1942  2403             2563  2040  1743  1541  1391  1281  1205  1159  1139  1152  1201  1274  1391  1531  1726  2023  2510             2716  2148  1799  1616  1452  1337  1257  1207  1195  1207  1250  1330  1437  1588  1790  2136  2686             2888  2290  1902  1671  1521  1402  1325  1277  1257  1265  1311  1402  1515  1667  1897  2254  2865             3109  2451  2023  1768  1608  1472  1394  1342  1311  1342  1375  1460  1581  1743  2018  2419  3122]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3208  2518  2072  1812  1642  1508  1426  1386  1371  1383  1437  1505  1614  1808  2083  2526  3222             2975  2342  1946  1711  1559  1437  1353  1312  1289  1305  1348  1437  1549  1711  1941  2334  2963             2763  2195  1839  1635  1487  1376  1289  1235  1223  1243  1291  1368  1481  1639  1848  2202  2763             2616  2083  1760  1576  1421  1312  1235  1191  1168  1187  1233  1307  1418  1566  1777  2083  2625             2492  2010  1723  1520  1381  1267  1183  1140  1126  1136  1187  1263  1365  1517  1719  1999  2475             2403  1946  1668  1490  1333  1229  1150  1104  1086  1102  1148  1223  1336  1478  1668  1946  2411             2334  1896  1631  1457  1317  1203  1124  1072  1050  1073  1124  1195  1303  1454  1653  1896  2334             2284  1867  1617  1432  1294  1189  1102  1053  1040  1055  1100  1180  1287  1426  1631  1881  2298             2298  1872  1610  1426  1287  1182  1096  1041  1024  1044  1087  1168  1276  1410  1614  1862  2284             2284  1867  1610  1429  1294  1176  1099  1049  1028  1046  1086  1170  1278  1418  1607  1872  2284             2305  1891  1617  1437  1294  1183  1114  1056  1036  1058  1100  1180  1287  1435  1624  1891  2320             2372  1926  1646  1466  1321  1215  1134  1079  1064  1076  1131  1203  1312  1466  1657  1921  2372             2451  1983  1688  1508  1353  1245  1167  1119  1102  1115  1163  1233  1346  1499  1691  1977  2451             2597  2054  1748  1549  1405  1291  1211  1168  1143  1161  1209  1282  1394  1543  1752  2054  2570             2732  2169  1825  1610  1463  1346  1265  1215  1193  1217  1260  1343  1452  1600  1812  2144  2683             2916  2298  1911  1695  1533  1407  1333  1285  1263  1278  1317  1405  1520  1688  1896  2277  2893             3167  2475  2032  1790  1603  1478  1402  1350  1331  1350  1399  1475  1596  1764  2026  2442  3087]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [3089  2394  1995  1749  1596  1484  1403  1353  1358  1358  1398  1496  1596  1757  2016  2439  3064             2837  2280  1896  1695  1526  1418  1344  1294  1285  1289  1334  1418  1526  1695  1896  2280  2858             2641  2128  1815  1630  1456  1353  1277  1231  1224  1235  1281  1353  1467  1616  1824  2128  2660             2520  2070  1757  1551  1424  1303  1224  1178  1171  1182  1231  1303  1408  1551  1749  2048  2520             2379  1984  1687  1520  1368  1268  1189  1147  1126  1136  1189  1268  1363  1514  1702  1984  2394             2335  1905  1651  1462  1330  1224  1150  1104  1088  1101  1150  1220  1330  1473  1658  1934  2321             2253  1868  1616  1456  1312  1197  1120  1067  1052  1079  1126  1201  1303  1451  1630  1887  2280             2266  1832  1596  1424  1294  1189  1110  1049  1035  1052  1104  1178  1281  1434  1609  1859  2240             2227  1832  1589  1424  1285  1178  1097  1044  1024  1046  1088  1164  1277  1418  1602  1841  2227             2201  1832  1596  1418  1289  1175  1094  1046  1035  1046  1091  1171  1277  1413  1602  1850  2253             2253  1850  1602  1424  1303  1189  1113  1058  1041  1061  1104  1186  1289  1434  1616  1868  2240             2293  1887  1630  1462  1325  1212  1133  1088  1070  1076  1130  1212  1325  1456  1651  1905  2321             2350  1944  1672  1496  1344  1243  1168  1120  1104  1117  1171  1243  1349  1484  1680  1964  2394             2503  2026  1733  1538  1408  1285  1212  1171  1143  1161  1197  1298  1393  1544  1725  2026  2503             2623  2128  1798  1602  1451  1334  1264  1216  1201  1216  1252  1334  1445  1596  1806  2116  2641             2795  2253  1887  1687  1520  1403  1325  1281  1260  1272  1316  1393  1514  1680  1887  2240  2795             2992  2424  2016  1757  1596  1479  1388  1349  1334  1349  1383  1473  1609  1749  2016  2424  3016]       </LSC_SAMPLES_blue>          </cell>          <cell index="6" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_D65_70             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                D65             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2417  1961  1691  1530  1417  1345  1275  1233  1223  1233  1259  1317  1391  1522  1671  1947  2371             2274  1900  1626  1483  1375  1300  1237  1204  1182  1195  1232  1284  1340  1469  1608  1862  2274             2189  1815  1572  1443  1339  1261  1208  1178  1157  1161  1199  1242  1323  1443  1564  1793  2154             2105  1756  1549  1421  1307  1235  1170  1142  1131  1142  1174  1226  1292  1415  1557  1745  2137             2021  1725  1530  1390  1294  1207  1154  1110  1096  1110  1135  1199  1279  1384  1507  1715  2021             1966  1690  1492  1367  1262  1177  1124  1087  1067  1077  1113  1189  1252  1351  1492  1671  1966             1972  1642  1478  1347  1246  1164  1106  1064  1049  1061  1103  1161  1241  1347  1465  1633  1933             1919  1643  1466  1343  1244  1152  1095  1045  1034  1048  1082  1144  1217  1327  1446  1634  1944             1922  1629  1456  1324  1224  1154  1078  1038  1024  1041  1078  1139  1215  1314  1456  1629  1897             1894  1617  1459  1333  1217  1148  1082  1039  1025  1030  1076  1137  1204  1306  1440  1617  1894             1895  1633  1458  1341  1228  1149  1086  1046  1022  1043  1076  1131  1215  1325  1451  1616  1895             1953  1644  1485  1345  1234  1161  1096  1054  1042  1051  1089  1142  1230  1334  1451  1644  1939             1993  1658  1493  1355  1260  1170  1113  1073  1063  1066  1106  1162  1236  1344  1486  1658  1952             2043  1695  1503  1366  1272  1191  1135  1095  1085  1102  1131  1183  1267  1366  1496  1695  2028             2104  1749  1532  1404  1301  1219  1162  1127  1115  1123  1150  1214  1270  1386  1524  1718  2088             2162  1802  1573  1448  1329  1245  1196  1165  1145  1153  1192  1240  1323  1428  1565  1791  2162             2266  1880  1623  1477  1354  1284  1230  1183  1174  1187  1221  1289  1366  1462  1623  1867  2307]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2243  1868  1607  1465  1373  1288  1249  1221  1196  1212  1249  1288  1352  1451  1607  1855  2224             2152  1810  1560  1431  1335  1261  1207  1186  1167  1178  1207  1266  1327  1431  1552  1781  2110             2064  1730  1508  1390  1308  1232  1182  1144  1140  1146  1170  1232  1303  1393  1508  1730  2057             1985  1688  1492  1371  1284  1202  1158  1123  1112  1124  1147  1208  1269  1368  1489  1664  1971             1953  1652  1472  1356  1261  1184  1130  1095  1077  1090  1125  1180  1254  1348  1469  1634  1914             1878  1621  1451  1336  1245  1168  1113  1075  1058  1065  1107  1164  1234  1325  1451  1612  1878             1872  1598  1439  1316  1226  1146  1090  1055  1040  1045  1089  1142  1219  1308  1436  1586  1849             1831  1575  1425  1308  1215  1149  1077  1041  1024  1039  1074  1136  1209  1303  1422  1575  1836             1829  1570  1412  1306  1211  1129  1066  1029  1024  1026  1068  1127  1198  1295  1421  1562  1812             1831  1559  1419  1303  1207  1132  1072  1033  1021  1030  1066  1123  1207  1286  1415  1563  1836             1854  1578  1426  1303  1213  1139  1082  1047  1025  1035  1072  1131  1202  1291  1423  1574  1825             1878  1591  1428  1317  1227  1149  1097  1059  1044  1053  1085  1149  1219  1314  1428  1583  1854             1914  1612  1442  1337  1245  1170  1110  1079  1066  1075  1103  1158  1231  1326  1439  1599  1876             1964  1650  1475  1353  1259  1187  1135  1103  1088  1096  1132  1181  1259  1345  1461  1636  1924             2034  1700  1490  1390  1287  1214  1160  1125  1118  1125  1154  1207  1275  1365  1482  1690  2011             2101  1765  1536  1402  1316  1241  1194  1161  1147  1151  1181  1241  1311  1399  1532  1737  2085             2176  1830  1585  1441  1352  1267  1220  1187  1163  1187  1204  1257  1328  1420  1581  1806  2186]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2246  1880  1623  1476  1380  1298  1249  1226  1216  1224  1259  1295  1356  1472  1632  1886  2255             2165  1805  1571  1435  1349  1273  1219  1194  1177  1187  1214  1273  1340  1435  1567  1799  2156             2069  1737  1523  1406  1318  1249  1190  1151  1144  1159  1192  1242  1313  1409  1531  1742  2069             2005  1685  1489  1384  1286  1216  1164  1134  1116  1130  1162  1212  1284  1375  1503  1685  2012             1945  1654  1483  1358  1271  1194  1134  1103  1093  1099  1138  1190  1257  1356  1480  1645  1932             1902  1624  1456  1349  1244  1173  1117  1082  1068  1080  1115  1167  1246  1338  1456  1624  1909             1867  1598  1437  1332  1240  1159  1101  1060  1043  1062  1101  1152  1227  1329  1456  1598  1867             1837  1582  1432  1316  1225  1152  1086  1048  1038  1049  1084  1143  1219  1311  1445  1594  1849             1852  1589  1429  1313  1221  1147  1081  1038  1024  1041  1073  1134  1210  1298  1432  1581  1841             1837  1582  1426  1313  1225  1140  1082  1043  1026  1040  1070  1134  1210  1303  1423  1586  1837             1843  1593  1424  1314  1218  1141  1091  1045  1028  1047  1078  1137  1212  1311  1431  1593  1855             1878  1607  1436  1327  1233  1160  1101  1058  1046  1055  1098  1148  1224  1327  1446  1603  1878             1913  1632  1453  1347  1246  1174  1118  1083  1070  1079  1114  1162  1239  1339  1456  1628  1913             1991  1662  1479  1361  1272  1197  1141  1112  1091  1105  1139  1188  1262  1355  1482  1662  1970             2046  1716  1512  1385  1297  1221  1167  1132  1116  1134  1163  1219  1287  1376  1501  1697  2009             2122  1771  1543  1422  1326  1246  1201  1169  1153  1163  1186  1244  1315  1416  1531  1754  2105             2217  1848  1592  1458  1347  1272  1227  1194  1181  1194  1225  1270  1341  1437  1587  1824  2161]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2162  1787  1563  1425  1341  1278  1228  1197  1205  1201  1224  1288  1341  1431  1579  1821  2145             2064  1757  1531  1421  1320  1256  1210  1177  1173  1173  1202  1256  1320  1421  1531  1757  2080             1978  1684  1503  1402  1291  1228  1178  1148  1145  1152  1182  1228  1301  1390  1510  1684  1992             1931  1674  1486  1362  1289  1207  1153  1121  1118  1125  1160  1207  1275  1362  1480  1656  1931             1857  1634  1452  1358  1259  1195  1140  1110  1094  1100  1140  1195  1255  1352  1465  1634  1869             1849  1590  1440  1323  1241  1168  1116  1082  1070  1079  1116  1165  1241  1334  1446  1614  1838             1802  1574  1423  1331  1235  1153  1097  1055  1044  1067  1104  1157  1227  1326  1435  1590  1823             1823  1553  1413  1308  1225  1153  1094  1044  1033  1047  1087  1142  1213  1318  1425  1576  1802             1795  1556  1410  1311  1219  1144  1083  1040  1024  1043  1074  1130  1211  1306  1422  1563  1795             1771  1553  1413  1304  1221  1138  1078  1041  1033  1041  1075  1135  1209  1299  1419  1568  1812             1802  1559  1411  1301  1227  1146  1091  1047  1033  1050  1081  1143  1214  1311  1423  1574  1791             1816  1574  1422  1323  1236  1157  1100  1067  1052  1055  1097  1157  1236  1318  1440  1590  1838             1834  1600  1440  1337  1237  1172  1119  1084  1072  1080  1122  1172  1242  1326  1446  1617  1869             1918  1639  1466  1351  1275  1191  1142  1115  1092  1104  1128  1203  1261  1356  1460  1639  1918             1964  1684  1489  1378  1286  1211  1167  1134  1123  1134  1155  1211  1281  1372  1496  1674  1978             2034  1736  1523  1415  1315  1243  1194  1165  1150  1158  1185  1234  1309  1409  1523  1726  2034             2094  1810  1579  1431  1341  1273  1215  1193  1184  1193  1211  1268  1352  1425  1579  1810  2111]       </LSC_SAMPLES_blue>          </cell>          <cell index="7" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_D75_100             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                D75             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3439  2661  2209  1889  1688  1545  1452  1397  1376  1391  1408  1506  1613  1805  2048  2480  3255             3170  2480  2037  1787  1606  1458  1376  1311  1293  1302  1340  1413  1538  1688  1929  2293  2964             2940  2307  1939  1688  1525  1397  1307  1253  1223  1232  1275  1340  1452  1606  1805  2132  2741             2783  2196  1860  1627  1458  1326  1244  1187  1168  1168  1211  1279  1386  1538  1736  2037  2567             2642  2107  1787  1565  1402  1270  1191  1132  1111  1118  1168  1236  1345  1470  1665  1960  2447             2567  2048  1736  1538  1360  1244  1146  1095  1069  1079  1125  1191  1302  1441  1620  1879  2337             2532  2003  1696  1500  1345  1211  1136  1066  1042  1051  1098  1176  1275  1402  1599  1850  2278             2480  1981  1696  1482  1326  1211  1111  1057  1036  1039  1085  1150  1261  1397  1585  1832  2223             2480  1981  1703  1470  1326  1207  1108  1045  1024  1039  1075  1154  1253  1402  1565  1832  2250             2497  2025  1703  1494  1316  1191  1108  1045  1024  1039  1075  1146  1257  1402  1565  1814  2250             2532  2003  1711  1506  1330  1207  1122  1057  1033  1042  1082  1165  1261  1397  1571  1823  2278             2567  2048  1744  1513  1350  1227  1125  1075  1048  1060  1098  1168  1275  1418  1606  1850  2278             2642  2095  1753  1532  1376  1240  1154  1098  1075  1082  1118  1191  1293  1430  1613  1879  2337             2762  2170  1814  1585  1408  1288  1191  1136  1118  1118  1157  1219  1335  1470  1657  1939  2430             2916  2264  1899  1657  1464  1326  1248  1176  1165  1161  1207  1270  1370  1532  1703  2025  2514             3143  2414  1981  1728  1532  1391  1302  1244  1219  1227  1266  1335  1447  1578  1796  2157  2720             3344  2642  2132  1832  1613  1470  1386  1311  1279  1293  1330  1418  1513  1680  1909  2278  2940]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3236  2580  2116  1849  1659  1531  1438  1391  1372  1381  1432  1490  1604  1760  2017  2404  3082             3046  2389  1976  1741  1565  1443  1360  1307  1287  1294  1332  1411  1516  1662  1884  2231  2804             2824  2238  1862  1659  1493  1364  1289  1238  1213  1224  1260  1332  1438  1584  1773  2093  2615             2641  2116  1789  1584  1424  1307  1228  1171  1153  1164  1203  1273  1376  1504  1699  1981  2450             2538  2038  1729  1519  1374  1256  1173  1123  1104  1117  1153  1221  1329  1454  1641  1884  2339             2481  1976  1688  1496  1343  1234  1147  1084  1066  1077  1120  1189  1287  1417  1591  1844  2238             2434  1956  1662  1465  1320  1205  1117  1062  1040  1049  1098  1167  1268  1394  1578  1806  2181             2412  1936  1659  1462  1309  1196  1106  1050  1028  1040  1086  1155  1256  1389  1553  1797  2175             2397  1936  1670  1459  1309  1192  1098  1042  1024  1038  1081  1150  1254  1379  1540  1785  2163             2427  1946  1670  1465  1313  1191  1110  1048  1029  1034  1077  1155  1252  1376  1556  1781  2175             2457  1961  1677  1476  1320  1196  1118  1055  1035  1048  1084  1162  1262  1386  1553  1797  2169             2481  2001  1703  1493  1334  1217  1130  1071  1055  1062  1103  1167  1268  1396  1572  1810  2206             2555  2049  1725  1519  1360  1234  1155  1101  1077  1087  1127  1191  1298  1422  1588  1840  2257             2706  2110  1785  1556  1396  1277  1181  1135  1112  1118  1157  1224  1325  1456  1631  1898  2353             2804  2212  1853  1617  1446  1322  1238  1185  1162  1173  1200  1264  1369  1507  1684  1971  2473             3022  2375  1946  1695  1516  1384  1298  1242  1221  1219  1256  1327  1427  1565  1757  2082  2624             3264  2546  2071  1789  1597  1465  1364  1300  1279  1296  1325  1394  1490  1652  1857  2251  2824]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3245  2570  2110  1840  1656  1532  1444  1395  1368  1380  1433  1508  1618  1777  2017  2418  3066             3054  2410  1976  1741  1566  1449  1363  1304  1289  1302  1340  1415  1526  1667  1889  2244  2852             2821  2237  1876  1646  1488  1365  1286  1233  1216  1224  1263  1335  1433  1595  1777  2087  2622             2658  2121  1794  1576  1423  1306  1222  1169  1155  1163  1203  1270  1375  1508  1707  1981  2464             2545  2043  1726  1523  1373  1259  1179  1126  1098  1113  1156  1222  1326  1460  1639  1913  2338             2464  1981  1692  1488  1340  1218  1141  1087  1063  1081  1121  1188  1297  1423  1595  1845  2270             2418  1946  1667  1474  1324  1203  1115  1066  1036  1053  1096  1169  1268  1402  1582  1827  2199             2403  1941  1653  1469  1308  1186  1112  1049  1034  1042  1084  1158  1257  1387  1560  1798  2193             2396  1951  1667  1455  1302  1188  1105  1043  1024  1038  1076  1153  1255  1382  1547  1798  2163             2403  1961  1656  1463  1308  1194  1105  1046  1027  1036  1076  1153  1259  1380  1560  1794  2187             2441  1971  1674  1477  1315  1201  1117  1059  1029  1040  1088  1158  1261  1397  1560  1794  2199             2496  2006  1700  1488  1337  1212  1130  1070  1049  1060  1101  1176  1272  1397  1572  1815  2237             2578  2038  1730  1520  1361  1241  1150  1099  1076  1088  1131  1197  1286  1418  1602  1858  2263             2658  2110  1781  1554  1397  1272  1190  1135  1118  1118  1155  1230  1326  1463  1635  1903  2345             2771  2218  1827  1612  1447  1319  1231  1179  1153  1165  1199  1268  1368  1503  1689  1976  2472             2995  2352  1936  1692  1511  1385  1299  1237  1212  1222  1261  1328  1423  1560  1765  2098  2622             3259  2528  2060  1798  1592  1460  1361  1302  1274  1284  1319  1390  1503  1639  1871  2244  2821]          </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [3131  2533  2048  1789  1641  1496  1437  1374  1344  1361  1396  1481  1577  1732  1965  2382  2961             2902  2331  1939  1725  1549  1437  1353  1304  1278  1297  1332  1391  1506  1666  1849  2191  2739             2739  2191  1841  1635  1481  1361  1289  1228  1211  1217  1263  1328  1418  1565  1746  2038  2504             2548  2077  1774  1549  1423  1304  1228  1178  1144  1166  1194  1259  1370  1491  1679  1948  2356             2462  1992  1699  1517  1370  1256  1178  1124  1107  1115  1147  1221  1320  1446  1617  1873  2295             2382  1939  1666  1491  1336  1217  1147  1090  1074  1077  1124  1191  1281  1405  1582  1819  2180             2344  1914  1660  1476  1324  1204  1115  1064  1044  1054  1096  1166  1263  1396  1549  1767  2138             2307  1906  1648  1456  1312  1194  1107  1054  1034  1048  1090  1156  1256  1378  1538  1774  2097             2344  1931  1654  1451  1316  1185  1104  1051  1024  1039  1082  1156  1252  1383  1532  1767  2128             2331  1922  1648  1461  1320  1194  1107  1046  1031  1044  1090  1163  1256  1383  1538  1767  2107             2382  1939  1654  1466  1324  1204  1118  1061  1031  1048  1082  1156  1263  1387  1543  1782  2138             2382  1957  1673  1496  1328  1217  1130  1072  1051  1061  1101  1166  1270  1391  1549  1782  2148             2448  2001  1712  1501  1353  1231  1153  1098  1079  1082  1124  1194  1281  1405  1571  1819  2191             2563  2067  1753  1554  1387  1274  1181  1132  1112  1118  1153  1221  1316  1446  1611  1857  2271             2656  2170  1811  1600  1428  1312  1224  1172  1153  1153  1191  1263  1357  1486  1641  1939  2382             2846  2307  1897  1666  1486  1374  1293  1224  1197  1204  1252  1316  1405  1538  1732  2038  2533             3086  2435  2010  1767  1577  1442  1340  1301  1270  1274  1308  1396  1481  1629  1826  2170  2656]       </LSC_SAMPLES_blue>          </cell>          <cell index="8" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_D75_70             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                D75             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2407  1987  1731  1539  1418  1330  1272  1235  1221  1231  1232  1297  1356  1470  1605  1852  2278             2307  1911  1644  1499  1389  1292  1239  1193  1180  1185  1207  1252  1331  1416  1557  1767  2157             2202  1826  1606  1452  1352  1268  1206  1168  1144  1148  1177  1217  1288  1381  1495  1687  2053             2133  1776  1574  1429  1320  1228  1172  1130  1116  1112  1141  1185  1255  1351  1469  1647  1968             2062  1735  1538  1398  1291  1197  1141  1096  1079  1082  1120  1165  1239  1313  1433  1613  1910             2033  1709  1514  1393  1269  1188  1113  1073  1051  1057  1092  1137  1215  1304  1413  1568  1850             2025  1688  1493  1371  1267  1167  1113  1055  1034  1039  1076  1133  1200  1281  1408  1559  1822             1995  1679  1502  1362  1255  1174  1095  1051  1034  1033  1069  1114  1194  1284  1404  1553  1788             1999  1682  1512  1353  1258  1172  1094  1041  1024  1035  1061  1120  1188  1291  1388  1556  1814             2009  1716  1509  1373  1246  1154  1092  1039  1022  1033  1059  1111  1190  1289  1386  1537  1810             2025  1688  1507  1377  1253  1163  1099  1045  1025  1031  1060  1122  1188  1276  1384  1536  1822             2033  1709  1522  1369  1260  1172  1092  1054  1030  1039  1066  1116  1189  1284  1401  1544  1804             2062  1725  1509  1368  1267  1169  1105  1063  1044  1047  1071  1123  1190  1277  1389  1547  1824             2117  1755  1534  1392  1274  1194  1123  1081  1068  1064  1090  1130  1209  1291  1402  1568  1863             2184  1792  1573  1425  1298  1203  1152  1096  1089  1082  1114  1153  1215  1317  1411  1602  1883             2287  1860  1600  1449  1325  1232  1173  1132  1113  1117  1140  1183  1251  1324  1450  1662  1980             2341  1973  1670  1492  1356  1265  1214  1160  1135  1143  1165  1221  1271  1369  1495  1701  2058]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2266  1927  1658  1506  1394  1318  1259  1230  1217  1222  1254  1283  1348  1434  1580  1795  2158             2216  1841  1595  1460  1354  1278  1225  1189  1175  1177  1199  1250  1312  1394  1521  1720  2040             2115  1771  1542  1427  1324  1238  1190  1154  1135  1141  1163  1209  1275  1363  1468  1656  1958             2024  1711  1514  1392  1290  1211  1157  1114  1101  1107  1134  1179  1246  1321  1437  1602  1877             1981  1678  1488  1357  1265  1184  1123  1087  1072  1081  1105  1150  1224  1299  1413  1551  1826             1964  1649  1472  1354  1253  1178  1113  1063  1049  1055  1087  1135  1201  1282  1388  1539  1772             1947  1648  1464  1339  1243  1162  1094  1051  1033  1038  1076  1125  1194  1274  1390  1521  1744             1940  1641  1469  1344  1240  1159  1089  1045  1026  1035  1069  1119  1189  1276  1375  1523  1750             1932  1644  1482  1344  1242  1158  1084  1038  1024  1034  1067  1116  1190  1270  1367  1516  1744             1952  1649  1479  1346  1244  1154  1094  1042  1028  1028  1061  1119  1186  1265  1378  1509  1750             1965  1652  1477  1349  1243  1153  1096  1043  1027  1036  1062  1120  1189  1267  1367  1514  1735             1964  1670  1485  1352  1244  1162  1097  1050  1037  1041  1070  1114  1183  1264  1371  1510  1747             1994  1686  1485  1357  1252  1163  1107  1065  1045  1052  1079  1122  1195  1270  1367  1515  1762             2074  1706  1510  1366  1264  1183  1113  1080  1062  1064  1090  1135  1199  1279  1380  1535  1803             2100  1750  1535  1391  1282  1200  1143  1105  1087  1093  1107  1148  1214  1296  1395  1559  1852             2199  1830  1571  1422  1312  1226  1169  1130  1114  1109  1131  1175  1234  1313  1418  1604  1909             2285  1901  1622  1457  1343  1261  1194  1150  1135  1146  1160  1200  1252  1346  1455  1681  1977]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2271  1919  1653  1499  1392  1319  1264  1234  1214  1221  1255  1299  1360  1448  1580  1806  2146             2222  1858  1595  1461  1355  1284  1228  1186  1176  1184  1207  1254  1320  1398  1525  1729  2076             2113  1770  1554  1415  1320  1240  1187  1150  1138  1141  1166  1212  1271  1372  1472  1651  1963             2037  1716  1518  1384  1288  1210  1151  1112  1103  1107  1133  1177  1245  1325  1444  1602  1888             1986  1682  1486  1361  1264  1187  1130  1090  1066  1077  1108  1151  1221  1305  1411  1575  1825             1951  1653  1476  1347  1250  1163  1108  1066  1046  1060  1089  1134  1210  1288  1392  1539  1797             1934  1640  1468  1347  1246  1159  1092  1055  1029  1042  1074  1126  1194  1282  1393  1540  1759             1933  1645  1464  1350  1239  1150  1095  1043  1032  1037  1068  1122  1191  1275  1382  1524  1764             1931  1657  1479  1340  1235  1154  1091  1040  1024  1034  1062  1119  1191  1273  1373  1527  1743             1933  1662  1467  1345  1239  1157  1089  1041  1025  1031  1060  1117  1193  1268  1382  1520  1759             1952  1661  1474  1350  1238  1157  1094  1048  1022  1029  1066  1116  1188  1277  1374  1511  1759             1976  1674  1483  1347  1248  1157  1096  1049  1032  1039  1069  1122  1186  1265  1372  1514  1771             2013  1678  1489  1358  1253  1170  1101  1064  1045  1053  1084  1128  1185  1267  1379  1529  1767             2037  1706  1507  1365  1265  1179  1121  1080  1068  1064  1088  1139  1200  1285  1384  1539  1797             2075  1755  1513  1386  1283  1198  1137  1099  1079  1086  1107  1151  1213  1292  1398  1563  1851             2179  1813  1563  1419  1307  1227  1170  1126  1107  1112  1136  1176  1231  1308  1425  1617  1908             2281  1888  1614  1465  1338  1257  1191  1151  1130  1136  1155  1196  1263  1335  1466  1675  1975]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2191  1892  1605  1457  1380  1288  1258  1215  1193  1204  1222  1275  1325  1411  1540  1779  2073             2112  1797  1566  1447  1340  1273  1218  1187  1166  1180  1200  1232  1303  1398  1493  1689  1993             2051  1734  1525  1407  1313  1236  1190  1145  1133  1135  1166  1206  1258  1346  1446  1613  1875             1953  1680  1501  1360  1288  1209  1157  1121  1093  1109  1125  1167  1240  1309  1421  1575  1806             1922  1640  1462  1355  1261  1183  1129  1087  1075  1079  1099  1151  1215  1292  1392  1542  1791             1886  1618  1454  1350  1247  1162  1114  1069  1057  1056  1091  1137  1196  1272  1380  1518  1726             1874  1613  1462  1349  1247  1160  1093  1052  1036  1042  1073  1123  1189  1276  1364  1489  1710             1856  1615  1459  1338  1243  1157  1090  1048  1032  1043  1074  1121  1189  1267  1362  1504  1687             1889  1639  1468  1336  1249  1150  1090  1048  1024  1035  1068  1123  1188  1273  1360  1501  1715             1876  1629  1459  1343  1250  1157  1090  1041  1029  1038  1074  1127  1189  1271  1362  1498  1695             1905  1634  1457  1340  1247  1160  1095  1050  1024  1037  1060  1114  1189  1267  1359  1501  1710             1886  1633  1459  1354  1239  1162  1096  1050  1034  1040  1069  1113  1185  1260  1351  1487  1701             1911  1647  1474  1341  1246  1160  1105  1063  1048  1047  1077  1125  1180  1255  1352  1497  1711             1964  1672  1483  1365  1256  1181  1113  1078  1062  1064  1087  1131  1192  1270  1363  1502  1740             1989  1717  1500  1376  1266  1191  1130  1093  1079  1075  1099  1147  1203  1278  1359  1534  1784             2071  1778  1532  1398  1285  1217  1165  1114  1093  1096  1128  1166  1215  1290  1399  1571  1843             2160  1818  1575  1440  1325  1241  1173  1150  1127  1127  1145  1202  1244  1327  1431  1620  1859]       </LSC_SAMPLES_blue>          </cell>          <cell index="9" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_CWF_100             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                CWF             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3350  2619  2129  1847  1649  1532  1450  1389  1363  1372  1417  1516  1631  1831  2098  2572  3350             3065  2414  1982  1742  1560  1436  1359  1302  1298  1302  1350  1436  1554  1729  1964  2374  3087             2900  2262  1879  1656  1500  1376  1294  1249  1228  1242  1282  1367  1485  1643  1855  2239  2806             2701  2161  1808  1595  1436  1313  1231  1181  1162  1181  1228  1309  1421  1566  1808  2108  2684             2572  2048  1742  1538  1385  1253  1181  1137  1111  1137  1177  1264  1372  1527  1735  2038  2512             2483  1973  1681  1485  1330  1228  1149  1100  1080  1091  1140  1221  1334  1475  1675  1947  2428             2387  1921  1656  1465  1313  1207  1117  1064  1044  1064  1111  1194  1309  1455  1643  1921  2336             2349  1904  1643  1440  1294  1174  1097  1046  1031  1044  1091  1171  1282  1421  1631  1895  2299             2323  1895  1618  1436  1286  1171  1086  1034  1024  1034  1091  1171  1282  1421  1625  1871  2323             2336  1895  1637  1440  1286  1177  1091  1039  1029  1034  1088  1165  1278  1417  1625  1887  2323             2374  1921  1643  1440  1306  1184  1105  1046  1036  1054  1097  1181  1290  1440  1625  1912  2336             2455  1955  1668  1465  1317  1204  1125  1078  1057  1072  1122  1197  1306  1475  1662  1929  2387             2512  2010  1695  1506  1346  1235  1159  1108  1094  1102  1162  1235  1346  1500  1695  1982  2483             2619  2098  1757  1554  1394  1278  1200  1152  1131  1149  1194  1282  1389  1543  1750  2068  2603             2788  2171  1816  1618  1455  1330  1253  1214  1187  1204  1253  1334  1445  1606  1808  2161  2735             2980  2299  1921  1675  1527  1403  1317  1267  1253  1264  1309  1389  1516  1688  1904  2299  2960             3225  2498  2048  1793  1625  1470  1394  1350  1317  1326  1385  1460  1595  1764  2019  2455  3177]        </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3236  2531  2079  1804  1637  1513  1427  1379  1367  1372  1427  1493  1631  1800  2062  2499  3170             2999  2355  1939  1702  1546  1425  1344  1303  1284  1299  1344  1420  1546  1706  1934  2334  2976             2795  2196  1843  1627  1473  1353  1288  1225  1221  1233  1278  1355  1462  1620  1825  2184  2755             2608  2084  1763  1559  1414  1297  1225  1175  1158  1168  1214  1292  1402  1562  1756  2073  2565             2499  1989  1702  1505  1360  1251  1174  1126  1107  1125  1175  1249  1353  1502  1698  1983  2452             2414  1939  1655  1468  1325  1218  1138  1088  1070  1085  1131  1210  1325  1465  1648  1925  2377             2341  1892  1634  1438  1297  1184  1110  1060  1040  1059  1105  1181  1290  1435  1624  1883  2313             2306  1869  1610  1422  1280  1174  1098  1040  1024  1045  1087  1165  1275  1412  1600  1865  2293             2293  1874  1604  1417  1271  1172  1087  1035  1024  1035  1084  1161  1267  1409  1594  1851  2247             2300  1869  1610  1417  1278  1174  1093  1040  1023  1038  1087  1165  1271  1407  1604  1865  2266             2327  1878  1620  1438  1288  1188  1102  1053  1035  1047  1096  1183  1288  1427  1600  1883  2313             2384  1920  1655  1457  1314  1210  1129  1079  1065  1078  1120  1201  1308  1457  1637  1897  2362             2467  1978  1687  1496  1348  1237  1151  1112  1096  1107  1155  1235  1346  1485  1683  1954  2444             2565  2051  1744  1543  1394  1282  1203  1153  1143  1156  1197  1275  1397  1528  1728  2030  2556             2726  2165  1804  1610  1449  1339  1253  1206  1195  1201  1247  1330  1438  1594  1800  2124  2698             2942  2293  1892  1673  1516  1397  1321  1267  1249  1269  1319  1387  1510  1669  1892  2253  2867             3170  2459  2009  1771  1594  1471  1389  1339  1325  1332  1384  1471  1578  1732  1999  2436  3107]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3248  2543  2090  1819  1637  1514  1431  1383  1361  1380  1439  1511  1633  1810  2068  2519  3208             3011  2381  1959  1719  1559  1439  1354  1309  1290  1305  1354  1436  1562  1715  1949  2345  2988             2797  2220  1853  1643  1477  1368  1283  1237  1223  1241  1286  1354  1474  1637  1853  2176  2757             2619  2101  1773  1571  1418  1305  1231  1179  1164  1179  1223  1303  1418  1565  1769  2090  2593             2519  2004  1715  1516  1371  1259  1179  1132  1114  1132  1176  1253  1361  1514  1715  2009  2463             2403  1954  1675  1474  1329  1223  1145  1095  1073  1095  1142  1220  1329  1477  1675  1940  2410             2345  1912  1643  1449  1309  1196  1119  1066  1047  1066  1113  1194  1296  1447  1637  1912  2332             2304  1871  1623  1426  1292  1183  1106  1049  1040  1051  1097  1178  1283  1423  1616  1879  2284             2304  1879  1603  1433  1283  1176  1092  1040  1024  1042  1089  1172  1279  1423  1613  1884  2264             2318  1884  1613  1433  1290  1178  1098  1040  1031  1046  1097  1176  1283  1431  1610  1875  2291             2345  1902  1630  1441  1298  1192  1114  1057  1042  1057  1106  1188  1298  1441  1630  1889  2325             2374  1926  1643  1468  1327  1210  1130  1083  1064  1080  1128  1208  1318  1460  1657  1935  2374             2456  1989  1697  1505  1359  1241  1164  1120  1103  1119  1155  1241  1350  1493  1689  1969  2463             2576  2068  1746  1549  1400  1292  1208  1158  1143  1157  1207  1281  1400  1540  1746  2051  2560             2738  2164  1814  1613  1447  1347  1261  1212  1194  1212  1259  1336  1444  1597  1814  2147  2682             2921  2304  1912  1679  1519  1408  1325  1277  1257  1273  1314  1403  1514  1675  1902  2271  2868             3208  2471  2025  1769  1613  1479  1390  1345  1322  1340  1390  1474  1593  1765  2009  2440  3144]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [3153  2496  2066  1788  1608  1498  1401  1354  1346  1361  1426  1479  1608  1775  2084  2470  3112             2958  2372  1964  1712  1546  1426  1346  1295  1275  1295  1354  1418  1536  1699  1948  2282  2922             2754  2178  1843  1641  1488  1354  1281  1248  1216  1235  1281  1361  1470  1619  1829  2159  2692             2577  2102  1775  1566  1410  1295  1229  1180  1163  1180  1229  1295  1418  1556  1762  2066  2522             2470  2014  1712  1526  1377  1255  1180  1136  1120  1136  1180  1248  1361  1507  1712  1980  2420             2372  1948  1664  1470  1324  1223  1146  1094  1089  1099  1146  1223  1317  1488  1653  1917  2372             2304  1917  1630  1470  1309  1204  1114  1070  1051  1075  1120  1192  1302  1443  1641  1887  2282             2261  1857  1619  1426  1288  1192  1109  1046  1037  1060  1104  1180  1295  1435  1608  1857  2219             2282  1857  1619  1435  1288  1180  1094  1046  1024  1051  1094  1175  1288  1426  1608  1857  2239             2282  1857  1608  1443  1295  1186  1099  1046  1033  1056  1104  1180  1288  1426  1619  1887  2282             2282  1917  1641  1452  1302  1198  1109  1065  1046  1060  1114  1198  1302  1443  1619  1887  2304             2326  1932  1664  1470  1331  1223  1146  1089  1075  1084  1130  1216  1324  1470  1653  1917  2349             2470  1997  1687  1507  1361  1248  1158  1120  1109  1130  1158  1261  1354  1498  1676  1964  2396             2549  2066  1749  1546  1401  1288  1216  1163  1146  1158  1210  1281  1401  1546  1749  2031  2522             2662  2139  1815  1619  1452  1339  1255  1210  1186  1210  1255  1339  1452  1566  1802  2120  2633             2853  2282  1887  1664  1517  1385  1331  1275  1255  1275  1309  1393  1507  1664  1887  2282  2853             3072  2420  2014  1762  1587  1470  1410  1346  1302  1331  1401  1488  1587  1762  2014  2420  3072]       </LSC_SAMPLES_blue>          </cell>          <cell index="10" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_CWF_70             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                CWF             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2345  1956  1668  1504  1386  1319  1270  1229  1210  1213  1240  1305  1370  1492  1644  1921  2345             2230  1860  1600  1462  1349  1272  1224  1184  1185  1184  1216  1272  1345  1450  1586  1830  2246             2172  1790  1556  1424  1330  1249  1194  1164  1148  1158  1184  1241  1317  1413  1536  1772  2101             2070  1747  1530  1401  1300  1217  1160  1124  1109  1124  1157  1214  1287  1375  1530  1705  2057             2008  1686  1500  1374  1275  1180  1131  1100  1079  1100  1128  1191  1263  1364  1494  1678  1961             1966  1647  1467  1344  1240  1172  1116  1078  1063  1070  1107  1166  1244  1335  1461  1624  1922             1909  1618  1458  1339  1237  1163  1094  1053  1036  1053  1088  1150  1233  1330  1447  1618  1868             1889  1613  1455  1324  1225  1138  1080  1041  1029  1038  1075  1135  1214  1306  1444  1606  1849             1873  1609  1436  1322  1220  1137  1072  1030  1024  1030  1077  1137  1216  1309  1442  1588  1873             1879  1606  1450  1324  1218  1141  1075  1033  1027  1029  1072  1129  1211  1302  1439  1599  1869             1899  1618  1447  1316  1229  1141  1083  1035  1029  1043  1075  1138  1215  1316  1431  1611  1868             1944  1632  1456  1326  1229  1149  1092  1056  1039  1051  1089  1143  1218  1335  1450  1610  1890             1961  1655  1459  1345  1240  1164  1110  1072  1062  1067  1113  1164  1240  1341  1459  1632  1939             2007  1697  1486  1365  1262  1185  1131  1097  1080  1094  1125  1188  1258  1356  1480  1672  1995             2088  1718  1504  1392  1290  1207  1156  1132  1110  1122  1156  1211  1281  1382  1497  1710  2048             2169  1771  1551  1405  1321  1243  1187  1153  1143  1150  1180  1231  1312  1416  1537  1771  2154             2257  1865  1605  1461  1365  1265  1220  1194  1169  1172  1213  1257  1340  1437  1582  1833  2224]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2265  1890  1629  1470  1376  1303  1250  1220  1213  1214  1250  1285  1370  1466  1616  1866  2219             2182  1815  1565  1428  1338  1262  1210  1186  1172  1182  1210  1257  1338  1431  1562  1799  2166             2093  1738  1526  1400  1306  1228  1189  1142  1143  1150  1179  1230  1297  1394  1512  1728  2063             1998  1686  1492  1369  1281  1202  1155  1119  1106  1112  1144  1198  1269  1372  1485  1677  1966             1951  1637  1465  1344  1252  1179  1125  1090  1075  1088  1126  1177  1246  1342  1462  1633  1914             1911  1618  1444  1329  1236  1163  1104  1067  1053  1064  1098  1155  1236  1326  1438  1606  1882             1872  1594  1439  1314  1221  1141  1088  1049  1033  1048  1083  1138  1215  1312  1430  1586  1850             1856  1584  1426  1307  1212  1137  1081  1035  1022  1039  1071  1129  1208  1298  1418  1580  1845             1848  1591  1423  1305  1206  1138  1073  1031  1024  1031  1070  1128  1202  1298  1414  1572  1811             1850  1584  1426  1302  1210  1137  1077  1035  1021  1032  1071  1129  1204  1293  1421  1580  1823             1861  1583  1427  1314  1213  1145  1080  1042  1027  1036  1074  1140  1213  1304  1410  1586  1850             1888  1602  1444  1319  1226  1155  1096  1058  1047  1057  1087  1146  1220  1319  1429  1583  1871             1926  1629  1452  1337  1242  1166  1103  1076  1064  1071  1106  1164  1239  1326  1449  1608  1908             1966  1659  1475  1356  1262  1188  1133  1097  1091  1100  1128  1182  1264  1342  1462  1642  1959             2042  1713  1494  1385  1285  1216  1157  1125  1118  1120  1151  1207  1275  1371  1491  1681  2020             2141  1767  1527  1403  1312  1237  1190  1153  1140  1155  1188  1228  1307  1400  1527  1736  2086             2219  1836  1574  1443  1340  1266  1216  1184  1176  1178  1212  1266  1326  1411  1566  1819  2175]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2273  1899  1637  1481  1375  1303  1253  1223  1208  1221  1260  1300  1373  1475  1620  1881  2246             2191  1835  1582  1442  1348  1274  1220  1191  1177  1187  1220  1272  1351  1439  1574  1807  2174             2094  1756  1535  1413  1309  1242  1185  1153  1144  1157  1187  1229  1307  1408  1535  1722  2065             2007  1699  1500  1380  1284  1209  1160  1122  1111  1122  1153  1207  1284  1374  1497  1690  1988             1966  1650  1477  1355  1262  1186  1130  1095  1082  1095  1127  1181  1253  1352  1477  1654  1923             1903  1631  1461  1334  1240  1168  1111  1074  1055  1074  1108  1165  1240  1337  1461  1619  1908             1876  1611  1447  1324  1233  1152  1096  1054  1040  1054  1090  1150  1221  1322  1441  1611  1865             1854  1585  1438  1310  1223  1146  1090  1043  1038  1046  1081  1141  1215  1308  1432  1593  1838             1857  1596  1423  1320  1218  1142  1078  1037  1024  1038  1075  1138  1214  1310  1431  1600  1825             1865  1597  1429  1317  1221  1141  1082  1035  1029  1040  1081  1139  1215  1315  1426  1589  1843             1876  1603  1435  1317  1223  1149  1091  1046  1034  1046  1084  1145  1223  1317  1435  1591  1859             1880  1607  1434  1329  1238  1156  1097  1062  1047  1059  1095  1154  1229  1322  1446  1615  1880             1917  1637  1461  1344  1251  1169  1115  1084  1071  1083  1107  1169  1243  1334  1454  1621  1923             1975  1672  1477  1361  1268  1197  1139  1102  1092  1101  1137  1187  1268  1353  1477  1659  1962             2050  1713  1503  1387  1283  1223  1164  1130  1117  1130  1162  1213  1280  1373  1503  1699  2008             2126  1776  1543  1408  1314  1247  1193  1162  1147  1158  1183  1242  1309  1405  1536  1750  2087             2246  1845  1586  1441  1356  1273  1217  1190  1174  1186  1217  1269  1339  1438  1574  1822  2201]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2207  1864  1618  1457  1352  1289  1227  1197  1195  1204  1249  1273  1352  1446  1632  1845  2178             2153  1828  1586  1436  1337  1263  1213  1178  1164  1178  1219  1256  1329  1426  1573  1759  2126             2063  1724  1527  1412  1320  1229  1183  1164  1138  1152  1183  1236  1303  1393  1515  1708  2016             1975  1700  1502  1376  1276  1200  1158  1123  1111  1123  1158  1200  1284  1367  1491  1671  1933             1928  1658  1473  1364  1268  1182  1131  1099  1087  1099  1131  1176  1254  1346  1473  1630  1890             1878  1626  1452  1331  1235  1167  1113  1073  1071  1078  1113  1167  1228  1347  1442  1600  1878             1843  1615  1436  1343  1233  1160  1092  1058  1043  1063  1097  1149  1226  1319  1445  1590  1825             1819  1574  1434  1311  1220  1155  1093  1041  1035  1055  1088  1144  1226  1319  1424  1574  1785             1840  1577  1437  1321  1222  1146  1080  1043  1024  1048  1080  1140  1222  1313  1427  1577  1805             1836  1574  1424  1327  1226  1150  1083  1041  1031  1050  1088  1144  1220  1311  1434  1599  1836             1825  1615  1445  1327  1226  1155  1087  1054  1039  1049  1092  1155  1226  1319  1426  1590  1843             1842  1613  1452  1331  1242  1167  1113  1068  1057  1063  1097  1161  1235  1331  1442  1600  1860             1928  1644  1453  1346  1254  1176  1109  1084  1077  1094  1109  1189  1246  1338  1442  1617  1871             1954  1671  1480  1358  1269  1194  1146  1107  1095  1102  1140  1187  1269  1358  1480  1642  1933             1994  1693  1503  1393  1288  1215  1158  1128  1110  1128  1158  1215  1288  1347  1492  1678  1972             2076  1759  1523  1396  1312  1227  1199  1160  1145  1160  1179  1234  1304  1396  1523  1759  2076             2150  1807  1578  1435  1334  1265  1234  1191  1156  1177  1227  1281  1334  1435  1578  1807  2150]       </LSC_SAMPLES_blue>          </cell>          <cell index="11" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_TL84_100             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                TL84             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3341  2591  2107  1834  1644  1530  1423  1369  1358  1373  1427  1503  1623  1795  2107  2502  3277             3078  2362  1976  1733  1563  1443  1358  1306  1296  1302  1347  1431  1548  1716  1953  2341  3005             2886  2257  1881  1654  1498  1380  1296  1242  1230  1236  1289  1365  1485  1633  1860  2189  2791             2702  2125  1807  1592  1431  1319  1239  1195  1178  1187  1224  1316  1423  1587  1776  2107  2645             2578  2048  1751  1539  1392  1276  1198  1147  1126  1136  1187  1270  1376  1534  1733  2024  2527             2478  2000  1693  1507  1351  1239  1144  1104  1085  1102  1149  1227  1333  1489  1676  1953  2407             2385  1946  1654  1476  1316  1192  1121  1078  1049  1072  1116  1201  1306  1455  1644  1909  2341             2351  1902  1633  1443  1292  1178  1104  1047  1037  1049  1099  1178  1279  1427  1623  1874  2330             2298  1881  1612  1423  1286  1170  1085  1039  1024  1047  1088  1165  1270  1419  1618  1867  2288             2298  1895  1618  1435  1279  1170  1092  1039  1024  1039  1090  1162  1273  1407  1612  1867  2278             2351  1895  1633  1439  1289  1189  1107  1047  1034  1054  1099  1181  1289  1431  1623  1881  2309             2396  1931  1665  1459  1319  1218  1131  1078  1063  1076  1124  1206  1309  1451  1649  1931  2362             2478  2000  1710  1512  1358  1248  1168  1114  1095  1116  1168  1248  1347  1494  1693  1992  2454             2605  2082  1764  1563  1407  1292  1218  1168  1154  1170  1212  1286  1392  1553  1751  2056  2578             2760  2199  1840  1633  1459  1351  1270  1215  1204  1227  1267  1340  1459  1612  1834  2161  2760             2988  2330  1946  1710  1539  1415  1340  1279  1260  1286  1330  1411  1525  1699  1924  2298  2919             3235  2490  2048  1788  1607  1494  1403  1358  1340  1347  1407  1481  1607  1788  2032  2454  3215]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3279  2544  2095  1803  1642  1520  1426  1391  1360  1371  1429  1511  1635  1794  2072  2518  3208             3024  2364  1956  1727  1556  1437  1360  1305  1289  1307  1346  1432  1549  1695  1931  2334  2963             2805  2228  1867  1653  1487  1371  1289  1241  1227  1237  1294  1363  1484  1635  1848  2208  2763             2663  2119  1786  1586  1432  1317  1243  1183  1170  1187  1229  1307  1421  1576  1777  2072  2607             2526  2043  1727  1527  1383  1269  1191  1141  1122  1136  1187  1263  1373  1520  1715  2004  2509             2442  1967  1676  1496  1346  1239  1157  1105  1084  1096  1148  1227  1331  1481  1688  1946  2403             2379  1926  1650  1452  1310  1205  1121  1070  1053  1073  1121  1197  1303  1449  1646  1906  2327             2320  1896  1628  1440  1298  1180  1105  1052  1037  1050  1102  1180  1282  1432  1628  1867  2270             2305  1881  1617  1429  1291  1174  1096  1038  1024  1044  1084  1167  1276  1418  1603  1867  2277             2334  1886  1617  1437  1285  1174  1096  1044  1028  1044  1086  1163  1276  1413  1607  1867  2312             2334  1896  1635  1443  1298  1187  1110  1058  1041  1055  1104  1180  1287  1426  1624  1886  2327             2387  1941  1665  1472  1331  1207  1136  1087  1069  1086  1129  1209  1312  1463  1657  1916  2357             2492  2004  1711  1502  1368  1254  1168  1124  1107  1122  1168  1243  1350  1493  1699  1977  2467             2616  2083  1764  1569  1415  1298  1219  1167  1157  1172  1221  1294  1407  1552  1748  2060  2597             2763  2202  1844  1628  1472  1348  1280  1225  1207  1225  1267  1350  1457  1610  1830  2157  2712             2975  2342  1936  1707  1536  1421  1343  1289  1271  1285  1331  1415  1520  1688  1911  2284  2951             3208  2501  2043  1773  1614  1493  1415  1360  1341  1360  1407  1481  1593  1773  2043  2451  3140]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3317  2535  2116  1816  1657  1515  1436  1383  1372  1375  1425  1522  1632  1811  2074  2501  3216             3020  2373  1975  1723  1577  1445  1357  1319  1298  1309  1362  1439  1560  1715  1959  2358  2983             2835  2244  1875  1661  1500  1380  1303  1246  1231  1244  1296  1372  1491  1650  1866  2197  2793             2662  2122  1798  1593  1439  1323  1246  1194  1173  1192  1237  1316  1425  1570  1789  2110  2625             2518  2046  1735  1534  1393  1271  1196  1142  1127  1147  1190  1265  1380  1531  1723  2024  2493             2451  1975  1695  1503  1350  1235  1158  1108  1087  1102  1149  1233  1338  1494  1688  1965  2412             2388  1924  1657  1470  1321  1213  1130  1079  1055  1078  1121  1197  1312  1456  1654  1909  2343             2336  1894  1636  1450  1303  1186  1110  1056  1041  1056  1103  1186  1289  1436  1628  1890  2292             2321  1890  1621  1436  1285  1177  1100  1041  1024  1047  1095  1177  1280  1425  1614  1885  2307             2343  1880  1625  1431  1289  1178  1100  1047  1033  1044  1093  1175  1285  1422  1618  1866  2307             2350  1919  1632  1447  1307  1194  1111  1061  1046  1055  1110  1190  1293  1442  1628  1909  2321             2427  1934  1672  1473  1333  1223  1142  1085  1070  1090  1135  1207  1321  1467  1657  1939  2373             2501  2007  1715  1512  1370  1252  1175  1123  1113  1128  1175  1246  1352  1509  1711  1991  2468             2615  2098  1764  1570  1406  1298  1223  1177  1160  1171  1223  1291  1409  1557  1772  2074  2606             2782  2191  1852  1632  1473  1355  1274  1229  1213  1233  1276  1352  1467  1625  1843  2165  2741             2972  2328  1934  1715  1547  1422  1343  1293  1280  1293  1340  1417  1544  1707  1929  2328  2972             3244  2501  2063  1798  1625  1491  1417  1352  1343  1350  1412  1470  1614  1789  2035  2509  3202]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [3085  2493  2006  1775  1613  1478  1402  1349  1349  1363  1410  1469  1582  1750  2023  2443  3164             2938  2350  1943  1702  1533  1418  1341  1292  1279  1299  1341  1426  1523  1714  1928  2285  2870             2742  2203  1828  1645  1487  1371  1285  1246  1228  1234  1292  1356  1469  1624  1842  2165  2742             2571  2109  1763  1582  1435  1313  1234  1192  1181  1186  1228  1306  1418  1582  1775  2091  2544             2493  2023  1750  1533  1379  1266  1198  1148  1127  1137  1186  1266  1363  1505  1714  1990  2443             2350  1928  1679  1487  1334  1240  1153  1102  1082  1097  1148  1216  1334  1478  1656  1943  2350             2306  1898  1634  1460  1313  1198  1122  1073  1055  1078  1122  1198  1313  1443  1634  1884  2285             2264  1884  1613  1435  1292  1181  1102  1050  1028  1050  1102  1181  1279  1418  1602  1884  2264             2264  1856  1602  1410  1279  1170  1092  1041  1024  1046  1082  1175  1272  1418  1592  1856  2243             2243  1870  1613  1435  1292  1181  1102  1037  1033  1041  1092  1159  1272  1418  1613  1856  2264             2285  1870  1634  1460  1306  1186  1102  1064  1041  1059  1107  1181  1292  1435  1624  1870  2264             2373  1943  1656  1469  1341  1210  1137  1078  1073  1082  1132  1222  1313  1452  1645  1898  2306             2443  1990  1702  1505  1356  1253  1164  1127  1107  1122  1164  1253  1349  1496  1690  1959  2419             2571  2074  1763  1552  1418  1292  1216  1170  1153  1159  1210  1279  1386  1542  1738  2023  2493             2712  2165  1828  1624  1469  1349  1272  1228  1210  1222  1259  1341  1443  1592  1828  2146  2654             2870  2285  1928  1714  1523  1402  1327  1279  1259  1285  1327  1402  1505  1667  1913  2264  2837             3085  2468  2023  1775  1602  1487  1402  1349  1341  1349  1394  1487  1602  1763  1990  2443  3124]       </LSC_SAMPLES_blue>          </cell>          <cell index="12" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_TL84_70             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                TL84             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2339  1935  1651  1494  1381  1317  1246  1211  1205  1214  1249  1294  1364  1462  1651  1868  2294             2240  1820  1596  1454  1352  1278  1223  1188  1183  1185  1214  1267  1339  1439  1577  1804  2187             2161  1786  1558  1423  1328  1253  1196  1158  1150  1152  1190  1239  1317  1405  1541  1732  2090             2071  1719  1529  1398  1295  1223  1167  1137  1125  1129  1153  1219  1288  1394  1503  1704  2027             2013  1686  1508  1375  1281  1203  1148  1109  1093  1100  1137  1197  1267  1371  1492  1666  1973             1962  1669  1477  1364  1260  1183  1110  1082  1067  1080  1115  1171  1244  1348  1462  1630  1906             1907  1640  1457  1349  1239  1149  1098  1067  1042  1060  1094  1157  1229  1330  1448  1609  1872             1892  1612  1447  1326  1224  1142  1088  1042  1035  1044  1083  1142  1211  1311  1437  1588  1874             1853  1597  1431  1310  1220  1136  1071  1035  1024  1044  1073  1131  1205  1306  1435  1586  1844             1849  1606  1433  1319  1211  1134  1076  1033  1022  1033  1074  1126  1205  1293  1428  1583  1832             1880  1597  1438  1315  1214  1146  1084  1036  1027  1043  1077  1138  1214  1307  1429  1585  1846             1897  1612  1453  1321  1231  1163  1098  1057  1045  1055  1091  1152  1221  1314  1439  1612  1870             1934  1646  1472  1351  1250  1176  1119  1078  1063  1080  1119  1176  1240  1335  1457  1640  1915             1996  1684  1492  1373  1274  1198  1148  1111  1102  1114  1142  1192  1260  1364  1482  1663  1976             2067  1740  1524  1405  1294  1226  1172  1133  1126  1144  1169  1217  1294  1387  1519  1710  2067             2174  1795  1571  1434  1331  1253  1207  1164  1151  1170  1198  1250  1319  1425  1553  1771  2124             2265  1859  1605  1457  1351  1286  1228  1201  1189  1192  1232  1275  1351  1457  1592  1832  2250]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2296  1899  1642  1469  1380  1309  1249  1231  1207  1212  1251  1301  1374  1462  1623  1880  2246             2200  1822  1579  1449  1346  1273  1225  1187  1177  1190  1212  1268  1340  1422  1559  1799  2156             2101  1763  1546  1422  1318  1244  1190  1157  1148  1153  1194  1237  1316  1406  1531  1747  2069             2041  1714  1511  1393  1296  1220  1172  1126  1117  1130  1158  1212  1286  1384  1503  1676  1998             1972  1682  1487  1364  1274  1196  1141  1104  1090  1099  1138  1190  1264  1358  1476  1650  1959             1934  1641  1462  1354  1255  1183  1124  1084  1066  1074  1115  1171  1242  1341  1472  1624  1902             1903  1623  1453  1327  1233  1161  1098  1059  1046  1062  1098  1154  1227  1324  1450  1606  1861             1866  1607  1442  1324  1229  1143  1089  1046  1035  1045  1086  1143  1214  1316  1442  1582  1826             1858  1598  1435  1316  1225  1140  1081  1035  1024  1041  1070  1133  1210  1306  1423  1585  1835             1878  1599  1432  1321  1216  1138  1079  1039  1026  1039  1070  1127  1208  1298  1423  1582  1860             1867  1598  1440  1319  1222  1144  1088  1047  1034  1044  1081  1137  1212  1303  1431  1589  1861             1890  1620  1452  1332  1242  1152  1103  1066  1051  1064  1096  1154  1224  1325  1446  1599  1866             1945  1650  1473  1342  1260  1182  1120  1088  1075  1086  1120  1172  1243  1334  1463  1628  1926             2005  1685  1493  1378  1281  1203  1148  1110  1105  1116  1150  1199  1274  1364  1479  1666  1991             2069  1742  1527  1400  1305  1224  1182  1142  1129  1142  1169  1226  1292  1385  1516  1706  2031             2165  1805  1563  1432  1329  1258  1210  1173  1161  1169  1199  1254  1315  1416  1543  1760  2147             2246  1867  1601  1444  1356  1285  1239  1203  1190  1203  1232  1275  1339  1444  1601  1830  2198]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2322  1893  1658  1479  1393  1304  1257  1223  1218  1216  1248  1310  1372  1475  1625  1867  2251             2198  1829  1595  1445  1364  1280  1223  1200  1185  1191  1227  1275  1349  1439  1582  1817  2171             2123  1775  1553  1429  1330  1253  1202  1161  1152  1159  1196  1246  1322  1419  1545  1739  2091             2040  1716  1521  1400  1303  1226  1174  1136  1120  1134  1166  1220  1290  1379  1514  1706  2012             1966  1684  1494  1371  1283  1198  1146  1105  1094  1110  1140  1192  1271  1368  1483  1666  1946             1941  1648  1479  1361  1259  1180  1124  1086  1069  1080  1116  1178  1248  1353  1472  1639  1909             1910  1621  1460  1344  1244  1169  1107  1068  1047  1066  1099  1154  1235  1331  1457  1609  1874             1879  1606  1449  1333  1233  1149  1093  1051  1039  1051  1087  1149  1221  1320  1442  1601  1844             1871  1605  1439  1322  1219  1142  1086  1038  1024  1044  1081  1142  1214  1312  1433  1600  1859             1885  1593  1439  1315  1221  1142  1084  1042  1031  1039  1077  1138  1216  1307  1433  1581  1856             1880  1617  1437  1323  1231  1150  1089  1049  1038  1043  1087  1147  1218  1318  1434  1609  1856             1922  1614  1459  1334  1244  1168  1109  1064  1052  1069  1102  1153  1232  1328  1446  1618  1879             1952  1652  1476  1351  1261  1180  1126  1087  1081  1092  1126  1174  1245  1348  1473  1639  1926             2004  1697  1492  1379  1273  1203  1152  1120  1108  1114  1152  1197  1276  1367  1499  1678  1997             2083  1734  1534  1404  1306  1230  1176  1146  1135  1150  1178  1228  1301  1397  1526  1713  2053             2162  1794  1561  1439  1338  1260  1209  1177  1169  1177  1207  1255  1335  1432  1557  1794  2162             2271  1867  1616  1465  1366  1283  1241  1196  1192  1194  1236  1266  1357  1458  1594  1874  2242]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2159  1861  1572  1446  1356  1272  1228  1193  1197  1206  1235  1264  1330  1426  1585  1825  2215             2138  1811  1569  1428  1326  1256  1208  1176  1167  1182  1208  1264  1318  1438  1557  1761  2088             2053  1743  1514  1415  1318  1245  1186  1162  1148  1150  1193  1231  1303  1396  1525  1713  2053             1970  1706  1491  1389  1299  1216  1163  1135  1127  1129  1157  1210  1284  1389  1502  1691  1950             1946  1665  1507  1369  1269  1193  1148  1111  1094  1100  1137  1193  1255  1344  1475  1638  1908             1861  1609  1465  1346  1244  1184  1119  1080  1065  1075  1114  1161  1244  1338  1445  1622  1861             1844  1600  1439  1334  1236  1154  1099  1062  1047  1066  1099  1154  1236  1319  1439  1587  1827             1821  1597  1429  1319  1223  1144  1085  1045  1026  1045  1085  1144  1211  1303  1419  1597  1821             1825  1576  1422  1298  1213  1136  1078  1038  1024  1042  1068  1141  1207  1306  1413  1576  1809             1805  1584  1429  1319  1223  1144  1085  1032  1031  1036  1076  1123  1205  1303  1429  1573  1821             1827  1575  1439  1334  1230  1143  1079  1052  1034  1048  1084  1138  1217  1311  1430  1575  1811             1879  1622  1445  1330  1251  1155  1104  1056  1055  1061  1099  1166  1225  1314  1435  1584  1826             1908  1638  1465  1344  1249  1181  1115  1090  1074  1085  1115  1181  1242  1336  1455  1612  1889             1970  1677  1491  1363  1284  1197  1145  1113  1101  1103  1140  1185  1255  1355  1470  1636  1910             2031  1713  1514  1396  1303  1224  1174  1145  1132  1139  1162  1218  1280  1369  1514  1698  1987             2088  1761  1557  1438  1318  1242  1195  1163  1149  1169  1195  1242  1302  1399  1545  1745  2064             2159  1843  1585  1446  1347  1280  1228  1193  1190  1193  1221  1280  1347  1436  1559  1825  2187]       </LSC_SAMPLES_blue>          </cell>          <cell index="13" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_HZ_100             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                HZ             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [100]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [3288  2526  2095  1803  1640  1507  1426  1380  1374  1394  1443  1548  1697  1925  2195  2695  3524             3014  2361  1958  1718  1541  1434  1345  1301  1296  1311  1358  1453  1609  1799  2070  2499  3241             2782  2195  1857  1632  1462  1358  1277  1236  1225  1243  1299  1383  1517  1709  1958  2353  2987             2653  2095  1780  1562  1408  1296  1216  1171  1161  1191  1240  1337  1462  1640  1872  2209  2782             2490  2003  1701  1500  1353  1249  1169  1136  1123  1134  1183  1275  1405  1583  1808  2134  2695             2411  1919  1648  1459  1311  1212  1130  1087  1082  1098  1153  1243  1363  1527  1753  2063  2545             2321  1872  1609  1428  1284  1179  1110  1062  1047  1070  1115  1212  1334  1497  1709  1997  2490             2283  1847  1598  1402  1263  1163  1089  1044  1032  1049  1103  1193  1319  1478  1680  1974  2419             2260  1837  1572  1394  1254  1145  1079  1032  1024  1043  1087  1181  1304  1465  1672  1952  2419             2253  1832  1583  1388  1258  1153  1080  1030  1022  1041  1096  1175  1311  1459  1680  1958  2428             2268  1847  1591  1399  1270  1159  1089  1047  1029  1055  1106  1189  1314  1474  1684  1974  2454             2306  1882  1613  1426  1294  1183  1115  1075  1059  1075  1125  1214  1345  1500  1705  2015  2499             2386  1919  1648  1462  1319  1212  1141  1101  1087  1112  1161  1252  1369  1530  1753  2057  2583             2445  1980  1688  1510  1355  1252  1181  1139  1132  1151  1205  1289  1423  1583  1813  2134  2674             2603  2076  1753  1562  1414  1304  1229  1191  1187  1191  1249  1339  1465  1648  1872  2238  2828             2748  2188  1832  1628  1484  1366  1294  1247  1245  1263  1326  1414  1548  1726  1952  2369  3054             2899  2329  1936  1697  1548  1434  1366  1311  1304  1334  1383  1497  1644  1813  2095  2554  3335]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [3088  2404  2001  1763  1604  1471  1408  1361  1354  1359  1423  1513  1646  1832  2105  2563  3217             2847  2248  1877  1657  1510  1403  1323  1283  1281  1300  1343  1429  1560  1736  1984  2355  3008             2672  2111  1781  1589  1435  1333  1258  1222  1212  1225  1274  1370  1497  1657  1887  2233  2836             2499  2013  1710  1533  1378  1276  1210  1161  1157  1177  1229  1313  1432  1585  1794  2111  2651             2379  1929  1653  1471  1330  1238  1161  1120  1111  1134  1175  1267  1378  1536  1740  2031  2526             2308  1867  1607  1438  1293  1197  1127  1076  1070  1090  1148  1229  1338  1500  1702  1979  2429             2233  1818  1585  1400  1272  1169  1104  1055  1044  1063  1109  1197  1320  1465  1669  1935  2331             2191  1799  1557  1394  1258  1157  1081  1041  1026  1052  1107  1189  1300  1447  1646  1908  2331             2177  1799  1550  1380  1249  1150  1076  1033  1024  1046  1092  1175  1295  1441  1626  1913  2315             2164  1794  1553  1378  1249  1146  1080  1042  1026  1044  1093  1169  1295  1444  1626  1887  2308             2184  1809  1560  1389  1269  1161  1097  1046  1032  1057  1109  1189  1303  1459  1638  1913  2347             2248  1832  1585  1417  1286  1183  1118  1081  1060  1078  1122  1210  1330  1462  1673  1929  2404             2300  1882  1619  1441  1318  1212  1146  1107  1090  1113  1163  1249  1364  1506  1706  1984  2481             2387  1945  1677  1484  1354  1258  1187  1142  1140  1155  1203  1288  1403  1568  1754  2067  2592             2499  2013  1727  1547  1403  1305  1238  1199  1185  1203  1253  1340  1453  1615  1823  2164  2724             2703  2137  1799  1604  1471  1364  1298  1262  1249  1269  1313  1411  1523  1690  1913  2292  2907             2859  2270  1908  1686  1533  1441  1370  1323  1325  1333  1386  1484  1607  1790  2031  2463  3102]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [3092  2431  2014  1753  1605  1487  1412  1365  1358  1384  1432  1532  1666  1850  2142  2573  3295             2843  2259  1894  1658  1506  1409  1334  1290  1288  1302  1355  1441  1580  1753  1996  2422  3026             2660  2129  1789  1587  1441  1350  1265  1230  1223  1238  1288  1382  1509  1674  1900  2259  2831             2500  2014  1719  1532  1387  1286  1213  1172  1166  1182  1236  1319  1438  1616  1812  2129  2640             2406  1936  1654  1477  1345  1243  1168  1124  1120  1136  1186  1274  1395  1559  1757  2067  2536             2303  1869  1620  1441  1305  1202  1136  1087  1084  1097  1153  1243  1360  1509  1723  1996  2465             2245  1821  1587  1409  1283  1182  1106  1061  1053  1074  1124  1202  1332  1480  1682  1941  2414             2203  1802  1562  1404  1270  1161  1094  1044  1041  1055  1106  1198  1315  1465  1662  1936  2342             2182  1798  1559  1387  1256  1159  1087  1041  1024  1048  1106  1186  1302  1450  1666  1926  2326             2189  1798  1562  1390  1265  1157  1086  1045  1035  1047  1110  1190  1305  1456  1654  1926  2342             2209  1821  1566  1401  1274  1165  1103  1056  1038  1063  1111  1198  1322  1471  1658  1926  2381             2245  1835  1598  1421  1298  1194  1124  1087  1066  1087  1135  1219  1340  1493  1690  1963  2447             2288  1874  1620  1453  1324  1223  1153  1113  1103  1118  1174  1254  1376  1532  1736  2025  2500             2414  1963  1670  1493  1360  1263  1194  1151  1142  1163  1213  1298  1412  1580  1780  2091  2620             2526  2025  1731  1545  1421  1317  1247  1206  1194  1209  1263  1352  1468  1631  1850  2189  2754             2691  2136  1802  1620  1480  1371  1302  1272  1256  1279  1329  1415  1542  1702  1931  2326  2937             2854  2281  1884  1698  1545  1429  1373  1327  1312  1342  1401  1493  1620  1789  2049  2482  3205]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [2546  2014  1729  1527  1466  1338  1273  1255  1282  1319  1368  1490  1637  1833  2107  2477  3107             2350  1929  1651  1455  1348  1309  1238  1214  1222  1247  1300  1389  1580  1762  1971  2350  2909             2235  1815  1580  1421  1300  1255  1190  1167  1175  1198  1255  1358  1527  1697  1909  2263  2736             2083  1729  1540  1389  1264  1190  1146  1111  1131  1160  1214  1319  1466  1637  1851  2156  2656             2014  1651  1478  1358  1222  1160  1104  1085  1098  1125  1167  1273  1421  1580  1797  2083  2511             1909  1622  1466  1328  1190  1131  1078  1047  1072  1078  1138  1247  1389  1567  1746  1992  2380             1909  1594  1432  1282  1190  1111  1072  1024  1041  1066  1098  1214  1368  1527  1746  1992  2350             1870  1580  1410  1273  1183  1091  1047  1024  1030  1053  1118  1222  1348  1502  1697  1971  2320             1833  1567  1389  1264  1183  1085  1041  1018  1024  1047  1104  1198  1348  1502  1713  1929  2320             1815  1567  1389  1273  1183  1098  1047  1018  1018  1047  1111  1206  1338  1490  1713  1950  2320             1851  1580  1432  1282  1190  1111  1060  1036  1041  1060  1125  1214  1348  1502  1713  1971  2412             1851  1594  1421  1291  1206  1125  1085  1047  1060  1085  1131  1230  1368  1527  1713  1992  2380             1890  1608  1443  1309  1222  1153  1104  1098  1098  1118  1183  1291  1421  1580  1746  2060  2444             1909  1637  1455  1348  1255  1183  1138  1125  1118  1146  1214  1319  1443  1608  1815  2107  2546             2014  1697  1502  1378  1291  1222  1198  1160  1175  1183  1255  1368  1478  1637  1890  2182  2656             2083  1762  1553  1432  1328  1264  1230  1214  1222  1255  1328  1443  1553  1729  1950  2291  2820             2182  1833  1622  1478  1389  1309  1300  1273  1282  1309  1410  1490  1637  1797  2060  2444  3107]       </LSC_SAMPLES_blue>          </cell>          <cell index="14" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_HZ_70             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                HZ             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168  168  168  168  168  168  168  168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95  95  95  95  95  95  95  95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [70]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                [2301  1886  1641  1469  1378  1297  1248  1220  1220  1233  1264  1332  1426  1568  1720  2012  2467             2193  1820  1580  1441  1333  1271  1211  1184  1184  1193  1223  1287  1392  1509  1671  1925  2358             2083  1737  1538  1404  1296  1233  1179  1152  1146  1158  1199  1255  1345  1470  1621  1862  2237             2033  1694  1506  1372  1275  1201  1146  1114  1108  1133  1169  1239  1324  1440  1584  1787  2132             1943  1649  1464  1340  1245  1177  1120  1099  1090  1097  1133  1201  1294  1414  1557  1757  2104             1909  1602  1437  1321  1223  1157  1097  1066  1064  1076  1119  1186  1272  1382  1529  1722  2015             1856  1578  1417  1305  1209  1136  1087  1051  1040  1059  1093  1168  1256  1368  1505  1683  1991             1836  1565  1415  1289  1196  1127  1073  1039  1030  1044  1087  1156  1249  1358  1488  1673  1946             1822  1560  1395  1283  1190  1112  1065  1028  1024  1039  1073  1146  1237  1349  1484  1658  1950             1812  1553  1402  1276  1192  1117  1064  1025  1021  1036  1080  1138  1242  1341  1488  1659  1953             1814  1556  1401  1279  1196  1117  1067  1036  1021  1044  1084  1146  1237  1347  1483  1664  1963             1826  1571  1407  1291  1207  1129  1083  1054  1041  1054  1092  1159  1254  1358  1487  1681  1978             1863  1580  1418  1306  1214  1142  1094  1066  1056  1076  1112  1180  1260  1367  1509  1693  2017             1874  1601  1428  1326  1227  1160  1112  1084  1081  1095  1136  1195  1288  1391  1534  1726  2049             1949  1643  1452  1343  1254  1184  1135  1110  1110  1110  1153  1216  1299  1417  1551  1771  2117             2000  1686  1479  1366  1284  1210  1166  1135  1136  1149  1195  1252  1339  1448  1576  1826  2222             2029  1739  1516  1382  1301  1235  1196  1160  1157  1180  1210  1289  1382  1477  1641  1907  2335]       </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                [2162  1795  1568  1436  1348  1266  1233  1204  1201  1202  1246  1302  1383  1493  1649  1914  2252             2072  1732  1515  1390  1306  1243  1191  1168  1170  1183  1210  1266  1350  1456  1602  1815  2189             2001  1670  1475  1367  1272  1210  1161  1140  1133  1142  1176  1243  1327  1425  1563  1767  2123             1915  1628  1447  1346  1247  1183  1140  1105  1105  1120  1158  1216  1296  1393  1518  1707  2032             1857  1588  1423  1314  1225  1166  1112  1084  1079  1098  1126  1194  1269  1373  1498  1672  1972             1827  1558  1402  1302  1206  1143  1094  1055  1052  1068  1114  1173  1248  1358  1485  1651  1923             1786  1532  1396  1279  1197  1126  1081  1044  1036  1052  1087  1154  1243  1339  1470  1630  1864             1763  1525  1379  1281  1191  1121  1065  1036  1024  1047  1091  1152  1231  1329  1458  1617  1875             1755  1528  1376  1271  1185  1116  1062  1030  1024  1042  1077  1141  1229  1326  1443  1625  1866             1741  1521  1376  1266  1183  1110  1064  1037  1024  1039  1077  1133  1227  1327  1441  1599  1857             1747  1524  1374  1269  1195  1119  1075  1035  1024  1046  1087  1146  1227  1333  1442  1612  1877             1780  1529  1383  1283  1200  1129  1085  1060  1043  1057  1089  1155  1241  1323  1460  1610  1903             1796  1549  1393  1287  1213  1142  1098  1072  1058  1077  1114  1177  1256  1346  1469  1633  1937             1829  1573  1419  1303  1225  1166  1118  1087  1089  1099  1134  1194  1270  1377  1484  1672  1987             1871  1593  1431  1330  1244  1185  1142  1118  1108  1122  1157  1217  1288  1389  1510  1712  2040             1967  1647  1453  1345  1273  1208  1169  1149  1140  1155  1182  1250  1317  1417  1545  1767  2115             2001  1695  1495  1373  1288  1240  1199  1170  1176  1179  1213  1277  1351  1458  1591  1839  2171]       </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                [2165  1815  1578  1428  1349  1280  1236  1208  1205  1224  1254  1319  1400  1507  1678  1921  2306             2068  1741  1529  1391  1302  1248  1202  1174  1176  1185  1221  1276  1367  1470  1612  1867  2202             1992  1685  1481  1365  1278  1225  1168  1146  1144  1154  1189  1254  1338  1440  1573  1787  2120             1916  1629  1454  1345  1256  1192  1143  1116  1114  1125  1165  1223  1302  1420  1533  1722  2023             1878  1594  1424  1320  1238  1171  1120  1087  1087  1100  1136  1201  1285  1393  1513  1701  1979             1824  1560  1413  1305  1217  1148  1103  1066  1066  1076  1119  1186  1269  1366  1503  1666  1951             1795  1534  1398  1288  1208  1139  1084  1050  1045  1063  1101  1159  1254  1353  1481  1636  1930             1772  1527  1384  1290  1202  1125  1078  1038  1039  1049  1090  1161  1245  1346  1472  1641  1884             1759  1527  1383  1277  1191  1125  1073  1037  1024  1045  1092  1152  1236  1335  1478  1635  1875             1761  1524  1384  1277  1198  1121  1069  1040  1033  1041  1093  1153  1236  1338  1465  1632  1884             1767  1534  1379  1280  1200  1122  1080  1045  1030  1051  1089  1155  1245  1344  1460  1622  1904             1777  1531  1394  1286  1211  1140  1091  1066  1048  1066  1101  1164  1250  1352  1474  1638  1938             1786  1543  1394  1298  1219  1153  1105  1077  1070  1082  1125  1182  1267  1369  1494  1667  1951             1850  1588  1413  1311  1231  1170  1125  1096  1090  1106  1143  1202  1278  1388  1506  1691  2008             1892  1602  1434  1329  1260  1196  1151  1125  1117  1127  1166  1228  1302  1403  1532  1732  2062             1958  1646  1455  1359  1281  1214  1173  1157  1147  1163  1198  1253  1334  1428  1559  1793  2138             1998  1703  1476  1383  1299  1230  1203  1174  1164  1187  1226  1285  1361  1457  1605  1853  2243]       </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                [1782  1504  1355  1244  1232  1152  1114  1110  1138  1166  1198  1283  1375  1493  1651  1850  2175             1710  1487  1333  1220  1166  1160  1116  1104  1116  1135  1171  1230  1367  1478  1591  1811  2117             1674  1436  1309  1222  1153  1140  1099  1088  1099  1117  1159  1233  1354  1460  1581  1791  2049             1596  1399  1303  1220  1144  1103  1079  1057  1080  1104  1144  1222  1328  1437  1566  1744  2036             1572  1359  1272  1213  1125  1093  1058  1050  1066  1088  1119  1200  1308  1412  1547  1715  1960             1512  1354  1279  1202  1110  1080  1047  1027  1054  1057  1105  1191  1295  1418  1523  1663  1885             1527  1343  1261  1171  1121  1071  1050  1013  1034  1054  1075  1170  1288  1396  1537  1679  1879             1505  1339  1249  1170  1120  1057  1032  1019  1028  1048  1101  1184  1276  1381  1503  1670  1867             1478  1330  1232  1164  1122  1053  1028  1015  1024  1044  1090  1163  1279  1383  1520  1638  1870             1460  1328  1230  1170  1120  1064  1032  1013  1016  1042  1094  1169  1267  1370  1517  1653  1867             1481  1331  1261  1171  1121  1071  1038  1025  1034  1048  1102  1170  1269  1373  1509  1661  1929             1466  1330  1240  1169  1125  1074  1053  1027  1042  1063  1098  1175  1276  1383  1494  1663  1885             1475  1324  1242  1170  1125  1086  1058  1062  1066  1082  1133  1217  1308  1412  1503  1695  1908             1463  1324  1231  1184  1137  1096  1073  1070  1067  1090  1144  1222  1307  1412  1535  1704  1951             1508  1343  1244  1185  1145  1109  1106  1082  1099  1103  1159  1242  1311  1408  1565  1727  1989             1516  1358  1254  1201  1149  1120  1108  1104  1116  1142  1196  1278  1344  1451  1574  1766  2052             1527  1369  1271  1204  1167  1127  1138  1126  1138  1158  1234  1283  1375  1464  1614  1825  2175]       </LSC_SAMPLES_blue>          </cell>          <cell index="14" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2688x1520_GRAY_0             </name>             <resolution index="1" type="char" size="[1 9]">                2688x1520             </resolution>             <illumination index="1" type="char" size="[1 1]">                GRAY             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [168 168 168 168 168 168 168 168]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [95 95 95 95 95 95 95 95]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [0]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">              [1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 ]             </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">             [1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 ]             </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">              [1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 ]             </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">              [1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 ]                            </LSC_SAMPLES_blue>          </cell>                  <cell index="14" type="struct" size="[1 1]">             <name index="1" type="char" size="[1 14]">                2560x1440_GRAY_0             </name>             <resolution index="1" type="char" size="[1 9]">                2560x1440             </resolution>             <illumination index="1" type="char" size="[1 1]">                GRAY             </illumination>             <LSC_sectors index="1" type="double" size="[1 1]">                [16]             </LSC_sectors>             <LSC_No index="1" type="double" size="[1 1]">                [10]             </LSC_No>             <LSC_Xo index="1" type="double" size="[1 1]">                [15]             </LSC_Xo>             <LSC_Yo index="1" type="double" size="[1 1]">                [15]             </LSC_Yo>             <LSC_SECT_SIZE_X index="1" type="double" size="[1 8]">                [160   160   160   160   160   160   160   160]             </LSC_SECT_SIZE_X>             <LSC_SECT_SIZE_Y index="1" type="double" size="[1 8]">                [90    90    90    90    90    90    90    90]             </LSC_SECT_SIZE_Y>             <vignetting index="1" type="double" size="[1 1]">                [0]             </vignetting>             <LSC_SAMPLES_red index="1" type="double" size="[17 17]">              [1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 ]             </LSC_SAMPLES_red>             <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">             [1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 ]             </LSC_SAMPLES_greenR>             <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">              [1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 ]             </LSC_SAMPLES_greenB>             <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">              [1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024               1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024              1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 1024 ]                            </LSC_SAMPLES_blue>          </cell>              </tableAll>       </LSC>       <RKDM index="1" type="struct" size="[1 1]">    <enable index="1" type="char" size="[1 1]">        [1]    </enable>          <debayer_filter1 index="1" type="double" size="[1 5]">             [2    -6    0    6    -2]          </debayer_filter1>          <debayer_filter2 index="1" type="double" size="[1 5]">             [2    -4    4    -4    2]          </debayer_filter2>          <debayer_gain_offset index="1" type="double" size="[1 1]">             [4]          </debayer_gain_offset>          <ISO index="1" type="double" size="[1 9]">             [50 100 200 400 800 1600 3200 6400 12800]          </ISO>          <sharp_strength index="1" type="double" size="[1 9]">             [4    4    4    4    4    4    4    4    4]          </sharp_strength>          <debayer_hf_offset index="1" type="double" size="[1 9]">             [1    1    1    1    1    1    1    1    1]          </debayer_hf_offset>          <debayer_offset index="1" type="double" size="[1 1]">             [1]          </debayer_offset>          <debayer_clip_en index="1" type="char" size="[1 1]">             [1]          </debayer_clip_en>          <debayer_filter_g_en index="1" type="char" size="[1 1]">             [1]          </debayer_filter_g_en>          <debayer_filter_c_en index="1" type="char" size="[1 1]">             [1]          </debayer_filter_c_en>          <debayer_thed0 index="1" type="char" size="[1 1]">             [3]          </debayer_thed0>          <debayer_thed1 index="1" type="char" size="[1 1]">             [6]          </debayer_thed1>          <debayer_dist_scale index="1" type="char" size="[1 1]">             [8]          </debayer_dist_scale>          <debayer_cnr_strength index="1" type="char" size="[1 1]">             [5]          </debayer_cnr_strength>          <debayer_shift_num index="1" type="char" size="[1 1]">             [2]          </debayer_shift_num>       </RKDM>       <CCM index="1" type="struct" size="[1 1]">          <enable index="1" type="char" size="[1 1]">             [1]          </enable>             <Mode index="1" type="cell" size="[1 2]">                 <cell index="1" type="struct" size="[1 1]">               <Name index="1" type="char" size="[1 13]">              normal               </Name>                     <damp_enable index="1" type="char" size="[1 1]">                         [1 ]                     </damp_enable>          <lumaCCM index="1" type="struct" size="[1 1]">             <RGB2Y_para index="1" type="double" size="[1 3]">                [38 75 15]             </RGB2Y_para>             <low_bound_pos_bit index="1" type="double" size="[1 1]">                [8]             </low_bound_pos_bit>             <y_alpha_curve index="1" type="double" size="[1 17]">                [0 64 128 192 256 320 384 448 512 576 640 704 768 832 896 960 1024]             </y_alpha_curve>        <gain_alphaScale_curve  index="1" type="struct" size="[1 1]">                <gain index="1" type="double" size="[1 9]">                   [1 2 4 8 16 32 64 128 256]                 </gain>                <scale index="1" type="double" size="[1 9]">                   [1.0 0.8 0.8 0.9 1.0 1.0 1.0 1.0 1.0]                 </scale>        </gain_alphaScale_curve>          </lumaCCM>             <aCcmCof index="1" type="cell" size="[1 4]">          <illAll index="1" type="cell" size="[1 7]">              <cell index="1" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       A                   </name>                   <wbGain index="1" type="double" size="[1 2]">                        [1.2804   2.9801]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       A_100  A_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1  4  6  8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="5" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       CWF                   </name>                   <wbGain index="1" type="double" size="[1 2]">                        [1.7517  2.5722]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       CWF_100  CWF_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="2" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       D50                   </name>                   <wbGain index="1" type="double" size="[1 2]">                         [1.7570  1.7957]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       D50_100  D50_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="3" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       D65                   </name>                   <wbGain index="1" type="double" size="[1 2]">                      [2.0505 1.5066]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       D65_100  D65_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="4" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       D75                   </name>                   <wbGain index="1" type="double" size="[1 2]">                     [2.1544  1.4068]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       D75_100  D75_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="4" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       HZ                   </name>                   <wbGain index="1" type="double" size="[1 2]">                      [1.0649  3.6068]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       HZ_100  HZ_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="6" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       TL84                   </name>                   <wbGain index="1" type="double" size="[1 2]">                       [1.4221 2.4660]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                      TL84_100  TL84_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>           </illAll>             </aCcmCof>          <matrixAll index="1" type="cell" size="[1 14]">          <cell index="1" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                A_100             </name>             <illumination index="1" type="char" size="[1 1]">                A             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">               [1.18468    -0.05251    -0.13217    -0.55735    1.65338    -0.09604    -0.05098    -0.96618    2.01716]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="2" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                A_74             </name>             <illumination index="1" type="char" size="[1 1]">                A             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [ 0.88235    0.17991    -0.06226    -0.40680    1.44327    -0.03647    -0.03281    -0.49476     1.52757]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="3" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D50_100             </name>             <illumination index="1" type="char" size="[1 1]">                D50             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.20075    -0.12271    -0.07804    -0.32375    1.50023    -0.17648    0.00220    -0.47045    1.46825]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="4" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D50_74             </name>             <illumination index="1" type="char" size="[1 1]">                D50             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [0.93266    0.11404     -0.04670    -0.19546     1.31573    -0.12027    0.04510    -0.14209    1.09698]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="5" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D65_100             </name>             <illumination index="1" type="char" size="[1 1]">                D65             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.26761    -0.20091    -0.06670    -0.29068    1.51316    -0.22248    0.00705    -0.41228    1.40522]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="6" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D65_74             </name>             <illumination index="1" type="char" size="[1 1]">                D65             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [0.99251    0.05380    -0.04632    -0.16059    1.32290    -0.16231    0.05907    -0.10139    1.04232]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="7" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D75_100             </name>             <illumination index="1" type="char" size="[1 1]">                D75             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.31564    -0.20360    -0.11204    -0.26560    1.50547    -0.23987    0.00031    -0.33556     1.33525]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="8" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D75_74             </name>             <illumination index="1" type="char" size="[1 1]">                D75             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.03541    0.05273    -0.08815    -0.13466    1.31809    -0.18343    0.06143    -0.04373    0.98230]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="9" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                CWF_100             </name>             <illumination index="1" type="char" size="[1 1]">                CWF             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.51774    -0.46074    -0.05700    -0.43602    1.50706    -0.07105    0.00676    -0.55257   1.54582]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="10" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                CWF_74             </name>             <illumination index="1" type="char" size="[1 1]">                CWF             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.17492    -0.16380    -0.01111    -0.27087    1.29309    -0.02223    0.05597    -0.23041    1.17444]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="11" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                TL84_100             </name>             <illumination index="1" type="char" size="[1 1]">                TL84             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.29632    -0.24072    -0.05560    -0.47699    1.61489    -0.13790    0.01522    -0.56677    1.55155]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="12" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                TL84_74             </name>             <illumination index="1" type="char" size="[1 1]">                TL84             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [0.98786    0.03211    -0.01997    -0.32443    1.40605    -0.08162    0.03908    -0.20782    1.16874]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="13" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                HZ_100             </name>             <illumination index="1" type="char" size="[1 1]">                HZ             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.32884    -0.12316    -0.20568    -0.69434    1.74777    -0.05343    -0.40454    -0.90002    2.30457]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="14" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                HZ_74             </name>             <illumination index="1" type="char" size="[1 1]">                HZ             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [0.96878    0.13850    -0.10727    -0.52830    1.52398    0.00432    -0.31472    -0.43488    1.74959]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>        </matrixAll>                 </cell>                 <cell index="1" type="struct" size="[1 1]">               <Name index="1" type="char" size="[1 13]">                    hdr               </Name>                     <damp_enable index="1" type="char" size="[1 1]">                         [1 ]                     </damp_enable>          <lumaCCM index="1" type="struct" size="[1 1]">             <RGB2Y_para index="1" type="double" size="[1 3]">                [38 75 15]             </RGB2Y_para>             <low_bound_pos_bit index="1" type="double" size="[1 1]">                [8]             </low_bound_pos_bit>             <y_alpha_curve index="1" type="double" size="[1 17]">                [0 64 128 192 256 320 384 448 512 576 640 704 768 832 896 960 1024]             </y_alpha_curve>        <gain_alphaScale_curve  index="1" type="struct" size="[1 1]">                <gain index="1" type="double" size="[1 9]">                   [1 2 4 8 16 32 64 128 256]                 </gain>                <scale index="1" type="double" size="[1 9]">                   [1.0 0.8 0.8 0.9 1.0 1.0 1.0 1.0 1.0]                 </scale>        </gain_alphaScale_curve>          </lumaCCM>             <aCcmCof index="1" type="cell" size="[1 4]">          <illAll index="1" type="cell" size="[1 7]">              <cell index="1" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       A                   </name>                   <wbGain index="1" type="double" size="[1 2]">                        [1.2804   2.9801]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       A_100  A_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1  4  6  8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="5" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       CWF                   </name>                   <wbGain index="1" type="double" size="[1 2]">                        [1.7517  2.5722]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       CWF_100  CWF_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="2" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       D50                   </name>                   <wbGain index="1" type="double" size="[1 2]">                         [1.7570  1.7957]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       D50_100  D50_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="3" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       D65                   </name>                   <wbGain index="1" type="double" size="[1 2]">                      [2.0505 1.5066]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       D65_100  D65_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="4" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       D75                   </name>                   <wbGain index="1" type="double" size="[1 2]">                     [2.1544  1.4068]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       D75_100  D75_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="4" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       HZ                   </name>                   <wbGain index="1" type="double" size="[1 2]">                      [1.0649  3.6068]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                       HZ_100  HZ_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>               <cell index="6" type="struct" size="[1 1]">                   <name index="1" type="char" size="[1 9]">                       TL84                   </name>                   <wbGain index="1" type="double" size="[1 2]">                       [1.4221 2.4660]                   </wbGain>                   <matrixUsed  index="1" type="char" size="[1 30]">                      TL84_100  TL84_74                   </matrixUsed >                   <gains  index="1" type="double" size="[1 4]">                       [1 4 6 8]                   </gains >                   <sat  index="1" type="double" size="[1 4]">                       [100 100 90 74]                   </sat >               </cell>           </illAll>             </aCcmCof>          <matrixAll index="1" type="cell" size="[1 14]">          <cell index="1" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                A_100             </name>             <illumination index="1" type="char" size="[1 1]">                A             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">               [1.18468    -0.05251    -0.13217    -0.55735    1.65338    -0.09604    -0.05098    -0.96618    2.01716]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="2" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                A_74             </name>             <illumination index="1" type="char" size="[1 1]">                A             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [ 0.88235    0.17991    -0.06226    -0.40680    1.44327    -0.03647    -0.03281    -0.49476     1.52757]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="3" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D50_100             </name>             <illumination index="1" type="char" size="[1 1]">                D50             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.20075    -0.12271    -0.07804    -0.32375    1.50023    -0.17648    0.00220    -0.47045    1.46825]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="4" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D50_74             </name>             <illumination index="1" type="char" size="[1 1]">                D50             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [0.93266    0.11404     -0.04670    -0.19546     1.31573    -0.12027    0.04510    -0.14209    1.09698]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="5" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D65_100             </name>             <illumination index="1" type="char" size="[1 1]">                D65             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.26761    -0.20091    -0.06670    -0.29068    1.51316    -0.22248    0.00705    -0.41228    1.40522]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="6" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D65_74             </name>             <illumination index="1" type="char" size="[1 1]">                D65             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [0.99251    0.05380    -0.04632    -0.16059    1.32290    -0.16231    0.05907    -0.10139    1.04232]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="7" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D75_100             </name>             <illumination index="1" type="char" size="[1 1]">                D75             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.31564    -0.20360    -0.11204    -0.26560    1.50547    -0.23987    0.00031    -0.33556     1.33525]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="8" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                D75_74             </name>             <illumination index="1" type="char" size="[1 1]">                D75             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.03541    0.05273    -0.08815    -0.13466    1.31809    -0.18343    0.06143    -0.04373    0.98230]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="9" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                CWF_100             </name>             <illumination index="1" type="char" size="[1 1]">                CWF             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.51774    -0.46074    -0.05700    -0.43602    1.50706    -0.07105    0.00676    -0.55257   1.54582]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="10" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                CWF_74             </name>             <illumination index="1" type="char" size="[1 1]">                CWF             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.17492    -0.16380    -0.01111    -0.27087    1.29309    -0.02223    0.05597    -0.23041    1.17444]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="11" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                TL84_100             </name>             <illumination index="1" type="char" size="[1 1]">                TL84             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.29632    -0.24072    -0.05560    -0.47699    1.61489    -0.13790    0.01522    -0.56677    1.55155]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="12" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                TL84_74             </name>             <illumination index="1" type="char" size="[1 1]">                TL84             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [0.98786    0.03211    -0.01997    -0.32443    1.40605    -0.08162    0.03908    -0.20782    1.16874]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="13" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                HZ_100             </name>             <illumination index="1" type="char" size="[1 1]">                HZ             </illumination>             <saturation index="1" type="double" size="[1 1]">                [100]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [1.32884    -0.12316    -0.20568    -0.69434    1.74777    -0.05343    -0.40454    -0.90002    2.30457]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>          <cell index="14" type="struct" size="[1 5]">             <name index="1" type="char" size="[1 5]">                HZ_74             </name>             <illumination index="1" type="char" size="[1 1]">                HZ             </illumination>             <saturation index="1" type="double" size="[1 1]">                [74]             </saturation>             <ccMatrix index="1" type="double" size="[3 3]">                [0.96878    0.13850    -0.10727    -0.52830    1.52398    0.00432    -0.31472    -0.43488    1.74959]             </ccMatrix>             <ccOffsets index="1" type="double" size="[1 3]">                [0 0 0]             </ccOffsets>          </cell>        </matrixAll>                 </cell>             </Mode>       </CCM>       <UVNR index="1" type="struct" size="[1 1]">    <Enable index="1" type="double" size="[1 1]">             [1]          </Enable>    <Version index="1" type="char" size="[1 1]">       V1    </Version>     <Mode index="1" type="cell" size="[1 3]">      <cell index="1" type="struct" size="[1 1]">         <Name index="1" type="char" size="[1 8]">                   normal               </Name>               <Setting index="1" type="cell" size="[1 2]">         <cell index="1" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                [40.0    40.0    40.0    50.0    60.0    60.0    60.0    60.0    60.0  60.0    60.0    60.0 60.0]             </step0_uvgrad_ratio>             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                [0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8  0.8    0.8    0.8  0.8]             </step0_uvgrad_offset>             <step1_nonMed1 index="1" type="double" size="[1 4]">                [3    3    3    3]             </step1_nonMed1>             <step1_nonBf1 index="1" type="double" size="[1 4]">                [31    31    31    31]             </step1_nonBf1>             <step1_downSample_w index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_w>             <step1_downSample_h index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_h>             <step1_downSample_meansize index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_meansize>             <step1_median_ratio index="1" type="double" size="[1 13]">                [0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2  0.2    0.2    0.2    0.2]             </step1_median_ratio>             <step1_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step1_median_size>             <step1_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0   0]             </step1_median_IIR>             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                [8.53    10.24    10.24    10.24    12.8    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step1_bf_sigmaR>             <step1_bf_uvgain index="1" type="double" size="[1 13]">                [1.5    1.5    1.5    1.8    2.5    3.0    3.0    3.0    3.0  3.0    3.0    3.0    3.0]             </step1_bf_uvgain>             <step1_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00   0.00]             </step1_bf_ratio>             <step1_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5       5    5    5       5]             </step1_bf_size>             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                [16    16    16    16    16    16    16    16    16      16    16    16     16]             </step1_bf_sigmaD>             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0       0    0    0       0]             </step1_bf_isRowIIR>             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1       1    1    1      1]             </step1_bf_isYcopy>             <step2_nonExt_block index="1" type="double" size="[1 4]">                [7    7    7    7]             </step2_nonExt_block>             <step2_nonMed index="1" type="double" size="[1 4]">                [1    1    1    1]             </step2_nonMed>             <step2_nonBf index="1" type="double" size="[1 4]">                [3    3    3    3]             </step2_nonBf>             <step2_downSample_w index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_w>             <step2_downSample_h index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_h>             <step2_downSample_meansize index="1" type="double" size="[1 13]">                [8      8    8    8    8    8    8    8    8       8    8    8       8]             </step2_downSample_meansize>             <step2_median_ratio index="1" type="double" size="[1 13]">                [0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2   0.2 0.2 0.2  0.2]             </step2_median_ratio>             <step2_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3       3    3    3     3]             </step2_median_size>             <step2_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0     0    0    0     0]             </step2_median_IIR>             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                [5.12    6.4    8.53    10.24    10.24    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step2_bf_sigmaR>             <step2_bf_uvgain index="1" type="double" size="[1 13]">                [2.0  2.0    2.0    2.0    2.0    2.0    2.0    2.0    2.0   2.0    2.0    2.0    2.0]             </step2_bf_uvgain>             <step2_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00  0.00]             </step2_bf_ratio>             <step2_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5      5    5    5     5]             </step2_bf_size>             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                [128 128     128    128    128    128    128    128    128    128    128    128   128]             </step2_bf_sigmaD>             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0    0]             </step2_bf_isRowIIR>             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1    1]             </step2_bf_isYcopy>             <step3_nonBf3 index="1" type="double" size="[1 4]">                [32      32    32   32]             </step3_nonBf3>             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                [3.413    4.267    5.688    7.11    8.53    12.8    12.8    12.8    12.8  12.8    12.8    12.8    12.8]             </step3_bf_sigmaR>             <step3_bf_uvgain index="1" type="double" size="[1 13]">                [4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0  4.0    4.0    4.0    4.0]             </step3_bf_uvgain>             <step3_bf_ratio index="1" type="double" size="[1 13]">                [1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00   1.00    1.00    1.00     1.0]             </step3_bf_ratio>             <step3_bf_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step3_bf_size>             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                [8    8    8    8    8    8    8    8    8      8    8    8       8]             </step3_bf_sigmaD>             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0     0]             </step3_bf_isRowIIR>             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1     1]             </step3_bf_isYcopy>             <kernel_3x3 index="1" type="double" size="[1 3]">                [1    0.8825    0.7788]             </kernel_3x3>             <kernel_5x5 index="1" type="double" size="[1 5]">                [1    0.8825    0.7788    0.6065    0.3679]             </kernel_5x5>             <kernel_9x9 index="1" type="double" size="[1 8]">                [1    0.8825    0.7788    0.6065    0.3679    0.1969    0.1353    0.0439 ]             </kernel_9x9>             <kernel_9x9_num index="1" type="double" size="[1 1]">                [0]             </kernel_9x9_num>             <sigma_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </sigma_adj_luma>             <sigma_adj_ratio index="1" type="double" size="[1 9]">                [1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0]             </sigma_adj_ratio>             <threshold_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </threshold_adj_luma>             <threshold_adj_thre index="1" type="double" size="[1 9]">                [10    10    10    10    10    10    10    10    10]             </threshold_adj_thre>        </cell>      <cell index="2" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                [40.0    40.0    40.0    50.0    60.0    60.0    60.0    60.0    60.0  60.0    60.0    60.0 60.0]             </step0_uvgrad_ratio>             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                [0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8  0.8    0.8    0.8  0.8]             </step0_uvgrad_offset>             <step1_nonMed1 index="1" type="double" size="[1 4]">                [3    3    3    3]             </step1_nonMed1>             <step1_nonBf1 index="1" type="double" size="[1 4]">                [31    31    31    31]             </step1_nonBf1>             <step1_downSample_w index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_w>             <step1_downSample_h index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_h>             <step1_downSample_meansize index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_meansize>             <step1_median_ratio index="1" type="double" size="[1 13]">                [0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2  0.2    0.2    0.2    0.2]             </step1_median_ratio>             <step1_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step1_median_size>             <step1_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0   0]             </step1_median_IIR>             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                [8.53    10.24    10.24    10.24    12.8    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step1_bf_sigmaR>             <step1_bf_uvgain index="1" type="double" size="[1 13]">                [1.5    1.5    1.5    1.8    2.5    3.0    3.0    3.0    3.0  3.0    3.0    3.0    3.0]             </step1_bf_uvgain>             <step1_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00   0.00]             </step1_bf_ratio>             <step1_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5       5    5    5       5]             </step1_bf_size>             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                [16    16    16    16    16    16    16    16    16      16    16    16     16]             </step1_bf_sigmaD>             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0       0    0    0       0]             </step1_bf_isRowIIR>             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1       1    1    1      1]             </step1_bf_isYcopy>             <step2_nonExt_block index="1" type="double" size="[1 4]">                [7    7    7    7]             </step2_nonExt_block>             <step2_nonMed index="1" type="double" size="[1 4]">                [1    1    1    1]             </step2_nonMed>             <step2_nonBf index="1" type="double" size="[1 4]">                [3    3    3    3]             </step2_nonBf>             <step2_downSample_w index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_w>             <step2_downSample_h index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_h>             <step2_downSample_meansize index="1" type="double" size="[1 13]">                [8      8    8    8    8    8    8    8    8       8    8    8       8]             </step2_downSample_meansize>             <step2_median_ratio index="1" type="double" size="[1 13]">                [0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2   0.2 0.2 0.2  0.2]             </step2_median_ratio>             <step2_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3       3    3    3     3]             </step2_median_size>             <step2_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0     0    0    0     0]             </step2_median_IIR>             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                [5.12    6.4    8.53    10.24    10.24    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step2_bf_sigmaR>             <step2_bf_uvgain index="1" type="double" size="[1 13]">                [2.0  2.0    2.0    2.0    2.0    2.0    2.0    2.0    2.0   2.0    2.0    2.0    2.0]             </step2_bf_uvgain>             <step2_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00  0.00]             </step2_bf_ratio>             <step2_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5      5    5    5     5]             </step2_bf_size>             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                [128 128     128    128    128    128    128    128    128    128    128    128   128]             </step2_bf_sigmaD>             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0    0]             </step2_bf_isRowIIR>             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1    1]             </step2_bf_isYcopy>             <step3_nonBf3 index="1" type="double" size="[1 4]">                [32      32    32   32]             </step3_nonBf3>             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                [3.413    4.267    5.688    7.11    8.53    12.8    12.8    12.8    12.8  12.8    12.8    12.8    12.8]             </step3_bf_sigmaR>             <step3_bf_uvgain index="1" type="double" size="[1 13]">                [4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0  4.0    4.0    4.0    4.0]             </step3_bf_uvgain>             <step3_bf_ratio index="1" type="double" size="[1 13]">                [1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00   1.00    1.00    1.00     1.0]             </step3_bf_ratio>             <step3_bf_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step3_bf_size>             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                [8    8    8    8    8    8    8    8    8      8    8    8       8]             </step3_bf_sigmaD>             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0     0]             </step3_bf_isRowIIR>             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1     1]             </step3_bf_isYcopy>             <kernel_3x3 index="1" type="double" size="[1 3]">                [1    0.8825    0.7788]             </kernel_3x3>             <kernel_5x5 index="1" type="double" size="[1 5]">                [1    0.8825    0.7788    0.6065    0.3679]             </kernel_5x5>             <kernel_9x9 index="1" type="double" size="[1 8]">                [1    0.8825    0.7788    0.6065    0.3679    0.1969    0.1353    0.0439 ]             </kernel_9x9>             <kernel_9x9_num index="1" type="double" size="[1 1]">                [0]             </kernel_9x9_num>             <sigma_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </sigma_adj_luma>             <sigma_adj_ratio index="1" type="double" size="[1 9]">                [1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0]             </sigma_adj_ratio>             <threshold_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </threshold_adj_luma>             <threshold_adj_thre index="1" type="double" size="[1 9]">                [10    10    10    10    10    10    10    10    10]             </threshold_adj_thre>        </cell>       </Setting>      </cell>      <cell index="1" type="struct" size="[1 1]">         <Name index="1" type="char" size="[1 8]">                   hdr               </Name>               <Setting index="1" type="cell" size="[1 2]">         <cell index="1" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                [40.0    40.0    40.0    50.0    60.0    60.0    60.0    60.0    60.0  60.0    60.0    60.0 60.0]             </step0_uvgrad_ratio>             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                [0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8  0.8    0.8    0.8  0.8]             </step0_uvgrad_offset>             <step1_nonMed1 index="1" type="double" size="[1 4]">                [3    3    3    3]             </step1_nonMed1>             <step1_nonBf1 index="1" type="double" size="[1 4]">                [31    31    31    31]             </step1_nonBf1>             <step1_downSample_w index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_w>             <step1_downSample_h index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_h>             <step1_downSample_meansize index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_meansize>             <step1_median_ratio index="1" type="double" size="[1 13]">                [0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2  0.2    0.2    0.2    0.2]             </step1_median_ratio>             <step1_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step1_median_size>             <step1_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0   0]             </step1_median_IIR>             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                [8.53    10.24    10.24    10.24    12.8    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step1_bf_sigmaR>             <step1_bf_uvgain index="1" type="double" size="[1 13]">                [1.5    1.5    1.5    1.8    2.5    3.0    3.0    3.0    3.0  3.0    3.0    3.0    3.0]             </step1_bf_uvgain>             <step1_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00   0.00]             </step1_bf_ratio>             <step1_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5       5    5    5       5]             </step1_bf_size>             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                [16    16    16    16    16    16    16    16    16      16    16    16     16]             </step1_bf_sigmaD>             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0       0    0    0       0]             </step1_bf_isRowIIR>             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1       1    1    1      1]             </step1_bf_isYcopy>             <step2_nonExt_block index="1" type="double" size="[1 4]">                [7    7    7    7]             </step2_nonExt_block>             <step2_nonMed index="1" type="double" size="[1 4]">                [1    1    1    1]             </step2_nonMed>             <step2_nonBf index="1" type="double" size="[1 4]">                [3    3    3    3]             </step2_nonBf>             <step2_downSample_w index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_w>             <step2_downSample_h index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_h>             <step2_downSample_meansize index="1" type="double" size="[1 13]">                [8      8    8    8    8    8    8    8    8       8    8    8       8]             </step2_downSample_meansize>             <step2_median_ratio index="1" type="double" size="[1 13]">                [0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2   0.2 0.2 0.2  0.2]             </step2_median_ratio>             <step2_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3       3    3    3     3]             </step2_median_size>             <step2_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0     0    0    0     0]             </step2_median_IIR>             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                [5.12    6.4    8.53    10.24    10.24    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step2_bf_sigmaR>             <step2_bf_uvgain index="1" type="double" size="[1 13]">                [2.0  2.0    2.0    2.0    2.0    2.0    2.0    2.0    2.0   2.0    2.0    2.0    2.0]             </step2_bf_uvgain>             <step2_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00  0.00]             </step2_bf_ratio>             <step2_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5      5    5    5     5]             </step2_bf_size>             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                [128 128     128    128    128    128    128    128    128    128    128    128   128]             </step2_bf_sigmaD>             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0    0]             </step2_bf_isRowIIR>             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1    1]             </step2_bf_isYcopy>             <step3_nonBf3 index="1" type="double" size="[1 4]">                [32      32    32   32]             </step3_nonBf3>             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                [3.413    4.267    5.688    7.11    8.53    12.8    12.8    12.8    12.8  12.8    12.8    12.8    12.8]             </step3_bf_sigmaR>             <step3_bf_uvgain index="1" type="double" size="[1 13]">                [4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0  4.0    4.0    4.0    4.0]             </step3_bf_uvgain>             <step3_bf_ratio index="1" type="double" size="[1 13]">                [1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00   1.00    1.00    1.00     1.0]             </step3_bf_ratio>             <step3_bf_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step3_bf_size>             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                [8    8    8    8    8    8    8    8    8      8    8    8       8]             </step3_bf_sigmaD>             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0     0]             </step3_bf_isRowIIR>             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1     1]             </step3_bf_isYcopy>             <kernel_3x3 index="1" type="double" size="[1 3]">                [1    0.8825    0.7788]             </kernel_3x3>             <kernel_5x5 index="1" type="double" size="[1 5]">                [1    0.8825    0.7788    0.6065    0.3679]             </kernel_5x5>             <kernel_9x9 index="1" type="double" size="[1 8]">                [1    0.8825    0.7788    0.6065    0.3679    0.1969    0.1353    0.0439 ]             </kernel_9x9>             <kernel_9x9_num index="1" type="double" size="[1 1]">                [0]             </kernel_9x9_num>             <sigma_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </sigma_adj_luma>             <sigma_adj_ratio index="1" type="double" size="[1 9]">                [1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0]             </sigma_adj_ratio>             <threshold_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </threshold_adj_luma>             <threshold_adj_thre index="1" type="double" size="[1 9]">                [10    10    10    10    10    10    10    10    10]             </threshold_adj_thre>        </cell>      <cell index="2" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                [40.0    40.0    40.0    50.0    60.0    60.0    60.0    60.0    60.0  60.0    60.0    60.0 60.0]             </step0_uvgrad_ratio>             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                [0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8  0.8    0.8    0.8  0.8]             </step0_uvgrad_offset>             <step1_nonMed1 index="1" type="double" size="[1 4]">                [3    3    3    3]             </step1_nonMed1>             <step1_nonBf1 index="1" type="double" size="[1 4]">                [31    31    31    31]             </step1_nonBf1>             <step1_downSample_w index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_w>             <step1_downSample_h index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_h>             <step1_downSample_meansize index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_meansize>             <step1_median_ratio index="1" type="double" size="[1 13]">                [0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2  0.2    0.2    0.2    0.2]             </step1_median_ratio>             <step1_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step1_median_size>             <step1_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0   0]             </step1_median_IIR>             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                [8.53    10.24    10.24    10.24    12.8    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step1_bf_sigmaR>             <step1_bf_uvgain index="1" type="double" size="[1 13]">                [1.5    1.5    1.5    1.8    2.5    3.0    3.0    3.0    3.0  3.0    3.0    3.0    3.0]             </step1_bf_uvgain>             <step1_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00   0.00]             </step1_bf_ratio>             <step1_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5       5    5    5       5]             </step1_bf_size>             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                [16    16    16    16    16    16    16    16    16      16    16    16     16]             </step1_bf_sigmaD>             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0       0    0    0       0]             </step1_bf_isRowIIR>             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1       1    1    1      1]             </step1_bf_isYcopy>             <step2_nonExt_block index="1" type="double" size="[1 4]">                [7    7    7    7]             </step2_nonExt_block>             <step2_nonMed index="1" type="double" size="[1 4]">                [1    1    1    1]             </step2_nonMed>             <step2_nonBf index="1" type="double" size="[1 4]">                [3    3    3    3]             </step2_nonBf>             <step2_downSample_w index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_w>             <step2_downSample_h index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_h>             <step2_downSample_meansize index="1" type="double" size="[1 13]">                [8      8    8    8    8    8    8    8    8       8    8    8       8]             </step2_downSample_meansize>             <step2_median_ratio index="1" type="double" size="[1 13]">                [0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2   0.2 0.2 0.2  0.2]             </step2_median_ratio>             <step2_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3       3    3    3     3]             </step2_median_size>             <step2_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0     0    0    0     0]             </step2_median_IIR>             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                [5.12    6.4    8.53    10.24    10.24    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step2_bf_sigmaR>             <step2_bf_uvgain index="1" type="double" size="[1 13]">                [2.0  2.0    2.0    2.0    2.0    2.0    2.0    2.0    2.0   2.0    2.0    2.0    2.0]             </step2_bf_uvgain>             <step2_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00  0.00]             </step2_bf_ratio>             <step2_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5      5    5    5     5]             </step2_bf_size>             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                [128 128     128    128    128    128    128    128    128    128    128    128   128]             </step2_bf_sigmaD>             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0    0]             </step2_bf_isRowIIR>             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1    1]             </step2_bf_isYcopy>             <step3_nonBf3 index="1" type="double" size="[1 4]">                [32      32    32   32]             </step3_nonBf3>             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                [3.413    4.267    5.688    7.11    8.53    12.8    12.8    12.8    12.8  12.8    12.8    12.8    12.8]             </step3_bf_sigmaR>             <step3_bf_uvgain index="1" type="double" size="[1 13]">                [4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0  4.0    4.0    4.0    4.0]             </step3_bf_uvgain>             <step3_bf_ratio index="1" type="double" size="[1 13]">                [1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00   1.00    1.00    1.00     1.0]             </step3_bf_ratio>             <step3_bf_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step3_bf_size>             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                [8    8    8    8    8    8    8    8    8      8    8    8       8]             </step3_bf_sigmaD>             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0     0]             </step3_bf_isRowIIR>             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1     1]             </step3_bf_isYcopy>             <kernel_3x3 index="1" type="double" size="[1 3]">                [1    0.8825    0.7788]             </kernel_3x3>             <kernel_5x5 index="1" type="double" size="[1 5]">                [1    0.8825    0.7788    0.6065    0.3679]             </kernel_5x5>             <kernel_9x9 index="1" type="double" size="[1 8]">                [1    0.8825    0.7788    0.6065    0.3679    0.1969    0.1353    0.0439 ]             </kernel_9x9>             <kernel_9x9_num index="1" type="double" size="[1 1]">                [0]             </kernel_9x9_num>             <sigma_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </sigma_adj_luma>             <sigma_adj_ratio index="1" type="double" size="[1 9]">                [1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0]             </sigma_adj_ratio>             <threshold_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </threshold_adj_luma>             <threshold_adj_thre index="1" type="double" size="[1 9]">                [10    10    10    10    10    10    10    10    10]             </threshold_adj_thre>        </cell>       </Setting>      </cell>      <cell index="1" type="struct" size="[1 1]">         <Name index="1" type="char" size="[1 8]">                   gray               </Name>               <Setting index="1" type="cell" size="[1 2]">         <cell index="1" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                [40.0    40.0    40.0    50.0    60.0    60.0    60.0    60.0    60.0  60.0    60.0    60.0 60.0]             </step0_uvgrad_ratio>             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                [0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8  0.8    0.8    0.8  0.8]             </step0_uvgrad_offset>             <step1_nonMed1 index="1" type="double" size="[1 4]">                [3    3    3    3]             </step1_nonMed1>             <step1_nonBf1 index="1" type="double" size="[1 4]">                [31    31    31    31]             </step1_nonBf1>             <step1_downSample_w index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_w>             <step1_downSample_h index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_h>             <step1_downSample_meansize index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_meansize>             <step1_median_ratio index="1" type="double" size="[1 13]">                [0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2  0.2    0.2    0.2    0.2]             </step1_median_ratio>             <step1_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step1_median_size>             <step1_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0   0]             </step1_median_IIR>             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                [8.53    10.24    10.24    10.24    12.8    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step1_bf_sigmaR>             <step1_bf_uvgain index="1" type="double" size="[1 13]">                [1.5    1.5    1.5    1.8    2.5    3.0    3.0    3.0    3.0  3.0    3.0    3.0    3.0]             </step1_bf_uvgain>             <step1_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00   0.00]             </step1_bf_ratio>             <step1_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5       5    5    5       5]             </step1_bf_size>             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                [16    16    16    16    16    16    16    16    16      16    16    16     16]             </step1_bf_sigmaD>             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0       0    0    0       0]             </step1_bf_isRowIIR>             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1       1    1    1      1]             </step1_bf_isYcopy>             <step2_nonExt_block index="1" type="double" size="[1 4]">                [7    7    7    7]             </step2_nonExt_block>             <step2_nonMed index="1" type="double" size="[1 4]">                [1    1    1    1]             </step2_nonMed>             <step2_nonBf index="1" type="double" size="[1 4]">                [3    3    3    3]             </step2_nonBf>             <step2_downSample_w index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_w>             <step2_downSample_h index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_h>             <step2_downSample_meansize index="1" type="double" size="[1 13]">                [8      8    8    8    8    8    8    8    8       8    8    8       8]             </step2_downSample_meansize>             <step2_median_ratio index="1" type="double" size="[1 13]">                [0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2   0.2 0.2 0.2  0.2]             </step2_median_ratio>             <step2_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3       3    3    3     3]             </step2_median_size>             <step2_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0     0    0    0     0]             </step2_median_IIR>             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                [5.12    6.4    8.53    10.24    10.24    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step2_bf_sigmaR>             <step2_bf_uvgain index="1" type="double" size="[1 13]">                [2.0  2.0    2.0    2.0    2.0    2.0    2.0    2.0    2.0   2.0    2.0    2.0    2.0]             </step2_bf_uvgain>             <step2_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00  0.00]             </step2_bf_ratio>             <step2_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5      5    5    5     5]             </step2_bf_size>             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                [128 128     128    128    128    128    128    128    128    128    128    128   128]             </step2_bf_sigmaD>             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0    0]             </step2_bf_isRowIIR>             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1    1]             </step2_bf_isYcopy>             <step3_nonBf3 index="1" type="double" size="[1 4]">                [32      32    32   32]             </step3_nonBf3>             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                [3.413    4.267    5.688    7.11    8.53    12.8    12.8    12.8    12.8  12.8    12.8    12.8    12.8]             </step3_bf_sigmaR>             <step3_bf_uvgain index="1" type="double" size="[1 13]">                [4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0  4.0    4.0    4.0    4.0]             </step3_bf_uvgain>             <step3_bf_ratio index="1" type="double" size="[1 13]">                [1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00   1.00    1.00    1.00     1.0]             </step3_bf_ratio>             <step3_bf_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step3_bf_size>             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                [8    8    8    8    8    8    8    8    8      8    8    8       8]             </step3_bf_sigmaD>             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0     0]             </step3_bf_isRowIIR>             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1     1]             </step3_bf_isYcopy>             <kernel_3x3 index="1" type="double" size="[1 3]">                [1    0.8825    0.7788]             </kernel_3x3>             <kernel_5x5 index="1" type="double" size="[1 5]">                [1    0.8825    0.7788    0.6065    0.3679]             </kernel_5x5>             <kernel_9x9 index="1" type="double" size="[1 8]">                [1    0.8825    0.7788    0.6065    0.3679    0.1969    0.1353    0.0439 ]             </kernel_9x9>             <kernel_9x9_num index="1" type="double" size="[1 1]">                [0]             </kernel_9x9_num>             <sigma_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </sigma_adj_luma>             <sigma_adj_ratio index="1" type="double" size="[1 9]">                [1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0]             </sigma_adj_ratio>             <threshold_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </threshold_adj_luma>             <threshold_adj_thre index="1" type="double" size="[1 9]">                [10    10    10    10    10    10    10    10    10]             </threshold_adj_thre>        </cell>      <cell index="2" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>             <ISO index="1" type="double" size="[1 13]">                [50 100 200 400 800 1600 3200 6400 12800 25600 51200 102400 204800]             </ISO>             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                [40.0    40.0    40.0    50.0    60.0    60.0    60.0    60.0    60.0  60.0    60.0    60.0 60.0]             </step0_uvgrad_ratio>             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                [0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8    0.8  0.8    0.8    0.8  0.8]             </step0_uvgrad_offset>             <step1_nonMed1 index="1" type="double" size="[1 4]">                [3    3    3    3]             </step1_nonMed1>             <step1_nonBf1 index="1" type="double" size="[1 4]">                [31    31    31    31]             </step1_nonBf1>             <step1_downSample_w index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_w>             <step1_downSample_h index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_h>             <step1_downSample_meansize index="1" type="double" size="[1 13]">                [4    4    4    4    4    4    4    4    4      4    4    4      4]             </step1_downSample_meansize>             <step1_median_ratio index="1" type="double" size="[1 13]">                [0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2    0.2  0.2    0.2    0.2    0.2]             </step1_median_ratio>             <step1_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step1_median_size>             <step1_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0   0]             </step1_median_IIR>             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                [8.53    10.24    10.24    10.24    12.8    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step1_bf_sigmaR>             <step1_bf_uvgain index="1" type="double" size="[1 13]">                [1.5    1.5    1.5    1.8    2.5    3.0    3.0    3.0    3.0  3.0    3.0    3.0    3.0]             </step1_bf_uvgain>             <step1_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00   0.00]             </step1_bf_ratio>             <step1_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5       5    5    5       5]             </step1_bf_size>             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                [16    16    16    16    16    16    16    16    16      16    16    16     16]             </step1_bf_sigmaD>             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0       0    0    0       0]             </step1_bf_isRowIIR>             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1       1    1    1      1]             </step1_bf_isYcopy>             <step2_nonExt_block index="1" type="double" size="[1 4]">                [7    7    7    7]             </step2_nonExt_block>             <step2_nonMed index="1" type="double" size="[1 4]">                [1    1    1    1]             </step2_nonMed>             <step2_nonBf index="1" type="double" size="[1 4]">                [3    3    3    3]             </step2_nonBf>             <step2_downSample_w index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_w>             <step2_downSample_h index="1" type="double" size="[1 13]">                [32      32    32    32    32    32    32    32    32    32    32    32     32]             </step2_downSample_h>             <step2_downSample_meansize index="1" type="double" size="[1 13]">                [8      8    8    8    8    8    8    8    8       8    8    8       8]             </step2_downSample_meansize>             <step2_median_ratio index="1" type="double" size="[1 13]">                [0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2   0.2 0.2 0.2  0.2]             </step2_median_ratio>             <step2_median_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3       3    3    3     3]             </step2_median_size>             <step2_median_IIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0     0    0    0     0]             </step2_median_IIR>             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                [5.12    6.4    8.53    10.24    10.24    12.8    12.8    12.8    12.8 12.8    12.8    12.8    12.8]             </step2_bf_sigmaR>             <step2_bf_uvgain index="1" type="double" size="[1 13]">                [2.0  2.0    2.0    2.0    2.0    2.0    2.0    2.0    2.0   2.0    2.0    2.0    2.0]             </step2_bf_uvgain>             <step2_bf_ratio index="1" type="double" size="[1 13]">                [0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00   0.00    0.00    0.00  0.00]             </step2_bf_ratio>             <step2_bf_size index="1" type="double" size="[1 13]">                [5    5    5    5    5    5    5    5    5      5    5    5     5]             </step2_bf_size>             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                [128 128     128    128    128    128    128    128    128    128    128    128   128]             </step2_bf_sigmaD>             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0    0]             </step2_bf_isRowIIR>             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1    1]             </step2_bf_isYcopy>             <step3_nonBf3 index="1" type="double" size="[1 4]">                [32      32    32   32]             </step3_nonBf3>             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                [3.413    4.267    5.688    7.11    8.53    12.8    12.8    12.8    12.8  12.8    12.8    12.8    12.8]             </step3_bf_sigmaR>             <step3_bf_uvgain index="1" type="double" size="[1 13]">                [4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0    4.0  4.0    4.0    4.0    4.0]             </step3_bf_uvgain>             <step3_bf_ratio index="1" type="double" size="[1 13]">                [1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00    1.00   1.00    1.00    1.00     1.0]             </step3_bf_ratio>             <step3_bf_size index="1" type="double" size="[1 13]">                [3    3    3    3    3    3    3    3    3      3    3    3     3]             </step3_bf_size>             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                [8    8    8    8    8    8    8    8    8      8    8    8       8]             </step3_bf_sigmaD>             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                [0    0    0    0    0    0    0    0    0      0    0    0     0]             </step3_bf_isRowIIR>             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                [1    1    1    1    1    1    1    1    1      1    1    1     1]             </step3_bf_isYcopy>             <kernel_3x3 index="1" type="double" size="[1 3]">                [1    0.8825    0.7788]             </kernel_3x3>             <kernel_5x5 index="1" type="double" size="[1 5]">                [1    0.8825    0.7788    0.6065    0.3679]             </kernel_5x5>             <kernel_9x9 index="1" type="double" size="[1 8]">                [1    0.8825    0.7788    0.6065    0.3679    0.1969    0.1353    0.0439 ]             </kernel_9x9>             <kernel_9x9_num index="1" type="double" size="[1 1]">                [0]             </kernel_9x9_num>             <sigma_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </sigma_adj_luma>             <sigma_adj_ratio index="1" type="double" size="[1 9]">                [1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0    1.0]             </sigma_adj_ratio>             <threshold_adj_luma index="1" type="double" size="[1 9]">                [0    32    64    96    128    160    192    224    256]             </threshold_adj_luma>             <threshold_adj_thre index="1" type="double" size="[1 9]">                [10    10    10    10    10    10    10    10    10]             </threshold_adj_thre>        </cell>       </Setting>      </cell>    </Mode>       </UVNR>       <GAMMA index="1" type="struct" size="[1 1]">    <gamma_en index="1" type="char" size="[1 1]">        [1]    </gamma_en>    <gamma_out_segnum index="1" type="char" size="[1 1]">        [0]    </gamma_out_segnum>    <gamma_out_offset index="1" type="char" size="[1 1]">        [0]    </gamma_out_offset>          <curve_normal index="1" type="double" size="[1 45]">             [0    6    11    17    22    28    33    39    44    55    66    77    88    109    130    150    170    210    248    286    323    393    460    525    586    702    809    909    1002    1172    1325    1462    1588    1811    2004    2174    2327    2590    2813    3006    3177    3467    3708    3915    4095]          </curve_normal>          <curve_hdr index="1" type="double" size="[1 45]">             [0    6    11    17    22    28    33    39    44    55    66    77    88    109    130    150    170    210    248    286    323    393    460    525    586    702    809    909    1002    1172    1325    1462    1588    1811    2004    2174    2327    2590    2813    3006    3177    3467    3708    3915    4095]          </curve_hdr>          <curve_night index="1" type="double" size="[1 45]">             [0    6    11    17    22    28    33    39    44    55    66    77    88    109    130    150    170    210    248    286    323    393    460    525    586    702    809    909    1002    1172    1325    1462    1588    1811    2004    2174    2327    2590    2813    3006    3177    3467    3708    3915    4095]          </curve_night>       </GAMMA>         <DEGAMMA index="1" type="struct" size="[1 1]">             <Degamma_en index="1" type="char" size="[1 1]">                         [0]               </Degamma_en>             <Degamma_mode index="1" type="cell" size="[1 3]">                 <cell index="1" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 6]">                         normal                     </Name>                     <Degamma_scene_en index="1" type="char" size="[1 1]">                         [1 ]                    </Degamma_scene_en>                     <X_axis index="1" type="double" size="[1 17]">                         [0 256 512 768 1024 1280 1536 1792 2048 2304 2560 2816 3072 3328 3584 3840 4096]                     </X_axis>                     <curve_R index="1" type="double" size="[1 17]">                         [0.0000 256.0000 512.0000 768.0000 1024.0000 1280.0000 1536.0000 1792.0000                2048.0000 2304.0000 2560.0000 2816.0000 3072.0000 3328.0000 3584.0000 3840.0000 4095.0000]                     </curve_R>                     <curve_G index="1" type="double" size="[1 17]">                         [0.0000 256.0000 512.0000 768.0000 1024.0000 1280.0000 1536.0000 1792.0000                2048.0000 2304.0000 2560.0000 2816.0000 3072.0000 3328.0000 3584.0000 3840.0000 4095.0000]                     </curve_G>                     <curve_B index="1" type="double" size="[1 17]">                         [0.0000 256.0000 512.0000 768.0000 1024.0000 1280.0000 1536.0000 1792.0000                2048.0000 2304.0000 2560.0000 2816.0000 3072.0000 3328.0000 3584.0000 3840.0000 4095.0000]                     </curve_B>                 </cell>                 <cell index="1" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 6]">                         HDR                     </Name>                     <Degamma_scene_en index="1" type="char" size="[1 1]">                         [1 ]                    </Degamma_scene_en>                     <X_axis index="1" type="double" size="[1 17]">                         [0 256 512 768 1024 1280 1536 1792 2048 2304 2560 2816 3072 3328 3584 3840 4096]                     </X_axis>                     <curve_R index="1" type="double" size="[1 17]">                         [0.0000 256.0000 512.0000 768.0000 1024.0000 1280.0000 1536.0000 1792.0000                2048.0000 2304.0000 2560.0000 2816.0000 3072.0000 3328.0000 3584.0000 3840.0000 4095.0000]                     </curve_R>                     <curve_G index="1" type="double" size="[1 17]">                         [0.0000 256.0000 512.0000 768.0000 1024.0000 1280.0000 1536.0000 1792.0000                2048.0000 2304.0000 2560.0000 2816.0000 3072.0000 3328.0000 3584.0000 3840.0000 4095.0000]                     </curve_G>                     <curve_B index="1" type="double" size="[1 17]">                         [0.0000 256.0000 512.0000 768.0000 1024.0000 1280.0000 1536.0000 1792.0000                2048.0000 2304.0000 2560.0000 2816.0000 3072.0000 3328.0000 3584.0000 3840.0000 4095.0000]                     </curve_B>                 </cell>                 <cell index="1" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 6]">                         night                     </Name>                     <Degamma_scene_en index="1" type="char" size="[1 1]">                         [1 ]                    </Degamma_scene_en>                     <X_axis index="1" type="double" size="[1 17]">                         [0 256 512 768 1024 1280 1536 1792 2048 2304 2560 2816 3072 3328 3584 3840 4096]                     </X_axis>                     <curve_R index="1" type="double" size="[1 17]">                         [0.0000 256.0000 512.0000 768.0000 1024.0000 1280.0000 1536.0000 1792.0000                2048.0000 2304.0000 2560.0000 2816.0000 3072.0000 3328.0000 3584.0000 3840.0000 4095.0000]                     </curve_R>                     <curve_G index="1" type="double" size="[1 17]">                         [0.0000 256.0000 512.0000 768.0000 1024.0000 1280.0000 1536.0000 1792.0000                2048.0000 2304.0000 2560.0000 2816.0000 3072.0000 3328.0000 3584.0000 3840.0000 4095.0000]                     </curve_G>                     <curve_B index="1" type="double" size="[1 17]">                         [0.0000 256.0000 512.0000 768.0000 1024.0000 1280.0000 1536.0000 1792.0000                2048.0000 2304.0000 2560.0000 2816.0000 3072.0000 3328.0000 3584.0000 3840.0000 4095.0000]                     </curve_B>                 </cell>             </Degamma_mode>         </DEGAMMA>       <YNR index="1" type="struct" size="[1 1]">        <Enable index="1" type="double" size="[1 1]">            [1]        </Enable>        <Version index="1" type="char" size="[1 1]">            V1        </Version>        <Mode index="1" type="cell" size="[1 3]">        <cell index="1" type="struct" size="[1 1]">         <Name index="1" type="char" size="[1 8]">                   normal               </Name>         <Setting index="1" type="cell" size="[1 2]">          <cell index="1" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>           <YNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.627489 0.366855 0.330439 0.351363]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.530757 0.440316 0.381425 0.502912]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.414074 0.525717 0.425404 0.520204]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.188157 0.491725 0.457966 0.632983]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.2 1.50 1.25 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.4]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 1.00]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.50 1.30 1.20 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.57    0.57    0.57    0.57    0.57]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.5    0.5    0.4    0.3    0.2]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.641597 0.334886 0.310408 0.327635]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.527523 0.408124 0.361911 0.469492]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.424374 0.496375 0.396234 0.501291]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.242988 0.415165 0.449493 0.564692 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.80]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.80]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.75 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.669814 0.270946 0.270345 0.280179 ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.521055 0.343740 0.322882 0.402652]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.444973 0.437693 0.337895 0.463464]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.352650 0.262045 0.432547 0.428109]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.2 0.4 0.5 1.0]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.30]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.10 1.5 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [4.00 4.00 2.00 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.70 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.12  0.12  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.679935  0.246820  0.249336 0.257764]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.526968  0.305246  0.309209 0.374800]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.387927  0.496781  0.370039 0.339698]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-0.391025 -0.478641 0.201162 0.297609]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.10 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.25]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 0.90 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.00 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.51    0.51    0.51    0.51    0.30]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.700177 0.198566 0.207318 0.212934    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.538792 0.228257 0.281863 0.319095    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.273836 0.614957 0.434327 0.092166     ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-1.878374 -1.960015 -0.261609 0.036608  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.3]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.1 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.20]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.25 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 0.9 0.8 0.7]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.6 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12    4.247975222180781e-08    -1.328252074020057e-04    1.477928045033473e-01    7.670302164989573e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.943143    0.670219    0.447672    0.367264     ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.841796    0.983082    0.704658    0.501561    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.872441    0.988400    0.711805    0.508803    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.650330  1.422823  1.174284  0.756609  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.40 0.85 0.85 0.9]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.50 1.50 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.50 0.45 0.25 0.4]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.20    1.00    1.00    1.00    0.80    0.70]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.24    1.24    1.00    1.00    0.76    0.63]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.90    1.60    1.30    1.00    0.80    0.80]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.43    1.00    0.56    0.56    0.56    0.56]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12    5.530407289223524e-08    -1.795541459598264e-04    2.203873923911723e-01    7.344068271666244e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.950737    0.688738    0.458664    0.381073    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.828681    0.993787    0.735815    0.528401    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.857875    0.996543    0.736578    0.529529    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.603438  1.372599  1.211613  0.787788  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.20 0.70]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [0.75 0.7 0.66 0.36]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11    1.097386839302985e-07    -2.283814262192274e-04    4.198265629697710e-01    7.223784135722966e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.948291    0.681660    0.448094    0.360975    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.832203    0.996846    0.738511    0.520798    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.861563    0.996721    0.731136    0.527112    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.613480 1.382101 1.208057 0.788342 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.24 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.4]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>         <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>               </cell>       </YNR_ISO>      </cell>         <cell index="2" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>           <YNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.627489 0.366855 0.330439 0.351363]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.530757 0.440316 0.381425 0.502912]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.414074 0.525717 0.425404 0.520204]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.188157 0.491725 0.457966 0.632983]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.2 1.50 1.25 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.4]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 1.00]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.50 1.30 1.20 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.57    0.57    0.57    0.57    0.57]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.5    0.5    0.4    0.3    0.2]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.641597 0.334886 0.310408 0.327635]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.527523 0.408124 0.361911 0.469492]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.424374 0.496375 0.396234 0.501291]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.242988 0.415165 0.449493 0.564692 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.80]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.80]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.75 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.669814 0.270946 0.270345 0.280179 ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.521055 0.343740 0.322882 0.402652]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.444973 0.437693 0.337895 0.463464]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.352650 0.262045 0.432547 0.428109]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.2 0.4 0.5 1.0]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.30]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.10 1.5 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [4.00 4.00 2.00 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.70 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.12  0.12  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.679935  0.246820  0.249336 0.257764]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.526968  0.305246  0.309209 0.374800]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.387927  0.496781  0.370039 0.339698]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-0.391025 -0.478641 0.201162 0.297609]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.10 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.25]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 0.90 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.00 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.51    0.51    0.51    0.51    0.30]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.700177 0.198566 0.207318 0.212934    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.538792 0.228257 0.281863 0.319095    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.273836 0.614957 0.434327 0.092166     ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-1.878374 -1.960015 -0.261609 0.036608  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.3]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.1 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.20]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.25 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 0.9 0.8 0.7]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.6 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12    4.247975222180781e-08    -1.328252074020057e-04    1.477928045033473e-01    7.670302164989573e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.943143    0.670219    0.447672    0.367264     ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.841796    0.983082    0.704658    0.501561    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.872441    0.988400    0.711805    0.508803    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.650330  1.422823  1.174284  0.756609  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.40 0.85 0.85 0.9]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.50 1.50 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.50 0.45 0.25 0.4]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.20    1.00    1.00    1.00    0.80    0.70]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.24    1.24    1.00    1.00    0.76    0.63]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.90    1.60    1.30    1.00    0.80    0.80]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.43    1.00    0.56    0.56    0.56    0.56]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12    5.530407289223524e-08    -1.795541459598264e-04    2.203873923911723e-01    7.344068271666244e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.950737    0.688738    0.458664    0.381073    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.828681    0.993787    0.735815    0.528401    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.857875    0.996543    0.736578    0.529529    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.603438  1.372599  1.211613  0.787788  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.20 0.70]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [0.75 0.7 0.66 0.36]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11    1.097386839302985e-07    -2.283814262192274e-04    4.198265629697710e-01    7.223784135722966e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.948291    0.681660    0.448094    0.360975    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.832203    0.996846    0.738511    0.520798    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.861563    0.996721    0.731136    0.527112    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.613480 1.382101 1.208057 0.788342 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.24 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.4]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>         <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>               </cell>       </YNR_ISO>      </cell>    </Setting>         </cell>        <cell index="1" type="struct" size="[1 1]">         <Name index="1" type="char" size="[1 8]">                   hdr               </Name>         <Setting index="1" type="cell" size="[1 2]">          <cell index="1" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>           <YNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.627489 0.366855 0.330439 0.351363]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.530757 0.440316 0.381425 0.502912]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.414074 0.525717 0.425404 0.520204]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.188157 0.491725 0.457966 0.632983]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.2 1.50 1.25 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.4]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 1.00]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.50 1.30 1.20 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.57    0.57    0.57    0.57    0.57]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.5    0.5    0.4    0.3    0.2]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.641597 0.334886 0.310408 0.327635]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.527523 0.408124 0.361911 0.469492]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.424374 0.496375 0.396234 0.501291]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.242988 0.415165 0.449493 0.564692 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.80]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.80]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.75 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.669814 0.270946 0.270345 0.280179 ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.521055 0.343740 0.322882 0.402652]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.444973 0.437693 0.337895 0.463464]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.352650 0.262045 0.432547 0.428109]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.2 0.4 0.5 1.0]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.30]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.10 1.5 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [4.00 4.00 2.00 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.70 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.12  0.12  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.679935  0.246820  0.249336 0.257764]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.526968  0.305246  0.309209 0.374800]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.387927  0.496781  0.370039 0.339698]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-0.391025 -0.478641 0.201162 0.297609]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.10 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.25]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 0.90 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.00 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.51    0.51    0.51    0.51    0.30]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.700177 0.198566 0.207318 0.212934    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.538792 0.228257 0.281863 0.319095    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.273836 0.614957 0.434327 0.092166     ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-1.878374 -1.960015 -0.261609 0.036608  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.3]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.1 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.20]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.25 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 0.9 0.8 0.7]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.6 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12    4.247975222180781e-08    -1.328252074020057e-04    1.477928045033473e-01    7.670302164989573e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.943143    0.670219    0.447672    0.367264     ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.841796    0.983082    0.704658    0.501561    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.872441    0.988400    0.711805    0.508803    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.650330  1.422823  1.174284  0.756609  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.40 0.85 0.85 0.9]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.50 1.50 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.50 0.45 0.25 0.4]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.20    1.00    1.00    1.00    0.80    0.70]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.24    1.24    1.00    1.00    0.76    0.63]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.90    1.60    1.30    1.00    0.80    0.80]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.43    1.00    0.56    0.56    0.56    0.56]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12    5.530407289223524e-08    -1.795541459598264e-04    2.203873923911723e-01    7.344068271666244e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.950737    0.688738    0.458664    0.381073    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.828681    0.993787    0.735815    0.528401    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.857875    0.996543    0.736578    0.529529    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.603438  1.372599  1.211613  0.787788  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.20 0.70]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [0.75 0.7 0.66 0.36]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11    1.097386839302985e-07    -2.283814262192274e-04    4.198265629697710e-01    7.223784135722966e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.948291    0.681660    0.448094    0.360975    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.832203    0.996846    0.738511    0.520798    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.861563    0.996721    0.731136    0.527112    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.613480 1.382101 1.208057 0.788342 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.24 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.4]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>         <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>               </cell>       </YNR_ISO>      </cell>         <cell index="2" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>           <YNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.627489 0.366855 0.330439 0.351363]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.530757 0.440316 0.381425 0.502912]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.414074 0.525717 0.425404 0.520204]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.188157 0.491725 0.457966 0.632983]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.2 1.50 1.25 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.4]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 1.00]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.50 1.30 1.20 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.57    0.57    0.57    0.57    0.57]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.5    0.5    0.4    0.3    0.2]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.641597 0.334886 0.310408 0.327635]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.527523 0.408124 0.361911 0.469492]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.424374 0.496375 0.396234 0.501291]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.242988 0.415165 0.449493 0.564692 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.80]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.80]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.75 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.669814 0.270946 0.270345 0.280179 ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.521055 0.343740 0.322882 0.402652]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.444973 0.437693 0.337895 0.463464]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.352650 0.262045 0.432547 0.428109]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.2 0.4 0.5 1.0]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.30]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.10 1.5 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [4.00 4.00 2.00 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.70 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.12  0.12  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.679935  0.246820  0.249336 0.257764]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.526968  0.305246  0.309209 0.374800]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.387927  0.496781  0.370039 0.339698]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-0.391025 -0.478641 0.201162 0.297609]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.10 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.25]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 0.90 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.00 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.51    0.51    0.51    0.51    0.30]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.700177 0.198566 0.207318 0.212934    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.538792 0.228257 0.281863 0.319095    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.273836 0.614957 0.434327 0.092166     ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-1.878374 -1.960015 -0.261609 0.036608  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.3]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.1 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.20]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.25 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 0.9 0.8 0.7]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.6 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12    4.247975222180781e-08    -1.328252074020057e-04    1.477928045033473e-01    7.670302164989573e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.943143    0.670219    0.447672    0.367264     ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.841796    0.983082    0.704658    0.501561    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.872441    0.988400    0.711805    0.508803    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.650330  1.422823  1.174284  0.756609  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.40 0.85 0.85 0.9]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.50 1.50 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.50 0.45 0.25 0.4]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.20    1.00    1.00    1.00    0.80    0.70]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.24    1.24    1.00    1.00    0.76    0.63]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.90    1.60    1.30    1.00    0.80    0.80]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.43    1.00    0.56    0.56    0.56    0.56]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12    5.530407289223524e-08    -1.795541459598264e-04    2.203873923911723e-01    7.344068271666244e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.950737    0.688738    0.458664    0.381073    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.828681    0.993787    0.735815    0.528401    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.857875    0.996543    0.736578    0.529529    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.603438  1.372599  1.211613  0.787788  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.20 0.70]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [0.75 0.7 0.66 0.36]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11    1.097386839302985e-07    -2.283814262192274e-04    4.198265629697710e-01    7.223784135722966e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.948291    0.681660    0.448094    0.360975    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.832203    0.996846    0.738511    0.520798    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.861563    0.996721    0.731136    0.527112    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.613480 1.382101 1.208057 0.788342 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.24 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.4]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>         <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>               </cell>       </YNR_ISO>      </cell>    </Setting>         </cell>        <cell index="1" type="struct" size="[1 1]">         <Name index="1" type="char" size="[1 8]">                   gray               </Name>         <Setting index="1" type="cell" size="[1 2]">          <cell index="1" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>           <YNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.627489 0.366855 0.330439 0.351363]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.530757 0.440316 0.381425 0.502912]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.414074 0.525717 0.425404 0.520204]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.188157 0.491725 0.457966 0.632983]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.2 1.50 1.25 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.4]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 1.00]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.50 1.30 1.20 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.57    0.57    0.57    0.57    0.57]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.5    0.5    0.4    0.3    0.2]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.641597 0.334886 0.310408 0.327635]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.527523 0.408124 0.361911 0.469492]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.424374 0.496375 0.396234 0.501291]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.242988 0.415165 0.449493 0.564692 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.80]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.80]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.75 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.669814 0.270946 0.270345 0.280179 ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.521055 0.343740 0.322882 0.402652]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.444973 0.437693 0.337895 0.463464]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.352650 0.262045 0.432547 0.428109]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.2 0.4 0.5 1.0]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.30]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.10 1.5 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [4.00 4.00 2.00 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.70 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.12  0.12  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.679935  0.246820  0.249336 0.257764]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.526968  0.305246  0.309209 0.374800]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.387927  0.496781  0.370039 0.339698]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-0.391025 -0.478641 0.201162 0.297609]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.10 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.25]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 0.90 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.00 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.51    0.51    0.51    0.51    0.30]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.700177 0.198566 0.207318 0.212934    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.538792 0.228257 0.281863 0.319095    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.273836 0.614957 0.434327 0.092166     ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-1.878374 -1.960015 -0.261609 0.036608  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.3]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.1 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.20]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.25 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 0.9 0.8 0.7]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.6 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12    4.247975222180781e-08    -1.328252074020057e-04    1.477928045033473e-01    7.670302164989573e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.943143    0.670219    0.447672    0.367264     ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.841796    0.983082    0.704658    0.501561    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.872441    0.988400    0.711805    0.508803    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.650330  1.422823  1.174284  0.756609  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.40 0.85 0.85 0.9]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.50 1.50 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.50 0.45 0.25 0.4]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.20    1.00    1.00    1.00    0.80    0.70]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.24    1.24    1.00    1.00    0.76    0.63]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.90    1.60    1.30    1.00    0.80    0.80]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.43    1.00    0.56    0.56    0.56    0.56]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12    5.530407289223524e-08    -1.795541459598264e-04    2.203873923911723e-01    7.344068271666244e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.950737    0.688738    0.458664    0.381073    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.828681    0.993787    0.735815    0.528401    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.857875    0.996543    0.736578    0.529529    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.603438  1.372599  1.211613  0.787788  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.20 0.70]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [0.75 0.7 0.66 0.36]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11    1.097386839302985e-07    -2.283814262192274e-04    4.198265629697710e-01    7.223784135722966e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.948291    0.681660    0.448094    0.360975    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.832203    0.996846    0.738511    0.520798    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.861563    0.996721    0.731136    0.527112    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.613480 1.382101 1.208057 0.788342 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.24 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.4]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>         <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>               </cell>       </YNR_ISO>      </cell>         <cell index="2" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>           <YNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.627489 0.366855 0.330439 0.351363]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.530757 0.440316 0.381425 0.502912]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.414074 0.525717 0.425404 0.520204]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.188157 0.491725 0.457966 0.632983]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.2 1.50 1.25 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.4]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 1.00]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.50 1.30 1.20 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.67    0.67    0.67    0.67    0.67]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.57    0.57    0.57    0.57    0.57]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.5    0.5    0.4    0.3    0.2]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.641597 0.334886 0.310408 0.327635]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.527523 0.408124 0.361911 0.469492]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.424374 0.496375 0.396234 0.501291]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.242988 0.415165 0.449493 0.564692 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.80]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.80]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.25 1.50 1.25 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.20 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [2.00 2.00 1.20 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.75 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.11  0.11  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.669814 0.270946 0.270345 0.280179 ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.521055 0.343740 0.322882 0.402652]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.444973 0.437693 0.337895 0.463464]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.352650 0.262045 0.432547 0.428109]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.2 0.4 0.5 1.0]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.30]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.10 1.5 1.0 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 1.00 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [4.00 4.00 2.00 1.20]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.1]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.70 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.50]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.12  0.12  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.679935  0.246820  0.249336 0.257764]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.526968  0.305246  0.309209 0.374800]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.387927  0.496781  0.370039 0.339698]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-0.391025 -0.478641 0.201162 0.297609]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.5]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.10 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.25]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.30 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 1.00 0.90 0.80]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.00 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.60 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.50    0.50    0.30]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.51    0.51    0.51    0.51    0.30]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.50    0.50    0.40    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.700177 0.198566 0.207318 0.212934    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.538792 0.228257 0.281863 0.319095    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.273836 0.614957 0.434327 0.092166     ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [-1.878374 -1.960015 -0.261609 0.036608  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.50 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.3]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.1 0.25 1.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.20]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.25 0.50 0.50]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [1.1 1.20 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.10 0.9 0.8 0.7]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.00]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.6 0.30]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1..00    0.50    0.40    0.35    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.13  0.10  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12    4.247975222180781e-08    -1.328252074020057e-04    1.477928045033473e-01    7.670302164989573e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.943143    0.670219    0.447672    0.367264     ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.841796    0.983082    0.704658    0.501561    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.872441    0.988400    0.711805    0.508803    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.650330  1.422823  1.174284  0.756609  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.0 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.40 0.85 0.85 0.9]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.50 1.50 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.50 0.45 0.25 0.4]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.20    1.00    1.00    1.00    0.80    0.70]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.24    1.24    1.00    1.00    0.76    0.63]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.90    1.60    1.30    1.00    0.80    0.80]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.43    1.00    0.56    0.56    0.56    0.56]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12    5.530407289223524e-08    -1.795541459598264e-04    2.203873923911723e-01    7.344068271666244e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.950737    0.688738    0.458664    0.381073    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.828681    0.993787    0.735815    0.528401    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.857875    0.996543    0.736578    0.529529    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.603438  1.372599  1.211613  0.787788  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.25 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.20 0.70]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [0.75 0.7 0.66 0.36]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11    1.097386839302985e-07    -2.283814262192274e-04    4.198265629697710e-01    7.223784135722966e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.948291    0.681660    0.448094    0.360975    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.832203    0.996846    0.738511    0.520798    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.861563    0.996721    0.731136    0.527112    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.613480 1.382101 1.208057 0.788342 ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [0.24 0.5 2.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.4]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>         <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>              </cell>        <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <sigma_curve index="1" type="double" size="[1 5]">                [-8.555154929920626e-12    7.317696375728051e-08    -2.283814262192274e-04    2.765185093814258e-01    7.906359597530970e+01]             </sigma_curve>             <ynr_lci index="1" type="double" size="[1 4]">                [0.936182    0.654274    0.455860    0.403902    ]             </ynr_lci>             <ynr_lhci index="1" type="double" size="[1 4]">                [0.855909    0.979829    0.691382    0.538871    ]             </ynr_lhci>             <ynr_hlci index="1" type="double" size="[1 4]">                [0.885451    0.981653    0.701294    0.551322    ]             </ynr_hlci>             <ynr_hhci index="1" type="double" size="[1 4]">                [0.706894  1.463291  1.102797  0.741516  ]             </ynr_hhci>             <lo_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </lo_lumaPoint>             <lo_lumaRatio index="1" type="double" size="[1 6]">                [1.0 1.00 1.5 1.5 1.0 1.0]             </lo_lumaRatio>             <lo_directionStrength index="1" type="double" size="[1 1]">                [0.2]             </lo_directionStrength>             <lo_bfScale index="1" type="double" size="[1 4]">                [1.00 1.00 3.00 1.00]             </lo_bfScale>             <imerge_ratio index="1" type="double" size="[1 1]">                [0.15]             </imerge_ratio>             <imerge_bound index="1" type="double" size="[1 1]">                [1.25]             </imerge_bound>             <denoise_weight index="1" type="double" size="[1 4]">                [0.30 0.85 0.30 0.30]             </denoise_weight>             <hi_lumaPoint index="1" type="double" size="[1 6]">                [0 32 64 128 192 256]             </hi_lumaPoint>             <hi_lumaRatio index="1" type="double" size="[1 6]">                [2.0 2.50 1.5 1.5 1.0 1.0]             </hi_lumaRatio>             <hi_bfScale index="1" type="double" size="[1 4]">                [1.20 1.10 0.86 0.86]             </hi_bfScale>             <hwith_d index="1" type="double" size="[1 4]">                [6.00 6.00 4.0 2.0]             </hwith_d>             <hi_denoiseStrength index="1" type="double" size="[1 1]">                [1.2]             </hi_denoiseStrength>             <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                [0.2]             </hi_detailMinAdjDnW>             <hi_denoiseWeight index="1" type="double" size="[1 4]">                [0.75 0.70 0.66 0.36]             </hi_denoiseWeight>             <y_luma_point index="1" type="double" size="[1 6]">                [64    128    192    256    384    512]             </y_luma_point>             <hgrad_y_level1 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level1>             <hgrad_y_level2 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level2>             <hgrad_y_level3 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level3>             <hgrad_y_level4 index="1" type="double" size="[1 6]">                [1.00    0.65    0.55    0.45    0.30    0.20]             </hgrad_y_level4>             <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                [0.13  0.30  0.30  0.10]             </hi_soft_thresh_scale>               </cell>       </YNR_ISO>      </cell>    </Setting>         </cell>        </Mode>       </YNR>       <GIC index="1" type="struct" size="[1 1]">
 
   <CalibParaV20 index="1" type="cell" size="[1 1]">
 
   <cell index="1" type="struct" size="[1 1]">
 
            <scene index="1" type="char" size="[1 10]">
                A0
             </scene>
   <enable index="1" type="char" size="[1 1]">
       [1]
   </enable>
   <edge_en     index="1" type="char" size="[1 1]">
       [0]
   </edge_en>
   <gr_ration     index="1" type="char" size="[1 1]">
       [0]
   </gr_ration>
   <noise_cut_en     index="1" type="char" size="[1 1]">
       [0]
   </noise_cut_en>
 
         <Setting index="1" type="struct" size="[1 9]">
            <iso index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
            </iso>
            <min_busy_thre index="1" type="double" size="[1 9]">
               [40 40 40 40 40 40 40 40 40]
            </min_busy_thre>
            <min_grad_thr1 index="1" type="double" size="[1 9]">
               [16 16 16 16 16 16 16 16 16]
            </min_grad_thr1>
            <min_grad_thr2 index="1" type="double" size="[1 9]">
               [8 8 8 8 8 8 8 8 8]
            </min_grad_thr2>
            <k_grad1 index="1" type="double" size="[1 9]">
               [64 64 64 64 64 64 64 64 64]
            </k_grad1>
            <k_grad2 index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
            </k_grad2>
            <gb_thre index="1" type="double" size="[1 9]">
               [32 32 32 32 32 32 32 32 32]
            </gb_thre>
            <maxCorV index="1" type="double" size="[1 9]">
               [10 10 10 10 10 10 10 10 10]
            </maxCorV>
            <maxCorVboth index="1" type="double" size="[1 9]">
               [20 20 20 20 20 20 20 20 20]
            </maxCorVboth>
            <dark_thre index="1" type="double" size="[1 9]">
               [120 120 120 120 120 120 120 120 120]
            </dark_thre>
            <dark_threHi index="1" type="double" size="[1 9]">
               [240 240 240 240 240 240 240 240 240]
            </dark_threHi>
            <k_grad1_dark index="1" type="double" size="[1 9]">
               [64 64 64 64 64 64 64 64 64]
            </k_grad1_dark>
            <k_grad2_dark     index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
            </k_grad2_dark    >
            <min_grad_thr_dark1 index="1" type="double" size="[1 9]">
               [16 16 16 16 16 16 16 16 16]
            </min_grad_thr_dark1>
            <min_grad_thr_dark2     index="1" type="double" size="[1 9]">
               [8 8 8 8 8 8 8 8 8]
            </min_grad_thr_dark2>
            <GValueLimitLo index="1" type="double" size="[1 9]">
               [1280 1280 1280 1280 1280 1280 1280 1280 1280]
            </GValueLimitLo>
            <GValueLimitHi     index="1" type="double" size="[1 9]">
               [1760 1760 1760 1760 1760 1760 1760 1760 1760]
            </GValueLimitHi>
            <textureStrength  index="1" type="double" size="[1 9]">
               [0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25]
            </textureStrength>
            <ScaleLo  index="1" type="double" size="[1 9]">
               [3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0]
            </ScaleLo>
            <ScaleHi  index="1" type="double" size="[1 9]">
               [5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0]
            </ScaleHi>
            <globalStrength     index="1" type="double" size="[1 9]">
               [1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0]
            </globalStrength>
            <noise_coea index="1" type="double" size="[1 9]">
               [199 199 199 199 199 199 199 199 199]
            </noise_coea>
            <noise_coeb index="1" type="double" size="[1 9]">
               [957 957 957 957 957 957 957 957 957]
            </noise_coeb>
            <diff_clip     index="1" type="double" size="[1 9]">
               [32767 32767  32767 32767 32767  32767 32767 32767  32767]
            </diff_clip>
         </Setting>
 
   </cell>
   </CalibParaV20>
 
   <CalibParaV21 index="1" type="cell" size="[1 1]">
 
   <cell index="1" type="struct" size="[1 1]">
 
            <scene index="1" type="char" size="[1 10]">
                A0
             </scene>
   <enable index="1" type="char" size="[1 1]">
       [0]
   </enable>
   <gr_ration     index="1" type="char" size="[1 1]">
       [0]
   </gr_ration>
         <SettingV21 index="1" type="struct" size="[1 9]">
            <iso index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
            </iso>
            <min_busy_thre index="1" type="double" size="[1 9]">
               [40 40 40 40 40 40 40 40 40]
            </min_busy_thre>
            <min_grad_thr1 index="1" type="double" size="[1 9]">
               [16 16 16 16 16 16 16 16 16]
            </min_grad_thr1>
            <min_grad_thr2 index="1" type="double" size="[1 9]">
               [8 8 8 8 8 8 8 8 8]
            </min_grad_thr2>
            <k_grad1 index="1" type="double" size="[1 9]">
               [64 64 64 64 64 64 64 64 64]
            </k_grad1>
            <k_grad2 index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
            </k_grad2>
            <gb_thre index="1" type="double" size="[1 9]">
               [32 32 32 32 32 32 32 32 32]
            </gb_thre>
            <maxCorV index="1" type="double" size="[1 9]">
               [10 10 10 10 10 10 10 10 10]
            </maxCorV>
            <maxCorVboth index="1" type="double" size="[1 9]">
               [20 20 20 20 20 20 20 20 20]
            </maxCorVboth>
            <dark_thre index="1" type="double" size="[1 9]">
               [120 120 120 120 120 120 120 120 120]
            </dark_thre>
            <dark_threHi index="1" type="double" size="[1 9]">
               [240 240 240 240 240 240 240 240 240]
            </dark_threHi>
            <k_grad1_dark index="1" type="double" size="[1 9]">
               [64 64 64 64 64 64 64 64 64]
            </k_grad1_dark>
            <k_grad2_dark     index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
            </k_grad2_dark    >
            <min_grad_thr_dark1 index="1" type="double" size="[1 9]">
               [16 16 16 16 16 16 16 16 16]
            </min_grad_thr_dark1>
            <min_grad_thr_dark2     index="1" type="double" size="[1 9]">
               [8 8 8 8 8 8 8 8 8]
            </min_grad_thr_dark2>
            <NoiseScale index="1" type="double" size="[1 9]">
               [0 0 0 0 0 0 0 0 0]
            </NoiseScale>
            <NoiseBase index="1" type="double" size="[1 9]">
               [0 0 0 0 0 0 0 0 0]
            </NoiseBase>
            <globalStrength     index="1" type="double" size="[1 9]">
               [1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0]
            </globalStrength>
            <diff_clip     index="1" type="double" size="[1 9]">
               [32767 32767  32767 32767 32767  32767 32767 32767  32767]
            </diff_clip>
         </SettingV21>
 
   </cell>
   </CalibParaV21>
 
   <TuningParaV20 index="1" type="cell" size="[1 1]">
 
   <cell index="1" type="struct" size="[1 1]">
 
            <scene index="1" type="char" size="[1 10]">
                A0
             </scene>
   <enable index="1" type="char" size="[1 1]">
       [1]
   </enable>
   <edge_en     index="1" type="char" size="[1 1]">
       [0]
   </edge_en>
   <gr_ration     index="1" type="char" size="[1 1]">
       [0]
   </gr_ration>
   <noise_cut_en     index="1" type="char" size="[1 1]">
       [0]
   </noise_cut_en>
 
         <Setting index="1" type="struct" size="[1 9]">
            <iso index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
            </iso>
            <min_busy_thre index="1" type="double" size="[1 9]">
               [40 40 40 40 40 40 40 40 40]
            </min_busy_thre>
            <min_grad_thr1 index="1" type="double" size="[1 9]">
               [16 16 16 16 16 16 16 16 16]
            </min_grad_thr1>
            <min_grad_thr2 index="1" type="double" size="[1 9]">
               [8 8 8 8 8 8 8 8 8]
            </min_grad_thr2>
            <k_grad1 index="1" type="double" size="[1 9]">
               [64 64 64 64 64 64 64 64 64]
            </k_grad1>
            <k_grad2 index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
            </k_grad2>
            <gb_thre index="1" type="double" size="[1 9]">
               [32 32 32 32 32 32 32 32 32]
            </gb_thre>
            <maxCorV index="1" type="double" size="[1 9]">
               [10 10 10 10 10 10 10 10 10]
            </maxCorV>
            <maxCorVboth index="1" type="double" size="[1 9]">
               [20 20 20 20 20 20 20 20 20]
            </maxCorVboth>
            <dark_thre index="1" type="double" size="[1 9]">
               [120 120 120 120 120 120 120 120 120]
            </dark_thre>
            <dark_threHi index="1" type="double" size="[1 9]">
               [240 240 240 240 240 240 240 240 240]
            </dark_threHi>
            <k_grad1_dark index="1" type="double" size="[1 9]">
               [64 64 64 64 64 64 64 64 64]
            </k_grad1_dark>
            <k_grad2_dark     index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
            </k_grad2_dark    >
            <min_grad_thr_dark1 index="1" type="double" size="[1 9]">
               [16 16 16 16 16 16 16 16 16]
            </min_grad_thr_dark1>
            <min_grad_thr_dark2     index="1" type="double" size="[1 9]">
               [8 8 8 8 8 8 8 8 8]
            </min_grad_thr_dark2>
            <GValueLimitLo index="1" type="double" size="[1 9]">
               [1280 1280 1280 1280 1280 1280 1280 1280 1280]
            </GValueLimitLo>
            <GValueLimitHi     index="1" type="double" size="[1 9]">
               [1760 1760 1760 1760 1760 1760 1760 1760 1760]
            </GValueLimitHi>
            <textureStrength  index="1" type="double" size="[1 9]">
               [0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.25]
            </textureStrength>
            <ScaleLo  index="1" type="double" size="[1 9]">
               [3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0]
            </ScaleLo>
            <ScaleHi  index="1" type="double" size="[1 9]">
               [5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0]
            </ScaleHi>
            <globalStrength     index="1" type="double" size="[1 9]">
               [1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0]
            </globalStrength>
            <noise_coea index="1" type="double" size="[1 9]">
               [199 199 199 199 199 199 199 199 199]
            </noise_coea>
            <noise_coeb index="1" type="double" size="[1 9]">
               [957 957 957 957 957 957 957 957 957]
            </noise_coeb>
            <diff_clip     index="1" type="double" size="[1 9]">
               [32767 32767  32767 32767 32767  32767 32767 32767  32767]
            </diff_clip>
         </Setting>
 
   </cell>
   </TuningParaV20>
   <TuningParaV21 index="1" type="cell" size="[1 1]">
 
   <cell index="1" type="struct" size="[1 1]">
 
            <scene index="1" type="char" size="[1 10]">
                A0
             </scene>
   <enable index="1" type="char" size="[1 1]">
       [1]
   </enable>
   <gr_ration     index="1" type="char" size="[1 1]">
       [0]
   </gr_ration>
         <SettingV21 index="1" type="struct" size="[1 9]">
            <iso index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
            </iso>
            <min_busy_thre index="1" type="double" size="[1 9]">
               [40 40 40 40 40 40 40 40 40]
            </min_busy_thre>
            <min_grad_thr1 index="1" type="double" size="[1 9]">
               [16 16 16 16 16 16 16 16 16]
            </min_grad_thr1>
            <min_grad_thr2 index="1" type="double" size="[1 9]">
               [8 8 8 8 8 8 8 8 8]
            </min_grad_thr2>
            <k_grad1 index="1" type="double" size="[1 9]">
               [64 64 64 64 64 64 64 64 64]
            </k_grad1>
            <k_grad2 index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
            </k_grad2>
            <gb_thre index="1" type="double" size="[1 9]">
               [32 32 32 32 32 32 32 32 32]
            </gb_thre>
            <maxCorV index="1" type="double" size="[1 9]">
               [10 10 10 10 10 10 10 10 10]
            </maxCorV>
            <maxCorVboth index="1" type="double" size="[1 9]">
               [20 20 20 20 20 20 20 20 20]
            </maxCorVboth>
            <dark_thre index="1" type="double" size="[1 9]">
               [120 120 120 120 120 120 120 120 120]
            </dark_thre>
            <dark_threHi index="1" type="double" size="[1 9]">
               [240 240 240 240 240 240 240 240 240]
            </dark_threHi>
            <k_grad1_dark index="1" type="double" size="[1 9]">
               [64 64 64 64 64 64 64 64 64]
            </k_grad1_dark>
            <k_grad2_dark     index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
            </k_grad2_dark    >
            <min_grad_thr_dark1 index="1" type="double" size="[1 9]">
               [16 16 16 16 16 16 16 16 16]
            </min_grad_thr_dark1>
            <min_grad_thr_dark2     index="1" type="double" size="[1 9]">
               [8 8 8 8 8 8 8 8 8]
            </min_grad_thr_dark2>
            <NoiseScale index="1" type="double" size="[1 9]">
               [0 0 0 0 0 0 0 0 0]
            </NoiseScale>
            <NoiseBase index="1" type="double" size="[1 9]">
               [0 0 0 0 0 0 0 0 0]
            </NoiseBase>
            <globalStrength     index="1" type="double" size="[1 9]">
               [1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0]
            </globalStrength>
            <diff_clip     index="1" type="double" size="[1 9]">
               [32767 32767  32767 32767 32767  32767 32767 32767  32767]
            </diff_clip>
         </SettingV21>
 
   </cell>
   </TuningParaV21>
 
      </GIC>
      <MFNR index="1" type="struct" size="[1 1]">    <Enable index="1" type="double" size="[1 1]">        [1]    </Enable>    <Version index="1" type="char" size="[1 1]">        V1    </Version>    <local_gain_en index="1" type="double" size="[1 1]">        [1]    </local_gain_en>             <motion_detect_en index="1" type="double" size="[1 1]">                 [0 ]             </motion_detect_en>    <mode_3to1 index="1" type="double" size="[1 1]">        [1]    </mode_3to1>    <max_level index="1" type="char" size="[1 1]">        [4]    </max_level>    <max_level_uv index="1" type="char" size="[1 1]">        [3]    </max_level_uv>    <back_ref_num index="1" type="char" size="[1 1]">        [1]    </back_ref_num>          <awb_uv_ratio index="1" type="cell" size="[1 4]">        <cell index="1" type="struct" size="[1 1]">                 <name index="1" type="char" size="[1 1]">                    A                 </name>                 <ratio index="1" type="double" size="[1 2]">                    [1.00000    1.00000]                 </ratio>        </cell>        <cell index="2" type="struct" size="[1 1]">                 <name index="1" type="char" size="[1 3]">                    D65                 </name>                 <ratio index="1" type="double" size="[1 2]">                    [1.00000    1.00000]                 </ratio>        </cell>        <cell index="3" type="struct" size="[1 1]">                 <name index="1" type="char" size="[1 7]">                    F11_TL84                 </name>                 <ratio index="1" type="double" size="[1 2]">                    [0.90000    0.70000]                 </ratio>        </cell>        <cell index="4" type="struct" size="[1 1]">                 <name index="1" type="char" size="[1 6]">                    F2_CWF                 </name>                 <ratio index="1" type="double" size="[1 2]">                    [1.00000    1.00000]                 </ratio>        </cell>          </awb_uv_ratio>    <Mode index="1" type="cell" size="[1 3]">       <cell index="1" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                 normal              </Name>              <Dynamic index="1" type="struct" size="[1 1]">                      <Enable index="1" type="double" size="[1 1]">               [0]           </Enable>              <LowTh_iso index="1" type="double" size="[1 1]">                  [50]                  </LowTh_iso>          <LowTh_time index="1" type="double" size="[1 1]">                  [0.01]                  </LowTh_time>              <HighTh_iso index="1" type="double" size="[1 1]">                  [50]                  </HighTh_iso>          <HighTh_time index="1" type="double" size="[1 1]">                  [0.025]                  </HighTh_time>              </Dynamic>        <Setting index="1" type="cell" size="[1 2]">        <cell index="1" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>                 <MFNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.79372    0.59549    0.47161]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.63030    0.53079    0.35740    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.10000    1.15000    1.20000    1.20000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.4000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.77155    0.54941    0.40426]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.67466    0.57107    0.38596    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000     0.77155  0.54941]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.67466   0.57107  0.38596]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.790000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74533    0.49578    0.33883    ]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71149        0.59680    0.40068    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.5000    0.5000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.45000    0.45000    0.45000    0.45000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.40000    1.30000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.450000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.714000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74238    0.48558    0.32383]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71376     0.60060        0.39704        0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.40000    0.40000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.60000    1.50000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.74238    0.48558]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71376    0.60060    0.39704]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.60000    0.60000    0.60000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.331000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.73863    0.47711    0.31305]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71886    0.60227    0.39342    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.4000    0.4000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.70000    1.50000    1.30000    1.35000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.73863    0.47711]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71886    0.60227    0.39342]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.40000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                 [1.80000    1.70000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                 [2.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.650000    0.650000    0.650000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12  4.247975222180781e-08      -1.328252074020057e-04  1.477928045033473e-01    7.670302164989573e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.244000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72770    0.46182    0.29414]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.73231    0.60469    0.39427    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72770    0.46182]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.73231    0.60469    0.39427]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.40000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    255.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>            <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.70000    0.70000    0.70000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12  5.530407289223524e-08      -1.795541459598264e-04  2.203873923911723e-01    7.344068271666244e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.750000    0.750000    0.750000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11  1.097386839302985e-07      -3.484961880031695e-04  4.198265629697710e-01    7.223784135722966e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">               [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>                </cell>              </MFNR_ISO>      </cell>        <cell index="2" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>                 <MFNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.79372    0.59549    0.47161]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.63030    0.53079    0.35740    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.10000    1.15000    1.20000    1.20000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.4000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.77155    0.54941    0.40426]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.67466    0.57107    0.38596    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000     0.77155  0.54941]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.67466   0.57107  0.38596]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.790000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74533    0.49578    0.33883    ]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71149        0.59680    0.40068    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.5000    0.5000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.45000    0.45000    0.45000    0.45000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.40000    1.30000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.450000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.714000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74238    0.48558    0.32383]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71376     0.60060        0.39704        0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.40000    0.40000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.60000    1.50000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.74238    0.48558]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71376    0.60060    0.39704]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.60000    0.60000    0.60000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.331000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.73863    0.47711    0.31305]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71886    0.60227    0.39342    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.4000    0.4000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.70000    1.50000    1.30000    1.35000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.73863    0.47711]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71886    0.60227    0.39342]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.40000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                 [1.80000    1.70000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                 [2.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.650000    0.650000    0.650000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12  4.247975222180781e-08      -1.328252074020057e-04  1.477928045033473e-01    7.670302164989573e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.244000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72770    0.46182    0.29414]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.73231    0.60469    0.39427    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72770    0.46182]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.73231    0.60469    0.39427]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.40000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    255.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>            <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.70000    0.70000    0.70000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12  5.530407289223524e-08      -1.795541459598264e-04  2.203873923911723e-01    7.344068271666244e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.750000    0.750000    0.750000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11  1.097386839302985e-07      -3.484961880031695e-04  4.198265629697710e-01    7.223784135722966e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">               [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>                </cell>              </MFNR_ISO>      </cell>     </Setting>    <motion_detection index="1" type="struct" size="[1 1]">            <Enable index="1" type="double" size="[1 1]">                [0]            </Enable>            <ISO index="1" type="double" size="[1 13]">                                 [50.0000 100.0000 200.0000 400.0000 800.0000 1600.0000 3200.0000 6400.0000 12800.0000 25600.0000 51200.0000 102400.0000 204800.0000 ]                             </ISO>                             <sigmaHScale index="1" type="double" size="[1 13]">                                 [1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 ]                             </sigmaHScale>                             <sigmaLScale index="1" type="double" size="[1 13]">                                 [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 ]                             </sigmaLScale>                             <light_clp index="1" type="double" size="[1 13]">                                [32  32  32  32  32  32  32  32  32  32  32  32  32  ]                             </light_clp>                             <uv_weight index="1" type="double" size="[1 13]">                                [1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 ]                             </uv_weight>                             <mfnr_sigma_scale index="1" type="double" size="[1 13]">                                [4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 ]                             </mfnr_sigma_scale>                             <yuvnr_gain_scale0 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </yuvnr_gain_scale0>                             <yuvnr_gain_scale1 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </yuvnr_gain_scale1>                             <yuvnr_gain_scale2 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </yuvnr_gain_scale2>            <frame_limit_y index="1" type="double" size="[1 13]">                                [24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 ]                             </frame_limit_y>            <frame_limit_uv index="1" type="double" size="[1 13]">                                [24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 ]                             </frame_limit_uv>            <reserved7 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved7>            <reserved6 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved6>            <reserved5 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved5>            <reserved4 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved4>            <reserved3 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved3>            <reserved2 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved2>            <reserved1 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved1>            <reserved0 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved0>                 </motion_detection>    </cell>       <cell index="1" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                 hdr              </Name>              <Dynamic index="1" type="struct" size="[1 1]">                      <Enable index="1" type="double" size="[1 1]">               [0]           </Enable>              <LowTh_iso index="1" type="double" size="[1 1]">                  [50]                  </LowTh_iso>          <LowTh_time index="1" type="double" size="[1 1]">                  [0.01]                  </LowTh_time>              <HighTh_iso index="1" type="double" size="[1 1]">                  [50]                  </HighTh_iso>          <HighTh_time index="1" type="double" size="[1 1]">                  [0.025]                  </HighTh_time>              </Dynamic>        <Setting index="1" type="cell" size="[1 2]">        <cell index="1" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>                 <MFNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.79372    0.59549    0.47161]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.63030    0.53079    0.35740    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.10000    1.15000    1.20000    1.20000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.4000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.77155    0.54941    0.40426]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.67466    0.57107    0.38596    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000     0.77155  0.54941]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.67466   0.57107  0.38596]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.790000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74533    0.49578    0.33883    ]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71149        0.59680    0.40068    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.5000    0.5000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.45000    0.45000    0.45000    0.45000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.40000    1.30000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.450000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.714000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74238    0.48558    0.32383]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71376     0.60060        0.39704        0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.40000    0.40000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.60000    1.50000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.74238    0.48558]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71376    0.60060    0.39704]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.60000    0.60000    0.60000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.331000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.73863    0.47711    0.31305]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71886    0.60227    0.39342    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.4000    0.4000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.70000    1.50000    1.30000    1.35000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.73863    0.47711]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71886    0.60227    0.39342]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.40000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                 [1.80000    1.70000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                 [2.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.650000    0.650000    0.650000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12  4.247975222180781e-08      -1.328252074020057e-04  1.477928045033473e-01    7.670302164989573e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.244000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72770    0.46182    0.29414]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.73231    0.60469    0.39427    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72770    0.46182]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.73231    0.60469    0.39427]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.40000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    255.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>            <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.70000    0.70000    0.70000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12  5.530407289223524e-08      -1.795541459598264e-04  2.203873923911723e-01    7.344068271666244e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.750000    0.750000    0.750000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11  1.097386839302985e-07      -3.484961880031695e-04  4.198265629697710e-01    7.223784135722966e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">               [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>                </cell>              </MFNR_ISO>      </cell>        <cell index="2" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>                 <MFNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.79372    0.59549    0.47161]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.63030    0.53079    0.35740    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.10000    1.15000    1.20000    1.20000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.4000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.77155    0.54941    0.40426]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.67466    0.57107    0.38596    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000     0.77155  0.54941]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.67466   0.57107  0.38596]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.790000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74533    0.49578    0.33883    ]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71149        0.59680    0.40068    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.5000    0.5000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.45000    0.45000    0.45000    0.45000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.40000    1.30000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.450000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.714000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74238    0.48558    0.32383]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71376     0.60060        0.39704        0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.40000    0.40000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.60000    1.50000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.74238    0.48558]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71376    0.60060    0.39704]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.60000    0.60000    0.60000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.331000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.73863    0.47711    0.31305]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71886    0.60227    0.39342    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.4000    0.4000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.70000    1.50000    1.30000    1.35000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.73863    0.47711]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71886    0.60227    0.39342]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.40000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                 [1.80000    1.70000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                 [2.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.650000    0.650000    0.650000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12  4.247975222180781e-08      -1.328252074020057e-04  1.477928045033473e-01    7.670302164989573e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.244000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72770    0.46182    0.29414]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.73231    0.60469    0.39427    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72770    0.46182]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.73231    0.60469    0.39427]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.40000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    255.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>            <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.70000    0.70000    0.70000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12  5.530407289223524e-08      -1.795541459598264e-04  2.203873923911723e-01    7.344068271666244e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.750000    0.750000    0.750000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11  1.097386839302985e-07      -3.484961880031695e-04  4.198265629697710e-01    7.223784135722966e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">               [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>                </cell>              </MFNR_ISO>      </cell>     </Setting>    <motion_detection index="1" type="struct" size="[1 1]">            <Enable index="1" type="double" size="[1 1]">                [0]            </Enable>            <ISO index="1" type="double" size="[1 13]">                                 [50.0000 100.0000 200.0000 400.0000 800.0000 1600.0000 3200.0000 6400.0000 12800.0000 25600.0000 51200.0000 102400.0000 204800.0000 ]                             </ISO>                             <sigmaHScale index="1" type="double" size="[1 13]">                                 [1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 ]                             </sigmaHScale>                             <sigmaLScale index="1" type="double" size="[1 13]">                                 [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 ]                             </sigmaLScale>                             <light_clp index="1" type="double" size="[1 13]">                                [32  32  32  32  32  32  32  32  32  32  32  32  32  ]                             </light_clp>                             <uv_weight index="1" type="double" size="[1 13]">                                [1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 ]                             </uv_weight>                             <mfnr_sigma_scale index="1" type="double" size="[1 13]">                                [4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 ]                             </mfnr_sigma_scale>                             <yuvnr_gain_scale0 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </yuvnr_gain_scale0>                             <yuvnr_gain_scale1 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </yuvnr_gain_scale1>                             <yuvnr_gain_scale2 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </yuvnr_gain_scale2>            <frame_limit_y index="1" type="double" size="[1 13]">                                [24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 ]                             </frame_limit_y>            <frame_limit_uv index="1" type="double" size="[1 13]">                                [24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 ]                             </frame_limit_uv>            <reserved7 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved7>            <reserved6 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved6>            <reserved5 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved5>            <reserved4 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved4>            <reserved3 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved3>            <reserved2 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved2>            <reserved1 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved1>            <reserved0 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved0>                 </motion_detection>    </cell>       <cell index="1" type="struct" size="[1 1]">        <Name index="1" type="char" size="[1 8]">                 gray              </Name>              <Dynamic index="1" type="struct" size="[1 1]">                      <Enable index="1" type="double" size="[1 1]">               [0]           </Enable>              <LowTh_iso index="1" type="double" size="[1 1]">                  [50]                  </LowTh_iso>          <LowTh_time index="1" type="double" size="[1 1]">                  [0.01]                  </LowTh_time>              <HighTh_iso index="1" type="double" size="[1 1]">                  [50]                  </HighTh_iso>          <HighTh_time index="1" type="double" size="[1 1]">                  [0.025]                  </HighTh_time>              </Dynamic>        <Setting index="1" type="cell" size="[1 2]">        <cell index="1" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      LSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      lcg                 </Sensor_Mode>                 <MFNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.79372    0.59549    0.47161]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.63030    0.53079    0.35740    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.10000    1.15000    1.20000    1.20000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.4000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.77155    0.54941    0.40426]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.67466    0.57107    0.38596    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000     0.77155  0.54941]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.67466   0.57107  0.38596]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.790000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74533    0.49578    0.33883    ]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71149        0.59680    0.40068    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.5000    0.5000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.45000    0.45000    0.45000    0.45000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.40000    1.30000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.450000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.714000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74238    0.48558    0.32383]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71376     0.60060        0.39704        0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.40000    0.40000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.60000    1.50000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.74238    0.48558]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71376    0.60060    0.39704]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.60000    0.60000    0.60000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.331000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.73863    0.47711    0.31305]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71886    0.60227    0.39342    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.4000    0.4000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.70000    1.50000    1.30000    1.35000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.73863    0.47711]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71886    0.60227    0.39342]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.40000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                 [1.80000    1.70000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                 [2.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.650000    0.650000    0.650000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12  4.247975222180781e-08      -1.328252074020057e-04  1.477928045033473e-01    7.670302164989573e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.244000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72770    0.46182    0.29414]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.73231    0.60469    0.39427    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72770    0.46182]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.73231    0.60469    0.39427]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.40000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    255.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>            <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.70000    0.70000    0.70000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12  5.530407289223524e-08      -1.795541459598264e-04  2.203873923911723e-01    7.344068271666244e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.750000    0.750000    0.750000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11  1.097386839302985e-07      -3.484961880031695e-04  4.198265629697710e-01    7.223784135722966e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">               [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>                </cell>              </MFNR_ISO>      </cell>        <cell index="2" type="struct" size="[1 1]">           <SNR_Mode index="1" type="char" size="[1 8]">                      HSNR                 </SNR_Mode>           <Sensor_Mode index="1" type="char" size="[1 8]">                      hcg                 </Sensor_Mode>                 <MFNR_ISO index="1" type="cell" size="[1 13]">                  <cell index="1" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [50]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.5049857994767021e-012 1.4294833855958358e-008 -4.8619600620983250e-005 6.6820260006181798e-002 -6.3552042141855054e+000]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.79372    0.59549    0.47161]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.63030    0.53079    0.35740    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.10000    1.15000    1.20000    1.20000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.4000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="2" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [100]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [64    64    64    64]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [64    64    64]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.7930505843382979e-012 1.7421649492243711e-008 -6.0666812723347840e-005 8.5357015791094185e-002 -1.2025558815070932e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.647000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.77155    0.54941    0.40426]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.67466    0.57107    0.38596    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.60000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.55000    0.55000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000     0.77155  0.54941]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.67466   0.57107  0.38596]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.30000    1.20000    1.20000    1.20000    1.20000    1.20000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.6000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="3" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-2.3691801540614898e-012 2.3675280764814412e-008 -8.4761236928077022e-005 1.2243052736091897e-001 -2.3366268016841786e+001 ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.790000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74533    0.49578    0.33883    ]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71149        0.59680    0.40068    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.5000    0.5000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.45000    0.45000    0.45000    0.45000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.40000    1.30000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.79372    0.59549]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.63030    0.53079    0.35740]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.450000    0.50000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="4" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.50000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.2376368344753835e-012 3.2957801151682209e-008 -1.2017177884939463e-004 1.7693922890615946e-001 -4.3333152297801760e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.714000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.74238    0.48558    0.32383]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71376     0.60060        0.39704        0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.40000    0.40000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.60000    1.50000    1.30000    1.25000    1.30000    1.30000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.74238    0.48558]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71376    0.60060    0.39704]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.50000    1.50000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [2.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="5" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [32    32 32 32]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [32    32 32]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.60000    0.60000    0.60000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.9745501953031713e-012 5.1522841925417809e-008 -1.9099286269202986e-004 2.8595663199664045e-001 -8.3266920859721722e+001]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.331000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.73863    0.47711    0.31305]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.71886    0.60227    0.39342    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.5000    0.5000    0.4000    0.4000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.40000    0.40000    0.40000    0.40000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.70000    1.50000    1.30000    1.35000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [2.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.73863    0.47711]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.71886    0.60227    0.39342]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.50000    0.40000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.40000    0.40000    0.40000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                 [1.80000    1.70000    1.50000    1.50000    1.50000    1.50000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                 [2.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="6" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [1600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.650000    0.650000    0.650000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-4.788834980095718e-12  4.247975222180781e-08      -1.328252074020057e-04  1.477928045033473e-01    7.670302164989573e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.244000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72770    0.46182    0.29414]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.73231    0.60469    0.39427    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72770    0.46182]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.73231    0.60469    0.39427]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.40000    0.5000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    255.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [3.20000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="7" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [3200]             </iso>            <weight_limit_y index="1" type="double" size="[1 4]">                [16    16 16 16]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [16    16 16]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.70000    0.70000    0.70000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-6.188215220063509e-12  5.530407289223524e-08      -1.795541459598264e-04  2.203873923911723e-01    7.344068271666244e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.40000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="8" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [6400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.750000    0.750000    0.750000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-1.233688954105747e-11  1.097386839302985e-07      -3.484961880031695e-04  4.198265629697710e-01    7.223784135722966e+01    ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">               [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.60000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="9" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [12800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="10" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [25600]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="11" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [51200]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="12" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [102400]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>              </cell>              <cell index="13" type="struct" size="[1 1]">             <iso index="1" type="double" size="[1 1]">                [204800]             </iso>             <weight_limit_y index="1" type="double" size="[1 4]">                [4 4 4 4]             </weight_limit_y>             <weight_limit_uv index="1" type="double" size="[1 3]">                [4 4 4]             </weight_limit_uv>             <ratio_frq index="1" type="double" size="[1 4]">                [0.50000    2.00000    0.50000    2.00000]             </ratio_frq>             <luma_w_in_chroma index="1" type="double" size="[1 3]">                [0.80000    0.80000    0.80000]             </luma_w_in_chroma>             <noise_curve index="1" type="double" size="[1 5]">                [-3.234390e-11   2.874588e-07    -8.758406e-04   9.665467e-01  1.066669e+02  ]             </noise_curve>             <noise_curve_x00 index="1" type="double" size="[1 1]">                [3.170000e+03]             </noise_curve_x00>             <y_lo_noiseprofile index="1" type="double" size="[1 4]">                [1.00000    0.72924    0.45749    0.28517]             </y_lo_noiseprofile>             <y_hi_noiseprofile index="1" type="double" size="[1 4]">                [0.72960    0.61071    0.39626    0.00000]             </y_hi_noiseprofile>             <y_lo_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_lo_denoiseweight>             <y_hi_denoiseweight index="1" type="double" size="[1 4]">                [1.00000    1.00000    1.00000    1.00000]             </y_hi_denoiseweight>             <y_lo_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_lo_bfscale>             <y_hi_bfscale index="1" type="double" size="[1 4]">                [0.50000    0.50000    0.50000    0.70000]             </y_hi_bfscale>             <y_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </y_lumanrpoint>             <y_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.40000    1.40000    1.40000]             </y_lumanrcurve>             <y_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </y_denoisestrength>             <y_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_lo_lvl0_gfdelta>             <y_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </y_hi_lvl0_gfdelta>             <y_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl1_gfdelta>             <y_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl1_gfdelta>             <y_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl2_gfdelta>             <y_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl2_gfdelta>             <y_lo_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_lo_lvl3_gfdelta>             <y_hi_lvl3_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </y_hi_lvl3_gfdelta>             <uv_lo_noiseprofile index="1" type="double" size="[1 3]">                [1.00000    0.72924    0.45749]             </uv_lo_noiseprofile>             <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                [0.72960    0.61071    0.39626]             </uv_hi_noiseprofile>             <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_lo_denoiseweight>             <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                [1.00000    1.00000    1.00000]             </uv_hi_denoiseweight>             <uv_lo_bfscale index="1" type="double" size="[1 3]">                [0.50000    0.70000    0.70000]             </uv_lo_bfscale>             <uv_hi_bfscale index="1" type="double" size="[1 3]">                [0.30000    0.30000    0.4000]             </uv_hi_bfscale>             <uv_lumanrpoint index="1" type="double" size="[1 6]">                [0.00000    32.00000    64.00000    192.00000    232.00000    256.00000]             </uv_lumanrpoint>             <uv_lumanrcurve index="1" type="double" size="[1 6]">                [1.00000    1.00000    1.00000    1.00000    1.00000    1.00000]             </uv_lumanrcurve>             <uv_denoisestrength index="1" type="double" size="[1 1]">                [1.80000]             </uv_denoisestrength>             <uv_lo_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_lo_lvl0_gfdelta>             <uv_hi_lvl0_gfdelta index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </uv_hi_lvl0_gfdelta>             <uv_lo_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl1_gfdelta>             <uv_hi_lvl1_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl1_gfdelta>             <uv_lo_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_lo_lvl2_gfdelta>             <uv_hi_lvl2_gfdelta index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </uv_hi_lvl2_gfdelta>             <lvl0_gfsigma index="1" type="double" size="[1 6]">                [0.06250    0.03906    0.03906    0.03906    0.03906    0.03906]             </lvl0_gfsigma>             <lvl1_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl1_gfsigma>             <lvl2_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl2_gfsigma>             <lvl3_gfsigma index="1" type="double" size="[1 3]">                [0.12500    0.10938    0.10938]             </lvl3_gfsigma>                </cell>              </MFNR_ISO>      </cell>     </Setting>    <motion_detection index="1" type="struct" size="[1 1]">            <Enable index="1" type="double" size="[1 1]">                [0]            </Enable>            <ISO index="1" type="double" size="[1 13]">                                 [50.0000 100.0000 200.0000 400.0000 800.0000 1600.0000 3200.0000 6400.0000 12800.0000 25600.0000 51200.0000 102400.0000 204800.0000 ]                             </ISO>                             <sigmaHScale index="1" type="double" size="[1 13]">                                 [1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 ]                             </sigmaHScale>                             <sigmaLScale index="1" type="double" size="[1 13]">                                 [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 ]                             </sigmaLScale>                             <light_clp index="1" type="double" size="[1 13]">                                [32  32  32  32  32  32  32  32  32  32  32  32  32  ]                             </light_clp>                             <uv_weight index="1" type="double" size="[1 13]">                                [1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 ]                             </uv_weight>                             <mfnr_sigma_scale index="1" type="double" size="[1 13]">                                [4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 ]                             </mfnr_sigma_scale>                             <yuvnr_gain_scale0 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </yuvnr_gain_scale0>                             <yuvnr_gain_scale1 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </yuvnr_gain_scale1>                             <yuvnr_gain_scale2 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </yuvnr_gain_scale2>            <frame_limit_y index="1" type="double" size="[1 13]">                                [24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 ]                             </frame_limit_y>            <frame_limit_uv index="1" type="double" size="[1 13]">                                [24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 ]                             </frame_limit_uv>            <reserved7 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved7>            <reserved6 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved6>            <reserved5 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved5>            <reserved4 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved4>            <reserved3 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved3>            <reserved2 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved2>            <reserved1 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved1>            <reserved0 index="1" type="double" size="[1 13]">                                [2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 ]                             </reserved0>                 </motion_detection>    </cell>         </Mode>       </MFNR>       <SHARP index="1" type="struct" size="[1 1]">          <Enable index="1" type="double" size="[1 1]">             [1]          </Enable>          <Version index="1" type="char" size="[1 1]">             V1          </Version>          <luma_point index="1" type="double" size="[1 8]">             [0 16 32 64 96 160 224 256]          </luma_point>          <Mode index="1" type="cell" size="[1 3]">             <cell index="1" type="struct" size="[1 1]">                <Name index="1" type="char" size="[1 8]">                   normal                </Name>                <gauss_luma_coeff index="1" type="double" size="[3 3]">                   [0.0625 0.125 0.0625                   0.125 0.25 0.125                   0.0625 0.125 0.0625]                </gauss_luma_coeff>                <pbf_coeff_l index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </pbf_coeff_l>                <pbf_coeff_h index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </pbf_coeff_h>                <rf_m_coeff_l index="1" type="double" size="[5 5]">                   [0.023438 0.03125 0.039063 0.03125 0.023438                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.039063 0.054688 0.09375 0.054688 0.039063                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.023438 0.03125 0.039063 0.03125 0.023438]                </rf_m_coeff_l>                <rf_m_coeff_h index="1" type="double" size="[5 5]">                   [0.023438 0.03125 0.039063 0.03125 0.023438                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.039063 0.054688 0.09375 0.054688 0.039063                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.023438 0.03125 0.039063 0.03125 0.023438]                </rf_m_coeff_h>                <mbf_coeff index="1" type="double" size="[17 13]">                   [0 0 0 0 0.40625 0 0 0 0 0 0 0 0.40625 0 0 0 0                   0 0 0 0 0 0 0.34375 0 0.328125 0 0.34375 0 0 0 0 0 0                   0 0 0.40625 0 0.359375 0 0 0 0 0 0 0 0.359375 0 0.40625 0 0                   0 0 0 0 0 0.296875 0 0.234375 0 0.234375 0 0.296875 0 0 0 0 0                   0 0.40625 0 0.34375 0 0 0 0 0.171875 0 0 0 0 0.34375 0 0.40625 0                   0 0 0 0 0 0.234375 0 0.140625 0.109375 0.140625 0 0.234375 0 0 0 0 0                   0.4375 0 0 0.328125 0 0 0.171875 0.109375 0 0.109375 0.171875 0 0 0.328125 0 0 0.4375                   0 0 0 0 0 0.234375 0 0.140625 0.109375 0.140625 0 0.234375 0 0 0 0 0                   0 0.40625 0 0.34375 0 0 0 0 0.171875 0 0 0 0 0.34375 0 0.40625 0                   0 0 0 0 0 0.296875 0 0.234375 0 0.234375 0 0.296875 0 0 0 0 0                   0 0 0.40625 0 0.359375 0 0 0 0 0 0 0 0.359375 0 0.40625 0 0                   0 0 0 0 0 0 0.34375 0 0.328125 0 0.34375 0 0 0 0 0 0                   0 0 0 0 0.40625 0 0 0 0 0 0 0 0.40625 0 0 0 0]                </mbf_coeff>                <rf_h_coeff_l index="1" type="double" size="[5 5]">                   [0 0.015625 0.023438 0.015625 0                   0.015625 0.0625 0.101563 0.0625 0.015625                   0.023438 0.101563 0.125 0.101563 0.023438                   0.015625 0.0625 0.101563 0.0625 0.015625                   0 0.015625 0.023438 0.015625 0]                </rf_h_coeff_l>                <rf_h_coeff_h index="1" type="double" size="[5 5]">                   [0 0.015625 0.023438 0.015625 0                   0.015625 0.0625 0.101563 0.0625 0.015625                   0.023438 0.101563 0.125 0.101563 0.023438                   0.015625 0.0625 0.101563 0.0625 0.015625                   0 0.015625 0.023438 0.015625 0]                </rf_h_coeff_h>                <hbf_coeff_l index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </hbf_coeff_l>                <hbf_coeff_h index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </hbf_coeff_h>                <Setting index="1" type="cell" size="[1 2]">                   <cell index="1" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         lcg                      </Sensor_Mode>                      <SHARP_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [2 3 4 4 6 5 4 4]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.3]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.9]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 13 10 5 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 20 28 28 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.9]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 14 14 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 16 20 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [4 5 6 8 8 8 7 6]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 8 12 14 16 16 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 15 22 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.75]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.2]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [5 5 6 8 9 8 8 7]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                      </SHARP_ISO>                   </cell>                   <cell index="2" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         hcg                      </Sensor_Mode>                      <SHARP_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [2 3 4 4 6 5 4 4]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.3]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.9]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 13 10 5 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 20 28 28 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.9]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 14 14 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 16 20 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [4 5 6 8 8 8 7 6]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 8 12 14 16 16 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 15 22 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.75]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.2]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [5 5 6 8 9 8 8 7]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                      </SHARP_ISO>                   </cell>                </Setting>             </cell>             <cell index="1" type="struct" size="[1 1]">                <Name index="1" type="char" size="[1 8]">                   hdr                </Name>                <gauss_luma_coeff index="1" type="double" size="[3 3]">                   [0.0625 0.125 0.0625                   0.125 0.25 0.125                   0.0625 0.125 0.0625]                </gauss_luma_coeff>                <pbf_coeff_l index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </pbf_coeff_l>                <pbf_coeff_h index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </pbf_coeff_h>                <rf_m_coeff_l index="1" type="double" size="[5 5]">                   [0.023438 0.03125 0.039063 0.03125 0.023438                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.039063 0.054688 0.09375 0.054688 0.039063                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.023438 0.03125 0.039063 0.03125 0.023438]                </rf_m_coeff_l>                <rf_m_coeff_h index="1" type="double" size="[5 5]">                   [0.023438 0.03125 0.039063 0.03125 0.023438                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.039063 0.054688 0.09375 0.054688 0.039063                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.023438 0.03125 0.039063 0.03125 0.023438]                </rf_m_coeff_h>                <mbf_coeff index="1" type="double" size="[17 13]">                   [0 0 0 0 0.40625 0 0 0 0 0 0 0 0.40625 0 0 0 0                   0 0 0 0 0 0 0.34375 0 0.328125 0 0.34375 0 0 0 0 0 0                   0 0 0.40625 0 0.359375 0 0 0 0 0 0 0 0.359375 0 0.40625 0 0                   0 0 0 0 0 0.296875 0 0.234375 0 0.234375 0 0.296875 0 0 0 0 0                   0 0.40625 0 0.34375 0 0 0 0 0.171875 0 0 0 0 0.34375 0 0.40625 0                   0 0 0 0 0 0.234375 0 0.140625 0.109375 0.140625 0 0.234375 0 0 0 0 0                   0.4375 0 0 0.328125 0 0 0.171875 0.109375 0 0.109375 0.171875 0 0 0.328125 0 0 0.4375                   0 0 0 0 0 0.234375 0 0.140625 0.109375 0.140625 0 0.234375 0 0 0 0 0                   0 0.40625 0 0.34375 0 0 0 0 0.171875 0 0 0 0 0.34375 0 0.40625 0                   0 0 0 0 0 0.296875 0 0.234375 0 0.234375 0 0.296875 0 0 0 0 0                   0 0 0.40625 0 0.359375 0 0 0 0 0 0 0 0.359375 0 0.40625 0 0                   0 0 0 0 0 0 0.34375 0 0.328125 0 0.34375 0 0 0 0 0 0                   0 0 0 0 0.40625 0 0 0 0 0 0 0 0.40625 0 0 0 0]                </mbf_coeff>                <rf_h_coeff_l index="1" type="double" size="[5 5]">                   [0 0.015625 0.023438 0.015625 0                   0.015625 0.0625 0.101563 0.0625 0.015625                   0.023438 0.101563 0.125 0.101563 0.023438                   0.015625 0.0625 0.101563 0.0625 0.015625                   0 0.015625 0.023438 0.015625 0]                </rf_h_coeff_l>                <rf_h_coeff_h index="1" type="double" size="[5 5]">                   [0 0.015625 0.023438 0.015625 0                   0.015625 0.0625 0.101563 0.0625 0.015625                   0.023438 0.101563 0.125 0.101563 0.023438                   0.015625 0.0625 0.101563 0.0625 0.015625                   0 0.015625 0.023438 0.015625 0]                </rf_h_coeff_h>                <hbf_coeff_l index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </hbf_coeff_l>                <hbf_coeff_h index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </hbf_coeff_h>                <Setting index="1" type="cell" size="[1 2]">                   <cell index="1" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         lcg                      </Sensor_Mode>                      <SHARP_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [2 3 4 4 6 5 4 4]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.3]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.9]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 13 10 5 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 20 28 28 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.9]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 14 14 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 16 20 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [4 5 6 8 8 8 7 6]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 8 12 14 16 16 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 15 22 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.75]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.2]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [5 5 6 8 9 8 8 7]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                      </SHARP_ISO>                   </cell>                   <cell index="2" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         hcg                      </Sensor_Mode>                      <SHARP_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [2 3 4 4 6 5 4 4]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.3]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.9]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 13 10 5 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 20 28 28 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.9]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 14 14 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 16 20 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [4 5 6 8 8 8 7 6]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 8 12 14 16 16 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 15 22 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.75]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.2]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [5 5 6 8 9 8 8 7]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                      </SHARP_ISO>                   </cell>                </Setting>             </cell>             <cell index="1" type="struct" size="[1 1]">                <Name index="1" type="char" size="[1 8]">                   gray                </Name>                <gauss_luma_coeff index="1" type="double" size="[3 3]">                   [0.0625 0.125 0.0625                   0.125 0.25 0.125                   0.0625 0.125 0.0625]                </gauss_luma_coeff>                <pbf_coeff_l index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </pbf_coeff_l>                <pbf_coeff_h index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </pbf_coeff_h>                <rf_m_coeff_l index="1" type="double" size="[5 5]">                   [0.023438 0.03125 0.039063 0.03125 0.023438                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.039063 0.054688 0.09375 0.054688 0.039063                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.023438 0.03125 0.039063 0.03125 0.023438]                </rf_m_coeff_l>                <rf_m_coeff_h index="1" type="double" size="[5 5]">                   [0.023438 0.03125 0.039063 0.03125 0.023438                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.039063 0.054688 0.09375 0.054688 0.039063                   0.03125 0.046875 0.054688 0.046875 0.03125                   0.023438 0.03125 0.039063 0.03125 0.023438]                </rf_m_coeff_h>                <mbf_coeff index="1" type="double" size="[17 13]">                   [0 0 0 0 0.40625 0 0 0 0 0 0 0 0.40625 0 0 0 0                   0 0 0 0 0 0 0.34375 0 0.328125 0 0.34375 0 0 0 0 0 0                   0 0 0.40625 0 0.359375 0 0 0 0 0 0 0 0.359375 0 0.40625 0 0                   0 0 0 0 0 0.296875 0 0.234375 0 0.234375 0 0.296875 0 0 0 0 0                   0 0.40625 0 0.34375 0 0 0 0 0.171875 0 0 0 0 0.34375 0 0.40625 0                   0 0 0 0 0 0.234375 0 0.140625 0.109375 0.140625 0 0.234375 0 0 0 0 0                   0.4375 0 0 0.328125 0 0 0.171875 0.109375 0 0.109375 0.171875 0 0 0.328125 0 0 0.4375                   0 0 0 0 0 0.234375 0 0.140625 0.109375 0.140625 0 0.234375 0 0 0 0 0                   0 0.40625 0 0.34375 0 0 0 0 0.171875 0 0 0 0 0.34375 0 0.40625 0                   0 0 0 0 0 0.296875 0 0.234375 0 0.234375 0 0.296875 0 0 0 0 0                   0 0 0.40625 0 0.359375 0 0 0 0 0 0 0 0.359375 0 0.40625 0 0                   0 0 0 0 0 0 0.34375 0 0.328125 0 0.34375 0 0 0 0 0 0                   0 0 0 0 0.40625 0 0 0 0 0 0 0 0.40625 0 0 0 0]                </mbf_coeff>                <rf_h_coeff_l index="1" type="double" size="[5 5]">                   [0 0.015625 0.023438 0.015625 0                   0.015625 0.0625 0.101563 0.0625 0.015625                   0.023438 0.101563 0.125 0.101563 0.023438                   0.015625 0.0625 0.101563 0.0625 0.015625                   0 0.015625 0.023438 0.015625 0]                </rf_h_coeff_l>                <rf_h_coeff_h index="1" type="double" size="[5 5]">                   [0 0.015625 0.023438 0.015625 0                   0.015625 0.0625 0.101563 0.0625 0.015625                   0.023438 0.101563 0.125 0.101563 0.023438                   0.015625 0.0625 0.101563 0.0625 0.015625                   0 0.015625 0.023438 0.015625 0]                </rf_h_coeff_h>                <hbf_coeff_l index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </hbf_coeff_l>                <hbf_coeff_h index="1" type="double" size="[3 3]">                   [0.15625 0.25 0.15625                   0.25 0.375 0.25                   0.15625 0.25 0.15625]                </hbf_coeff_h>                <Setting index="1" type="cell" size="[1 2]">                   <cell index="1" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         lcg                      </Sensor_Mode>                      <SHARP_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [2 3 4 4 6 5 4 4]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.3]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.9]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 13 10 5 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 20 28 28 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.9]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 14 14 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 16 20 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [4 5 6 8 8 8 7 6]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 8 12 14 16 16 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 15 22 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.75]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.2]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [5 5 6 8 9 8 8 7]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                      </SHARP_ISO>                   </cell>                   <cell index="2" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         hcg                      </Sensor_Mode>                      <SHARP_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [2 3 4 4 6 5 4 4]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.3]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [1]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [1]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.8]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.9]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 13 10 5 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 16 20 28 28 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.9]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.8]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 10 14 14 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 16 20 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2.5]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [1.5]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [4 5 6 8 8 8 7 6]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [1]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 8 12 14 16 16 7 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 15 22 28 28 12 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.8]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.75]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.2]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [32]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [5 5 6 8 9 8 8 7]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <lratio index="1" type="double" size="[1 1]">                               [0.67]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3]                            </hf_sharp_ratio>                            <luma_sigma index="1" type="double" size="[1 8]">                               [6 8 10 12 14 12 12 10]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [0]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 8 10 8 4 0]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-1 -0.5 -0.25 -0.25 -0.2 -0.2 -0.1 0]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [6 10 12 16 20 20 8 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [2]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [1]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [16]                            </local_sharp_strength>                            <pbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_coeff_percent>                            <rf_m_coeff_Percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_m_coeff_Percent>                            <rf_h_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </rf_h_coeff_percent>                            <hbf_coeff_percent index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_coeff_percent>                         </cell>                      </SHARP_ISO>                   </cell>                </Setting>             </cell>          </Mode>       </SHARP>       <EDGEFILTER index="1" type="struct" size="[1 1]">          <Enable index="1" type="double" size="[1 1]">             [1]          </Enable>          <Version index="1" type="char" size="[1 1]">             V1          </Version>          <luma_point index="1" type="double" size="[1 8]">             [0 16 32 64 96 160 224 256]          </luma_point>          <Mode index="1" type="cell" size="[1 3]">             <cell index="1" type="struct" size="[1 1]">                <Name index="1" type="char" size="[1 8]">                   normal                </Name>                <dog_kernel_l index="1" type="double" size="[5 5]">                   [-0.0625 -0.109375 -0.140625 -0.109375 -0.0625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.140625 0.234375 0.4375 0.234375 -0.140625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.0625 -0.109375 -0.140625 -0.109375 -0.0625]                </dog_kernel_l>                <dog_kernel_h index="1" type="double" size="[5 5]">                   [-0.0625 -0.109375 -0.140625 -0.109375 -0.0625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.140625 0.234375 0.4375 0.234375 -0.140625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.0625 -0.109375 -0.140625 -0.109375 -0.0625]                </dog_kernel_h>                <Setting index="1" type="cell" size="[1 2]">                   <cell index="1" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         lcg                      </Sensor_Mode>                      <EDGEFILTER_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 4 4 6 8 6 4 4]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 10 12 16 16 14 12]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.3 0.4 0.5 0.5 0.5 0.4 0.3 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.6 0.6 0.6 0.6 0.6 0.5 0.4]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.5 0.6 0.6 0.6 0.5 0.5 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                      </EDGEFILTER_ISO>                   </cell>                   <cell index="2" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         hcg                      </Sensor_Mode>                      <EDGEFILTER_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 4 4 6 8 6 4 4]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 10 12 16 16 14 12]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.3 0.4 0.5 0.5 0.5 0.4 0.3 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.6 0.6 0.6 0.6 0.6 0.5 0.4]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.5 0.6 0.6 0.6 0.5 0.5 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                      </EDGEFILTER_ISO>                   </cell>                </Setting>             </cell>             <cell index="1" type="struct" size="[1 1]">                <Name index="1" type="char" size="[1 8]">                   hdr                </Name>                <dog_kernel_l index="1" type="double" size="[5 5]">                   [-0.0625 -0.109375 -0.140625 -0.109375 -0.0625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.140625 0.234375 0.4375 0.234375 -0.140625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.0625 -0.109375 -0.140625 -0.109375 -0.0625]                </dog_kernel_l>                <dog_kernel_h index="1" type="double" size="[5 5]">                   [-0.0625 -0.109375 -0.140625 -0.109375 -0.0625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.140625 0.234375 0.4375 0.234375 -0.140625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.0625 -0.109375 -0.140625 -0.109375 -0.0625]                </dog_kernel_h>                <Setting index="1" type="cell" size="[1 2]">                   <cell index="1" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         lcg                      </Sensor_Mode>                      <EDGEFILTER_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 4 4 6 8 6 4 4]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 10 12 16 16 14 12]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.3 0.4 0.5 0.5 0.5 0.4 0.3 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.6 0.6 0.6 0.6 0.6 0.5 0.4]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.5 0.6 0.6 0.6 0.5 0.5 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                      </EDGEFILTER_ISO>                   </cell>                   <cell index="2" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         hcg                      </Sensor_Mode>                      <EDGEFILTER_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 4 4 6 8 6 4 4]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 10 12 16 16 14 12]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.3 0.4 0.5 0.5 0.5 0.4 0.3 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.6 0.6 0.6 0.6 0.6 0.5 0.4]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.5 0.6 0.6 0.6 0.5 0.5 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                      </EDGEFILTER_ISO>                   </cell>                </Setting>             </cell>             <cell index="1" type="struct" size="[1 1]">                <Name index="1" type="char" size="[1 8]">                   gray                </Name>                <dog_kernel_l index="1" type="double" size="[5 5]">                   [-0.0625 -0.109375 -0.140625 -0.109375 -0.0625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.140625 0.234375 0.4375 0.234375 -0.140625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.0625 -0.109375 -0.140625 -0.109375 -0.0625]                </dog_kernel_l>                <dog_kernel_h index="1" type="double" size="[5 5]">                   [-0.0625 -0.109375 -0.140625 -0.109375 -0.0625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.140625 0.234375 0.4375 0.234375 -0.140625                   -0.109375 0.078125 0.234375 0.078125 -0.109375                   -0.0625 -0.109375 -0.140625 -0.109375 -0.0625]                </dog_kernel_h>                <Setting index="1" type="cell" size="[1 2]">                   <cell index="1" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         lcg                      </Sensor_Mode>                      <EDGEFILTER_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 4 4 6 8 6 4 4]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 10 12 16 16 14 12]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.3 0.4 0.5 0.5 0.5 0.4 0.3 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.6 0.6 0.6 0.6 0.6 0.5 0.4]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.5 0.6 0.6 0.6 0.5 0.5 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                      </EDGEFILTER_ISO>                   </cell>                   <cell index="2" type="struct" size="[1 1]">                      <SNR_Mode index="1" type="char" size="[1 8]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 8]">                         hcg                      </Sensor_Mode>                      <EDGEFILTER_ISO index="1" type="cell" size="[1 13]">                         <cell index="1" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [50]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 4 4 6 8 6 4 4]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [100]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 10 12 16 16 14 12]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [3 4 4 5 6 5 5 4]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 7 8 7 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.15 0.2 0.3 0.4 0.4 0.3 0.2 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="4" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [3]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [5 6 6 8 9 8 7 6]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.3 0.4 0.5 0.5 0.5 0.4 0.3 0.2]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="5" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 32 32 24 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.6 0.6 0.6 0.6 0.6 0.5 0.4]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="6" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [1600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.5 0.5 0.6 0.6 0.6 0.5 0.5 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="7" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [3200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="8" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [6400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="9" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [12800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="10" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [25600]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="11" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [51200]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="12" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [102400]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                         <cell index="13" type="struct" size="[1 1]">                            <iso index="1" type="double" size="[1 1]">                               [204800]                            </iso>                            <edge_thed index="1" type="double" size="[1 1]">                               [5]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [1]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [1]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [1]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [4 8 16 24 24 16 16 16]                            </noise_clip>                            <dog_clip_pos index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_pos>                            <dog_clip_neg index="1" type="double" size="[1 8]">                               [6 8 8 8 8 8 8 8]                            </dog_clip_neg>                            <dog_alpha index="1" type="double" size="[1 8]">                               [0.9 0.9 1 1 1 0.8 0.6 0.5]                            </dog_alpha>                            <direct_filter_coeff index="1" type="double" size="[1 5]">                               [0.1 0.2 0.4 0.2 0.1]                            </direct_filter_coeff>                            <dog_kernel_percent index="1" type="double" size="[1 1]">                               [0.5]                            </dog_kernel_percent>                         </cell>                      </EDGEFILTER_ISO>                   </cell>                </Setting>             </cell>          </Mode>       </EDGEFILTER>         <DEHAZE index="1" type="struct" size="[1 1]">
 
   <CalibParaV20 index="1" type="cell" size="[1 1]">
            <cell index="1" type="struct" size="[1 1]">
               <scene index="1" type="char" size="[1 10]">
                  A0
               </scene>
   <Enable index="1" type="double" size="[1 1]">
               [1]
           </Enable>  
              <cfg_alpha index="1" type="double" size="[1 1]">
                     [0.0000 ]
                 </cfg_alpha>
                <Dehaze_Setting index="1" type="struct" size="[1 1]">
                    <Dehaze_en index="1" type="double" size="[1 1]">
                        [1]
                    </Dehaze_en>
                    <ISO index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
                    </ISO>
                    <dc_min_th index="1" type="double" size="[1 9]">
                        [64 64 64 64 64 64 64 64 64 ]
                    </dc_min_th>
                    <dc_max_th index="1" type="double" size="[1 9]">
                        [192 192 192 192 192 192 192 192 192]
                    </dc_max_th>
                    <yhist_th index="1" type="double" size="[1 9]">
                        [249 249 249 249 249 249 249 249 249]
                    </yhist_th>
                    <yblk_th index="1" type="double" size="[1 9]">
                        [0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020]
                    </yblk_th>
                    <dark_th index="1" type="double" size="[1 9]">
                        [250 250 250 250 250 250 250 250 250]
                    </dark_th>
                    <bright_min index="1" type="double" size="[1 9]">
                        [180 180 180 180 180 180 180 180 180 ]
                    </bright_min>
                    <bright_max index="1" type="double" size="[1 9]">
                        [240 240 240 240 240 240 240 240 240]
                    </bright_max>
                    <wt_max index="1" type="double" size="[1 9]">
                        [0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000]
                    </wt_max>
                    <air_min index="1" type="double" size="[1 9]">
                        [200  200 200 200 200 200 200 200 200]
                    </air_min>
                    <air_max index="1" type="double" size="[1 9]">
                        [250  250 250 250 250 250 250 250 250]
                    </air_max>
                    <tmax_base index="1" type="double" size="[1 9]">
                        [125 125 125 125 125 125 125 125 125 ]
                    </tmax_base>
                    <tmax_off index="1" type="double" size="[1 9]">
                        [0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000]
                    </tmax_off>
                    <tmax_max index="1" type="double" size="[1 9]">
                        [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000]
                    </tmax_max>
                    <cfg_wt index="1" type="double" size="[1 9]">
                        [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000]
                    </cfg_wt>
                    <cfg_air index="1" type="double" size="[1 9]">
                        [210 210 210 210 210 210 210 210 210 ]
                    </cfg_air>
                    <cfg_tmax index="1" type="double" size="[1 9]">
                        [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000]
                    </cfg_tmax>
                    <dc_thed index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
                    </dc_thed>
                    <dc_weitcur index="1" type="double" size="[1 9]">
                        [1 1 1 1 1 1 1 1 1 ]
                    </dc_weitcur>
                    <air_thed index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
                    </air_thed>
                    <air_weitcur index="1" type="double" size="[1 9]">
                        [0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400]
                    </air_weitcur>
                    <stab_fnum index="1" type="double" size="[1 1]">
               [8.0]
                    </stab_fnum>
                    <sigma index="1" type="double" size="[1 1]">
                        [6.0000 ]
                    </sigma>
                    <wt_sigma index="1" type="double" size="[1 1]">
                        [8.0000 ]
                    </wt_sigma>
                    <air_sigma index="1" type="double" size="[1 1]">
                        [120.0000 ]
                    </air_sigma>
                    <tmax_sigma index="1" type="double" size="[1 1]">
                        [0.0100 ]
                    </tmax_sigma>
                </Dehaze_Setting>
                <Enhance_Setting index="1" type="struct" size="[1 1]">
                    <Enhance_en index="1" type="double" size="[1 1]">
                        [1 ]
                    </Enhance_en>
                    <ISO index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
                    </ISO>
                    <enhance_value index="1" type="double" size="[1 9]">
               [1.25 1.25 1.25 1.2 1.2 1.2 1.1 1.1 1]
                    </enhance_value>
                </Enhance_Setting>
                <Hist_Setting index="1" type="struct" size="[1 1]">
                    <Hist_en index="1" type="double" size="[1 1]">
                        [1 ]
                    </Hist_en>
                    <ISO index="1" type="double" size="[1 9]">
                        [50 100 200 400 800 1600 3200 6400 12800 ]
                    </ISO>
                    <hist_channel index="1" type="double" size="[1 9]">
               [0 0 0 0 0 0 0 0 0]
                    </hist_channel>
                    <hist_para_en index="1" type="double" size="[1 9]">
                        [1 1 1 1 1 1 1 1 1]
                    </hist_para_en>
                    <hist_gratio index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </hist_gratio>
                    <hist_th_off index="1" type="double" size="[1 9]">
                        [64 64 64 64 64 64 64 64 64 ]
                    </hist_th_off>
                    <hist_k index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </hist_k>
                    <hist_scale index="1" type="double" size="[1 9]">
                        [0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.09 ]
                    </hist_scale>
                    <hist_min index="1" type="double" size="[1 9]">
                        [0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150]
                    </hist_min>
                    <cfg_gratio index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </cfg_gratio>
                </Hist_Setting>
 
       </cell>
 
   </CalibParaV20>
   <CalibParaV21 index="1" type="cell" size="[1 1]">
            <cell index="1" type="struct" size="[1 1]">
               <scene index="1" type="char" size="[1 10]">
                  A0
               </scene>
   <Enable index="1" type="double" size="[1 1]">
               [1]
           </Enable>  
              <cfg_alpha index="1" type="double" size="[1 1]">
                     [0.0000 ]
                 </cfg_alpha>
                <Dehaze_V21_Setting index="1" type="struct" size="[1 1]">
                    <Dehaze_en index="1" type="double" size="[1 1]">
                        [0]
                    </Dehaze_en>
                    <ISO index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
                    </ISO>
 
       <air_lc_en index="1" type="double" size="[1 9]">
                        [1 1 1 1 1 1 1 1 1 ]
                    </air_lc_en>
                    <dc_min_th index="1" type="double" size="[1 9]">
                        [64 64 64 64 64 64 64 64 64 ]
                    </dc_min_th>
                    <dc_max_th index="1" type="double" size="[1 9]">
                        [192 192 192 192 192 192 192 192 192]
                    </dc_max_th>
                    <yhist_th index="1" type="double" size="[1 9]">
                        [249 249 249 249 249 249 249 249 249]
                    </yhist_th>
                    <yblk_th index="1" type="double" size="[1 9]">
                        [0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020]
                    </yblk_th>
                    <dark_th index="1" type="double" size="[1 9]">
                        [250 250 250 250 250 250 250 250 250]
                    </dark_th>
                    <bright_min index="1" type="double" size="[1 9]">
                        [180 180 180 180 180 180 180 180 180 ]
                    </bright_min>
                    <bright_max index="1" type="double" size="[1 9]">
                        [240 240 240 240 240 240 240 240 240]
                    </bright_max>
                    <wt_max index="1" type="double" size="[1 9]">
                        [0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000]
                    </wt_max>
                    <air_min index="1" type="double" size="[1 9]">
                        [200  200 200 200 200 200 200 200 200]
                    </air_min>
                    <air_max index="1" type="double" size="[1 9]">
                        [250  250 250 250 250 250 250 250 250]
                    </air_max>
                    <tmax_base index="1" type="double" size="[1 9]">
                        [125 125 125 125 125 125 125 125 125 ]
                    </tmax_base>
                    <tmax_off index="1" type="double" size="[1 9]">
                        [0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000]
                    </tmax_off>
                    <tmax_max index="1" type="double" size="[1 9]">
                        [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000]
                    </tmax_max>
                    <cfg_wt index="1" type="double" size="[1 9]">
                        [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000]
                    </cfg_wt>
                    <cfg_air index="1" type="double" size="[1 9]">
                        [210 210 210 210 210 210 210 210 210 ]
                    </cfg_air>
                    <cfg_tmax index="1" type="double" size="[1 9]">
                        [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000]
                    </cfg_tmax>
                    <dc_weitcur index="1" type="double" size="[1 9]">
                        [0 0 0 0 0 0 0 0 0 ]
                    </dc_weitcur>
                    <bf_weight index="1" type="double" size="[1 9]">
               [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5]
                    </bf_weight>
                    <range_sigma index="1" type="double" size="[1 9]">
                        [0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400]
                    </range_sigma>
 
                  <space_sigma_pre index="1" type="double" size="[1 9]">
                        [0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400]
                    </space_sigma_pre>
 
       <space_sigma_cur index="1" type="double" size="[1 9]">
                        [0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400]
                    </space_sigma_cur>
                    <stab_fnum index="1" type="double" size="[1 1]">
               [8.0]
                    </stab_fnum>
                    <sigma index="1" type="double" size="[1 1]">
                        [6.0000 ]
                    </sigma>
                    <wt_sigma index="1" type="double" size="[1 1]">
                        [8.0000 ]
                    </wt_sigma>
                    <air_sigma index="1" type="double" size="[1 1]">
                        [120.0000 ]
                    </air_sigma>
                    <tmax_sigma index="1" type="double" size="[1 1]">
                        [0.0100 ]
                    </tmax_sigma>
 
       <pre_wet index="1" type="double" size="[1 1]">
                        [0.0100 ]
                    </pre_wet>
                </Dehaze_V21_Setting>
                <Enhance_V21_Setting index="1" type="struct" size="[1 1]">
                    <Enhance_en index="1" type="double" size="[1 1]">
                        [1 ]
                    </Enhance_en>
                    <ISO index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
                    </ISO>
                    <enhance_value index="1" type="double" size="[1 9]">
               [2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5]
                    </enhance_value>
 
       <enhance_chroma index="1" type="double" size="[1 9]">
               [1.5 1.5 1.5 1.5 1.5 1.5 1.5 1.5 1.5]
                    </enhance_chroma>
 
       <enh_curve index="1" type="double" size="[1 17]">
               [0 64 128 192 256 320 384 448 512 576 640 704 768 832 896 960 1023]
                    </enh_curve>
                </Enhance_V21_Setting>
                <Hist_V21_Setting index="1" type="struct" size="[1 1]">
                    <Hist_en index="1" type="double" size="[1 1]">
                        [0]
                    </Hist_en>
                    <ISO index="1" type="double" size="[1 9]">
                        [50 100 200 400 800 1600 3200 6400 12800 ]
                    </ISO>
                    <hist_para_en index="1" type="double" size="[1 9]">
                        [1 1 1 1 1 1 1 1 1]
                    </hist_para_en>
                    <hist_gratio index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </hist_gratio>
                    <hist_th_off index="1" type="double" size="[1 9]">
                        [64 64 64 64 64 64 64 64 64 ]
                    </hist_th_off>
                    <hist_k index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </hist_k>
                    <hist_scale index="1" type="double" size="[1 9]">
                        [0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.09 ]
                    </hist_scale>
                    <hist_min index="1" type="double" size="[1 9]">
                        [0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150]
                    </hist_min>
                    <cfg_gratio index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </cfg_gratio>
                </Hist_V21_Setting>
 
       </cell>
 
   </CalibParaV21>
   <TuningParaV20 index="1" type="cell" size="[1 1]">
            <cell index="1" type="struct" size="[1 1]">
               <scene index="1" type="char" size="[1 10]">
                  A0
               </scene>
   <Enable index="1" type="double" size="[1 1]">
               [1]
           </Enable>  
              <cfg_alpha index="1" type="double" size="[1 1]">
                     [0.0000 ]
                 </cfg_alpha>
                <Dehaze_Setting index="1" type="struct" size="[1 1]">
                    <Dehaze_en index="1" type="double" size="[1 1]">
                        [1]
                    </Dehaze_en>
                    <ISO index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
                    </ISO>
                    <dc_min_th index="1" type="double" size="[1 9]">
                        [64 64 64 64 64 64 64 64 64 ]
                    </dc_min_th>
                    <dc_max_th index="1" type="double" size="[1 9]">
                        [192 192 192 192 192 192 192 192 192]
                    </dc_max_th>
                    <yhist_th index="1" type="double" size="[1 9]">
                        [249 249 249 249 249 249 249 249 249]
                    </yhist_th>
                    <yblk_th index="1" type="double" size="[1 9]">
                        [0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020]
                    </yblk_th>
                    <dark_th index="1" type="double" size="[1 9]">
                        [250 250 250 250 250 250 250 250 250]
                    </dark_th>
                    <bright_min index="1" type="double" size="[1 9]">
                        [180 180 180 180 180 180 180 180 180 ]
                    </bright_min>
                    <bright_max index="1" type="double" size="[1 9]">
                        [240 240 240 240 240 240 240 240 240]
                    </bright_max>
                    <wt_max index="1" type="double" size="[1 9]">
                        [0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000]
                    </wt_max>
                    <air_min index="1" type="double" size="[1 9]">
                        [200  200 200 200 200 200 200 200 200]
                    </air_min>
                    <air_max index="1" type="double" size="[1 9]">
                        [250  250 250 250 250 250 250 250 250]
                    </air_max>
                    <tmax_base index="1" type="double" size="[1 9]">
                        [125 125 125 125 125 125 125 125 125 ]
                    </tmax_base>
                    <tmax_off index="1" type="double" size="[1 9]">
                        [0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000]
                    </tmax_off>
                    <tmax_max index="1" type="double" size="[1 9]">
                        [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000]
                    </tmax_max>
                    <cfg_wt index="1" type="double" size="[1 9]">
                        [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000]
                    </cfg_wt>
                    <cfg_air index="1" type="double" size="[1 9]">
                        [210 210 210 210 210 210 210 210 210 ]
                    </cfg_air>
                    <cfg_tmax index="1" type="double" size="[1 9]">
                        [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000]
                    </cfg_tmax>
                    <dc_thed index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
                    </dc_thed>
                    <dc_weitcur index="1" type="double" size="[1 9]">
                        [1 1 1 1 1 1 1 1 1 ]
                    </dc_weitcur>
                    <air_thed index="1" type="double" size="[1 9]">
               [2 2 2 2 2 2 2 2 2]
                    </air_thed>
                    <air_weitcur index="1" type="double" size="[1 9]">
                        [0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400]
                    </air_weitcur>
                    <stab_fnum index="1" type="double" size="[1 1]">
               [8.0]
                    </stab_fnum>
                    <sigma index="1" type="double" size="[1 1]">
                        [6.0000 ]
                    </sigma>
                    <wt_sigma index="1" type="double" size="[1 1]">
                        [8.0000 ]
                    </wt_sigma>
                    <air_sigma index="1" type="double" size="[1 1]">
                        [120.0000 ]
                    </air_sigma>
                    <tmax_sigma index="1" type="double" size="[1 1]">
                        [0.0100 ]
                    </tmax_sigma>
                </Dehaze_Setting>
                <Enhance_Setting index="1" type="struct" size="[1 1]">
                    <Enhance_en index="1" type="double" size="[1 1]">
                        [1 ]
                    </Enhance_en>
                    <ISO index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
                    </ISO>
                    <enhance_value index="1" type="double" size="[1 9]">
               [1.25 1.25 1.25 1.2 1.2 1.2 1.1 1.1 1]
                    </enhance_value>
                </Enhance_Setting>
                <Hist_Setting index="1" type="struct" size="[1 1]">
                    <Hist_en index="1" type="double" size="[1 1]">
                        [1 ]
                    </Hist_en>
                    <ISO index="1" type="double" size="[1 9]">
                        [50 100 200 400 800 1600 3200 6400 12800 ]
                    </ISO>
                    <hist_channel index="1" type="double" size="[1 9]">
               [0 0 0 0 0 0 0 0 0]
                    </hist_channel>
                    <hist_para_en index="1" type="double" size="[1 9]">
                        [1 1 1 1 1 1 1 1 1]
                    </hist_para_en>
                    <hist_gratio index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </hist_gratio>
                    <hist_th_off index="1" type="double" size="[1 9]">
                        [64 64 64 64 64 64 64 64 64 ]
                    </hist_th_off>
                    <hist_k index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </hist_k>
                    <hist_scale index="1" type="double" size="[1 9]">
                        [0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.09 ]
                    </hist_scale>
                    <hist_min index="1" type="double" size="[1 9]">
                        [0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150]
                    </hist_min>
                    <cfg_gratio index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </cfg_gratio>
                </Hist_Setting>
 
       </cell>
 
   </TuningParaV20>
   <TuningParaV21 index="1" type="cell" size="[1 1]">
            <cell index="1" type="struct" size="[1 1]">
               <scene index="1" type="char" size="[1 10]">
                  A0
               </scene>
   <Enable index="1" type="double" size="[1 1]">
               [1]
           </Enable>  
              <cfg_alpha index="1" type="double" size="[1 1]">
                     [0.0000 ]
                 </cfg_alpha>
                <Dehaze_V21_Setting index="1" type="struct" size="[1 1]">
                    <Dehaze_en index="1" type="double" size="[1 1]">
                        [0]
                    </Dehaze_en>
                    <ISO index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
                    </ISO>
 
       <air_lc_en index="1" type="double" size="[1 9]">
                        [0 0 0 0 0 0 0 0 0 ]
                    </air_lc_en>
                    <dc_min_th index="1" type="double" size="[1 9]">
                        [64 64 64 64 64 64 64 64 64 ]
                    </dc_min_th>
                    <dc_max_th index="1" type="double" size="[1 9]">
                        [192 192 192 192 192 192 192 192 192]
                    </dc_max_th>
                    <yhist_th index="1" type="double" size="[1 9]">
                        [249 249 249 249 249 249 249 249 249]
                    </yhist_th>
                    <yblk_th index="1" type="double" size="[1 9]">
                        [0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020 0.0020]
                    </yblk_th>
                    <dark_th index="1" type="double" size="[1 9]">
                        [250 250 250 250 250 250 250 250 250]
                    </dark_th>
                    <bright_min index="1" type="double" size="[1 9]">
                        [180 180 180 180 180 180 180 180 180 ]
                    </bright_min>
                    <bright_max index="1" type="double" size="[1 9]">
                        [240 240 240 240 240 240 240 240 240]
                    </bright_max>
                    <wt_max index="1" type="double" size="[1 9]">
                        [0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000 0.9000]
                    </wt_max>
                    <air_min index="1" type="double" size="[1 9]">
                        [200  200 200 200 200 200 200 200 200]
                    </air_min>
                    <air_max index="1" type="double" size="[1 9]">
                        [250  250 250 250 250 250 250 250 250]
                    </air_max>
                    <tmax_base index="1" type="double" size="[1 9]">
                        [125 125 125 125 125 125 125 125 125 ]
                    </tmax_base>
                    <tmax_off index="1" type="double" size="[1 9]">
                        [0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000]
                    </tmax_off>
                    <tmax_max index="1" type="double" size="[1 9]">
                        [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000]
                    </tmax_max>
                    <cfg_wt index="1" type="double" size="[1 9]">
                        [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000]
                    </cfg_wt>
                    <cfg_air index="1" type="double" size="[1 9]">
                        [210 210 210 210 210 210 210 210 210 ]
                    </cfg_air>
                    <cfg_tmax index="1" type="double" size="[1 9]">
                        [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000]
                    </cfg_tmax>
                    <dc_weitcur index="1" type="double" size="[1 9]">
                        [1 1 1 1 1 1 1 1 1 ]
                    </dc_weitcur>
                    <bf_weight index="1" type="double" size="[1 9]">
               [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5]
                    </bf_weight>
                    <range_sigma index="1" type="double" size="[1 9]">
                        [0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400]
                    </range_sigma>
 
                  <space_sigma_pre index="1" type="double" size="[1 9]">
                        [0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400]
                    </space_sigma_pre>
 
       <space_sigma_cur index="1" type="double" size="[1 9]">
                        [0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400 0.1400]
                    </space_sigma_cur>
                    <stab_fnum index="1" type="double" size="[1 1]">
               [8.0]
                    </stab_fnum>
                    <sigma index="1" type="double" size="[1 1]">
                        [6.0000 ]
                    </sigma>
                    <wt_sigma index="1" type="double" size="[1 1]">
                        [8.0000 ]
                    </wt_sigma>
                    <air_sigma index="1" type="double" size="[1 1]">
                        [120.0000 ]
                    </air_sigma>
                    <tmax_sigma index="1" type="double" size="[1 1]">
                        [0.0100 ]
                    </tmax_sigma>
 
       <pre_wet index="1" type="double" size="[1 1]">
                        [0.0100 ]
                    </pre_wet>
                </Dehaze_V21_Setting>
                <Enhance_V21_Setting index="1" type="struct" size="[1 1]">
                    <Enhance_en index="1" type="double" size="[1 1]">
                        [1]
                    </Enhance_en>
                    <ISO index="1" type="double" size="[1 9]">
               [50 100 200 400 800 1600 3200 6400 12800]
                    </ISO>
                    <enhance_value index="1" type="double" size="[1 9]">
               [1.25 1.25 1.25 1.2 1.2 1.2 1.1 1.1 1]
                    </enhance_value>
 
       <enhance_chroma index="1" type="double" size="[1 9]">
               [1.5 1.4 1.3 1.2 1.2 1.2 1.1 1.1 1]
                    </enhance_chroma>
 
       <enh_curve index="1" type="double" size="[1 17]">
               [0 64 128 192 256 320 384 448 512 576 640 704 768 832 896 960 1023]
                    </enh_curve>
                </Enhance_V21_Setting>
                <Hist_V21_Setting index="1" type="struct" size="[1 1]">
                    <Hist_en index="1" type="double" size="[1 1]">
                        [0]
                    </Hist_en>
                    <ISO index="1" type="double" size="[1 9]">
                        [50 100 200 400 800 1600 3200 6400 12800 ]
                    </ISO>
                    <hist_para_en index="1" type="double" size="[1 9]">
                        [1 1 1 1 1 1 1 1 1]
                    </hist_para_en>
                    <hist_gratio index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </hist_gratio>
                    <hist_th_off index="1" type="double" size="[1 9]">
                        [64 64 64 64 64 64 64 64 64 ]
                    </hist_th_off>
                    <hist_k index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </hist_k>
                    <hist_scale index="1" type="double" size="[1 9]">
                        [0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.09 ]
                    </hist_scale>
                    <hist_min index="1" type="double" size="[1 9]">
                        [0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150 0.0150]
                    </hist_min>
                    <cfg_gratio index="1" type="double" size="[1 9]">
                        [2 2 2 2 2 2 2 2 2 ]
                    </cfg_gratio>
                </Hist_V21_Setting>
 
       </cell>
 
   </TuningParaV21>
        </DEHAZE>
      <SENSORINFO index="1" type="struct" size="[1 1]">    <GainRange index="1" type="struct" size="[1 1]">        <IsLinear index="1" type="double" size="[1 1]">          [1]        </IsLinear>        <Linear index="1" type="double" size="[1 7]">          [1 246.45 16 0 1 16 3943]        </Linear>        <NonLinear index="1" type="char" size="[1 10]">          DB_MODE        </NonLinear>          </GainRange>          <TimeFactor index="1" type="double" size="[1 4]">             [0 0 1 0.5]          </TimeFactor>          <CISLinTimeRegMaxFac index="1" type="double" size="[1 2]">             [1.0000 10.0000 ]          </CISLinTimeRegMaxFac>          <CISHdrTimeRegSumFac index="1" type="double" size="[1 2]">             [1 10]          </CISHdrTimeRegSumFac>          <CISTimeRegOdevity index="1" type="double" size="[1 2]">            [1 0]          </CISTimeRegOdevity>          <CISHdrTimeRegOdevity index="1" type="double" size="[1 2]">            [1 0]          </CISHdrTimeRegOdevity>          <CISTimeRegMin index="1" type="double" size="[1 1]">             [2]          </CISTimeRegMin>          <CISHdrTimeRegMin index="1" type="double" size="[1 1]">             [2]          </CISHdrTimeRegMin>          <CISHdrTimeRegMax index="1" type="double" size="[1 3]">             [0 0 0]          </CISHdrTimeRegMax>          <CISTimeRegUnEqualEn index="1" type="double" size="[1 1]">             [1]          </CISTimeRegUnEqualEn>          <CISMinFps index="1" type="double" size="[1 1]">             [10]          </CISMinFps>          <CISAgainRange index="1" type="double" size="[1 2]">             [1 15.5]          </CISAgainRange>          <CISExtraAgainRange index="1" type="double" size="[1 2]">             [3.5 54.25]          </CISExtraAgainRange>          <CISDgainRange index="1" type="double" size="[1 2]">             [1 15.9]          </CISDgainRange>          <CISIspDgainRange index="1" type="double" size="[1 2]">             [1 1]          </CISIspDgainRange>           <CISHdrGainIndSetEn index="1" type="double" size="[1 1]">             [1]          </CISHdrGainIndSetEn>    <SensorFlip index="1" type="char" size="[1 1]">        [0]    </SensorFlip> </SENSORINFO>       <MODULEINFO  index="1" type="struct" size="[1 1]">          <FNumber index="1" type="double" size="[1 1]">             [1.6]          </FNumber>          <EFL index="1" type="double" size="[1 1]">             [7.7]          </EFL>          <LensTavg index="1" type="double" size="[1 1]">             [90]          </LensTavg>          <IRCutTavg index="1" type="double" size="[1 1]">             [90]          </IRCutTavg>       </MODULEINFO>       <LUT3D  index="1" type="struct" size="[1 1]">          <enable index="1" type="double" size="[1 1]">             [0]          </enable>          <look_up_table_r index="1" type="double" size="[1 729]">             [  0   20  205  415  626  829 1023 1023 1023                0   20  205  415  626  829 1023 1023 1023                0   20  205  415  626  829 1023 1023 1023                0   20  205  416  626  829 1023 1023 1023                0   20  205  415  626  829 1023 1023 1023                0   20  205  416  626  829 1023 1023 1023                0   20  205  415  626  829 1023 1023 1023              509  511  541  616  724  850  971 1023 1023              677  678  687  714  759  821  897  983 1023                0   20  205  415  626  829 1023 1023 1023                0   17  202  413  623  826 1023 1023 1023                0   17  202  413  623  826 1023 1023 1023                0   17  202  413  623  826 1023 1023 1023                0   17  202  413  623  826 1023 1023 1023                0   17  202  413  623  826 1023 1023 1023                0   17  202  413  623  826 1023 1023 1023              509  510  541  616  724  850  970 1023 1023              677  678  687  714  759  821  897  983 1023                0   20  205  415  626  829 1023 1023 1023                0   17  202  413  623  826 1023 1023 1023                0   17  178  386  596  800  997 1023 1023                0   17  178  386  596  800  997 1023 1023                0   17  178  386  596  800  997 1023 1023                0   17  178  386  596  800  997 1023 1023                0   17  178  386  596  800  997 1023 1023              511  512  539  614  723  849  969 1023 1023              677  678  686  713  758  820  896  982 1023                0   20  205  416  626  829 1023 1023 1023                0   17  202  413  623  826 1023 1023 1023                0   17  178  386  596  800  997 1023 1023                0   17  178  357  567  773  971 1023 1023                0   17  178  357  567  773  971 1023 1023                0   17  178  357  567  773  971 1023 1023                1   17  178  357  567  773  971 1023 1023              516  518  544  610  718  845  965 1023 1023              678  679  687  710  755  817  893  979 1023                0   20  205  415  626  829 1023 1023 1023                0   17  202  413  623  826 1023 1023 1023                0   17  178  386  596  800  997 1023 1023                0   17  178  357  567  773  971 1023 1023                0   17  178  357  537  745  944 1023 1023                0   17  178  357  537  745  944 1023 1023                0   17  178  357  537  745  944 1023 1023              526  528  554  618  713  841  957 1023 1023              680  680  688  711  750  811  888  974 1023                0   20  205  416  626  829 1023 1023 1023                0   17  202  413  623  826 1023 1023 1023                0   17  178  386  596  800  997 1023 1023                0   17  178  357  567  773  971 1023 1023                0   17  178  357  537  745  944 1023 1023                0   17  178  357  537  715  916 1023 1023                0   17  178  357  537  715  916 1023 1023              543  544  569  632  725  838  947 1023 1023              682  682  691  713  751  804  880  967 1023                0   20  205  415  626  829 1023 1023 1023                0   17  202  413  623  826 1023 1023 1023                0   17  178  386  596  800  997 1023 1023                1   17  178  357  567  773  971 1023 1023                0   17  178  357  537  745  944 1023 1023                0   17  178  357  537  715  916 1023 1023                1   17  178  357  537  715  886 1023 1023              569  570  594  654  745  853  935 1023 1023              685  686  694  716  754  806  871  957 1023               71   83  214  402  599  791  976 1023 1023               72   82  212  401  597  790  975 1023 1023               84   93  201  386  582  776  963 1023 1023              114  121  215  368  561  755  942 1023 1023              161  166  243  384  544  735  920 1023 1023              230  234  293  415  563  719  900 1023 1023              344  347  388  482  608  747  889 1023 1023              608  610  632  689  776  855  936 1023 1023              689  690  698  720  757  808  872  945 1023              247  250  299  407  545  693  840  978 1023              248  251  299  407  545  693  840  978 1023              268  271  311  413  547  693  837  975 1023              321  323  356  435  558  695  833  968 1023              402  403  428  489  578  700  830  960 1023              478  479  498  546  620  711  829  951 1023              556  557  571  608  667  743  832  943 1023              630  630  641  669  715  777  853  936 1023              695  695  703  725  761  811  874  946 1023 ]          </look_up_table_r>          <look_up_table_g index="1" type="double" size="[1 729]">             [  0    0    0    1    0    1    1  637 1771               78   78   78   78   78   78   78  663 1778              821  820  821  821  821  821  821 1036 1899             1662 1662 1662 1662 1662 1662 1662 1703 2192             2503 2503 2503 2503 2503 2503 2503 2442 2596             3317 3317 3317 3317 3317 3317 3317 3170 3049             4095 4095 4095 4095 4095 4095 4095 3837 3501             4095 4095 4095 4095 4095 4095 4095 4095 3923             4095 4095 4095 4095 4095 4095 4095 4095 4095                0    0    1    1    1    0    0  637 1771               78   69   69   69   69   69   69  660 1778              820  810  810  810  810  810  810 1033 1898             1662 1650 1650 1650 1650 1650 1650 1700 2191             2503 2491 2491 2491 2491 2491 2491 2439 2595             3317 3305 3305 3305 3305 3305 3305 3168 3049             4095 4091 4091 4091 4091 4091 4091 3836 3501             4095 4095 4095 4095 4095 4095 4095 4095 3923             4095 4095 4095 4095 4095 4095 4095 4095 4095                0    1    0    1    1    1    0  640 1775               78   69   69   69   69   69   69  663 1781              821  810  713  713  713  713  713  990 1890             1662 1650 1543 1543 1543 1543 1543 1658 2183             2503 2491 2383 2383 2383 2383 2383 2404 2587             3317 3305 3202 3202 3202 3202 3202 3143 3042             4095 4091 3990 3990 3990 3990 3990 3821 3495             4095 4095 4095 4095 4095 4095 4095 4095 3918             4095 4095 4095 4095 4095 4095 4095 4095 4095                1    1    1    0    1    0    2  650 1786               78   69   69   69   69   69   69  673 1792              821  810  713  713  713  713  713  996 1899             1662 1650 1543 1428 1428 1428 1428 1579 2161             2503 2491 2383 2267 2267 2267 2267 2331 2567             3317 3305 3202 3091 3091 3091 3091 3085 3023             4095 4091 3990 3882 3882 3882 3882 3783 3479             4095 4095 4095 4095 4095 4095 4095 4095 3904             4095 4095 4095 4095 4095 4095 4095 4095 4095                0    1    1    1    0    1    0  668 1805               78   69   69   69   69   69   69  690 1811              821  810  713  713  713  713  713 1008 1916             1662 1650 1543 1428 1428 1428 1428 1587 2174             2503 2491 2383 2267 2149 2149 2149 2242 2534             3317 3305 3202 3091 2978 2978 2978 3008 2993             4095 4091 3990 3882 3775 3775 3775 3727 3452             4095 4095 4095 4095 4095 4095 4095 4095 3881             4095 4095 4095 4095 4095 4095 4095 4095 4095                1    0    1    0    1    1    0  697 1834               78   69   69   69   69   69   69  718 1840              821  810  713  713  713  713  713 1028 1942             1662 1650 1543 1428 1428 1428 1428 1599 2194             2503 2491 2383 2267 2149 2149 2149 2251 2548             3317 3305 3202 3091 2978 2860 2860 2920 2952             4095 4091 3990 3882 3775 3663 3663 3660 3415             4095 4095 4095 4095 4095 4095 4095 4095 3848             4095 4095 4095 4095 4095 4095 4095 4095 4095                1    0    0    2    0    0    3  737 1874               78   69   69   69   69   69   69  758 1880              821  810  713  713  713  713  713 1056 1979             1662 1650 1543 1428 1428 1428 1428 1618 2223             2503 2491 2383 2267 2149 2149 2149 2264 2567             3317 3305 3202 3091 2978 2860 2860 2931 2964             4095 4091 3990 3882 3775 3663 3545 3586 3368             4095 4095 4095 4095 4095 4095 4095 4095 3805             4095 4095 4095 4095 4095 4095 4095 4095 4095              283  284  299  339  405  501  628  793 1927              334  328  342  378  439  529  651  812 1932              866  861  802  820  852  903  981 1096 2026             1624 1619 1561 1474 1492 1522 1570 1645 2260             2403 2400 2351 2268 2177 2197 2230 2284 2593             3155 3152 3117 3047 2964 2877 2903 2948 2980             3847 3846 3823 3771 3702 3627 3557 3606 3377             4095 4095 4095 4095 4095 4095 4095 4095 3754             4095 4095 4095 4095 4095 4095 4095 4095 4095              988  989 1014 1082 1198 1367 1588 1785 1992             1003 1003 1027 1094 1209 1377 1596 1791 1997             1245 1244 1243 1299 1396 1543 1724 1899 2086             1751 1750 1745 1741 1813 1918 2029 2161 2307             2354 2354 2347 2330 2313 2366 2437 2525 2626             2923 2923 2916 2898 2873 2846 2887 2939 3000             3449 3449 3442 3425 3399 3365 3328 3355 3387             3916 3915 3910 3894 3869 3834 3792 3745 3758             4095 4095 4095 4095 4095 4095 4095 4095 4095 ]          </look_up_table_g>          <look_up_table_b index="1" type="double" size="[1 729]">             [  0    0    0    0    0    0    0  159  443                0    0    0    0    0    0    0  160  443                0    0    0    0    0    0    0  168  452                0    0    0    0    0    0    1  193  476                0    0    0    0    0    0    0  237  514                0    0    0    0    0    0    0  313  563                0    0    0    1    0    0    1  461  617              509  509  515  531  563  623  709  724  673              677  677  678  680  684  691  700  711  725               20   20   20   20   20   20   20  165  444               20   17   17   17   17   17   17  165  444               20   17   17   17   17   17   17  173  453               20   17   17   17   17   17   17  197  477               20   17   17   17   17   17   17  240  515               20   17   17   17   17   17   17  316  564               20   17   17   17   17   17   17  462  618              510  510  516  532  565  623  709  725  673              678  678  678  681  685  691  700  711  725              205  205  205  205  205  205  205  254  467              205  202  202  202  202  202  202  253  467              205  202  178  178  178  178  178  247  472              205  202  178  178  178  178  178  264  495              205  202  178  178  178  178  178  297  530              205  202  178  178  178  178  178  359  576              205  202  178  178  178  178  178  490  628              537  537  539  554  584  640  720  734  681              687  687  686  689  693  699  707  718  731              415  415  415  416  415  416  415  417  525              415  413  413  413  413  413  413  416  525              415  413  386  386  386  386  386  407  529              416  413  386  357  357  357  357  395  540              415  413  386  357  357  357  357  415  570              416  413  386  357  357  357  357  458  610              415  413  386  357  357  357  357  557  656              606  606  606  610  636  684  747  760  704              712  712  712  710  714  719  727  737  749              626  626  626  626  626  626  626  601  614              626  623  623  623  623  623  623  600  614              626  623  596  596  596  596  596  590  616              626  623  596  567  567  567  567  573  622              626  623  596  567  537  537  537  560  634              626  623  596  567  537  537  537  587  665              626  623  596  567  537  537  537  654  702              706  706  706  707  713  752  793  803  741              755  755  755  753  750  754  761  769  780              829  829  829  829  829  829  829  789  724              829  826  826  826  826  826  826  788  724              829  826  800  800  800  800  800  777  724              829  826  800  773  773  773  773  759  726              829  826  800  773  745  745  745  741  730              829  826  800  773  745  715  715  730  738              829  826  800  773  745  715  715  771  765              829  829  827  825  825  838  856  863  794              816  816  815  813  809  804  809  816  823             1023 1023 1023 1023 1023 1023 1023  973  848             1023 1023 1023 1023 1023 1023 1023  972  848             1023 1023  997  997  997  997  997  961  846             1023 1023  997  971  971  971  971  942  843             1023 1023  997  971  944  944  944  921  841             1023 1023  997  971  944  916  916  902  840             1023 1023  997  971  944  916  886  897  842              961  961  959  953  947  946  935  938  861              893  893  892  889  884  878  871  875  880             1023 1023 1023 1023 1023 1023 1023 1023  977             1023 1023 1023 1023 1023 1023 1023 1023  977             1023 1023 1023 1023 1023 1023 1023 1023  975             1023 1023 1023 1023 1023 1023 1023 1023  969             1023 1023 1023 1023 1023 1023 1023 1023  961             1023 1023 1023 1023 1023 1023 1023 1023  952             1023 1023 1023 1023 1023 1023 1023 1023  945             1023 1023 1023 1023 1023 1023 1023 1023  938              982  982  980  977  972  965  956  945  948             1023 1023 1023 1023 1023 1023 1023 1023 1023             1023 1023 1023 1023 1023 1023 1023 1023 1023             1023 1023 1023 1023 1023 1023 1023 1023 1023             1023 1023 1023 1023 1023 1023 1023 1023 1023             1023 1023 1023 1023 1023 1023 1023 1023 1023             1023 1023 1023 1023 1023 1023 1023 1023 1023             1023 1023 1023 1023 1023 1023 1023 1023 1023             1023 1023 1023 1023 1023 1023 1023 1023 1023             1023 1023 1023 1023 1023 1023 1023 1023 1023 ]          </look_up_table_b>       </LUT3D>       <LDCH index="1" type="struct" size="[1 1]">           <enable index="1" type="double" size="[1 1]">                [0]           </enable>           <mesh_file index="1" type="char" size="[1 1]">                LDCH_mesh_2688_1520_os04a10_6IR           </mesh_file>           <correct_level index="1" type="int" size="[1 1]">                [255]           </correct_level>           <correct_level_max index="1" type="int" size="[1 1]">                [255]           </correct_level_max>     <light_center index="1" type="double" size="[1 2]">          [1333.2695039999998698 728.1043200000000297]     </light_center>     <distortion_coeff index="1" type="double" size="[1 4]">          [-2653.9299617503911576 0.0001171174803799 -0.0000000150166870 0.0000000000087465]     </distortion_coeff>       </LDCH>       <FEC index="1" type="struct" size="[1 1]">           <enable index="1" type="double" size="[1 1]">                [0]           </enable>           <mesh_file index="1" type="char" size="[1 1]">                FEC_mesh_2688_1520_os04a10_6IR           </mesh_file>           <correct_level index="1" type="int" size="[1 1]">                [255]           </correct_level>     <light_center index="1" type="double" size="[1 2]">          [1333.2695039999998698 728.1043200000000297]     </light_center>     <distortion_coeff index="1" type="double" size="[1 4]">          [-2653.9299617503911576 0.0001171174803799 -0.0000000150166870 0.0000000000087465]     </distortion_coeff>       </FEC>       <ORB index="1" type="struct" size="[1 1]">           <enable index="1" type="double" size="[1 1]">                [0]           </enable>       </ORB>       <CPSL index="1" type="struct" size="[1 1]">           <enable index="1" type="char" size="[1 1]">                [1]           </enable>           <mode index="1" type="int" size="[1 1]">                [0]           </mode>           <force_gray index="1" type="char" size="[1 1]">                [1]           </force_gray>           <light_src index="1" type="int" size="[1 1]">                [0]           </light_src>           <auto_adjust_sens index="1" type="double" size="[1 1]">                [50]           </auto_adjust_sens>           <auto_on2off_th index="1" type="int" size="[1 1]">                [3000]           </auto_on2off_th>           <auto_off2on_th index="1" type="int" size="[1 1]">                [100]           </auto_off2on_th>           <auto_sw_interval index="1" type="int" size="[1 1]">                [60]           </auto_sw_interval>           <manual_on index="1" type="char" size="[1 1]">                [0]           </manual_on>           <manual_strength index="1" type="double" size="[1 1]">                [100]           </manual_strength>       </CPSL>       <LUMADETECT index="1" type="struct" size="[1 1]">           <enable index="1" type="double" size="[1 1]">                [1]           </enable>           <fixed_times index="1" type="int" size="[1 1]">                [0]           </fixed_times>           <threshold index="1" type="double" size="[1 1]">                [0.0002]           </threshold>           <threshold_level2 index="1" type="double" size="[1 1]">                [1000]           </threshold_level2>        </LUMADETECT>       <CPROC index="1" type="struct" size="[1 1]">           <enable index="1" type="int" size="[1 1]">                [1]           </enable>           <brightness index="1" type="int" size="[1 1]">                [128]           </brightness>           <contrast index="1" type="int" size="[1 1]">                [128]           </contrast>           <saturation index="1" type="int" size="[1 1]">                [128]           </saturation>           <hue index="1" type="int" size="[1 1]">                [128]           </hue>       </CPROC>      <IE index="1" type="struct" size="[1 1]">           <enable index="1" type="int" size="[1 1]">                [1]           </enable>           <mode index="1" type="int" size="[1 1]">                [0]           </mode>      </IE>       <COLOR_AS_GREY index="1" type="struct" size="[1 1]">           <enable index="1" type="int" size="[1 1]">                [0]           </enable>        </COLOR_AS_GREY>    </sensor>    <system type="struct" size="[1 1]">          <HDR index="1" type="struct" size="[1 1]">         <enable index="1" type="double" size="[1 1]">            [1]         </enable>         <support_mode index="1" type="char" size="[1 1]">            MODE_2_LINE         </support_mode>         <line_mode index="1" type="char" size="[1 1]">            STAGGER         </line_mode>          </HDR>    <DCG_SETTING index="1" type="struct" size="[1 1]">      <Normal index="1" type="struct" size="[1 1]">                <support_en index="1" type="double" size="[1 1]">           [1]        </support_en>        <dcg_optype index="1" type="char" size="[1 8]">           AUTO        </dcg_optype>        <dcgmode_init index="1" type="double" size="[1 1]">           [0]        </dcgmode_init>        <dcg_ratio index="1" type="double" size="[1 1]">           [3.5]        </dcg_ratio>        <gain_ctrl index="1" type="struct" size="[1 1]">           <enable index="1" type="double" size="[1 1]">              [1]           </enable>           <lcg2hcg_th index="1" type="double" size="[1 1]">              [32]           </lcg2hcg_th>           <hcg2lcg_th index="1" type="double" size="[1 1]">              [16]           </hcg2lcg_th>        </gain_ctrl>        <env_ctrl index="1" type="struct" size="[1 1]">           <enable index="1" type="double" size="[1 1]">              [0]           </enable>           <lcg2hcg_th index="1" type="double" size="[1 1]">              [0.3125]           </lcg2hcg_th>           <hcg2lcg_th index="1" type="double" size="[1 1]">              [0.6]           </hcg2lcg_th>        </env_ctrl>      </Normal>      <Hdr index="1" type="struct" size="[1 1]">            <support_en index="1" type="double" size="[1 1]">           [1]        </support_en>        <dcg_optype index="1" type="char" size="[1 8]">           AUTO        </dcg_optype>        <dcgmode_init index="1" type="double" size="[1 3]">           [0 0 0]        </dcgmode_init>        <dcg_ratio index="1" type="double" size="[1 1]">           [3.5]        </dcg_ratio>        <sync_switch index="1" type="double" size="[1 1]">           [1]        </sync_switch>        <gain_ctrl index="1" type="struct" size="[1 1]">           <enable index="1" type="double" size="[1 1]">              [1]           </enable>           <lcg2hcg_th index="1" type="double" size="[1 1]">              [32]           </lcg2hcg_th>           <hcg2lcg_th index="1" type="double" size="[1 1]">              [16]           </hcg2lcg_th>        </gain_ctrl>        <env_ctrl index="1" type="struct" size="[1 1]">           <enable index="1" type="double" size="[1 1]">              [0]           </enable>           <lcg2hcg_th index="1" type="double" size="[1 1]">              [0.3125]           </lcg2hcg_th>           <hcg2lcg_th index="1" type="double" size="[1 1]">              [0.6]           </hcg2lcg_th>        </env_ctrl>      </Hdr>    </DCG_SETTING>          <EXP_DELAY index="1" type="struct" size="[1 1]">       <Normal index="1" type="struct" size="[1 1]">             <time_delay index="1" type="double" size="[1 1]">            [2]         </time_delay>         <gain_delay index="1" type="double" size="[1 1]">            [2]         </gain_delay>         <dcg_delay index="1" type="double" size="[1 1]">            [1]         </dcg_delay>      </Normal>      <Hdr index="1" type="struct" size="[1 1]">             <time_delay index="1" type="double" size="[1 1]">            [2]         </time_delay>         <gain_delay index="1" type="double" size="[1 1]">            [2]         </gain_delay>         <dcg_delay index="1" type="double" size="[1 1]">            [1]         </dcg_delay>      </Hdr>          </EXP_DELAY>    </system> </matfile>