hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
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 10]">          2021-01-07       </creation_date>         <creator index="1" type="char" size="[1 5]">             sandy         </creator>         <sensor_name index="1" type="char" size="[1 7]">             OS04a10         </sensor_name>         <sample_name index="1" type="char" size="[1 7]">             UNKNOWN         </sample_name>         <generator_version index="1" type="char" size="[1 6]">             v1.0.b         </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 1]">                            A                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 3]">                            CWF                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 3]">                            D65                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 4]">                            TL84                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 3]">                            D50                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 2]">                            HZ                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 3]">                            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]">                         [0]                      </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]">                         [3 230]                      </Y>                      <R index="1" type="double" size="[1 2]">                         [3 230]                      </R>                      <G index="1" type="double" size="[1 2]">                         [3 230]                      </G>                      <B index="1" type="double" size="[1 2]">                         [3 230]                      </B>                   </limitRange>                   <pseudoLumWeight index="1" type="double" size="[1 3]">                      [0.33334 0.333414 0.333246]                   </pseudoLumWeight>                   <rotationMat index="1" type="double" size="[1 9]">                      [-0.589753 0.807584 -0.223756 0.807584 0.589753 0.566345 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]">                            [0]                         </mode>                         <window index="1" type="double" size="[1 4]">                            [0 0 0 0]                         </window>                      </cell>                      <cell index="2" 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="3" 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="4" 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="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]">                      [1.7957 1 1 1.8852]                   </spatialGain_L>                   <spatialGain_H index="1" type="double" size="[1 4]">                      [2.2099 1 1 1.6302]                   </spatialGain_H>                   <temporalDefaultGain index="1" type="double" size="[1 4]">                      [1.7957 1 1 1.8852]                   </temporalDefaultGain>                   <ca_TargetGain index="1" type="double" size="[1 4]">                      [2.2099 1 1 1.6302]                   </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]">                               [30.947556]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [38.446163]                            </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]">                               [23.903383]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-75.577698]                            </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]">                               [13.10386]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-63.32193]                            </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]">                               [12.741389]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-29.362104]                            </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]">                               [16.139053]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [153.733124]                            </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]">                               [33.805035]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [92.339294]                            </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 1]">                               A                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.226629]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [3.149307]                            </BGain>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <name index="1" type="char" size="[1 4]">                               TL84                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.818897]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [2.416473]                            </BGain>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <name index="1" type="char" size="[1 3]">                               D50                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.795667]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [1.885247]                            </BGain>                         </cell>                      </lsUsedForEstimation>                      <alpha index="1" type="double" size="[1 1]">                         [0.9]                      </alpha>                   </singleColorProcess>                   <lineRgBg index="1" type="double" size="[1 3]">                      [-0.8395 -0.5434 -2.741]                   </lineRgBg>                   <lineRgProjCCT index="1" type="double" size="[1 3]">                      [1 -0.0003 0.4559]                   </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 1]">                         A                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.2266 1 1 3.1493]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [122.5 43.2884 50.3692 123.3732 122.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [127.5 127.1293 104.4713 126.9611 127.5]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [-1.5176 -0.9399 0.1128 -0.0004]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-1.5181 -0.9399 0.1772 -0.1255]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-1.4023 -1.1546 0.0646 0.0076]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-11361]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [116]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-1465]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [2817]                         </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]">                            [127]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [88 216 344 600 856 1112]                         </disSet>                         <tHSet index="1" type="double" size="[1 6]">                            [11 14 17 20 23 26]                         </tHSet>                      </yuvRegion>                   </cell>                   <cell index="2" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 3]">                         CWF                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [2.0611 1 1 2.6684]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [60.6976 68.3503 125.5 123 60.6976]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [77.062 64.7614 125 125.5 77.062]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [-0.9399 -0.4618 -0.0785 -0.2168]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-0.9399 -0.4618 -0.0785 -0.2672]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-0.7311 -0.4618 -0.1204 -0.1863]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-1163]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [14]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-8126]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [2575]                         </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]">                            [127]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [88 216 344 600 856 1112]                         </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 3]">                         D50                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [2]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.7957 1 1 1.8852]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [61.9024 77.2189 126.5 126 61.9024]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [65.2302 38.6273 124 125.5 65.2302]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [-0.4606 -0.1098 0.2267 -0.1676]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-0.4619 -0.1071 0.2371 -0.2794]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-0.4515 -0.2391 0.1223 -0.0133]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-1041]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [0]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-8191]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [4035]                         </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]">                            [125]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [70 198 326 582 710 838]                         </disSet>                         <tHSet index="1" type="double" size="[1 6]">                            [255 255 255 255 255 255]                         </tHSet>                      </yuvRegion>                   </cell>                   <cell index="4" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 3]">                         D65                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [3]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [2.2099 1 1 1.6302]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [72.6314 91.2333 128.4889 125.3866 72.6314]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [39.6175 29.829 121.9511 123.852 39.6175]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [-0.102 0.072 0.0953 -0.1705]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-0.1097 0.0764 0.2242 -0.2768]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-0.0527 0.072 0.0509 -0.067]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-432]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [-177]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-5866]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [3483]                         </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]">                            [85 213 341 597 853 917]                         </disSet>                         <tHSet index="1" type="double" size="[1 6]">                            [255 255 255 255 255 255]                         </tHSet>                      </yuvRegion>                   </cell>                   <cell index="5" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 3]">                         D75                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [3]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [2.2592 1 1 1.4799]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [129.0605 127.072 83.918 95.4263 129.0605]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [122.4935 122.7527 34.0998 31.3102 122.4935]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [0.0764 0.228 0.1116 -0.1705]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [0.0764 0.2993 0.2257 -0.2865]                         </big>                         <small index="1" type="double" size="[1 4]">                            [0.0764 0.2163 0.0598 -0.0643]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-359]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [-240]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-5121]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [3189]                         </k_ydisSet>                         <b_ydisSet index="1" type="double" size="[1 1]">                            [10]                         </b_ydisSet>                         <uRefSet index="1" type="double" size="[1 1]">                            [128]                         </uRefSet>                         <vRefSet index="1" type="double" size="[1 1]">                            [124]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [14 78 142 270 398 654]                         </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 2]">                         HZ                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [0.9998 1 1 3.8319]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [121.2304 45.3622 42.4417 122.5 121.2304]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [130.0043 144.0297 127.3425 127.5 130.0043]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [-1.8402 -1.5181 0.0544 -0.0587]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-1.8576 -1.5181 0.1212 -0.1197]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-1.7999 -1.5713 0.0211 -0.0394]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [6250]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [149]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [2614]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [2494]                         </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]">                            [127]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [118 246 502 758 1270 1526]                         </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 4]">                         TL84                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.8189 1 1 2.4165]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [123.1554 50.5766 63.8677 124.3346 123.1554]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [126.888 104.2625 71.791 122.1931 126.888]                      </lightVRegion>                      <lightXYRegion index="1" type="struct" size="[1 1]">                         <normal index="1" type="double" size="[1 4]">                            [-0.941 -0.4567 0.1041 -0.076]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-0.9418 -0.4567 0.1986 -0.0798]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-0.8606 -0.4731 0.099 -0.076]                         </small>                      </lightXYRegion>                      <yuvRegion index="1" type="struct" size="[1 1]">                         <k2Set index="1" type="double" size="[1 1]">                            [-1319]                         </k2Set>                         <b0Set index="1" type="double" size="[1 1]">                            [28]                         </b0Set>                         <k3Set index="1" type="double" size="[1 1]">                            [-7937]                         </k3Set>                         <k_ydisSet index="1" type="double" size="[1 1]">                            [2887]                         </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]">                            [127]                         </vRefSet>                         <disSet index="1" type="double" size="[1 6]">                            [77 205 333 589 717 973]                         </disSet>                         <tHSet index="1" type="double" size="[1 6]">                            [11 14 17 20 23 26]                         </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 1]">                            A                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 3]">                            CWF                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 3]">                            D65                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 4]">                            TL84                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 3]">                            D50                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 2]">                            HZ                         </name>                      </cell>                      <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 3]">                            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.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>                   <rgb2RotationYuvMat index="1" type="double" size="[4 4]">                      [0.029297 0.134766 0.013672 38.9375                      -0.083984 -0.003906 0.068359 137.5625                      0.048828 -0.050781 0.048828 106.8125                      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]">                      [1.7957 1 1 1.8852]                   </spatialGain_L>                   <spatialGain_H index="1" type="double" size="[1 4]">                      [2.2099 1 1 1.6302]                   </spatialGain_H>                   <temporalDefaultGain index="1" type="double" size="[1 4]">                      [1.7957 1 1 1.8852]                   </temporalDefaultGain>                   <ca_TargetGain index="1" type="double" size="[1 4]">                      [2.2099 1 1 1.6302]                   </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]">                               [30.947556]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [38.446163]                            </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]">                               [23.903383]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-75.577698]                            </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]">                               [13.10386]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-63.32193]                            </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]">                               [12.741389]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [-29.362104]                            </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]">                               [16.139053]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [153.733124]                            </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]">                               [33.805035]                            </meanC>                            <meanH index="1" type="double" size="[1 1]">                               [92.339294]                            </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 1]">                               A                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.226629]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [3.149307]                            </BGain>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                            <name index="1" type="char" size="[1 4]">                               TL84                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.818897]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [2.416473]                            </BGain>                         </cell>                         <cell index="3" type="struct" size="[1 1]">                            <name index="1" type="char" size="[1 3]">                               D50                            </name>                            <RGain index="1" type="double" size="[1 1]">                               [1.795667]                            </RGain>                            <BGain index="1" type="double" size="[1 1]">                               [1.885247]                            </BGain>                         </cell>                      </lsUsedForEstimation>                      <alpha index="1" type="double" size="[1 1]">                         [0.9]                      </alpha>                   </singleColorProcess>                   <lineRgBg index="1" type="double" size="[1 3]">                      [-0.8395 -0.5434 -2.741]                   </lineRgBg>                   <lineRgProjCCT index="1" type="double" size="[1 3]">                      [1 -0.0003 0.4559]                   </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 1]">                         A                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.2266 1 1 3.1493]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [122.5 46 53.5 122.5 122.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [127.5 114 101 125.5 127.5]                      </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.0432 0.2697 0.137 -0.071]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-0.0365 0.2693 0.2057 -0.1565]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-0.0383 0.2715 0.0584 -0.0545]                         </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 183.625 146.3125 95.1875 106.875 107.4375]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="2" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 3]">                         CWF                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [2.0611 1 1 2.6684]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [58.5 63 125.5 123 58.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [85 76.5 125 125.5 85]                      </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.2697 0.7467 -0.071 -0.1747]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [0.2507 0.7627 -0.0707 -0.224]                         </big>                         <small index="1" type="double" size="[1 4]">                            [0.504 0.7436 -0.0789 -0.1731]                         </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 188.4375 142.5 113.25 108.25 99.5]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="3" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 3]">                         D50                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [2]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.7957 1 1 1.8852]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [63 77.5 126.5 126 63]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [76.5 48 124 125.5 76.5]                      </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.7494 1.112 0.1759 -0.2217]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [0.7527 1.117 0.2263 -0.2481]                         </big>                         <small index="1" type="double" size="[1 4]">                            [0.9445 1.0939 0.0767 -0.0218]                         </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 190.3125 140.25 124.3125 107.25 106]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="4" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 3]">                         D65                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [3]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [2.2099 1 1 1.6302]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [77.5 85.5 126.5 126.5 77.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [48 31 123 124 48]                      </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.117 1.37 0.1168 -0.1657]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [1.1188 1.37 0.1628 -0.1777]                         </big>                         <small index="1" type="double" size="[1 4]">                            [1.2699 1.3673 0.0803 -0.1383]                         </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 191 138.125 135.625 107.0625 106.875]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="5" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 3]">                         D75                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [3]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [2.2592 1 1 1.4799]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [127 126.5 85.5 95.5 127]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [122 123 31.5 23 122]                      </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.3763 1.5271 0.1086 -0.1327]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [1.37 1.5273 0.1436 -0.1684]                         </big>                         <small index="1" type="double" size="[1 4]">                            [1.3957 1.4793 0.0917 -0.1157]                         </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 191 137.0625 140.3125 107.125 107.625]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="6" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 2]">                         HZ                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [0.9998 1 1 3.8319]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [122 46.5 46 122.5 122]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [128.5 134.5 114.5 127.5 128.5]                      </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.2847 -0.0432 0.077 -0.0831]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [-0.3376 -0.0365 0.1018 -0.162]                         </big>                         <small index="1" type="double" size="[1 4]">                            [-0.2399 -0.1302 0.0066 -0.06]                         </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 179.1875 149.125 85 106.125 112]                         </lineVector>                      </rtYuvRegion>                   </cell>                   <cell index="7" type="struct" size="[1 1]">                      <name index="1" type="char" size="[1 4]">                         TL84                      </name>                      <doorType index="1" type="double" size="[1 1]">                         [1]                      </doorType>                      <standardGainValue index="1" type="double" size="[1 4]">                         [1.8189 1 1 2.4165]                      </standardGainValue>                      <lightURegion index="1" type="double" size="[1 5]">                         [122.5 53.5 59 123 122.5]                      </lightURegion>                      <lightVRegion index="1" type="double" size="[1 5]">                         [125.5 100.5 85 125 125.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.272 0.7479 0.1701 -0.0722]                         </normal>                         <big index="1" type="double" size="[1 4]">                            [0.2733 0.7493 0.2358 -0.0728]                         </big>                         <small index="1" type="double" size="[1 4]">                            [0.448 0.608 0.0606 -0.0351]                         </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 187.1875 143.8125 106.6875 106.8125 106.9375]                         </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 3]">                      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]">                      [50]                   </WP_THL>                   <WP_THH index="1" type="double" size="[1 1]">                      [80]                   </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.031]                   </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 1]">                         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 3]">                         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 3]">                         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 3]">                         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 3]">                         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 2]">                         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 4]">                         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.0200 ]                                 </TimeValue>                             <GainValue index="1" type="double" size="[1 1]">                                     [1.0000 ]                                 </GainValue>                             <IspDgainValue index="1" type="double" size="[1 1]">                                     [1.0000 ]                                 </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.0200 ]                                 </TimeValue>                             <GainValue index="1" type="double" size="[1 1]">                                     [6.0000 ]                                 </GainValue>                             <IspDgainValue index="1" type="double" size="[1 1]">                                     [1.0000 ]                                 </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.0100 0.0200 0.0300 ]                                 </TimeValue>                             <GainValue index="1" type="double" size="[1 3]">                                     [1.0000 1.0000 1.0000 ]                                 </GainValue>                             <IspDgainValue index="1" type="double" size="[1 3]">                                     [1.0000 1.0000 1.0000 ]                                 </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.0100 0.0200 0.0300 ]                                 </TimeValue>                             <GainValue index="1" type="double" size="[1 3]">                                     [6.0000 6.0000 1.0000 ]                                 </GainValue>                             <IspDgainValue index="1" type="double" size="[1 3]">                                     [1.0000 1.0000 1.0000 ]                                 </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.1500 ]                     </DampOver>                 <DampUnder index="1" type="double" size="[1 1]">                         [0.4500 ]                     </DampUnder>                 <DampDark2Bright index="1" type="double" size="[1 1]">                         [0.1500 ]                     </DampDark2Bright>                 <DampBright2Dark index="1" type="double" size="[1 1]">                         [0.4500 ]                     </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.0000 ]                     </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.0030 ]                         </InitTimeValue>                     <InitGainValue index="1" type="double" size="[1 1]">                             [1.0000 ]                         </InitGainValue>                     <InitIspDgainValue index="1" type="double" size="[1 1]">                             [1.0000 ]                         </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.0030 0.0030 ]                         </InitTimeValue>                     <InitGainValue index="1" type="double" size="[1 3]">                             [1.0000 1.0000 1.0000 ]                         </InitGainValue>                     <InitIspDgainValue index="1" type="double" size="[1 3]">                             [1.0000 1.0000 1.0000 ]                         </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 3]">                                 DAY                             </name>                         <TimeDot index="1" type="double" size="[1 6]">                                 [0.0000 0.0100 0.0100 0.0200 0.0300 0.0300 ]                             </TimeDot>                         <GainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 4.0000 8.0000 15.5000 64.0000 ]                             </GainDot>                         <IspDGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 2.0000 ]                             </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 5]">                                 NIGHT                             </name>                         <TimeDot index="1" type="double" size="[1 6]">                                 [0.0000 0.0100 0.0100 0.0200 0.0200 0.0200 ]                             </TimeDot>                         <GainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 4.0000 8.0000 12.0000 15.5000 ]                             </GainDot>                         <IspDGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </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 3]">                                 DAY                             </name>                         <LTimeDot index="1" type="double" size="[1 6]">                                 [0.0000 0.0300 0.0300 0.0300 0.0300 0.0300 ]                             </LTimeDot>                         <MTimeDot index="1" type="double" size="[1 6]">                                 [0.0000 0.0300 0.0300 0.0300 0.0300 0.0300 ]                             </MTimeDot>                         <STimeDot index="1" type="double" size="[1 6]">                                 [0.0000 0.0030 0.0030 0.0030 0.0030 0.0030 ]                             </STimeDot>                         <LGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 4.0000 8.0000 15.5000 64.0000 ]                             </LGainDot>                         <MGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 4.0000 8.0000 15.5000 64.0000 ]                             </MGainDot>                         <SGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 4.0000 8.0000 15.5000 32.0000 ]                             </SGainDot>                         <LIspDGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </LIspDGainDot>                         <MIspDGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </MIspDGainDot>                         <SIspDGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </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 5]">                                 NIGHT                             </name>                         <LTimeDot index="1" type="double" size="[1 6]">                                 [0.0000 0.0100 0.0100 0.0100 0.0100 0.0100 ]                             </LTimeDot>                         <MTimeDot index="1" type="double" size="[1 6]">                                 [0.0000 0.0100 0.0100 0.0100 0.0100 0.0100 ]                             </MTimeDot>                         <STimeDot index="1" type="double" size="[1 6]">                                 [0.0000 0.0090 0.0090 0.0090 0.0090 0.0090 ]                             </STimeDot>                         <LGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 4.0000 8.0000 12.0000 15.5000 ]                             </LGainDot>                         <MGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 4.0000 8.0000 12.0000 15.5000 ]                             </MGainDot>                         <SGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 4.0000 8.0000 12.0000 15.5000 ]                             </SGainDot>                         <LIspDGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </LIspDGainDot>                         <MIspDGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </MIspDGainDot>                         <SIspDGainDot index="1" type="double" size="[1 6]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </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.1500 ]                     </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.3000 ]                         </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.0000 ]                         </IR_rg>                     <IR_bg index="1" type="double" size="[1 1]">                             [1.0000 ]                         </IR_bg>                     <Max_Dis index="1" type="double" size="[1 1]">                             [0.8000 ]                         </Max_Dis>                     <N2DFrmCnt index="1" type="double" size="[1 1]">                             [15 ]                         </N2DFrmCnt>                     <N2DFacTh index="1" type="double" size="[1 1]">                             [0.3000 ]                         </N2DFacTh>                     <VBPercent index="1" type="double" size="[1 1]">                             [0.1500 ]                         </VBPercent>                 </IRNightMode>             </AecDNSwitch>             <AecEnvLvCalib index="1" type="struct" size="[1 1]">                 <CalibFNumber index="1" type="double" size="[1 1]">                         [1.6000 ]                     </CalibFNumber>                 <CurveCoeff index="1" type="double" size="[1 2]">                         [0.0286 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.5000 ]                         </Kp>                     <Ki index="1" type="double" size="[1 1]">                             [0.2000 ]                         </Ki>                     <Kd index="1" type="double" size="[1 1]">                             [0.3000 ]                         </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.0100 ]                         </TimeValue>                     <GainValue index="1" type="double" size="[1 1]">                             [1.0000 ]                         </GainValue>                     <IspDGainValue index="1" type="double" size="[1 1]">                             [1.0000 ]                         </IspDGainValue>                     <PIrisGainValue index="1" type="double" size="[1 1]">                             [1 ]                         </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.0100 0.0200 0.0300 ]                         </TimeValue>                     <GainValue index="1" type="double" size="[1 3]">                             [1.0000 1.0000 1.0000 ]                         </GainValue>                     <IspDGainValue index="1" type="double" size="[1 3]">                             [1.0000 1.0000 1.0000 ]                         </IspDGainValue>                     <PIrisGainValue index="1" type="double" size="[1 1]">                             [1 ]                         </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.0000 ]                     </SetPoint>                 <NightSetpoint index="1" type="double" size="[1 1]">                         [35.0000 ]                     </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 3]">                                 DAY                             </name>                         <ExpLevel index="1" type="double" size="[1 6]">                                 [0.0000 0.0500 0.1000 0.3000 0.5000 0.7000 ]                             </ExpLevel>                         <DySetpoint index="1" type="double" size="[1 6]">                                 [45.0000 45.0000 40.0000 38.0000 33.0000 30.0000 ]                             </DySetpoint>                     </cell>                     <cell index="2" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 5]">                                 NIGHT                             </name>                         <ExpLevel index="1" type="double" size="[1 6]">                                 [0.0000 0.1500 0.3500 0.5000 0.7500 1.0000 ]                             </ExpLevel>                         <DySetpoint index="1" type="double" size="[1 6]">                                 [45.0000 45.0000 40.0000 40.0000 35.0000 35.0000 ]                             </DySetpoint>                     </cell>                 </DynamicSetpoint>                 <Evbias index="1" type="double" size="[1 1]">                         [0.0000 ]                     </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.0000 ]                         </LumaDistTh>                     <OEROILowTh index="1" type="double" size="[1 1]">                             [150.0000 ]                         </OEROILowTh>                     <LvHighTh index="1" type="double" size="[1 1]">                             [7.5000 ]                         </LvHighTh>                     <LvLowTh index="1" type="double" size="[1 1]">                             [0.3125 ]                         </LvLowTh>                     <ExpLevel index="1" type="double" size="[1 6]">                             [0.0500 0.1000 0.2000 0.3000 0.5000 0.7000 ]                         </ExpLevel>                     <NonOEPdfTh index="1" type="double" size="[1 6]">                             [0.4000 0.4500 0.5500 0.6500 0.7500 1.0000 ]                         </NonOEPdfTh>                     <LowLightPdfTh index="1" type="double" size="[1 6]">                             [0.2000 0.2000 0.2200 0.2500 0.3000 0.3500 ]                         </LowLightPdfTh>                     <TargetLLLuma index="1" type="double" size="[1 6]">                             [25.0000 22.0000 20.0000 18.0000 15.0000 12.0000 ]                         </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.0000 ]                         </HighLightTh>                     <LowLightTh index="1" type="double" size="[1 1]">                             [30.0000 ]                         </LowLightTh>                     <MaxWeight index="1" type="double" size="[1 1]">                             [8.0000 ]                         </MaxWeight>                     <OEpdf index="1" type="double" size="[1 6]">                             [0.0100 0.0200 0.0300 0.0400 0.0500 0.0700 ]                         </OEpdf>                     <HighLightWeight index="1" type="double" size="[1 6]">                             [4.0000 3.0000 3.0000 3.0000 2.0000 2.0000 ]                         </HighLightWeight>                     <LowLightWeight index="1" type="double" size="[1 6]">                             [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                         </LowLightWeight>                 </OverExpCtrl>             </LinearAECtrl>             <HdrAECtrl index="1" type="struct" size="[1 1]">                 <Evbias index="1" type="double" size="[1 1]">                         [0.0000 ]                     </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.6200 ]                         </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.0000 0.1000 0.3000 0.5000 0.7000 1.0000 ]                     </RatioExpDot>                     <M2SRatioFix index="1" type="double" size="[1 6]">                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                     </M2SRatioFix>                     <L2MRatioFix index="1" type="double" size="[1 6]">                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                     </L2MRatioFix>                     <M2SRatioMax index="1" type="double" size="[1 6]">                         [64.0000 64.0000 64.0000 64.0000 64.0000 64.0000 ]                     </M2SRatioMax>                     <L2MRatioMax index="1" type="double" size="[1 6]">                         [32.0000 32.0000 30.0000 28.0000 26.0000 24.0000 ]                     </L2MRatioMax>                 </ExpRatioCtrl>                 <LumaDistTh index="1" type="double" size="[1 1]">                     [10.0000 ]                 </LumaDistTh>                 <LframeCtrl index="1" type="struct" size="[1 1]">                     <OEROILowTh index="1" type="double" size="[1 1]">                             [150.0000 ]                         </OEROILowTh>                     <LvHighTh index="1" type="double" size="[1 1]">                             [7.5000 ]                         </LvHighTh>                     <LvLowTh index="1" type="double" size="[1 1]">                             [0.3125 ]                         </LvLowTh>                     <LExpLevel index="1" type="double" size="[1 6]">                             [0.0000 0.0100 0.0300 0.0500 0.1000 0.2000 ]                         </LExpLevel>                     <LSetPoint index="1" type="double" size="[1 6]">                             [75.0000 70.0000 65.0000 60.0000 45.0000 40.0000 ]                         </LSetPoint>                     <TargetLLLuma index="1" type="double" size="[1 6]">                             [35.0000 32.0000 30.0000 28.0000 25.0000 20.0000 ]                         </TargetLLLuma>                     <NonOEPdfTh index="1" type="double" size="[1 6]">                             [0.4000 0.4500 0.5500 0.6500 0.7500 1.0000 ]                         </NonOEPdfTh>                     <LowLightPdfTh index="1" type="double" size="[1 6]">                             [0.2000 0.2200 0.2500 0.3000 0.3500 0.4000 ]                         </LowLightPdfTh>                 </LframeCtrl>                 <MframeCtrl index="1" type="struct" size="[1 1]">                     <MExpLevel index="1" type="double" size="[1 6]">                             [0.0500 0.1000 0.2000 0.5000 0.7000 1.0000 ]                         </MExpLevel>                     <MSetPoint index="1" type="double" size="[1 6]">                             [60.0000 60.0000 55.0000 50.0000 45.0000 40.0000 ]                         </MSetPoint>                 </MframeCtrl>                 <SframeCtrl index="1" type="struct" size="[1 1]">                     <SExpLevel index="1" type="double" size="[1 6]">                             [0.0000 0.0500 0.1500 0.2500 0.4000 0.6000 ]                         </SExpLevel>                     <TargetHLLuma index="1" type="double" size="[1 6]">                             [100.0000 100.0000 100.0000 90.0000 80.0000 70.0000 ]                         </TargetHLLuma>                     <SSetPoint index="1" type="double" size="[1 6]">                             [18.0000 18.0000 15.0000 12.0000 12.0000 12.0000 ]                         </SSetPoint>                     <HLLumaTolerance index="1" type="double" size="[1 1]">                             [12.0000 ]                         </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.0750 ]                 </TrigThers>                 <StableThers index="1" type="double" size="[1 1]">                     [0.0200 ]                 </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.0000 ]                 </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.0000 16.0000 32.0000 40.0000 48.0000 56.0000 64.0000 ]                 </vcmDot>                 <distanceDot index="1" type="double" size="[1 7]">                     [0.2000 0.2400 0.3400 0.4000 0.6600 1.0000 3.0000 ]                 </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.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]             </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.4000 ]             </OECurve_smooth>             <OECurve_offset index="1" type="double" size="[1 13]">                 [210.0000 210.0000 210.0000 210.0000 210.0000 210.0000 210.0000 210.0000 210.0000 210.0000 210.0000 210.0000 210.0000 ]             </OECurve_offset>             <MoveCoef index="1" type="double" size="[1 13]">                 [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]             </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.4000 ]             </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.3800 ]             </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.4000 ]             </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.3800 ]             </MDCurveMS_offset>             <OECurve_damp index="1" type="double" size="[1 1]">                 [0.3000 ]             </OECurve_damp>             <MDCurveLM_damp index="1" type="double" size="[1 1]">                 [0.3000 ]             </MDCurveLM_damp>             <MDCurveMS_damp index="1" type="double" size="[1 1]">                 [0.3000 ]             </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 6]">                         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 3]">                         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 5]">                         night                     </Name>                     <En index="1" type="double" size="[1 1]">                         [0.0000 ]                     </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 6]">                         normal                     </Name>                     <GlobalLumaMode index="1" type="double" size="[1 1]">                         [1.0000 ]                     </GlobalLumaMode>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <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>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <GlobalLuma index="1" type="double" size="[1 13]">                         [0.2000 0.2000 0.2000 0.1800 0.1700 0.1500 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 ]                     </GlobalLuma>                 </cell>                 <cell index="2" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 3]">                         HDR                     </Name>                     <GlobalLumaMode index="1" type="double" size="[1 1]">                         [1.0000 ]                     </GlobalLumaMode>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <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>                     <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.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 ]                     </GlobalLuma>                 </cell>                 <cell index="3" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 5]">                         night                     </Name>                     <GlobalLumaMode index="1" type="double" size="[1 1]">                         [1.0000 ]                     </GlobalLumaMode>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <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>                     <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.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 0.1000 ]                     </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 6]">                         normal                     </Name>                     <DetailsHighLightMode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </DetailsHighLightMode>                     <OEPdf index="1" type="double" size="[1 13]">                         [0.0000 0.0500 0.1000 0.1500 0.2000 0.2500 0.3000 0.3500 0.4000 0.4500 0.5000 0.8000 1.0000 ]                     </OEPdf>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsHighLight index="1" type="double" size="[1 13]">                         [0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                     </DetailsHighLight>                 </cell>                 <cell index="2" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 3]">                         HDR                     </Name>                     <DetailsHighLightMode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </DetailsHighLightMode>                     <OEPdf index="1" type="double" size="[1 13]">                         [0.0000 0.0500 0.1000 0.1500 0.2000 0.2500 0.3000 0.3500 0.4000 0.4500 0.5000 0.8000 1.0000 ]                     </OEPdf>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsHighLight index="1" type="double" size="[1 13]">                         [0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                     </DetailsHighLight>                 </cell>                 <cell index="3" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 5]">                         night                     </Name>                     <DetailsHighLightMode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </DetailsHighLightMode>                     <OEPdf index="1" type="double" size="[1 13]">                         [0.0000 0.0500 0.1000 0.1500 0.2000 0.2500 0.3000 0.3500 0.4000 0.4500 0.5000 0.8000 1.0000 ]                     </OEPdf>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsHighLight index="1" type="double" size="[1 13]">                         [0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                     </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 6]">                         normal                     </Name>                     <DetailsLowLightMode index="1" type="double" size="[1 1]">                         [2.0000 ]                     </DetailsLowLightMode>                     <FocusLuma index="1" type="double" size="[1 13]">                         [1.0000 15.0000 20.0000 25.0000 30.0000 35.0000 40.0000 50.0000 60.0000 70.0000 80.0000 90.0000 100.0000 ]                     </FocusLuma>                     <DarkPdf index="1" type="double" size="[1 13]">                         [0.0000 0.0500 0.1000 0.1500 0.2000 0.2500 0.3000 0.3500 0.4000 0.4500 0.5000 0.8000 1.0000 ]                     </DarkPdf>                     <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>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsLowLight index="1" type="double" size="[1 13]">                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                     </DetailsLowLight>                 </cell>                 <cell index="2" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 3]">                         HDR                     </Name>                     <DetailsLowLightMode index="1" type="double" size="[1 1]">                         [2.0000 ]                     </DetailsLowLightMode>                     <FocusLuma index="1" type="double" size="[1 13]">                         [1.0000 15.0000 20.0000 25.0000 30.0000 35.0000 40.0000 50.0000 60.0000 70.0000 80.0000 90.0000 100.0000 ]                     </FocusLuma>                     <DarkPdf index="1" type="double" size="[1 13]">                         [0.0000 0.0500 0.1000 0.1500 0.2000 0.2500 0.3000 0.3500 0.4000 0.4500 0.5000 0.8000 1.0000 ]                     </DarkPdf>                     <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>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsLowLight index="1" type="double" size="[1 13]">                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                     </DetailsLowLight>                 </cell>                 <cell index="3" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 5]">                         night                     </Name>                     <DetailsLowLightMode index="1" type="double" size="[1 1]">                         [2.0000 ]                     </DetailsLowLightMode>                     <FocusLuma index="1" type="double" size="[1 13]">                         [1.0000 15.0000 20.0000 25.0000 30.0000 35.0000 40.0000 50.0000 60.0000 70.0000 80.0000 90.0000 100.0000 ]                     </FocusLuma>                     <DarkPdf index="1" type="double" size="[1 13]">                         [0.0000 0.0500 0.1000 0.1500 0.2000 0.2500 0.3000 0.3500 0.4000 0.4500 0.5000 0.8000 1.0000 ]                     </DarkPdf>                     <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>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <DetailsLowLight index="1" type="double" size="[1 13]">                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                     </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 6]">                         normal                     </Name>                     <Enable index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Enable>                     <IIR index="1" type="double" size="[1 1]">                         [64.0000 ]                     </IIR>                     <Mode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Mode>                     <DynamicRange index="1" type="double" size="[1 13]">                         [1.0000 20.0000 30.0000 44.0000 48.0000 55.0000 60.0000 66.0000 68.0000 72.0000 78.0000 80.0000 84.0000 ]                     </DynamicRange>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <GlobalTMOStrength index="1" type="double" size="[1 13]">                         [0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                     </GlobalTMOStrength>                 </cell>                 <cell index="2" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 3]">                         HDR                     </Name>                     <Enable index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Enable>                     <IIR index="1" type="double" size="[1 1]">                         [64.0000 ]                     </IIR>                     <Mode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Mode>                     <DynamicRange index="1" type="double" size="[1 13]">                         [1.0000 20.0000 30.0000 44.0000 48.0000 55.0000 60.0000 66.0000 68.0000 72.0000 78.0000 80.0000 84.0000 ]                     </DynamicRange>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <GlobalTMOStrength index="1" type="double" size="[1 13]">                         [0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                     </GlobalTMOStrength>                 </cell>                 <cell index="3" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 5]">                         night                     </Name>                     <Enable index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Enable>                     <IIR index="1" type="double" size="[1 1]">                         [64.0000 ]                     </IIR>                     <Mode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Mode>                     <DynamicRange index="1" type="double" size="[1 13]">                         [1.0000 20.0000 30.0000 44.0000 48.0000 55.0000 60.0000 66.0000 68.0000 72.0000 78.0000 80.0000 84.0000 ]                     </DynamicRange>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <GlobalTMOStrength index="1" type="double" size="[1 13]">                         [0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                     </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 6]">                         normal                     </Name>                     <LocalTMOMode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </LocalTMOMode>                     <DynamicRange index="1" type="double" size="[1 13]">                         [1.0000 20.0000 30.0000 44.0000 48.0000 55.0000 60.0000 66.0000 68.0000 72.0000 78.0000 80.0000 84.0000 ]                     </DynamicRange>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <LocalTMOStrength index="1" type="double" size="[1 13]">                         [0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 ]                     </LocalTMOStrength>                 </cell>                 <cell index="2" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 3]">                         HDR                     </Name>                     <LocalTMOMode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </LocalTMOMode>                     <DynamicRange index="1" type="double" size="[1 13]">                         [1.0000 20.0000 30.0000 44.0000 48.0000 55.0000 60.0000 66.0000 68.0000 72.0000 78.0000 80.0000 84.0000 ]                     </DynamicRange>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <LocalTMOStrength index="1" type="double" size="[1 13]">                         [0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 ]                     </LocalTMOStrength>                 </cell>                 <cell index="3" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 5]">                         night                     </Name>                     <LocalTMOMode index="1" type="double" size="[1 1]">                         [0.0000 ]                     </LocalTMOMode>                     <DynamicRange index="1" type="double" size="[1 13]">                         [1.0000 20.0000 30.0000 44.0000 48.0000 55.0000 60.0000 66.0000 68.0000 72.0000 78.0000 80.0000 84.0000 ]                     </DynamicRange>                     <EnvLv index="1" type="double" size="[1 13]">                         [0.0000 0.0050 0.0100 0.0500 0.1000 0.1500 0.2000 0.3000 0.4000 0.5000 0.6000 0.8000 1.0000 ]                     </EnvLv>                     <Tolerance index="1" type="double" size="[1 1]">                         [0.0000 ]                     </Tolerance>                     <LocalTMOStrength index="1" type="double" size="[1 13]">                         [0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 0.3000 ]                     </LocalTMOStrength>                 </cell>             </LocalTMO>             <Damp index="1" type="double" size="[1 1]">                 [0.3000 ]             </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 6]">                         normal                     </Name>                     <ISO index="1" type="double" size="[1 13]">                         [50.0000 100.0000 200.0000 400.0000 800.0000 1600.0000 3200.0000 10000.0000 12800.0000 25600.0000 51200.0000 102400.0000 204800.0000 ]                     </ISO>                     <black_level index="1" type="double" size="[4 13]">                         [256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000                          256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000                          256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000                          256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 ]                     </black_level>                 </cell>                 <cell index="1" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 3]">                         hdr                     </Name>                     <ISO index="1" type="double" size="[1 13]">                         [50.0000 100.0000 200.0000 400.0000 800.0000 1600.0000 3200.0000 10000.0000 12800.0000 25600.0000 51200.0000 102400.0000 204800.0000 ]                     </ISO>                     <black_level index="1" type="double" size="[4 13]">                         [256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000                          256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000                          256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000                          256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 256.0000 ]                     </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.0000 ]                 </sensor_dpcc_auto_en>                 <max_level index="1" type="double" size="[1 1]">                     [20.0000 ]                 </max_level>                 <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>                 <level_single index="1" type="double" size="[1 13]">                     [19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 ]                 </level_single>                 <level_multiple index="1" type="double" size="[1 13]">                     [19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 19.0000 ]                 </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 6]">                         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 4]">                                 LSNR                             </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                 lcg                             </Sensor_Mode>                             <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>                             <filtPara index="1" type="double" size="[1 13]">                                 [0.0000 0.0500 0.0100 0.0100 0.0400 0.0500 0.2000 0.2500 0.3000 0.3000 0.3000 0.3000 0.3000 ]                             </filtPara>                             <luLevel index="1" type="double" size="[1 8]">                                 [0.0000 1.0000 2.0000 3.0000 4.0000 5.0000 6.0000 7.0000 ]                             </luLevel>                             <luLevelVal index="1" type="double" size="[1 8]">                                 [16.0000 32.0000 48.0000 80.0000 112.0000 144.0000 208.0000 255.0000 ]                             </luLevelVal>                             <luRatio index="1" type="double" size="[8 13]">                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000                                  1.5000 1.5000 1.4967 1.4089 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807                                  1.4972 1.4991 1.4681 1.3510 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071                                  1.4202 1.4353 1.3798 1.2722 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170                                  1.3173 1.3389 1.2893 1.2114 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587                                  1.2229 1.2445 1.2081 1.1575 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138                                  1.0769 1.0880 1.0762 1.0618 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429                                  1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </luRatio>                             <lamda index="1" type="double" size="[1 1]">                                 [307.0000 ]                             </lamda>                             <fixW index="1" type="double" size="[4 13]">                                 [0.7000 0.6000 0.6000 0.6000 0.5000 0.5000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.5000 0.5000 0.4000 0.4000 0.3000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.4000 0.4000 0.3000 0.3000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.4000 0.3000 0.3000 0.2000 0.2000 0.2000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000 ]                             </fixW>                             <gauss_en index="1" type="char" size="[1 1]">                                 [1 ]                             </gauss_en>                             <RGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainOff>                             <RGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainFilp>                             <BGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainOff>                             <BGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainFilp>                             <edgeSoftness index="1" type="double" size="[1 1]">                                 [1.6000 ]                             </edgeSoftness>                             <gaussWeight0 index="1" type="double" size="[1 1]">                                 [0.2100 ]                             </gaussWeight0>                             <gaussWeight1 index="1" type="double" size="[1 1]">                                 [0.5600 ]                             </gaussWeight1>                             <bilEdgeFilter index="1" type="double" size="[1 1]">                                 [1.0000 ]                             </bilEdgeFilter>                             <bilFilterStreng index="1" type="double" size="[1 13]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </bilFilterStreng>                             <bilEdgeSoft index="1" type="double" size="[1 1]">                                 [2.0000 ]                             </bilEdgeSoft>                             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </bilEdgeSoftRatio>                             <bilRegWgt index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </bilRegWgt>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                             <SNR_Mode index="1" type="char" size="[1 4]">                                 HSNR                             </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                 hcg                             </Sensor_Mode>                             <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>                             <filtPara index="1" type="double" size="[1 13]">                                 [0.0500 0.0500 0.0500 0.0500 0.0500 0.0700 0.2000 0.2500 0.3500 0.3000 0.3000 0.3000 0.3000 ]                             </filtPara>                             <luLevel index="1" type="double" size="[1 8]">                                 [0.0000 1.0000 2.0000 3.0000 4.0000 5.0000 6.0000 7.0000 ]                             </luLevel>                             <luLevelVal index="1" type="double" size="[1 8]">                                 [16.0000 32.0000 48.0000 80.0000 112.0000 144.0000 208.0000 255.0000 ]                             </luLevelVal>                             <luRatio index="1" type="double" size="[8 13]">                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000                                  1.5000 1.5000 1.4967 1.4089 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807                                  1.4972 1.4991 1.4681 1.3510 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071                                  1.4202 1.4353 1.3798 1.2722 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170                                  1.3173 1.3389 1.2893 1.2114 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587                                  1.2229 1.2445 1.2081 1.1575 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138                                  1.0769 1.0880 1.0762 1.0618 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429                                  1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </luRatio>                             <lamda index="1" type="double" size="[1 1]">                                 [307.0000 ]                             </lamda>                             <fixW index="1" type="double" size="[4 13]">                                 [0.7000 0.6000 0.5000 0.4000 0.4000 0.4000 0.4000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.4000 0.3000 0.3000 0.3000 0.3000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.4000 0.3000 0.3000 0.3000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.4000 0.3000 0.2500 0.2000 0.2000 0.2000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000 ]                             </fixW>                             <gauss_en index="1" type="char" size="[1 1]">                                 [1 ]                             </gauss_en>                             <RGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainOff>                             <RGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainFilp>                             <BGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainOff>                             <BGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainFilp>                             <edgeSoftness index="1" type="double" size="[1 1]">                                 [1.6000 ]                             </edgeSoftness>                             <gaussWeight0 index="1" type="double" size="[1 1]">                                 [0.2100 ]                             </gaussWeight0>                             <gaussWeight1 index="1" type="double" size="[1 1]">                                 [0.5600 ]                             </gaussWeight1>                             <bilEdgeFilter index="1" type="double" size="[1 1]">                                 [1.0000 ]                             </bilEdgeFilter>                             <bilFilterStreng index="1" type="double" size="[1 13]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </bilFilterStreng>                             <bilEdgeSoft index="1" type="double" size="[1 1]">                                 [2.0000 ]                             </bilEdgeSoft>                             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </bilEdgeSoftRatio>                             <bilRegWgt index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </bilRegWgt>                         </cell>                     </Setting>                 </cell>                 <cell index="1" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 6]">                         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 4]">                                 LSNR                             </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                 lcg                             </Sensor_Mode>                             <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>                             <filtPara index="1" type="double" size="[1 13]">                                 [0.0000 0.0500 0.0100 0.0100 0.0400 0.0500 0.2000 0.2500 0.3000 0.3000 0.3000 0.3000 0.3000 ]                             </filtPara>                             <luLevel index="1" type="double" size="[1 8]">                                 [0.0000 1.0000 2.0000 3.0000 4.0000 5.0000 6.0000 7.0000 ]                             </luLevel>                             <luLevelVal index="1" type="double" size="[1 8]">                                 [16.0000 32.0000 48.0000 80.0000 112.0000 144.0000 208.0000 255.0000 ]                             </luLevelVal>                             <luRatio index="1" type="double" size="[8 13]">                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000                                  1.5000 1.5000 1.4967 1.4089 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807                                  1.4972 1.4991 1.4681 1.3510 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071                                  1.4202 1.4353 1.3798 1.2722 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170                                  1.3173 1.3389 1.2893 1.2114 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587                                  1.2229 1.2445 1.2081 1.1575 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138                                  1.0769 1.0880 1.0762 1.0618 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429                                  1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </luRatio>                             <lamda index="1" type="double" size="[1 1]">                                 [307.0000 ]                             </lamda>                             <fixW index="1" type="double" size="[4 13]">                                 [0.7000 0.6000 0.6000 0.6000 0.5000 0.5000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.5000 0.5000 0.4000 0.4000 0.3000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.4000 0.4000 0.3000 0.3000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.4000 0.3000 0.3000 0.2000 0.2000 0.2000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000 ]                             </fixW>                             <gauss_en index="1" type="char" size="[1 1]">                                 [1 ]                             </gauss_en>                             <RGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainOff>                             <RGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainFilp>                             <BGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainOff>                             <BGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainFilp>                             <edgeSoftness index="1" type="double" size="[1 1]">                                 [1.6000 ]                             </edgeSoftness>                             <gaussWeight0 index="1" type="double" size="[1 1]">                                 [0.2100 ]                             </gaussWeight0>                             <gaussWeight1 index="1" type="double" size="[1 1]">                                 [0.5600 ]                             </gaussWeight1>                             <bilEdgeFilter index="1" type="double" size="[1 1]">                                 [1.0000 ]                             </bilEdgeFilter>                             <bilFilterStreng index="1" type="double" size="[1 13]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </bilFilterStreng>                             <bilEdgeSoft index="1" type="double" size="[1 1]">                                 [2.0000 ]                             </bilEdgeSoft>                             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </bilEdgeSoftRatio>                             <bilRegWgt index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </bilRegWgt>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                             <SNR_Mode index="1" type="char" size="[1 4]">                                 HSNR                             </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                 hcg                             </Sensor_Mode>                             <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>                             <filtPara index="1" type="double" size="[1 13]">                                 [0.0500 0.0500 0.0500 0.0500 0.0500 0.0700 0.2000 0.2500 0.3500 0.3000 0.3000 0.3000 0.3000 ]                             </filtPara>                             <luLevel index="1" type="double" size="[1 8]">                                 [0.0000 1.0000 2.0000 3.0000 4.0000 5.0000 6.0000 7.0000 ]                             </luLevel>                             <luLevelVal index="1" type="double" size="[1 8]">                                 [16.0000 32.0000 48.0000 80.0000 112.0000 144.0000 208.0000 255.0000 ]                             </luLevelVal>                             <luRatio index="1" type="double" size="[8 13]">                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000                                  1.5000 1.5000 1.4967 1.4089 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807                                  1.4972 1.4991 1.4681 1.3510 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071                                  1.4202 1.4353 1.3798 1.2722 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170                                  1.3173 1.3389 1.2893 1.2114 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587                                  1.2229 1.2445 1.2081 1.1575 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138                                  1.0769 1.0880 1.0762 1.0618 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429                                  1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </luRatio>                             <lamda index="1" type="double" size="[1 1]">                                 [307.0000 ]                             </lamda>                             <fixW index="1" type="double" size="[4 13]">                                 [0.7000 0.6000 0.5000 0.4000 0.4000 0.4000 0.4000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.4000 0.3000 0.3000 0.3000 0.3000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.4000 0.3000 0.3000 0.3000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.4000 0.3000 0.2500 0.2000 0.2000 0.2000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000 ]                             </fixW>                             <gauss_en index="1" type="char" size="[1 1]">                                 [1 ]                             </gauss_en>                             <RGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainOff>                             <RGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainFilp>                             <BGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainOff>                             <BGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainFilp>                             <edgeSoftness index="1" type="double" size="[1 1]">                                 [1.6000 ]                             </edgeSoftness>                             <gaussWeight0 index="1" type="double" size="[1 1]">                                 [0.2100 ]                             </gaussWeight0>                             <gaussWeight1 index="1" type="double" size="[1 1]">                                 [0.5600 ]                             </gaussWeight1>                             <bilEdgeFilter index="1" type="double" size="[1 1]">                                 [1.0000 ]                             </bilEdgeFilter>                             <bilFilterStreng index="1" type="double" size="[1 13]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </bilFilterStreng>                             <bilEdgeSoft index="1" type="double" size="[1 1]">                                 [2.0000 ]                             </bilEdgeSoft>                             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </bilEdgeSoftRatio>                             <bilRegWgt index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </bilRegWgt>                         </cell>                     </Setting>                 </cell>                 <cell index="1" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 6]">                         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 4]">                                 LSNR                             </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                 lcg                             </Sensor_Mode>                             <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>                             <filtPara index="1" type="double" size="[1 13]">                                 [0.0000 0.0500 0.0100 0.0100 0.0400 0.0500 0.2000 0.2500 0.3000 0.3000 0.3000 0.3000 0.3000 ]                             </filtPara>                             <luLevel index="1" type="double" size="[1 8]">                                 [0.0000 1.0000 2.0000 3.0000 4.0000 5.0000 6.0000 7.0000 ]                             </luLevel>                             <luLevelVal index="1" type="double" size="[1 8]">                                 [16.0000 32.0000 48.0000 80.0000 112.0000 144.0000 208.0000 255.0000 ]                             </luLevelVal>                             <luRatio index="1" type="double" size="[8 13]">                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000                                  1.5000 1.5000 1.4967 1.4089 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807                                  1.4972 1.4991 1.4681 1.3510 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071                                  1.4202 1.4353 1.3798 1.2722 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170                                  1.3173 1.3389 1.2893 1.2114 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587                                  1.2229 1.2445 1.2081 1.1575 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138                                  1.0769 1.0880 1.0762 1.0618 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429                                  1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </luRatio>                             <lamda index="1" type="double" size="[1 1]">                                 [307.0000 ]                             </lamda>                             <fixW index="1" type="double" size="[4 13]">                                 [0.7000 0.6000 0.6000 0.6000 0.5000 0.5000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.5000 0.5000 0.4000 0.4000 0.3000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.4000 0.4000 0.3000 0.3000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.4000 0.3000 0.3000 0.2000 0.2000 0.2000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000 ]                             </fixW>                             <gauss_en index="1" type="char" size="[1 1]">                                 [1 ]                             </gauss_en>                             <RGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainOff>                             <RGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainFilp>                             <BGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainOff>                             <BGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainFilp>                             <edgeSoftness index="1" type="double" size="[1 1]">                                 [1.6000 ]                             </edgeSoftness>                             <gaussWeight0 index="1" type="double" size="[1 1]">                                 [0.2100 ]                             </gaussWeight0>                             <gaussWeight1 index="1" type="double" size="[1 1]">                                 [0.5600 ]                             </gaussWeight1>                             <bilEdgeFilter index="1" type="double" size="[1 1]">                                 [1.0000 ]                             </bilEdgeFilter>                             <bilFilterStreng index="1" type="double" size="[1 13]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </bilFilterStreng>                             <bilEdgeSoft index="1" type="double" size="[1 1]">                                 [2.0000 ]                             </bilEdgeSoft>                             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </bilEdgeSoftRatio>                             <bilRegWgt index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </bilRegWgt>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                             <SNR_Mode index="1" type="char" size="[1 4]">                                 HSNR                             </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                 hcg                             </Sensor_Mode>                             <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>                             <filtPara index="1" type="double" size="[1 13]">                                 [0.0500 0.0500 0.0500 0.0500 0.0500 0.0700 0.2000 0.2500 0.3500 0.3000 0.3000 0.3000 0.3000 ]                             </filtPara>                             <luLevel index="1" type="double" size="[1 8]">                                 [0.0000 1.0000 2.0000 3.0000 4.0000 5.0000 6.0000 7.0000 ]                             </luLevel>                             <luLevelVal index="1" type="double" size="[1 8]">                                 [16.0000 32.0000 48.0000 80.0000 112.0000 144.0000 208.0000 255.0000 ]                             </luLevelVal>                             <luRatio index="1" type="double" size="[8 13]">                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000                                  1.5000 1.5000 1.4967 1.4089 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807 1.3807                                  1.4972 1.4991 1.4681 1.3510 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071 1.3071                                  1.4202 1.4353 1.3798 1.2722 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170 1.2170                                  1.3173 1.3389 1.2893 1.2114 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587 1.1587                                  1.2229 1.2445 1.2081 1.1575 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138 1.1138                                  1.0769 1.0880 1.0762 1.0618 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429 1.0429                                  1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </luRatio>                             <lamda index="1" type="double" size="[1 1]">                                 [307.0000 ]                             </lamda>                             <fixW index="1" type="double" size="[4 13]">                                 [0.7000 0.6000 0.5000 0.4000 0.4000 0.4000 0.4000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.4000 0.3000 0.3000 0.3000 0.3000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.6000 0.5000 0.4000 0.3000 0.3000 0.3000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000                                  0.4000 0.3000 0.2500 0.2000 0.2000 0.2000 0.2000 0.2000 0.1000 0.1000 0.1000 0.1000 0.1000 ]                             </fixW>                             <gauss_en index="1" type="char" size="[1 1]">                                 [1 ]                             </gauss_en>                             <RGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainOff>                             <RGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </RGainFilp>                             <BGainOff index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainOff>                             <BGainFilp index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </BGainFilp>                             <edgeSoftness index="1" type="double" size="[1 1]">                                 [1.6000 ]                             </edgeSoftness>                             <gaussWeight0 index="1" type="double" size="[1 1]">                                 [0.2100 ]                             </gaussWeight0>                             <gaussWeight1 index="1" type="double" size="[1 1]">                                 [0.5600 ]                             </gaussWeight1>                             <bilEdgeFilter index="1" type="double" size="[1 1]">                                 [1.0000 ]                             </bilEdgeFilter>                             <bilFilterStreng index="1" type="double" size="[1 13]">                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                             </bilFilterStreng>                             <bilEdgeSoft index="1" type="double" size="[1 1]">                                 [2.0000 ]                             </bilEdgeSoft>                             <bilEdgeSoftRatio index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </bilEdgeSoftRatio>                             <bilRegWgt index="1" type="double" size="[1 1]">                                 [0.0000 ]                             </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 1]">                     <cell index="1" type="struct" size="[1 1]">                         <name index="1" type="char" size="[1 9]">                             2688x1520                         </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 1]">                             A                         </name>                         <wbGain index="1" type="double" size="[1 2]">                             [1.1908 3.4394 ]                         </wbGain>                         <tableUsed index="1" type="char" size="[1 10]">                             A_100 A_70                          </tableUsed>                         <gains index="1" type="double" size="[1 4]">                             [1.0000 4.0000 6.0000 8.0000 ]                         </gains>                         <vig index="1" type="double" size="[1 4]">                             [100.0000 100.0000 90.0000 70.0000 ]                         </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 3]">                             CWF                         </name>                         <wbGain index="1" type="double" size="[1 2]">                             [2.0204 2.8003 ]                         </wbGain>                         <tableUsed index="1" type="char" size="[1 14]">                             CWF_100 CWF_70                          </tableUsed>                         <gains index="1" type="double" size="[1 4]">                             [1.0000 4.0000 6.0000 8.0000 ]                         </gains>                         <vig index="1" type="double" size="[1 4]">                             [100.0000 100.0000 90.0000 70.0000 ]                         </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 3]">                             D50                         </name>                         <wbGain index="1" type="double" size="[1 2]">                             [1.7309 2.1555 ]                         </wbGain>                         <tableUsed index="1" type="char" size="[1 14]">                             D50_100 D50_70                          </tableUsed>                         <gains index="1" type="double" size="[1 4]">                             [1.0000 4.0000 6.0000 8.0000 ]                         </gains>                         <vig index="1" type="double" size="[1 4]">                             [100.0000 100.0000 90.0000 70.0000 ]                         </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 3]">                             D65                         </name>                         <wbGain index="1" type="double" size="[1 2]">                             [2.1458 1.7241 ]                         </wbGain>                         <tableUsed index="1" type="char" size="[1 14]">                             D65_100 D65_70                          </tableUsed>                         <gains index="1" type="double" size="[1 4]">                             [1.0000 4.0000 6.0000 8.0000 ]                         </gains>                         <vig index="1" type="double" size="[1 4]">                             [100.0000 100.0000 90.0000 70.0000 ]                         </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 3]">                             D75                         </name>                         <wbGain index="1" type="double" size="[1 2]">                             [2.1520 1.5795 ]                         </wbGain>                         <tableUsed index="1" type="char" size="[1 14]">                             D75_100 D75_70                          </tableUsed>                         <gains index="1" type="double" size="[1 4]">                             [1.0000 4.0000 6.0000 8.0000 ]                         </gains>                         <vig index="1" type="double" size="[1 4]">                             [100.0000 100.0000 90.0000 70.0000 ]                         </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 2]">                             HZ                         </name>                         <wbGain index="1" type="double" size="[1 2]">                             [0.9766 3.9465 ]                         </wbGain>                         <tableUsed index="1" type="char" size="[1 12]">                             HZ_100 HZ_70                          </tableUsed>                         <gains index="1" type="double" size="[1 4]">                             [1.0000 4.0000 6.0000 8.0000 ]                         </gains>                         <vig index="1" type="double" size="[1 4]">                             [100.0000 100.0000 90.0000 70.0000 ]                         </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 4]">                             TL84                         </name>                         <wbGain index="1" type="double" size="[1 2]">                             [1.7572 2.5779 ]                         </wbGain>                         <tableUsed index="1" type="char" size="[1 16]">                             TL84_100 TL84_70                          </tableUsed>                         <gains index="1" type="double" size="[1 4]">                             [1.0000 4.0000 6.0000 8.0000 ]                         </gains>                         <vig index="1" type="double" size="[1 4]">                             [100.0000 100.0000 90.0000 70.0000 ]                         </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.0000 1.0000 ]                         </wbGain>                         <tableUsed index="1" type="char" size="[1 6]">                             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 15]">                 <cell index="1" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 15]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [3329 2317 1853 1635 1491 1394 1321 1290 1267 1278 1314 1373 1452 1580 1777 2090 2837                          2911 2130 1765 1562 1426 1337 1272 1238 1214 1227 1264 1305 1390 1507 1690 1972 2551                          2648 2007 1685 1511 1380 1287 1225 1186 1173 1178 1211 1269 1346 1459 1621 1860 2336                          2505 1885 1635 1459 1340 1250 1188 1144 1130 1142 1173 1230 1311 1411 1566 1782 2189                          2336 1835 1584 1426 1308 1217 1154 1117 1097 1108 1137 1196 1275 1380 1523 1732 2083                          2260 1771 1558 1397 1284 1198 1130 1088 1063 1073 1112 1168 1247 1353 1487 1690 2007                          2181 1738 1528 1376 1272 1176 1114 1067 1049 1055 1095 1154 1230 1330 1467 1665 1958                          2155 1721 1519 1376 1252 1171 1103 1051 1032 1043 1080 1144 1219 1324 1459 1650 1937                          2164 1721 1515 1370 1255 1163 1099 1051 1024 1037 1078 1144 1222 1321 1463 1650 1958                          2172 1738 1515 1366 1258 1168 1103 1053 1026 1037 1078 1142 1222 1321 1456 1660 1931                          2215 1743 1532 1387 1269 1178 1114 1065 1041 1051 1092 1151 1230 1337 1467 1675 1972                          2279 1777 1566 1401 1287 1201 1132 1088 1071 1082 1117 1178 1258 1356 1491 1706 2052                          2386 1835 1598 1433 1311 1222 1163 1121 1101 1108 1144 1201 1275 1373 1528 1743 2130                          2574 1931 1640 1471 1340 1258 1193 1158 1137 1142 1183 1233 1311 1411 1575 1805 2270                          2822 2059 1711 1523 1390 1299 1241 1204 1186 1188 1222 1278 1350 1467 1635 1904 2449                          3106 2207 1800 1598 1448 1350 1287 1252 1227 1233 1269 1330 1411 1528 1706 2052 2726                          3634 2471 1917 1660 1511 1404 1343 1308 1287 1290 1330 1387 1459 1612 1823 2233 3089 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [3222 2270 1835 1623 1484 1385 1321 1280 1273 1275 1313 1362 1442 1573 1757 2083 2799                          2872 2097 1747 1547 1423 1337 1275 1235 1219 1225 1258 1313 1385 1505 1668 1937 2492                          2621 1943 1676 1491 1370 1287 1225 1184 1171 1179 1216 1263 1342 1445 1603 1845 2301                          2428 1860 1611 1448 1332 1249 1188 1151 1133 1139 1173 1225 1298 1399 1554 1771 2138                          2301 1800 1573 1414 1298 1214 1155 1108 1097 1106 1137 1197 1268 1367 1511 1720 2045                          2216 1743 1536 1388 1275 1192 1131 1083 1067 1074 1114 1169 1241 1340 1481 1672 1948                          2151 1720 1518 1359 1260 1173 1108 1064 1045 1052 1092 1151 1228 1326 1455 1651 1926                          2117 1702 1498 1353 1251 1163 1097 1052 1030 1040 1077 1147 1221 1318 1448 1623 1909                          2124 1702 1501 1348 1249 1161 1095 1050 1024 1038 1076 1139 1219 1310 1442 1627 1909                          2124 1711 1505 1353 1249 1163 1097 1052 1029 1038 1081 1139 1216 1310 1448 1635 1909                          2187 1734 1515 1365 1258 1177 1114 1065 1043 1057 1090 1155 1230 1326 1461 1647 1943                          2247 1761 1543 1390 1280 1197 1135 1086 1070 1077 1118 1173 1251 1353 1481 1676 2014                          2350 1815 1576 1420 1305 1223 1159 1118 1103 1110 1147 1197 1275 1373 1518 1724 2097                          2531 1887 1627 1458 1340 1256 1192 1159 1143 1147 1175 1225 1305 1405 1550 1790 2247                          2763 2026 1685 1508 1382 1295 1235 1199 1182 1184 1214 1270 1348 1455 1615 1882 2428                          3086 2166 1766 1565 1436 1337 1275 1244 1223 1237 1263 1318 1393 1515 1681 2014 2674                          3551 2402 1882 1643 1494 1405 1334 1293 1282 1287 1324 1370 1448 1595 1800 2224 3086 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [3237 2257 1833 1634 1478 1380 1324 1286 1269 1276 1306 1371 1446 1572 1760 2093 2742                          2885 2107 1746 1550 1427 1332 1271 1233 1222 1227 1259 1314 1388 1508 1671 1940 2495                          2612 1963 1663 1501 1377 1286 1224 1181 1179 1179 1211 1264 1341 1452 1611 1838 2304                          2439 1869 1622 1452 1338 1252 1189 1148 1132 1142 1172 1224 1306 1409 1547 1769 2140                          2304 1798 1576 1412 1304 1218 1156 1113 1099 1106 1140 1196 1269 1374 1508 1715 2048                          2212 1755 1543 1388 1279 1193 1132 1088 1067 1075 1115 1172 1243 1346 1481 1671 1981                          2161 1728 1518 1365 1264 1177 1110 1065 1047 1050 1091 1154 1231 1332 1455 1651 1929                          2134 1710 1501 1360 1250 1168 1099 1052 1032 1037 1082 1144 1222 1317 1452 1634 1885                          2120 1701 1501 1357 1252 1158 1099 1047 1024 1035 1077 1140 1215 1319 1449 1626 1907                          2134 1710 1498 1360 1247 1164 1106 1053 1030 1037 1081 1144 1220 1317 1449 1638 1923                          2183 1742 1522 1374 1259 1174 1110 1067 1045 1052 1090 1156 1233 1327 1458 1655 1957                          2265 1760 1547 1391 1279 1196 1136 1086 1070 1079 1115 1168 1252 1349 1484 1680 2011                          2378 1823 1580 1421 1311 1222 1164 1117 1104 1110 1142 1196 1271 1371 1515 1723 2087                          2523 1907 1622 1458 1335 1259 1191 1154 1136 1148 1177 1229 1301 1406 1561 1784 2242                          2765 2023 1693 1505 1385 1296 1236 1196 1183 1183 1215 1274 1343 1458 1611 1885 2449                          3086 2176 1760 1561 1430 1335 1276 1240 1227 1229 1264 1317 1397 1515 1684 2023 2644                          3548 2439 1880 1642 1495 1400 1341 1291 1279 1286 1324 1374 1455 1591 1803 2212 3058 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [3008 2188 1750 1565 1416 1337 1266 1242 1218 1234 1266 1310 1395 1528 1704 1985 2601                          2750 2048 1719 1528 1405 1310 1242 1218 1203 1211 1242 1292 1365 1481 1645 1887 2437                          2567 1925 1660 1481 1365 1283 1226 1188 1174 1181 1211 1250 1328 1448 1578 1799 2265                          2348 1851 1604 1448 1328 1258 1188 1153 1132 1153 1181 1226 1310 1416 1553 1734 2139                          2213 1799 1578 1426 1301 1226 1160 1119 1106 1106 1139 1196 1283 1385 1516 1689 1985                          2116 1734 1528 1385 1283 1196 1132 1100 1075 1075 1119 1174 1258 1356 1492 1660 1945                          2070 1704 1516 1375 1266 1174 1119 1070 1046 1058 1094 1153 1242 1337 1458 1632 1887                          2027 1689 1504 1356 1250 1167 1106 1046 1029 1041 1082 1146 1226 1328 1448 1591 1851                          2005 1689 1504 1356 1250 1160 1100 1046 1024 1041 1088 1139 1226 1319 1448 1604 1887                          2070 1704 1504 1365 1258 1174 1100 1052 1029 1046 1082 1146 1226 1328 1458 1618 1906                          2092 1704 1516 1375 1266 1181 1113 1075 1041 1052 1094 1153 1226 1328 1458 1618 1906                          2163 1750 1553 1395 1283 1203 1132 1088 1075 1082 1119 1174 1250 1346 1492 1645 1985                          2265 1782 1578 1416 1319 1218 1160 1119 1094 1113 1139 1203 1275 1385 1504 1704 2070                          2376 1851 1618 1458 1337 1258 1188 1146 1132 1139 1167 1226 1301 1395 1540 1750 2163                          2567 1985 1674 1481 1375 1275 1226 1181 1167 1174 1203 1266 1346 1448 1591 1833 2348                          2873 2116 1719 1528 1405 1319 1258 1226 1203 1211 1242 1292 1385 1492 1674 1964 2567                          3438 2348 1869 1632 1470 1385 1337 1275 1266 1283 1301 1375 1448 1591 1782 2163 2962 ]                     </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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [2330 1748 1479 1366 1291 1242 1200 1186 1170 1175 1194 1223 1258 1320 1418 1577 1986                          2094 1641 1437 1330 1259 1214 1178 1160 1142 1150 1171 1185 1227 1283 1376 1520 1835                          1944 1575 1396 1309 1239 1188 1153 1130 1122 1122 1140 1171 1208 1264 1343 1459 1715                          1869 1501 1374 1281 1220 1170 1134 1105 1095 1103 1119 1151 1193 1239 1316 1419 1633                          1765 1479 1347 1267 1204 1152 1114 1091 1075 1082 1097 1132 1174 1226 1295 1396 1574                          1725 1441 1336 1252 1193 1144 1100 1072 1051 1057 1083 1115 1158 1213 1276 1375 1532                          1676 1423 1319 1241 1189 1130 1091 1058 1044 1046 1073 1109 1150 1200 1267 1363 1505                          1663 1415 1317 1246 1175 1129 1085 1046 1031 1038 1062 1103 1144 1199 1265 1356 1495                          1672 1417 1315 1242 1179 1123 1082 1047 1024 1033 1061 1105 1148 1198 1270 1358 1513                          1676 1429 1313 1237 1180 1126 1085 1048 1025 1032 1060 1101 1147 1196 1262 1365 1490                          1702 1427 1323 1251 1186 1132 1091 1056 1036 1042 1070 1106 1150 1206 1267 1372 1516                          1739 1445 1343 1256 1196 1147 1102 1072 1059 1066 1088 1125 1169 1216 1279 1388 1566                          1803 1479 1358 1273 1207 1157 1122 1095 1079 1082 1104 1137 1174 1220 1299 1405 1610                          1920 1538 1378 1292 1220 1177 1139 1118 1102 1103 1129 1154 1193 1239 1323 1437 1694                          2071 1615 1417 1319 1248 1199 1168 1147 1134 1131 1150 1180 1212 1270 1354 1494 1798                          2234 1701 1465 1361 1279 1226 1192 1173 1154 1155 1175 1208 1246 1301 1389 1581 1961                          2544 1865 1530 1386 1309 1251 1220 1203 1188 1186 1209 1236 1264 1346 1455 1685 2162 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [2255 1713 1464 1355 1285 1234 1200 1177 1175 1172 1193 1213 1249 1314 1402 1572 1959                          2066 1616 1422 1317 1256 1214 1181 1157 1147 1148 1165 1192 1223 1282 1358 1493 1793                          1924 1524 1388 1291 1230 1188 1153 1128 1120 1123 1145 1166 1205 1251 1328 1447 1689                          1811 1481 1354 1272 1213 1169 1134 1111 1098 1100 1119 1146 1182 1229 1306 1410 1595                          1739 1451 1337 1256 1195 1149 1115 1082 1075 1080 1097 1133 1168 1215 1284 1386 1545                          1691 1418 1318 1244 1184 1138 1101 1067 1055 1058 1085 1116 1153 1201 1270 1360 1487                          1653 1408 1311 1226 1178 1127 1086 1055 1040 1043 1070 1106 1148 1196 1256 1352 1480                          1634 1399 1298 1225 1174 1122 1079 1047 1029 1035 1059 1106 1146 1194 1255 1334 1473                          1642 1401 1303 1222 1173 1121 1078 1046 1024 1034 1059 1100 1145 1188 1251 1339 1475                          1639 1407 1304 1225 1172 1122 1079 1047 1028 1033 1063 1098 1141 1186 1255 1344 1473                          1681 1420 1308 1231 1176 1131 1091 1056 1038 1048 1068 1110 1150 1196 1261 1349 1493                          1715 1432 1324 1246 1189 1143 1105 1070 1058 1061 1089 1120 1162 1213 1270 1363 1537                          1776 1463 1340 1262 1202 1158 1119 1092 1081 1084 1107 1133 1174 1220 1290 1389 1585                          1888 1503 1367 1281 1220 1175 1138 1119 1108 1108 1121 1146 1188 1234 1302 1425 1676                          2028 1589 1396 1306 1241 1195 1162 1142 1130 1128 1143 1172 1210 1260 1338 1476 1782                          2220 1669 1438 1333 1268 1214 1181 1166 1150 1159 1170 1197 1230 1290 1369 1552 1924                          2486 1812 1502 1372 1294 1252 1212 1189 1183 1183 1203 1220 1254 1332 1436 1678 2160 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [2266 1703 1463 1365 1280 1229 1203 1182 1171 1173 1187 1221 1253 1313 1405 1579 1919                          2075 1624 1422 1320 1260 1209 1177 1155 1150 1150 1166 1193 1226 1284 1360 1495 1795                          1917 1540 1377 1300 1236 1187 1152 1125 1127 1123 1140 1167 1204 1257 1334 1442 1691                          1820 1488 1363 1275 1218 1172 1135 1109 1097 1103 1119 1145 1189 1238 1300 1409 1597                          1741 1449 1340 1255 1201 1153 1116 1087 1077 1080 1100 1132 1168 1221 1282 1382 1548                          1688 1428 1324 1244 1188 1139 1102 1072 1055 1059 1086 1119 1155 1207 1270 1359 1512                          1661 1415 1311 1231 1182 1131 1087 1056 1042 1041 1069 1109 1151 1202 1256 1352 1483                          1647 1406 1301 1232 1173 1126 1081 1047 1031 1032 1064 1103 1147 1193 1258 1343 1455                          1638 1400 1303 1230 1176 1118 1082 1043 1024 1031 1060 1101 1141 1196 1257 1338 1474                          1647 1406 1298 1232 1170 1123 1088 1048 1029 1032 1063 1103 1145 1193 1256 1347 1484                          1678 1426 1314 1240 1177 1128 1087 1058 1040 1043 1068 1111 1153 1197 1259 1355 1504                          1729 1432 1327 1247 1188 1142 1106 1070 1058 1063 1086 1115 1163 1209 1273 1367 1535                          1797 1469 1343 1263 1207 1157 1123 1091 1082 1084 1102 1132 1170 1218 1288 1389 1577                          1882 1518 1363 1281 1215 1178 1137 1114 1101 1109 1123 1150 1184 1235 1312 1421 1673                          2030 1587 1402 1303 1243 1196 1163 1139 1131 1127 1144 1176 1206 1263 1334 1479 1798                          2220 1677 1433 1329 1263 1212 1182 1162 1154 1152 1171 1196 1234 1290 1371 1559 1902                          2484 1840 1500 1371 1295 1247 1218 1187 1181 1182 1203 1224 1260 1329 1439 1669 2141 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [2106 1651 1397 1307 1227 1191 1150 1142 1124 1135 1150 1167 1208 1276 1360 1498 1821                          1978 1578 1400 1301 1241 1189 1150 1141 1132 1135 1150 1173 1205 1261 1339 1454 1753                          1884 1510 1375 1283 1225 1184 1154 1131 1123 1125 1140 1154 1192 1254 1307 1411 1663                          1752 1474 1348 1272 1209 1177 1134 1113 1097 1113 1127 1147 1193 1244 1305 1381 1596                          1672 1450 1341 1267 1198 1160 1120 1093 1084 1080 1099 1132 1181 1231 1289 1361 1500                          1615 1411 1311 1242 1192 1142 1102 1084 1063 1059 1089 1121 1169 1216 1280 1350 1485                          1591 1395 1309 1240 1183 1128 1096 1061 1041 1049 1072 1108 1161 1206 1259 1336 1450                          1564 1388 1304 1228 1173 1125 1088 1041 1028 1036 1064 1105 1150 1203 1255 1308 1429                          1550 1390 1305 1230 1174 1120 1083 1042 1024 1037 1071 1100 1152 1196 1257 1320 1458                          1598 1401 1304 1236 1180 1132 1082 1047 1028 1041 1064 1105 1150 1203 1264 1330 1471                          1608 1395 1309 1240 1183 1135 1090 1066 1036 1043 1072 1108 1146 1198 1259 1325 1465                          1651 1424 1332 1251 1192 1149 1102 1072 1063 1066 1089 1121 1161 1207 1280 1338 1515                          1712 1436 1341 1258 1214 1153 1120 1093 1072 1087 1099 1139 1174 1231 1279 1373 1564                          1773 1474 1359 1281 1217 1177 1134 1107 1097 1100 1114 1147 1184 1225 1294 1393 1614                          1884 1557 1386 1283 1234 1177 1154 1125 1116 1118 1132 1168 1208 1254 1318 1438 1723                          2067 1631 1400 1301 1241 1198 1165 1149 1132 1135 1150 1173 1223 1271 1363 1514 1847                          2407 1772 1492 1363 1273 1234 1215 1172 1169 1180 1182 1225 1254 1329 1422 1632 2073 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="3" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 17]">                         2688x1520_CWF_100                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 3]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [3230 2249 1791 1594 1465 1369 1312 1272 1251 1264 1294 1345 1426 1542 1725 2054 2778                          2863 2054 1710 1524 1405 1312 1251 1215 1207 1211 1247 1294 1379 1488 1657 1908 2470                          2570 1928 1643 1482 1359 1264 1215 1173 1163 1166 1207 1255 1326 1437 1581 1808 2276                          2438 1825 1601 1442 1330 1239 1177 1145 1125 1135 1166 1215 1294 1399 1536 1757 2135                          2290 1782 1561 1399 1294 1215 1145 1111 1092 1095 1131 1188 1260 1354 1499 1694 2054                          2197 1741 1524 1379 1277 1188 1128 1086 1070 1073 1111 1159 1243 1335 1470 1657 1968                          2135 1717 1511 1364 1255 1177 1111 1067 1050 1050 1089 1156 1223 1321 1437 1629 1908                          2099 1687 1488 1349 1243 1166 1098 1047 1035 1044 1073 1142 1211 1312 1448 1622 1899                          2111 1687 1482 1354 1243 1163 1095 1052 1024 1038 1076 1138 1211 1307 1448 1636 1889                          2123 1687 1499 1354 1243 1156 1102 1055 1024 1041 1080 1138 1219 1312 1431 1629 1918                          2159 1710 1505 1359 1268 1181 1118 1067 1047 1055 1092 1152 1231 1321 1453 1650 1948                          2236 1741 1530 1379 1272 1196 1135 1095 1070 1086 1121 1170 1247 1349 1476 1672 2010                          2347 1799 1574 1415 1303 1223 1159 1125 1098 1111 1145 1196 1272 1379 1505 1717 2099                          2502 1899 1622 1459 1335 1264 1192 1156 1138 1145 1181 1231 1307 1405 1555 1766 2236                          2758 2021 1679 1505 1379 1294 1235 1196 1181 1188 1223 1272 1345 1465 1615 1871 2438                          3072 2172 1757 1549 1420 1340 1277 1243 1223 1239 1268 1321 1399 1505 1694 2021 2718                          3565 2407 1889 1636 1499 1389 1330 1290 1290 1294 1326 1379 1465 1588 1791 2236 3123 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [3157 2221 1815 1608 1461 1376 1317 1273 1263 1269 1297 1347 1439 1562 1732 2043 2748                          2829 2059 1713 1528 1407 1324 1265 1232 1216 1220 1256 1301 1379 1492 1661 1910 2480                          2555 1934 1639 1478 1364 1280 1222 1186 1172 1179 1209 1258 1335 1436 1585 1823 2267                          2387 1841 1591 1433 1324 1246 1183 1150 1130 1142 1173 1220 1301 1397 1543 1752 2122                          2267 1777 1556 1407 1297 1214 1152 1112 1098 1107 1137 1188 1263 1364 1510 1698 2037                          2170 1728 1516 1376 1273 1184 1127 1084 1070 1079 1117 1170 1242 1338 1472 1668 1974                          2134 1709 1495 1359 1254 1177 1110 1064 1045 1052 1094 1152 1224 1329 1450 1636 1919                          2093 1686 1489 1352 1248 1166 1099 1051 1036 1045 1082 1144 1218 1317 1444 1632 1905                          2081 1675 1480 1343 1244 1157 1098 1051 1024 1044 1082 1144 1218 1310 1444 1618 1882                          2104 1690 1498 1354 1248 1166 1101 1054 1032 1045 1084 1144 1222 1315 1447 1629 1910                          2164 1717 1507 1367 1263 1179 1117 1074 1051 1062 1096 1156 1236 1326 1461 1646 1949                          2227 1744 1531 1394 1280 1195 1133 1090 1080 1085 1127 1181 1256 1352 1486 1686 2016                          2329 1789 1562 1423 1308 1228 1161 1128 1109 1120 1154 1205 1277 1376 1516 1728 2104                          2505 1886 1622 1458 1340 1256 1195 1163 1147 1154 1186 1234 1308 1412 1562 1781 2253                          2719 2010 1675 1498 1384 1297 1236 1207 1188 1194 1228 1275 1357 1466 1618 1886 2441                          3043 2158 1764 1569 1433 1343 1284 1244 1232 1242 1271 1329 1402 1516 1690 2037 2709                          3520 2387 1882 1636 1489 1402 1338 1306 1286 1293 1322 1381 1461 1595 1793 2227 3068 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [3135 2228 1797 1594 1459 1365 1305 1270 1249 1263 1291 1348 1424 1552 1735 2059 2711                          2822 2059 1708 1530 1403 1320 1255 1227 1205 1219 1249 1300 1373 1497 1649 1919 2466                          2565 1924 1638 1474 1365 1276 1219 1181 1165 1168 1204 1255 1330 1432 1584 1805 2281                          2388 1836 1594 1437 1325 1243 1177 1139 1125 1140 1167 1217 1293 1393 1530 1743 2134                          2281 1772 1548 1398 1296 1209 1146 1111 1088 1103 1132 1189 1259 1360 1491 1697 2021                          2170 1720 1512 1370 1266 1181 1120 1081 1064 1070 1106 1167 1237 1330 1468 1656 1948                          2122 1701 1500 1356 1255 1168 1109 1060 1042 1048 1090 1146 1223 1318 1443 1635 1909                          2087 1678 1479 1348 1245 1161 1091 1048 1028 1037 1081 1137 1219 1309 1432 1614 1890                          2087 1678 1485 1344 1243 1158 1093 1044 1024 1032 1079 1139 1213 1309 1432 1611 1890                          2105 1693 1488 1353 1243 1163 1098 1051 1028 1038 1076 1140 1217 1316 1440 1621 1895                          2158 1708 1500 1358 1257 1176 1111 1067 1047 1055 1091 1154 1229 1320 1454 1635 1939                          2221 1747 1539 1388 1276 1190 1135 1090 1069 1081 1117 1176 1249 1346 1488 1667 2005                          2351 1797 1568 1408 1298 1219 1154 1117 1101 1111 1144 1202 1272 1373 1506 1716 2087                          2506 1886 1607 1451 1332 1253 1192 1154 1140 1147 1183 1229 1305 1400 1552 1776 2234                          2731 2010 1674 1494 1373 1291 1233 1194 1177 1192 1221 1272 1348 1457 1607 1876 2426                          2999 2146 1743 1558 1421 1334 1276 1243 1229 1237 1259 1311 1393 1512 1685 2021 2692                          3527 2396 1872 1642 1488 1395 1334 1293 1283 1287 1314 1370 1454 1574 1793 2228 3072 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [3096 2162 1735 1565 1426 1335 1273 1233 1227 1238 1267 1322 1397 1522 1681 1974 2619                          2697 2003 1702 1513 1397 1310 1249 1216 1200 1205 1238 1291 1355 1472 1631 1878 2368                          2476 1892 1641 1464 1355 1279 1211 1179 1164 1169 1195 1261 1329 1441 1584 1780 2214                          2328 1816 1593 1434 1335 1249 1189 1154 1140 1145 1174 1233 1303 1404 1530 1724 2095                          2214 1746 1556 1390 1285 1216 1164 1116 1103 1107 1145 1205 1279 1369 1505 1681 1988                          2112 1713 1513 1383 1273 1184 1126 1094 1068 1077 1116 1174 1244 1335 1464 1641 1892                          2033 1692 1488 1369 1261 1184 1121 1068 1052 1060 1094 1154 1233 1329 1449 1612 1853                          2018 1681 1480 1348 1249 1169 1107 1052 1032 1040 1081 1145 1227 1316 1441 1593 1866                          2018 1651 1480 1348 1244 1169 1103 1048 1036 1036 1085 1154 1216 1316 1449 1584 1853                          2033 1671 1488 1355 1249 1164 1103 1056 1024 1052 1085 1149 1221 1322 1449 1602 1866                          2079 1702 1505 1369 1267 1184 1112 1072 1052 1064 1098 1159 1238 1335 1457 1631 1905                          2162 1735 1539 1397 1279 1189 1145 1094 1077 1090 1130 1184 1261 1355 1488 1651 1974                          2270 1780 1565 1419 1297 1221 1164 1130 1107 1112 1145 1205 1279 1383 1505 1681 2048                          2389 1853 1602 1441 1335 1249 1184 1164 1145 1145 1184 1238 1303 1404 1548 1757 2197                          2619 1960 1661 1480 1362 1291 1221 1195 1174 1184 1211 1267 1348 1449 1612 1828 2328                          2898 2095 1713 1539 1411 1322 1261 1233 1211 1227 1255 1303 1390 1497 1661 1960 2619                          3363 2328 1853 1631 1480 1390 1335 1303 1285 1285 1316 1369 1449 1593 1769 2179 2929 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="4" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 16]">                         2688x1520_CWF_70                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 3]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [2261 1697 1429 1331 1269 1219 1192 1170 1155 1162 1176 1198 1235 1288 1377 1550 1945                          2060 1583 1392 1298 1241 1191 1158 1138 1135 1135 1155 1175 1218 1267 1349 1470 1777                          1886 1513 1361 1283 1220 1167 1144 1117 1112 1111 1136 1158 1190 1244 1309 1418 1671                          1819 1453 1345 1267 1211 1159 1123 1106 1091 1096 1113 1137 1178 1229 1291 1399 1593                          1731 1436 1327 1243 1191 1150 1105 1085 1071 1069 1092 1124 1160 1203 1274 1365 1552                          1677 1416 1307 1236 1186 1134 1098 1070 1058 1057 1082 1107 1155 1197 1261 1348 1502                          1641 1406 1305 1231 1173 1131 1088 1058 1045 1041 1067 1111 1143 1192 1241 1334 1466                          1620 1387 1290 1222 1166 1124 1080 1042 1034 1039 1055 1101 1136 1188 1255 1333 1466                          1632 1389 1286 1228 1168 1123 1078 1048 1024 1034 1059 1099 1138 1185 1257 1347 1460                          1639 1387 1299 1226 1166 1115 1084 1050 1023 1036 1062 1097 1144 1188 1240 1339 1480                          1659 1400 1299 1226 1185 1135 1095 1058 1042 1046 1070 1107 1151 1192 1254 1351 1497                          1707 1416 1312 1236 1182 1142 1105 1079 1058 1070 1091 1117 1158 1209 1266 1360 1534                          1774 1450 1338 1257 1200 1158 1119 1099 1076 1085 1105 1132 1171 1225 1279 1384 1586                          1867 1512 1363 1281 1215 1183 1138 1116 1103 1106 1127 1152 1190 1234 1307 1406 1668                          2024 1585 1391 1303 1238 1194 1162 1139 1129 1131 1151 1174 1207 1269 1338 1468 1790                          2210 1674 1430 1319 1254 1217 1183 1165 1150 1161 1174 1199 1235 1282 1379 1557 1955                          2496 1816 1507 1366 1298 1237 1209 1186 1191 1190 1205 1228 1269 1326 1429 1687 2186 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [2210 1676 1448 1343 1265 1226 1197 1171 1166 1167 1179 1200 1246 1305 1382 1542 1924                          2035 1587 1395 1301 1242 1202 1171 1154 1144 1143 1163 1181 1218 1271 1352 1472 1784                          1875 1517 1357 1280 1225 1181 1150 1130 1121 1123 1138 1161 1198 1244 1313 1430 1664                          1781 1466 1337 1259 1205 1166 1129 1110 1095 1103 1119 1142 1184 1227 1296 1395 1583                          1713 1432 1323 1250 1194 1149 1112 1086 1076 1081 1097 1124 1163 1212 1284 1368 1539                          1656 1406 1300 1233 1183 1130 1097 1068 1058 1063 1088 1117 1154 1199 1263 1357 1507                          1640 1399 1291 1226 1172 1131 1087 1055 1040 1043 1072 1107 1144 1199 1252 1340 1475                          1615 1386 1291 1224 1171 1124 1081 1046 1035 1040 1064 1103 1143 1193 1252 1342 1470                          1608 1379 1284 1218 1169 1117 1081 1047 1024 1040 1065 1105 1144 1188 1253 1332 1455                          1624 1389 1298 1226 1171 1124 1083 1049 1031 1040 1066 1103 1147 1191 1254 1339 1474                          1663 1406 1301 1233 1181 1133 1094 1065 1046 1053 1074 1111 1155 1196 1261 1348 1498                          1700 1419 1313 1250 1189 1141 1103 1074 1068 1069 1097 1128 1167 1212 1275 1371 1539                          1760 1442 1328 1264 1204 1162 1121 1102 1087 1094 1114 1140 1176 1223 1289 1393 1590                          1869 1502 1363 1281 1220 1175 1140 1123 1112 1114 1132 1155 1191 1240 1312 1418 1681                          1996 1577 1387 1297 1242 1197 1163 1150 1136 1137 1156 1177 1218 1270 1340 1480 1792                          2189 1663 1436 1336 1265 1219 1189 1166 1159 1164 1177 1207 1238 1291 1376 1570 1949                          2464 1801 1502 1366 1290 1249 1216 1201 1187 1189 1201 1230 1265 1332 1431 1680 2148 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [2195 1681 1434 1331 1264 1216 1186 1168 1153 1161 1173 1201 1233 1296 1385 1554 1898                          2030 1587 1391 1303 1239 1198 1162 1150 1134 1142 1157 1180 1212 1275 1343 1479 1774                          1883 1509 1357 1277 1225 1178 1147 1125 1114 1112 1133 1158 1194 1240 1312 1416 1674                          1782 1462 1339 1262 1206 1163 1123 1100 1091 1101 1114 1139 1177 1224 1286 1388 1592                          1724 1428 1316 1242 1193 1144 1106 1085 1067 1077 1093 1125 1159 1208 1267 1368 1527                          1656 1399 1297 1228 1176 1128 1090 1065 1052 1054 1077 1114 1149 1192 1259 1347 1487                          1631 1393 1295 1223 1173 1122 1086 1051 1037 1039 1068 1101 1143 1189 1246 1339 1467                          1611 1379 1282 1221 1168 1120 1073 1043 1027 1032 1063 1097 1144 1185 1241 1327 1459                          1613 1381 1289 1219 1168 1118 1076 1040 1024 1028 1062 1100 1140 1187 1243 1326 1461                          1625 1392 1290 1225 1166 1122 1080 1046 1027 1033 1058 1099 1142 1192 1248 1333 1463                          1659 1399 1295 1225 1175 1130 1088 1058 1042 1046 1069 1109 1149 1191 1255 1339 1490                          1695 1421 1320 1244 1185 1136 1105 1074 1057 1065 1088 1123 1160 1207 1276 1356 1530                          1777 1448 1333 1251 1195 1154 1114 1091 1079 1085 1104 1138 1171 1220 1280 1383 1577                          1870 1502 1350 1274 1213 1173 1138 1114 1105 1108 1129 1150 1188 1230 1304 1414 1667                          2005 1577 1386 1294 1233 1192 1161 1137 1125 1135 1149 1174 1210 1262 1331 1472 1781                          2157 1654 1419 1327 1255 1211 1182 1165 1156 1159 1166 1190 1230 1288 1372 1557 1937                          2469 1808 1494 1371 1289 1243 1212 1189 1184 1183 1194 1220 1259 1315 1431 1681 2150 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [2167 1631 1385 1307 1235 1189 1157 1134 1133 1138 1151 1178 1210 1271 1341 1490 1833                          1940 1544 1386 1289 1234 1189 1157 1139 1129 1129 1146 1172 1196 1254 1328 1447 1703                          1817 1484 1359 1268 1216 1180 1140 1123 1113 1113 1125 1164 1193 1248 1312 1396 1625                          1737 1446 1338 1260 1215 1169 1135 1114 1105 1106 1120 1154 1186 1233 1286 1373 1563                          1673 1407 1323 1235 1183 1151 1123 1090 1081 1081 1105 1140 1178 1216 1279 1355 1502                          1612 1393 1298 1240 1183 1130 1096 1078 1056 1061 1087 1121 1156 1197 1256 1335 1444                          1563 1385 1285 1235 1179 1138 1098 1059 1047 1051 1072 1109 1153 1199 1251 1320 1424                          1557 1382 1283 1221 1172 1127 1089 1047 1031 1035 1063 1104 1151 1192 1249 1310 1440                          1560 1359 1284 1222 1169 1129 1086 1044 1036 1032 1068 1114 1142 1193 1257 1304 1432                          1569 1374 1290 1227 1172 1123 1085 1051 1023 1047 1067 1108 1146 1197 1256 1317 1440                          1598 1394 1299 1235 1184 1138 1089 1063 1047 1055 1076 1114 1157 1204 1258 1336 1464                          1650 1411 1320 1252 1188 1135 1115 1078 1065 1074 1100 1130 1171 1215 1276 1343 1507                          1716 1435 1330 1261 1194 1156 1123 1103 1085 1086 1105 1140 1178 1229 1279 1355 1548                          1782 1475 1346 1266 1215 1169 1130 1124 1110 1106 1130 1159 1186 1233 1301 1399 1639                          1922 1538 1376 1282 1223 1192 1149 1138 1123 1128 1140 1169 1210 1255 1335 1434 1709                          2085 1614 1395 1311 1246 1200 1168 1155 1139 1150 1162 1183 1227 1275 1352 1510 1884                          2354 1757 1479 1362 1282 1238 1213 1198 1186 1182 1196 1219 1255 1330 1412 1644 2050 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="5" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 17]">                         2688x1520_D50_100                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 3]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [3275 2307 1841 1644 1485 1393 1312 1285 1277 1269 1320 1375 1459 1589 1773 2124 2860                          2899 2135 1751 1572 1421 1341 1269 1236 1215 1233 1262 1316 1393 1527 1689 1959 2569                          2665 1986 1696 1505 1375 1292 1226 1185 1179 1185 1215 1273 1358 1464 1631 1874 2345                          2495 1899 1638 1469 1345 1262 1195 1150 1138 1141 1179 1233 1308 1411 1583 1788 2212                          2357 1834 1595 1435 1308 1226 1160 1126 1100 1103 1138 1199 1285 1380 1527 1744 2103                          2246 1773 1555 1393 1288 1199 1135 1095 1065 1073 1120 1172 1255 1345 1495 1709 2014                          2178 1744 1527 1380 1269 1185 1114 1067 1047 1052 1100 1153 1236 1345 1469 1676 1959                          2167 1730 1516 1371 1255 1169 1106 1052 1039 1039 1078 1147 1229 1332 1474 1663 1950                          2135 1730 1511 1366 1258 1172 1097 1052 1024 1039 1075 1150 1226 1328 1469 1663 1950                          2189 1730 1516 1371 1255 1169 1103 1059 1031 1041 1086 1147 1229 1324 1464 1669 1977                          2200 1751 1538 1384 1269 1179 1114 1067 1039 1054 1100 1160 1233 1341 1485 1676 2005                          2282 1773 1560 1398 1288 1202 1135 1092 1073 1081 1123 1179 1262 1362 1505 1709 2063                          2384 1841 1595 1430 1316 1229 1163 1117 1103 1112 1150 1209 1292 1389 1538 1751 2167                          2539 1915 1638 1474 1345 1258 1192 1166 1144 1144 1185 1244 1312 1421 1583 1803 2307                          2786 2043 1703 1522 1389 1304 1236 1202 1189 1189 1229 1281 1353 1464 1650 1907 2480                          3109 2200 1788 1583 1450 1349 1292 1251 1233 1244 1273 1345 1411 1538 1716 2063 2786                          3546 2438 1924 1663 1495 1421 1345 1308 1285 1288 1324 1389 1480 1601 1810 2270 3155 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [3187 2240 1821 1614 1473 1382 1323 1268 1266 1284 1299 1357 1441 1563 1740 2071 2779                          2844 2083 1723 1540 1422 1332 1262 1228 1216 1224 1257 1309 1382 1503 1650 1935 2489                          2585 1946 1654 1491 1367 1279 1220 1183 1170 1179 1210 1262 1337 1441 1593 1830 2282                          2408 1844 1600 1436 1325 1245 1191 1148 1130 1134 1172 1224 1295 1400 1547 1760 2131                          2275 1782 1556 1403 1297 1214 1152 1113 1097 1100 1137 1189 1266 1364 1500 1707 2031                          2181 1723 1524 1372 1270 1183 1132 1081 1064 1075 1113 1162 1240 1339 1476 1661 1951                          2118 1715 1503 1349 1257 1170 1107 1062 1041 1050 1090 1143 1226 1330 1453 1639 1910                          2100 1692 1485 1349 1245 1162 1097 1046 1024 1038 1075 1139 1218 1316 1444 1621 1881                          2083 1684 1482 1339 1238 1157 1086 1047 1024 1034 1076 1137 1212 1309 1441 1618 1886                          2094 1692 1491 1349 1245 1159 1097 1049 1025 1035 1078 1134 1214 1309 1438 1625 1896                          2143 1704 1503 1359 1249 1168 1108 1059 1040 1056 1084 1153 1230 1325 1453 1650 1946                          2214 1748 1528 1374 1275 1185 1127 1084 1072 1075 1113 1168 1245 1344 1473 1680 1998                          2347 1794 1563 1408 1293 1214 1152 1110 1097 1108 1148 1192 1275 1372 1509 1707 2083                          2481 1872 1618 1450 1330 1247 1192 1150 1134 1146 1170 1224 1302 1400 1547 1782 2207                          2718 1993 1669 1491 1374 1284 1224 1194 1175 1185 1212 1259 1342 1453 1607 1872 2416                          3005 2137 1752 1553 1422 1325 1262 1234 1226 1224 1259 1316 1392 1512 1680 1998 2689                          3455 2362 1862 1618 1488 1398 1325 1279 1268 1279 1309 1374 1453 1583 1773 2220 3055 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [3195 2249 1816 1618 1483 1384 1315 1286 1266 1266 1311 1366 1440 1567 1748 2074 2747                          2885 2091 1739 1551 1421 1332 1275 1241 1218 1226 1264 1306 1389 1510 1673 1929 2465                          2631 1954 1669 1495 1374 1286 1222 1189 1174 1180 1212 1264 1349 1448 1601 1838 2305                          2417 1866 1618 1446 1327 1251 1187 1152 1137 1144 1174 1226 1304 1407 1548 1764 2139                          2298 1790 1571 1413 1301 1214 1154 1116 1093 1106 1137 1193 1266 1366 1516 1711 2040                          2209 1743 1529 1376 1273 1193 1131 1087 1071 1080 1116 1169 1247 1344 1477 1669 1980                          2133 1715 1510 1368 1264 1174 1114 1065 1044 1051 1093 1147 1228 1325 1457 1647 1924                          2097 1696 1498 1349 1245 1169 1096 1049 1030 1043 1077 1142 1224 1318 1443 1622 1899                          2097 1700 1495 1349 1245 1160 1098 1047 1024 1038 1077 1138 1220 1315 1446 1633 1894                          2121 1704 1498 1356 1251 1163 1103 1051 1028 1040 1084 1144 1218 1320 1448 1647 1934                          2164 1719 1504 1366 1266 1178 1111 1065 1044 1057 1092 1154 1228 1329 1460 1654 1949                          2229 1752 1538 1384 1277 1195 1138 1087 1073 1079 1118 1171 1249 1354 1489 1688 2018                          2348 1803 1574 1415 1301 1220 1161 1119 1100 1109 1145 1209 1281 1371 1522 1731 2109                          2498 1889 1615 1454 1339 1258 1195 1156 1138 1145 1180 1228 1297 1405 1557 1781 2229                          2717 1985 1677 1495 1379 1290 1237 1197 1178 1187 1214 1273 1354 1460 1611 1880 2425                          3026 2158 1748 1564 1423 1334 1277 1235 1226 1231 1262 1308 1394 1510 1680 2012 2688                          3495 2363 1875 1640 1483 1386 1334 1286 1266 1284 1320 1376 1454 1581 1790 2203 3076 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [3045 2164 1801 1578 1434 1344 1284 1242 1229 1242 1274 1318 1404 1522 1695 1966 2626                          2731 2036 1703 1522 1410 1328 1251 1220 1207 1220 1247 1298 1376 1489 1654 1880 2423                          2511 1922 1631 1470 1365 1279 1224 1182 1166 1178 1207 1265 1339 1446 1586 1801 2205                          2341 1821 1600 1446 1339 1247 1182 1155 1136 1139 1170 1229 1308 1410 1536 1738 2073                          2192 1764 1564 1410 1303 1220 1158 1117 1099 1114 1143 1195 1270 1376 1502 1687 2012                          2124 1729 1529 1387 1274 1203 1128 1089 1072 1085 1117 1166 1238 1349 1483 1646 1912                          2048 1703 1502 1365 1265 1174 1110 1075 1049 1055 1096 1151 1238 1334 1452 1623 1880                          2024 1670 1496 1355 1247 1162 1110 1055 1033 1043 1082 1139 1220 1328 1446 1600 1830                          2000 1678 1483 1349 1242 1162 1092 1046 1024 1036 1079 1143 1211 1308 1446 1608 1860                          2012 1678 1496 1349 1247 1170 1103 1059 1024 1043 1085 1143 1220 1313 1452 1600 1840                          2085 1687 1502 1371 1256 1174 1110 1062 1043 1055 1099 1158 1238 1328 1458 1631 1890                          2137 1729 1529 1382 1279 1199 1128 1089 1079 1079 1114 1174 1256 1349 1496 1662 1966                          2249 1764 1557 1404 1303 1220 1155 1114 1099 1110 1139 1195 1279 1371 1502 1687 2048                          2389 1840 1608 1446 1323 1251 1186 1147 1136 1147 1170 1220 1293 1393 1543 1746 2150                          2587 1933 1654 1477 1365 1284 1216 1191 1170 1166 1211 1256 1334 1428 1586 1821 2325                          2891 2085 1712 1522 1410 1313 1260 1233 1207 1220 1251 1289 1371 1477 1646 1944 2549                          3407 2341 1840 1608 1464 1387 1323 1293 1284 1274 1308 1365 1446 1586 1764 2150 2891 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="6" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 16]">                         2688x1520_D50_70                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 3]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [2293 1741 1469 1373 1286 1241 1192 1182 1179 1167 1199 1225 1264 1327 1415 1603 2002                          2085 1645 1426 1339 1255 1218 1175 1158 1143 1155 1169 1195 1230 1300 1375 1510 1848                          1956 1558 1405 1303 1234 1192 1154 1129 1127 1129 1144 1175 1219 1268 1351 1470 1721                          1861 1512 1376 1290 1224 1181 1140 1110 1103 1102 1125 1154 1191 1239 1330 1424 1650                          1781 1478 1356 1275 1204 1160 1120 1100 1078 1077 1098 1135 1183 1226 1298 1406 1589                          1714 1442 1334 1249 1196 1145 1105 1079 1053 1057 1090 1119 1166 1206 1282 1390 1537                          1674 1428 1318 1245 1186 1139 1091 1058 1042 1043 1078 1108 1155 1213 1268 1372 1506                          1672 1422 1314 1242 1178 1127 1088 1047 1038 1034 1060 1106 1153 1206 1278 1367 1505                          1650 1424 1311 1239 1182 1132 1080 1048 1024 1035 1058 1110 1152 1204 1275 1369 1507                          1689 1422 1314 1242 1178 1127 1085 1054 1030 1036 1068 1106 1153 1199 1269 1372 1526                          1691 1434 1328 1249 1186 1133 1091 1058 1034 1045 1078 1115 1153 1210 1282 1372 1541                          1742 1442 1338 1253 1196 1148 1105 1076 1061 1065 1093 1126 1172 1221 1291 1390 1575                          1802 1484 1356 1271 1212 1163 1122 1091 1081 1086 1110 1144 1190 1234 1307 1411 1638                          1894 1525 1376 1295 1224 1177 1138 1126 1109 1105 1131 1164 1194 1248 1330 1436 1721                          2045 1603 1410 1318 1247 1204 1163 1145 1137 1132 1157 1182 1215 1268 1367 1496 1820                          2237 1695 1456 1348 1280 1225 1196 1172 1160 1166 1179 1221 1246 1310 1397 1590 2004                          2482 1840 1535 1389 1295 1266 1222 1203 1186 1184 1203 1237 1282 1337 1444 1713 2209 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [2231 1690 1453 1348 1276 1231 1202 1166 1169 1181 1180 1209 1248 1305 1389 1563 1945                          2046 1605 1403 1311 1256 1209 1169 1151 1144 1147 1164 1188 1220 1280 1343 1491 1791                          1897 1527 1370 1291 1227 1180 1148 1127 1119 1123 1139 1165 1200 1248 1319 1436 1675                          1796 1468 1344 1261 1206 1165 1137 1109 1095 1095 1119 1145 1179 1230 1300 1401 1590                          1719 1436 1323 1247 1194 1149 1112 1087 1075 1074 1097 1125 1166 1212 1275 1376 1535                          1665 1402 1307 1230 1180 1130 1102 1065 1052 1059 1084 1109 1152 1200 1266 1351 1489                          1628 1404 1298 1217 1175 1124 1085 1053 1036 1041 1068 1098 1146 1200 1254 1342 1468                          1621 1391 1287 1222 1168 1121 1079 1041 1023 1033 1057 1098 1143 1192 1252 1333 1452                          1610 1386 1286 1214 1163 1117 1069 1043 1024 1030 1059 1098 1139 1187 1251 1332 1458                          1616 1391 1292 1222 1168 1118 1079 1044 1024 1030 1060 1094 1139 1185 1246 1336 1463                          1647 1395 1298 1226 1168 1122 1086 1050 1035 1047 1062 1108 1150 1195 1254 1351 1496                          1690 1422 1311 1232 1184 1131 1097 1068 1060 1059 1084 1115 1157 1205 1264 1367 1525                          1774 1446 1329 1251 1191 1149 1112 1084 1075 1082 1108 1128 1174 1219 1283 1376 1574                          1851 1491 1359 1274 1211 1167 1138 1110 1099 1107 1117 1145 1185 1230 1300 1419 1647                          1995 1564 1382 1291 1233 1185 1152 1137 1123 1129 1141 1162 1205 1258 1331 1469 1773                          2162 1647 1426 1323 1256 1203 1169 1156 1153 1147 1166 1195 1229 1288 1368 1540 1934                          2419 1782 1486 1351 1289 1245 1204 1176 1171 1176 1189 1224 1259 1322 1415 1675 2139 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [2237 1697 1449 1351 1285 1233 1195 1182 1169 1164 1191 1217 1247 1309 1395 1565 1923                          2075 1611 1416 1321 1255 1209 1181 1163 1146 1149 1171 1186 1226 1286 1362 1487 1773                          1931 1533 1382 1295 1233 1187 1150 1132 1123 1124 1141 1167 1211 1254 1326 1442 1692                          1803 1486 1359 1270 1208 1171 1133 1112 1102 1105 1120 1147 1187 1236 1301 1405 1596                          1737 1443 1335 1255 1198 1149 1114 1090 1071 1080 1097 1129 1166 1214 1289 1379 1542                          1686 1418 1312 1233 1183 1139 1101 1071 1059 1064 1087 1116 1158 1205 1267 1358 1511                          1639 1404 1304 1234 1182 1128 1091 1056 1039 1042 1071 1102 1148 1195 1258 1349 1479                          1618 1394 1298 1222 1168 1127 1078 1044 1029 1038 1059 1101 1148 1194 1251 1333 1466                          1621 1399 1297 1223 1170 1120 1081 1043 1024 1034 1060 1099 1146 1192 1255 1344 1464                          1637 1401 1298 1228 1174 1122 1085 1046 1027 1035 1066 1103 1143 1195 1255 1354 1493                          1663 1408 1298 1232 1183 1132 1088 1056 1039 1048 1070 1109 1148 1199 1260 1354 1498                          1701 1425 1319 1241 1186 1141 1108 1071 1061 1063 1089 1118 1160 1214 1277 1373 1540                          1774 1453 1338 1257 1198 1155 1121 1093 1078 1083 1105 1144 1179 1218 1294 1395 1594                          1864 1504 1357 1277 1219 1177 1140 1116 1103 1106 1126 1149 1181 1234 1308 1418 1663                          1994 1557 1389 1295 1238 1191 1164 1140 1126 1131 1143 1175 1216 1264 1334 1475 1780                          2177 1663 1423 1332 1256 1211 1183 1157 1153 1153 1169 1188 1231 1286 1368 1551 1934                          2447 1783 1496 1370 1285 1235 1212 1182 1169 1181 1199 1226 1259 1320 1428 1662 2153 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [2132 1633 1437 1318 1242 1197 1167 1142 1135 1142 1158 1174 1216 1271 1353 1483 1838                          1965 1569 1386 1296 1245 1206 1158 1143 1135 1143 1155 1178 1215 1268 1347 1449 1743                          1843 1508 1351 1273 1225 1180 1152 1126 1115 1122 1136 1168 1202 1252 1314 1413 1619                          1746 1450 1344 1270 1219 1167 1128 1115 1101 1100 1117 1150 1191 1238 1291 1384 1547                          1657 1422 1330 1253 1200 1155 1118 1091 1077 1088 1103 1131 1169 1223 1277 1360 1521                          1621 1406 1312 1243 1183 1149 1098 1073 1060 1069 1088 1113 1150 1209 1272 1339 1459                          1574 1394 1297 1231 1182 1128 1087 1066 1044 1046 1074 1106 1157 1203 1254 1329 1445                          1562 1373 1297 1227 1170 1121 1092 1050 1032 1038 1064 1098 1145 1203 1253 1315 1412                          1546 1381 1287 1223 1167 1122 1075 1042 1024 1032 1062 1104 1138 1186 1255 1324 1438                          1553 1379 1297 1222 1170 1128 1085 1054 1023 1038 1067 1102 1145 1189 1258 1315 1420                          1603 1381 1297 1237 1174 1128 1087 1053 1038 1046 1077 1113 1157 1198 1259 1336 1453                          1631 1406 1312 1239 1188 1145 1098 1073 1067 1063 1085 1121 1167 1209 1283 1352 1501                          1700 1422 1324 1247 1200 1155 1115 1088 1077 1084 1099 1131 1178 1218 1277 1360 1548                          1782 1465 1351 1270 1204 1171 1132 1108 1101 1108 1117 1142 1177 1224 1296 1390 1604                          1899 1516 1370 1279 1225 1185 1145 1134 1119 1111 1140 1159 1198 1237 1314 1429 1707                          2080 1607 1394 1296 1245 1192 1167 1155 1135 1143 1158 1170 1211 1258 1340 1498 1834                          2385 1766 1468 1343 1268 1236 1202 1189 1185 1171 1189 1216 1253 1325 1408 1622 2024 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="7" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 17]">                         2688x1520_D65_100                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 3]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [3197 2260 1829 1605 1473 1361 1315 1252 1260 1256 1293 1347 1435 1567 1740 2092 2789                          2849 2081 1725 1542 1409 1311 1248 1221 1206 1206 1240 1306 1375 1489 1659 1928 2489                          2621 1956 1645 1478 1361 1273 1210 1170 1160 1163 1199 1256 1328 1435 1605 1812 2313                          2442 1855 1612 1446 1328 1244 1174 1140 1117 1127 1163 1214 1298 1404 1548 1763 2160                          2286 1787 1560 1414 1293 1210 1150 1105 1095 1095 1133 1188 1256 1365 1512 1710 2048                          2222 1740 1530 1385 1268 1184 1117 1083 1063 1066 1105 1167 1244 1342 1478 1680 2006                          2149 1710 1512 1361 1264 1163 1105 1060 1037 1046 1086 1150 1225 1328 1462 1652 1947                          2137 1695 1501 1351 1248 1163 1092 1043 1024 1032 1077 1140 1214 1320 1451 1632 1928                          2103 1695 1495 1356 1236 1156 1095 1046 1024 1037 1077 1143 1214 1311 1446 1625 1928                          2137 1717 1507 1361 1248 1160 1098 1049 1029 1035 1077 1150 1225 1324 1456 1645 1928                          2209 1725 1512 1375 1264 1177 1111 1060 1043 1057 1092 1153 1233 1324 1456 1666 1986                          2260 1755 1548 1394 1281 1195 1130 1089 1069 1080 1114 1170 1248 1356 1489 1688 2048                          2383 1812 1586 1420 1306 1217 1156 1117 1098 1108 1143 1202 1277 1380 1530 1740 2149                          2553 1909 1618 1456 1342 1256 1184 1156 1140 1143 1177 1229 1302 1409 1567 1804 2286                          2750 2027 1695 1512 1389 1298 1240 1206 1184 1188 1225 1277 1361 1462 1632 1900 2473                          3072 2197 1779 1573 1435 1342 1285 1244 1236 1240 1273 1328 1404 1536 1702 2048 2731                          3641 2442 1900 1645 1507 1404 1347 1315 1293 1281 1315 1394 1467 1598 1820 2260 3146 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [3153 2209 1799 1597 1461 1369 1301 1277 1254 1260 1291 1351 1427 1562 1739 2048 2742                          2815 2048 1721 1530 1410 1323 1256 1225 1209 1220 1251 1301 1375 1485 1650 1904 2454                          2558 1917 1644 1477 1364 1273 1215 1177 1166 1176 1209 1251 1330 1431 1591 1810 2263                          2391 1834 1594 1431 1323 1241 1181 1145 1130 1141 1172 1222 1295 1394 1539 1754 2126                          2239 1776 1556 1401 1291 1213 1148 1109 1092 1105 1136 1187 1260 1360 1503 1697 2014                          2186 1725 1517 1369 1262 1182 1119 1082 1065 1076 1113 1166 1241 1342 1469 1654 1962                          2099 1704 1503 1362 1256 1169 1108 1063 1043 1052 1093 1151 1229 1323 1449 1631 1913                          2094 1687 1487 1345 1243 1163 1097 1048 1034 1039 1081 1141 1218 1321 1446 1622 1896                          2083 1683 1485 1345 1243 1163 1096 1046 1024 1039 1078 1137 1220 1315 1446 1622 1883                          2104 1694 1492 1355 1243 1163 1103 1056 1030 1043 1085 1136 1220 1315 1449 1628 1896                          2147 1711 1508 1364 1262 1177 1110 1068 1048 1060 1095 1158 1238 1328 1461 1657 1935                          2221 1743 1530 1384 1279 1192 1137 1092 1076 1082 1122 1182 1254 1358 1482 1680 1999                          2332 1795 1579 1412 1303 1223 1166 1122 1108 1115 1150 1197 1281 1382 1519 1725 2104                          2490 1879 1616 1454 1334 1254 1196 1159 1145 1151 1177 1231 1313 1405 1556 1780 2245                          2742 2004 1680 1498 1380 1301 1232 1204 1187 1187 1229 1271 1355 1456 1619 1891 2440                          3028 2158 1761 1559 1436 1345 1287 1243 1232 1236 1270 1328 1396 1514 1694 2019 2698                          3552 2371 1875 1628 1495 1403 1336 1301 1291 1289 1319 1371 1454 1594 1795 2209 3050 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [3188 2241 1786 1609 1477 1369 1314 1276 1263 1274 1300 1350 1434 1562 1721 2041 2716                          2825 2076 1721 1533 1413 1326 1267 1228 1217 1217 1252 1302 1380 1501 1656 1907 2477                          2576 1929 1653 1477 1365 1280 1223 1180 1167 1172 1207 1263 1330 1442 1585 1817 2277                          2393 1841 1597 1437 1328 1239 1185 1146 1128 1142 1170 1223 1298 1396 1542 1753 2123                          2277 1779 1550 1401 1296 1210 1146 1115 1094 1101 1137 1197 1270 1356 1501 1703 2041                          2206 1728 1519 1374 1272 1185 1125 1084 1067 1073 1110 1168 1241 1341 1474 1660 1951                          2133 1710 1503 1363 1257 1172 1109 1064 1047 1048 1094 1149 1226 1326 1459 1644 1920                          2107 1693 1487 1347 1246 1165 1101 1048 1029 1038 1082 1142 1221 1318 1442 1625 1894                          2086 1686 1490 1352 1244 1157 1097 1048 1024 1039 1079 1145 1217 1310 1447 1628 1890                          2096 1700 1498 1358 1246 1159 1107 1055 1035 1043 1083 1146 1221 1318 1447 1628 1903                          2144 1717 1506 1367 1259 1178 1116 1069 1048 1060 1097 1157 1239 1330 1457 1650 1942                          2253 1745 1542 1392 1280 1198 1135 1097 1078 1079 1122 1173 1252 1356 1485 1683 1997                          2347 1801 1570 1422 1306 1221 1165 1120 1107 1117 1151 1203 1276 1376 1519 1721 2107                          2499 1894 1625 1454 1341 1259 1197 1159 1146 1154 1185 1235 1308 1410 1562 1786 2241                          2761 2007 1686 1506 1380 1302 1235 1195 1190 1195 1226 1274 1347 1459 1618 1886 2421                          3039 2166 1753 1564 1429 1343 1280 1244 1230 1241 1267 1322 1406 1519 1690 2021 2699                          3550 2407 1886 1637 1493 1392 1339 1308 1286 1300 1335 1396 1464 1594 1797 2217 3129 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [3022 2147 1761 1569 1457 1345 1295 1262 1239 1258 1275 1330 1395 1520 1688 1974 2604                          2719 2014 1700 1520 1403 1316 1258 1221 1209 1218 1242 1295 1371 1479 1632 1875 2388                          2472 1890 1637 1470 1360 1281 1227 1188 1171 1179 1209 1262 1330 1440 1579 1786 2225                          2309 1820 1600 1435 1334 1252 1188 1157 1136 1152 1182 1233 1305 1407 1544 1736 2074                          2195 1761 1554 1415 1302 1218 1163 1125 1107 1112 1144 1203 1271 1371 1506 1682 1998                          2092 1723 1525 1375 1275 1200 1133 1097 1078 1085 1125 1177 1242 1352 1474 1643 1912                          2048 1688 1501 1371 1268 1182 1118 1076 1050 1064 1102 1157 1236 1337 1457 1626 1861                          2023 1676 1483 1356 1255 1182 1102 1062 1035 1048 1090 1149 1227 1323 1448 1600 1861                          2014 1671 1492 1352 1258 1165 1107 1055 1024 1044 1085 1152 1233 1316 1448 1600 1847                          2065 1676 1492 1363 1255 1174 1110 1062 1035 1050 1088 1154 1230 1323 1452 1621 1875                          2101 1700 1511 1371 1268 1188 1123 1073 1055 1066 1107 1163 1242 1337 1457 1637 1890                          2147 1748 1539 1391 1288 1212 1144 1097 1083 1095 1130 1182 1262 1356 1488 1665 1958                          2256 1786 1574 1423 1305 1227 1165 1125 1118 1123 1157 1215 1281 1383 1515 1700 2065                          2411 1840 1615 1461 1334 1258 1191 1165 1149 1157 1188 1239 1309 1403 1544 1761 2175                          2604 1966 1654 1492 1371 1292 1236 1197 1185 1188 1224 1265 1348 1452 1600 1833 2365                          2914 2110 1730 1549 1419 1334 1275 1245 1221 1233 1255 1309 1387 1515 1665 1966 2604                          3399 2342 1868 1621 1483 1391 1330 1295 1292 1292 1327 1383 1461 1579 1780 2166 2985 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="8" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 16]">                         2688x1520_D65_70                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 3]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [2238 1705 1460 1340 1276 1212 1195 1151 1163 1155 1175 1200 1243 1309 1389 1579 1952                          2049 1604 1404 1313 1244 1190 1156 1144 1134 1130 1148 1186 1214 1268 1351 1486 1791                          1924 1534 1362 1280 1222 1175 1139 1114 1109 1108 1129 1159 1192 1243 1329 1422 1698                          1822 1477 1354 1270 1209 1164 1120 1101 1083 1088 1110 1136 1182 1233 1301 1404 1611                          1728 1440 1326 1256 1191 1145 1110 1079 1073 1069 1094 1124 1156 1213 1285 1378 1548                          1696 1415 1312 1242 1178 1130 1088 1067 1051 1050 1076 1114 1156 1203 1268 1367 1531                          1652 1400 1305 1228 1182 1117 1083 1051 1032 1037 1064 1105 1145 1198 1262 1353 1496                          1649 1393 1301 1223 1171 1122 1074 1038 1023 1027 1059 1099 1139 1195 1258 1342 1488                          1625 1395 1297 1230 1161 1116 1078 1042 1024 1033 1060 1104 1141 1189 1255 1338 1490                          1649 1412 1306 1232 1171 1119 1080 1044 1028 1030 1059 1109 1149 1199 1262 1352 1488                          1698 1412 1305 1240 1182 1131 1088 1051 1038 1048 1070 1108 1153 1194 1257 1364 1526                          1725 1428 1328 1250 1190 1141 1100 1073 1057 1064 1085 1117 1159 1216 1277 1373 1563                          1801 1460 1348 1262 1203 1152 1116 1091 1076 1082 1103 1138 1176 1226 1301 1402 1624                          1905 1520 1359 1279 1222 1175 1130 1116 1105 1104 1123 1150 1185 1238 1317 1436 1705                          2019 1590 1404 1309 1247 1198 1167 1149 1132 1131 1153 1179 1222 1266 1352 1491 1815                          2210 1693 1448 1340 1267 1218 1190 1166 1163 1162 1179 1206 1240 1308 1386 1578 1965                          2549 1843 1516 1374 1305 1251 1224 1209 1194 1178 1195 1242 1271 1335 1452 1705 2202 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [2207 1667 1436 1334 1265 1219 1182 1174 1158 1159 1173 1203 1236 1305 1388 1545 1919                          2025 1578 1401 1303 1245 1201 1163 1148 1137 1143 1158 1181 1214 1265 1343 1467 1765                          1878 1504 1362 1279 1225 1175 1144 1121 1115 1120 1138 1155 1194 1239 1318 1420 1661                          1784 1460 1339 1257 1204 1161 1127 1106 1095 1102 1119 1144 1179 1224 1293 1397 1586                          1692 1431 1323 1245 1189 1148 1108 1083 1071 1079 1096 1123 1160 1208 1278 1368 1522                          1668 1403 1301 1227 1172 1129 1089 1066 1053 1060 1084 1113 1153 1203 1260 1345 1497                          1613 1395 1298 1229 1174 1123 1086 1054 1038 1043 1071 1106 1149 1194 1251 1336 1470                          1616 1387 1289 1218 1166 1122 1079 1043 1033 1034 1063 1100 1143 1196 1253 1333 1463                          1610 1385 1289 1220 1168 1123 1079 1042 1024 1035 1061 1098 1146 1192 1255 1335 1455                          1624 1393 1293 1227 1166 1122 1085 1051 1029 1038 1067 1096 1145 1191 1256 1338 1463                          1650 1401 1302 1231 1180 1131 1087 1059 1043 1051 1073 1113 1157 1198 1261 1357 1487                          1695 1418 1312 1241 1188 1138 1107 1076 1064 1066 1092 1129 1165 1217 1271 1367 1526                          1762 1447 1342 1255 1200 1158 1125 1096 1086 1089 1110 1133 1179 1228 1291 1390 1590                          1858 1496 1358 1277 1214 1174 1141 1119 1110 1111 1123 1152 1195 1234 1307 1417 1675                          2013 1572 1391 1297 1239 1201 1160 1147 1135 1131 1157 1173 1216 1261 1341 1483 1791                          2178 1663 1434 1328 1268 1221 1192 1165 1159 1158 1176 1206 1233 1289 1379 1556 1941                          2486 1789 1496 1360 1295 1250 1214 1196 1192 1185 1199 1221 1259 1331 1432 1667 2135 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [2232 1691 1425 1344 1279 1219 1194 1173 1166 1171 1181 1203 1242 1305 1373 1540 1901                          2032 1600 1401 1306 1248 1204 1173 1151 1145 1140 1159 1182 1219 1278 1348 1470 1782                          1891 1513 1369 1279 1225 1181 1151 1124 1116 1116 1136 1166 1194 1249 1313 1425 1671                          1785 1466 1342 1262 1209 1159 1131 1107 1093 1103 1117 1145 1182 1226 1296 1396 1584                          1721 1434 1318 1245 1193 1145 1106 1089 1072 1075 1097 1133 1169 1205 1276 1372 1542                          1684 1406 1303 1232 1182 1131 1095 1068 1055 1057 1081 1115 1153 1202 1264 1350 1489                          1639 1400 1298 1230 1175 1126 1086 1055 1042 1039 1072 1104 1146 1196 1260 1346 1476                          1626 1392 1289 1220 1169 1124 1083 1043 1028 1033 1064 1101 1146 1194 1250 1336 1462                          1612 1388 1293 1226 1169 1117 1080 1044 1024 1035 1062 1106 1143 1188 1256 1340 1461                          1618 1398 1298 1230 1169 1118 1089 1050 1034 1038 1065 1105 1146 1194 1254 1338 1469                          1648 1406 1300 1233 1177 1132 1093 1060 1043 1051 1075 1112 1158 1200 1258 1351 1493                          1720 1419 1323 1248 1189 1144 1105 1081 1066 1063 1092 1120 1163 1216 1274 1369 1524                          1774 1451 1335 1263 1203 1156 1124 1094 1085 1091 1111 1139 1175 1223 1291 1387 1592                          1864 1508 1365 1277 1221 1178 1142 1119 1111 1114 1131 1156 1191 1238 1312 1422 1672                          2027 1575 1396 1304 1239 1202 1162 1138 1138 1138 1154 1176 1209 1264 1340 1480 1777                          2186 1669 1427 1332 1262 1219 1185 1166 1157 1163 1173 1200 1241 1294 1376 1557 1942                          2485 1816 1505 1367 1293 1240 1217 1203 1187 1195 1213 1244 1268 1331 1434 1673 2190 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [2115 1620 1405 1310 1262 1198 1177 1160 1144 1157 1159 1185 1208 1269 1347 1490 1823                          1956 1552 1384 1294 1239 1195 1165 1144 1137 1141 1150 1176 1211 1260 1329 1445 1718                          1815 1483 1356 1273 1221 1182 1155 1131 1120 1123 1138 1165 1194 1247 1308 1401 1633                          1723 1449 1344 1260 1214 1172 1134 1117 1101 1112 1128 1154 1188 1236 1297 1382 1547                          1659 1419 1321 1257 1199 1153 1122 1099 1085 1086 1104 1139 1170 1218 1280 1356 1510                          1597 1402 1308 1233 1184 1146 1103 1081 1066 1069 1095 1124 1154 1212 1264 1336 1459                          1574 1382 1296 1237 1185 1136 1095 1067 1045 1055 1080 1112 1155 1206 1258 1331 1430                          1561 1378 1285 1228 1178 1140 1084 1057 1034 1043 1072 1108 1151 1198 1255 1315 1436                          1557 1376 1295 1226 1182 1125 1090 1051 1024 1040 1068 1112 1158 1193 1257 1317 1427                          1594 1378 1293 1234 1178 1132 1092 1057 1034 1045 1070 1113 1154 1198 1258 1333 1447                          1615 1392 1305 1237 1185 1141 1100 1064 1050 1057 1085 1117 1161 1206 1258 1340 1453                          1639 1422 1320 1247 1196 1157 1114 1081 1071 1079 1100 1129 1172 1216 1276 1354 1494                          1705 1439 1338 1264 1202 1161 1124 1099 1096 1097 1117 1150 1179 1229 1288 1370 1561                          1799 1465 1357 1283 1214 1177 1137 1125 1114 1117 1134 1159 1192 1232 1297 1402 1623                          1911 1542 1370 1292 1231 1192 1163 1140 1133 1131 1152 1168 1210 1257 1325 1438 1736                          2096 1626 1408 1319 1253 1211 1181 1167 1149 1155 1162 1188 1225 1290 1356 1515 1873                          2379 1767 1491 1354 1285 1239 1209 1191 1193 1188 1206 1232 1265 1319 1421 1634 2090 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="9" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 17]">                         2688x1520_D75_100                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 3]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [3240 2291 1833 1620 1468 1377 1309 1274 1253 1270 1300 1352 1440 1566 1756 2099 2847                          2891 2088 1740 1547 1413 1328 1261 1224 1205 1216 1249 1300 1387 1509 1678 1957 2522                          2628 1957 1670 1497 1367 1278 1220 1174 1171 1167 1205 1253 1342 1445 1613 1851 2320                          2440 1860 1627 1451 1333 1257 1185 1149 1132 1135 1167 1228 1309 1402 1566 1773 2198                          2334 1807 1572 1418 1309 1224 1149 1112 1099 1102 1139 1193 1278 1377 1521 1732 2099                          2224 1756 1540 1392 1283 1193 1125 1086 1065 1077 1112 1171 1253 1347 1497 1700 2020                          2172 1724 1528 1377 1265 1178 1112 1068 1047 1053 1096 1156 1228 1342 1468 1663 1968                          2147 1716 1509 1367 1249 1167 1105 1050 1032 1044 1086 1142 1228 1328 1462 1648 1947                          2135 1693 1509 1372 1253 1167 1102 1053 1024 1041 1083 1149 1224 1319 1462 1641 1937                          2160 1716 1515 1372 1249 1171 1099 1056 1030 1047 1086 1153 1224 1328 1462 1663 1957                          2185 1732 1528 1382 1265 1178 1115 1068 1050 1059 1099 1160 1240 1337 1468 1678 1988                          2278 1781 1559 1402 1291 1201 1139 1092 1077 1086 1125 1185 1261 1367 1515 1708 2054                          2394 1824 1592 1429 1309 1224 1164 1122 1109 1122 1153 1208 1291 1392 1540 1756 2160                          2557 1927 1641 1474 1352 1261 1197 1160 1139 1156 1185 1240 1319 1413 1586 1816 2320                          2763 2054 1708 1521 1397 1300 1244 1197 1193 1197 1228 1287 1367 1485 1641 1927 2489                          3158 2211 1798 1579 1445 1352 1291 1253 1236 1244 1278 1333 1424 1540 1724 2065 2743                          3613 2456 1917 1670 1515 1413 1342 1319 1291 1305 1337 1397 1480 1606 1833 2291 3080 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [3140 2211 1789 1595 1464 1365 1306 1277 1245 1263 1291 1347 1441 1552 1724 2048 2735                          2811 2048 1702 1531 1408 1323 1255 1223 1210 1213 1249 1299 1372 1486 1647 1912 2445                          2545 1912 1640 1472 1358 1273 1210 1180 1164 1171 1210 1253 1334 1436 1582 1809 2279                          2387 1826 1582 1431 1323 1239 1178 1143 1127 1135 1168 1215 1293 1394 1537 1747 2112                          2260 1762 1549 1396 1287 1208 1149 1107 1092 1101 1133 1188 1263 1361 1500 1695 2017                          2169 1720 1514 1370 1263 1181 1124 1085 1063 1072 1108 1161 1236 1338 1467 1660 1959                          2118 1692 1497 1347 1253 1171 1105 1062 1043 1048 1089 1146 1230 1325 1449 1640 1921                          2080 1678 1481 1343 1238 1159 1098 1045 1031 1036 1080 1141 1213 1314 1443 1614 1881                          2074 1674 1478 1336 1239 1156 1089 1043 1024 1037 1074 1140 1212 1312 1441 1617 1881                          2101 1681 1486 1349 1236 1161 1096 1052 1027 1038 1080 1141 1219 1312 1443 1620 1894                          2140 1702 1500 1363 1257 1173 1108 1066 1044 1056 1096 1153 1228 1325 1457 1643 1935                          2211 1735 1525 1384 1279 1190 1132 1093 1067 1080 1118 1176 1253 1349 1492 1678 2022                          2332 1785 1558 1406 1301 1221 1163 1122 1102 1113 1149 1201 1273 1375 1517 1732 2090                          2475 1877 1611 1443 1334 1255 1190 1154 1140 1148 1181 1232 1306 1411 1555 1777 2248                          2708 1997 1674 1486 1377 1293 1236 1197 1181 1192 1223 1279 1352 1454 1611 1872 2423                          3022 2152 1743 1552 1431 1336 1277 1247 1224 1239 1267 1318 1396 1520 1688 2012 2708                          3493 2359 1868 1617 1489 1391 1336 1293 1279 1285 1310 1365 1459 1592 1781 2235 3022 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [3176 2213 1804 1604 1459 1364 1311 1268 1254 1266 1298 1352 1426 1555 1723 2040 2718                          2812 2056 1716 1540 1404 1321 1260 1225 1209 1218 1246 1298 1380 1503 1653 1910 2470                          2580 1929 1646 1483 1361 1276 1213 1181 1167 1170 1205 1260 1330 1441 1588 1820 2269                          2368 1824 1591 1434 1324 1242 1184 1142 1125 1133 1167 1220 1298 1394 1537 1753 2126                          2275 1769 1549 1397 1292 1213 1149 1110 1093 1101 1133 1186 1268 1361 1506 1705 2025                          2160 1723 1517 1366 1262 1184 1122 1081 1062 1073 1107 1165 1239 1341 1473 1660 1952                          2104 1695 1497 1352 1254 1169 1108 1062 1040 1049 1093 1147 1225 1324 1452 1633 1906                          2088 1680 1486 1343 1248 1160 1096 1045 1029 1037 1080 1141 1218 1321 1441 1617 1888                          2088 1680 1486 1339 1240 1157 1095 1045 1024 1037 1077 1139 1218 1315 1446 1623 1884                          2093 1691 1492 1350 1246 1162 1099 1052 1029 1037 1081 1138 1220 1313 1444 1630 1901                          2132 1712 1503 1361 1252 1177 1111 1069 1042 1055 1093 1155 1233 1330 1459 1650 1942                          2225 1742 1531 1378 1274 1191 1134 1093 1071 1081 1119 1177 1254 1350 1483 1680 1995                          2328 1788 1573 1411 1302 1220 1162 1119 1104 1114 1147 1204 1274 1378 1514 1720 2088                          2485 1884 1610 1454 1334 1248 1195 1160 1139 1152 1182 1233 1309 1406 1561 1776 2231                          2709 2000 1670 1500 1378 1294 1237 1198 1186 1189 1224 1272 1354 1462 1617 1875 2404                          3022 2143 1746 1552 1431 1339 1278 1242 1225 1237 1264 1321 1397 1517 1677 2010 2673                          3491 2404 1862 1636 1494 1401 1332 1294 1278 1288 1319 1380 1457 1594 1772 2219 3092 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [2977 2133 1742 1556 1430 1340 1280 1240 1225 1240 1264 1313 1391 1519 1679 1969 2586                          2681 1984 1679 1501 1391 1306 1243 1213 1202 1208 1243 1290 1351 1471 1631 1869 2349                          2473 1875 1615 1459 1351 1270 1210 1172 1164 1174 1202 1249 1326 1434 1566 1790 2207                          2306 1803 1580 1426 1320 1243 1174 1145 1128 1140 1169 1225 1299 1391 1533 1718 2081                          2197 1753 1538 1395 1293 1208 1153 1111 1096 1103 1140 1191 1264 1365 1488 1679 1969                          2073 1695 1501 1369 1274 1191 1125 1085 1067 1073 1118 1166 1246 1337 1471 1631 1889                          2040 1673 1484 1354 1249 1172 1111 1064 1043 1051 1096 1145 1228 1323 1442 1610 1842                          2000 1657 1484 1351 1240 1164 1094 1051 1026 1039 1078 1135 1225 1309 1426 1590 1842                          2000 1646 1475 1340 1246 1161 1092 1051 1026 1034 1082 1143 1216 1309 1434 1605 1835                          2016 1662 1480 1347 1243 1164 1101 1051 1024 1041 1080 1140 1216 1313 1442 1595 1835                          2065 1668 1497 1358 1258 1180 1113 1067 1049 1060 1094 1156 1231 1323 1446 1615 1882                          2124 1707 1515 1376 1280 1191 1133 1099 1071 1082 1123 1177 1246 1347 1471 1641 1932                          2246 1753 1552 1399 1296 1213 1158 1123 1106 1118 1148 1199 1270 1373 1506 1690 2032                          2381 1829 1600 1442 1326 1246 1188 1148 1138 1145 1174 1225 1293 1391 1538 1742 2151                          2560 1939 1652 1475 1358 1280 1219 1185 1174 1182 1208 1258 1337 1442 1585 1816 2327                          2893 2081 1712 1533 1410 1320 1264 1231 1213 1222 1252 1299 1380 1488 1646 1939 2573                          3325 2317 1835 1610 1471 1376 1333 1283 1277 1280 1299 1365 1459 1561 1766 2151 2926 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="10" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 16]">                         2688x1520_D75_70                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 3]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [2268 1729 1463 1353 1272 1227 1189 1171 1157 1168 1181 1204 1247 1308 1401 1584 1993                          2080 1609 1417 1317 1248 1206 1168 1147 1134 1139 1157 1180 1225 1285 1366 1508 1814                          1929 1535 1383 1296 1227 1180 1148 1118 1120 1111 1134 1156 1205 1251 1336 1452 1703                          1820 1481 1367 1274 1213 1176 1131 1109 1097 1096 1114 1149 1192 1231 1316 1412 1640                          1764 1456 1336 1260 1205 1158 1109 1086 1077 1076 1099 1129 1177 1223 1293 1396 1586                          1697 1428 1321 1248 1192 1139 1095 1070 1053 1061 1083 1118 1164 1207 1284 1383 1542                          1669 1412 1319 1242 1182 1132 1089 1059 1042 1044 1074 1111 1148 1211 1267 1362 1513                          1657 1411 1308 1238 1172 1125 1087 1045 1031 1039 1068 1101 1152 1203 1267 1355 1503                          1650 1394 1310 1244 1177 1127 1085 1049 1024 1037 1066 1109 1150 1196 1269 1351 1497                          1667 1411 1313 1242 1172 1129 1081 1051 1029 1042 1068 1112 1148 1203 1267 1367 1510                          1679 1418 1319 1247 1182 1132 1092 1059 1045 1050 1077 1115 1159 1206 1267 1374 1528                          1739 1449 1337 1257 1199 1147 1109 1076 1065 1070 1095 1131 1171 1225 1300 1389 1568                          1809 1470 1353 1270 1205 1158 1123 1096 1087 1096 1113 1143 1189 1237 1309 1415 1632                          1908 1534 1379 1295 1231 1180 1142 1120 1104 1116 1131 1160 1201 1241 1333 1446 1731                          2028 1611 1415 1317 1254 1200 1171 1140 1141 1140 1156 1188 1227 1286 1359 1512 1827                          2272 1704 1464 1345 1276 1228 1196 1174 1163 1166 1183 1210 1257 1311 1404 1591 1973                          2529 1853 1530 1395 1312 1259 1219 1213 1192 1200 1215 1244 1282 1341 1463 1729 2156 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [2198 1668 1428 1332 1268 1216 1187 1174 1149 1161 1173 1200 1248 1296 1376 1545 1915                          2022 1578 1386 1304 1243 1201 1162 1146 1138 1137 1157 1179 1211 1266 1341 1473 1759                          1868 1500 1358 1275 1219 1175 1139 1124 1113 1115 1139 1156 1198 1244 1310 1419 1673                          1781 1454 1329 1257 1204 1159 1124 1104 1093 1096 1115 1137 1177 1224 1291 1391 1576                          1708 1420 1317 1240 1185 1143 1109 1081 1071 1075 1094 1124 1163 1209 1275 1366 1524                          1655 1399 1299 1228 1173 1128 1094 1069 1051 1056 1079 1109 1148 1199 1258 1350 1495                          1628 1385 1292 1215 1171 1125 1083 1053 1038 1039 1067 1101 1150 1195 1251 1343 1476                          1605 1379 1284 1216 1162 1118 1080 1040 1030 1031 1062 1100 1138 1190 1251 1327 1452                          1603 1378 1283 1211 1164 1116 1072 1039 1024 1033 1057 1101 1139 1190 1251 1331 1454                          1622 1382 1288 1222 1160 1120 1078 1047 1026 1033 1062 1100 1144 1188 1251 1332 1462                          1645 1394 1295 1230 1175 1127 1086 1057 1039 1047 1074 1108 1148 1195 1258 1345 1487                          1688 1411 1308 1241 1188 1136 1102 1077 1055 1064 1089 1123 1164 1209 1280 1365 1543                          1762 1439 1324 1249 1198 1156 1122 1096 1080 1087 1109 1137 1172 1222 1290 1396 1580                          1846 1495 1354 1267 1214 1174 1136 1114 1105 1109 1127 1153 1189 1239 1307 1415 1677                          1988 1567 1386 1287 1236 1193 1163 1140 1129 1135 1151 1180 1214 1259 1334 1469 1779                          2174 1658 1419 1322 1264 1213 1183 1168 1151 1161 1173 1197 1233 1294 1374 1551 1948                          2445 1780 1491 1350 1290 1239 1214 1189 1181 1182 1190 1216 1264 1330 1421 1686 2115 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [2223 1670 1440 1340 1264 1215 1191 1166 1158 1164 1179 1204 1235 1299 1375 1539 1903                          2023 1584 1397 1311 1240 1199 1167 1148 1137 1141 1154 1178 1219 1280 1346 1472 1777                          1894 1513 1363 1284 1222 1178 1142 1125 1116 1114 1134 1163 1194 1248 1315 1428 1666                          1767 1452 1337 1260 1205 1162 1130 1103 1091 1094 1114 1142 1182 1224 1291 1396 1586                          1719 1426 1317 1241 1190 1148 1109 1084 1071 1075 1094 1122 1168 1209 1280 1374 1530                          1649 1402 1301 1225 1172 1130 1092 1065 1050 1057 1078 1112 1151 1202 1264 1350 1490                          1617 1388 1292 1220 1172 1123 1086 1053 1035 1040 1071 1102 1145 1194 1254 1337 1465                          1612 1381 1288 1216 1171 1119 1078 1040 1028 1032 1062 1100 1143 1196 1249 1329 1457                          1614 1383 1290 1214 1165 1117 1078 1041 1024 1033 1060 1100 1144 1192 1255 1336 1456                          1615 1390 1293 1223 1169 1121 1081 1047 1028 1032 1063 1097 1145 1189 1252 1340 1467                          1639 1402 1298 1228 1170 1131 1088 1060 1037 1046 1071 1110 1153 1200 1260 1351 1493                          1698 1417 1313 1235 1183 1137 1104 1077 1059 1065 1089 1124 1165 1210 1272 1367 1523                          1759 1441 1337 1254 1199 1155 1122 1093 1082 1088 1107 1140 1173 1224 1287 1386 1578                          1854 1500 1353 1277 1214 1168 1140 1120 1104 1112 1128 1154 1192 1235 1312 1414 1664                          1988 1569 1383 1299 1237 1194 1164 1141 1134 1132 1152 1174 1216 1266 1339 1471 1765                          2174 1651 1422 1322 1264 1216 1183 1164 1152 1159 1171 1199 1234 1292 1365 1549 1923                          2444 1814 1486 1366 1294 1248 1210 1190 1180 1184 1199 1229 1262 1331 1414 1674 2164 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [2084 1610 1390 1300 1239 1194 1163 1140 1131 1140 1149 1170 1205 1269 1340 1486 1810                          1929 1529 1367 1278 1228 1186 1151 1137 1131 1132 1151 1171 1193 1253 1328 1440 1690                          1815 1471 1338 1264 1213 1172 1139 1116 1113 1118 1131 1153 1190 1242 1297 1404 1620                          1720 1436 1328 1252 1202 1163 1120 1106 1093 1101 1116 1146 1183 1222 1288 1368 1553                          1660 1413 1307 1239 1191 1143 1113 1085 1074 1077 1100 1127 1164 1213 1265 1353 1488                          1582 1379 1288 1227 1183 1137 1095 1069 1055 1057 1089 1113 1157 1199 1262 1327 1442                          1568 1370 1281 1221 1168 1126 1088 1055 1038 1042 1074 1100 1148 1194 1245 1318 1416                          1544 1362 1286 1223 1164 1123 1076 1046 1025 1034 1060 1095 1149 1185 1236 1307 1422                          1546 1355 1280 1215 1171 1121 1075 1047 1026 1030 1065 1104 1142 1187 1244 1321 1418                          1556 1366 1283 1220 1166 1123 1083 1046 1023 1036 1062 1099 1141 1189 1250 1311 1416                          1587 1366 1292 1225 1176 1134 1090 1058 1044 1051 1072 1111 1151 1194 1248 1322 1446                          1621 1389 1300 1233 1189 1137 1103 1083 1059 1066 1093 1124 1157 1207 1262 1335 1475                          1697 1413 1319 1243 1193 1148 1118 1097 1084 1092 1108 1135 1169 1220 1280 1362 1536                          1776 1456 1344 1267 1207 1166 1134 1109 1103 1106 1120 1146 1177 1222 1292 1387 1605                          1879 1521 1368 1277 1219 1181 1147 1129 1123 1126 1137 1161 1200 1249 1313 1425 1708                          2081 1604 1394 1306 1245 1198 1171 1153 1141 1145 1159 1179 1219 1267 1340 1494 1851                          2328 1748 1464 1345 1274 1226 1211 1180 1179 1177 1180 1216 1264 1304 1409 1623 2048 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="11" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 16]">                         2688x1520_HZ_100                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 2]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [3227 2281 1840 1632 1475 1372 1312 1271 1251 1259 1296 1351 1443 1561 1755 2089 2781                          2892 2108 1742 1551 1412 1324 1253 1221 1203 1215 1246 1298 1380 1506 1677 1954 2537                          2638 1970 1670 1494 1374 1273 1211 1174 1160 1168 1201 1255 1334 1446 1603 1844 2325                          2459 1883 1625 1449 1331 1242 1179 1142 1124 1130 1166 1219 1298 1407 1558 1781 2197                          2325 1821 1575 1412 1298 1205 1144 1104 1082 1097 1130 1189 1266 1369 1512 1725 2071                          2231 1763 1541 1382 1271 1185 1124 1079 1058 1069 1107 1168 1240 1344 1484 1685 1997                          2158 1730 1516 1369 1257 1166 1104 1058 1042 1045 1089 1140 1227 1334 1463 1658 1954                          2139 1713 1506 1359 1244 1157 1095 1045 1028 1036 1077 1137 1215 1317 1452 1647 1943                          2139 1713 1506 1354 1244 1160 1087 1043 1024 1033 1076 1133 1217 1310 1449 1643 1933                          2152 1721 1512 1364 1249 1160 1097 1054 1025 1037 1076 1137 1219 1319 1455 1651 1949                          2204 1746 1528 1374 1262 1176 1105 1063 1039 1054 1089 1151 1236 1329 1472 1670 1986                          2266 1776 1555 1396 1280 1199 1130 1090 1068 1076 1117 1176 1255 1356 1497 1709 2031                          2418 1840 1596 1429 1307 1223 1157 1116 1102 1110 1148 1203 1280 1377 1541 1750 2145                          2564 1923 1647 1472 1344 1255 1195 1159 1138 1149 1181 1234 1312 1415 1585 1812 2302                          2770 2054 1705 1522 1396 1298 1236 1201 1183 1187 1223 1275 1356 1472 1643 1923 2502                          3116 2204 1785 1589 1443 1351 1284 1249 1229 1240 1273 1329 1409 1541 1713 2060 2738                          3651 2459 1913 1666 1503 1407 1334 1303 1291 1303 1331 1385 1484 1614 1826 2266 3185 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [3236 2261 1814 1614 1473 1381 1311 1274 1262 1274 1307 1357 1437 1564 1733 2075 2800                          2868 2087 1733 1544 1414 1326 1262 1229 1210 1219 1249 1304 1386 1495 1668 1949 2484                          2633 1949 1652 1485 1367 1276 1221 1184 1164 1170 1210 1260 1331 1449 1596 1833 2291                          2433 1847 1607 1440 1331 1242 1178 1143 1129 1136 1168 1221 1299 1400 1547 1777 2158                          2291 1795 1561 1408 1290 1212 1149 1108 1090 1102 1134 1190 1264 1370 1517 1712 2057                          2205 1738 1524 1381 1264 1184 1123 1077 1063 1072 1111 1172 1242 1346 1476 1676 1976                          2132 1708 1508 1359 1255 1170 1104 1061 1041 1051 1092 1147 1229 1324 1464 1656 1938                          2125 1696 1495 1352 1240 1162 1097 1047 1030 1038 1076 1142 1219 1321 1455 1629 1902                          2094 1696 1498 1346 1249 1159 1090 1045 1024 1039 1076 1136 1216 1314 1455 1622 1912                          2132 1708 1504 1354 1249 1166 1096 1051 1028 1039 1077 1138 1225 1321 1452 1637 1938                          2178 1729 1517 1370 1258 1174 1115 1064 1050 1058 1092 1155 1233 1334 1467 1664 1965                          2254 1764 1544 1389 1280 1196 1129 1085 1074 1082 1122 1174 1258 1359 1495 1696 2022                          2352 1818 1575 1417 1314 1227 1164 1116 1106 1113 1147 1204 1280 1381 1530 1733 2106                          2529 1897 1626 1464 1341 1260 1198 1160 1145 1151 1186 1238 1311 1417 1575 1804 2276                          2767 2039 1696 1511 1389 1304 1238 1206 1188 1192 1229 1278 1362 1467 1637 1907 2441                          3054 2184 1768 1571 1443 1344 1285 1249 1231 1240 1278 1326 1411 1530 1704 2039 2735                          3528 2424 1902 1641 1508 1408 1349 1302 1283 1295 1326 1378 1473 1607 1804 2247 3136 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [3206 2271 1822 1614 1470 1373 1315 1268 1268 1268 1298 1355 1434 1568 1745 2084 2779                          2869 2090 1728 1540 1414 1332 1261 1230 1209 1220 1250 1303 1381 1504 1675 1941 2504                          2605 1957 1660 1489 1368 1277 1213 1179 1167 1171 1207 1259 1340 1446 1596 1836 2308                          2410 1845 1611 1443 1329 1248 1181 1141 1127 1136 1162 1220 1300 1398 1554 1763 2167                          2286 1799 1568 1403 1295 1205 1147 1109 1090 1100 1136 1189 1268 1368 1508 1716 2042                          2201 1741 1527 1384 1268 1181 1123 1082 1058 1072 1112 1167 1241 1340 1479 1679 1979                          2147 1724 1514 1365 1259 1167 1109 1062 1041 1048 1092 1150 1230 1329 1458 1652 1931                          2109 1712 1492 1358 1241 1162 1095 1045 1028 1031 1077 1141 1220 1317 1449 1637 1905                          2122 1699 1504 1350 1243 1154 1090 1044 1024 1038 1079 1143 1220 1317 1446 1640 1910                          2115 1707 1508 1358 1248 1164 1099 1051 1025 1039 1080 1145 1224 1320 1452 1640 1947                          2154 1728 1514 1368 1261 1173 1107 1066 1044 1053 1090 1154 1226 1332 1470 1663 1963                          2278 1763 1551 1387 1281 1195 1134 1092 1070 1080 1118 1175 1254 1355 1495 1699 2019                          2354 1812 1589 1417 1310 1220 1162 1118 1105 1111 1148 1203 1279 1379 1527 1733 2115                          2531 1915 1637 1458 1342 1252 1191 1158 1139 1152 1181 1235 1305 1414 1571 1794 2278                          2757 2036 1695 1511 1384 1300 1235 1197 1187 1191 1222 1277 1355 1467 1633 1910 2460                          3094 2187 1772 1571 1440 1334 1281 1243 1232 1239 1259 1322 1400 1531 1703 2054 2736                          3543 2418 1890 1660 1492 1406 1340 1303 1284 1286 1322 1392 1467 1600 1812 2235 3122 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [2987 2134 1774 1545 1411 1318 1262 1211 1219 1219 1253 1308 1389 1506 1691 1991 2635                          2757 2037 1723 1506 1378 1299 1245 1203 1187 1211 1227 1280 1368 1481 1659 1886 2422                          2489 1906 1659 1481 1358 1262 1203 1171 1156 1171 1211 1262 1337 1445 1614 1810 2268                          2358 1829 1614 1445 1337 1245 1171 1141 1120 1141 1171 1227 1308 1411 1572 1740 2108                          2212 1774 1572 1411 1299 1227 1156 1113 1099 1113 1141 1203 1280 1400 1519 1691 2013                          2108 1740 1558 1389 1280 1187 1127 1093 1073 1067 1106 1179 1262 1368 1493 1675 1948                          2084 1707 1519 1368 1253 1179 1113 1067 1030 1054 1099 1156 1245 1347 1481 1629 1948                          2013 1691 1493 1358 1253 1164 1099 1048 1030 1042 1086 1149 1227 1337 1457 1600 1886                          2013 1691 1493 1358 1253 1164 1099 1042 1030 1042 1080 1141 1236 1337 1457 1629 1886                          2037 1691 1506 1368 1253 1171 1099 1048 1024 1048 1080 1141 1219 1337 1469 1629 1867                          2060 1723 1532 1389 1262 1187 1113 1067 1048 1067 1099 1164 1245 1358 1481 1644 1927                          2185 1757 1558 1400 1289 1203 1134 1093 1073 1093 1127 1187 1271 1368 1519 1675 1991                          2268 1792 1572 1422 1318 1219 1164 1120 1106 1113 1149 1203 1289 1389 1532 1723 2108                          2422 1867 1629 1457 1337 1262 1179 1156 1134 1141 1179 1236 1308 1422 1572 1792 2212                          2635 1991 1659 1493 1378 1289 1227 1187 1171 1187 1203 1262 1337 1457 1629 1847 2389                          2987 2134 1740 1558 1422 1318 1262 1227 1219 1219 1253 1299 1389 1519 1691 1969 2597                          3381 2422 1886 1644 1519 1411 1318 1299 1280 1280 1318 1378 1469 1614 1810 2240 2938 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="12" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 15]">                         2688x1520_HZ_70                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 2]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [2259 1721 1468 1363 1278 1222 1192 1169 1155 1158 1178 1203 1250 1304 1401 1576 1947                          2080 1624 1418 1321 1247 1202 1160 1144 1132 1138 1154 1178 1219 1283 1365 1506 1825                          1936 1545 1383 1294 1233 1175 1140 1118 1109 1112 1130 1158 1198 1252 1328 1447 1707                          1835 1499 1365 1273 1212 1162 1125 1103 1090 1091 1113 1141 1182 1236 1309 1418 1639                          1757 1468 1339 1255 1195 1140 1104 1078 1061 1071 1091 1125 1166 1216 1285 1390 1565                          1703 1434 1322 1239 1181 1131 1094 1063 1046 1053 1078 1115 1152 1205 1273 1371 1524                          1659 1417 1309 1235 1175 1120 1082 1049 1037 1036 1067 1095 1147 1203 1263 1358 1502                          1651 1408 1305 1231 1167 1116 1077 1040 1027 1031 1059 1097 1140 1193 1258 1354 1500                          1653 1410 1307 1228 1169 1120 1070 1039 1024 1029 1059 1094 1143 1188 1257 1352 1494                          1661 1415 1310 1235 1172 1119 1079 1049 1024 1032 1058 1097 1144 1194 1261 1357 1504                          1694 1430 1319 1240 1180 1130 1083 1054 1034 1045 1067 1106 1155 1199 1271 1367 1526                          1730 1445 1334 1251 1189 1145 1100 1074 1056 1060 1088 1123 1166 1216 1284 1390 1550                          1827 1483 1357 1270 1203 1158 1117 1090 1080 1084 1108 1139 1179 1223 1310 1410 1621                          1913 1531 1384 1293 1224 1174 1140 1119 1103 1109 1127 1155 1194 1243 1332 1443 1717                          2033 1611 1412 1318 1253 1198 1163 1144 1131 1131 1151 1177 1217 1275 1361 1509 1837                          2242 1698 1453 1353 1274 1227 1189 1170 1156 1162 1179 1207 1244 1312 1395 1587 1970                          2556 1855 1527 1391 1302 1253 1212 1198 1192 1198 1209 1234 1285 1348 1457 1710 2230 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [2265 1706 1448 1348 1276 1230 1191 1171 1165 1171 1188 1209 1245 1306 1383 1566 1960                          2063 1608 1411 1315 1249 1204 1169 1152 1138 1142 1157 1184 1224 1273 1358 1502 1787                          1933 1529 1368 1286 1227 1178 1149 1128 1113 1114 1139 1163 1195 1255 1322 1438 1682                          1815 1471 1350 1265 1212 1162 1124 1104 1094 1097 1115 1143 1183 1230 1300 1415 1610                          1731 1447 1327 1251 1188 1147 1109 1082 1069 1076 1094 1126 1164 1217 1290 1380 1555                          1683 1414 1307 1238 1174 1130 1093 1061 1051 1056 1082 1119 1154 1207 1266 1363 1508                          1639 1399 1302 1226 1173 1124 1082 1052 1036 1042 1070 1102 1149 1194 1264 1356 1490                          1640 1394 1296 1224 1164 1121 1079 1042 1029 1033 1058 1101 1144 1196 1261 1339 1468                          1618 1396 1300 1220 1173 1119 1073 1041 1024 1035 1059 1097 1142 1191 1263 1335 1478                          1645 1404 1304 1226 1172 1124 1078 1046 1027 1034 1059 1097 1149 1196 1258 1346 1496                          1674 1416 1310 1236 1176 1128 1092 1055 1045 1049 1070 1110 1153 1203 1267 1363 1510                          1720 1435 1324 1245 1189 1142 1099 1069 1062 1066 1092 1121 1169 1218 1282 1380 1543                          1778 1465 1339 1259 1210 1161 1123 1090 1084 1087 1107 1140 1179 1227 1301 1397 1592                          1887 1511 1366 1286 1221 1179 1143 1120 1110 1111 1132 1159 1193 1245 1323 1436 1698                          2031 1600 1405 1309 1247 1204 1165 1149 1136 1135 1157 1180 1223 1270 1356 1496 1792                          2197 1683 1439 1338 1274 1220 1190 1170 1158 1162 1183 1204 1246 1303 1387 1571 1967                          2470 1829 1518 1371 1306 1254 1226 1197 1184 1191 1205 1228 1276 1342 1440 1696 2195 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [2244 1714 1454 1348 1273 1223 1195 1166 1171 1166 1179 1207 1242 1310 1393 1573 1945                          2064 1611 1407 1311 1249 1209 1168 1153 1137 1143 1158 1183 1219 1281 1364 1496 1801                          1912 1535 1375 1290 1228 1179 1142 1123 1116 1115 1136 1162 1203 1252 1322 1440 1694                          1798 1469 1354 1267 1210 1168 1127 1102 1093 1097 1109 1142 1183 1228 1306 1404 1617                          1728 1450 1333 1247 1192 1140 1107 1083 1069 1074 1096 1125 1168 1215 1282 1383 1543                          1680 1416 1310 1241 1178 1128 1093 1066 1046 1056 1083 1114 1153 1201 1269 1366 1510                          1650 1412 1307 1231 1177 1121 1086 1053 1036 1039 1070 1105 1150 1199 1259 1353 1484                          1628 1407 1293 1230 1164 1121 1077 1040 1027 1026 1059 1100 1145 1193 1256 1346 1470                          1640 1399 1305 1224 1168 1114 1073 1040 1024 1034 1062 1104 1146 1194 1255 1350 1476                          1632 1403 1307 1230 1171 1123 1081 1046 1024 1034 1062 1104 1148 1195 1258 1348 1503                          1656 1415 1307 1234 1179 1127 1085 1057 1039 1044 1068 1109 1146 1202 1269 1362 1509                          1739 1434 1330 1243 1190 1141 1104 1076 1058 1064 1089 1122 1165 1215 1282 1382 1541                          1779 1460 1351 1259 1206 1155 1122 1092 1083 1085 1108 1139 1178 1225 1298 1397 1598                          1888 1525 1375 1281 1222 1172 1137 1118 1104 1112 1127 1156 1188 1242 1320 1428 1699                          2024 1597 1404 1309 1242 1200 1162 1140 1135 1134 1150 1179 1216 1270 1352 1498 1806                          2226 1685 1443 1338 1272 1211 1186 1165 1159 1161 1166 1200 1236 1304 1386 1583 1968                          2480 1825 1508 1386 1292 1252 1218 1198 1185 1182 1201 1240 1271 1336 1446 1686 2185 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [2091 1610 1416 1290 1222 1174 1147 1114 1125 1121 1139 1165 1203 1258 1349 1502 1845                          1983 1570 1403 1283 1217 1179 1153 1127 1117 1135 1136 1162 1208 1261 1351 1453 1742                          1827 1495 1374 1283 1219 1165 1132 1115 1105 1115 1140 1165 1200 1251 1337 1420 1665                          1759 1456 1356 1269 1217 1165 1118 1102 1086 1102 1118 1148 1191 1239 1321 1385 1573                          1672 1430 1336 1254 1196 1161 1116 1087 1077 1087 1101 1139 1179 1244 1291 1363 1521                          1609 1415 1336 1245 1189 1133 1097 1077 1061 1051 1077 1126 1172 1226 1281 1363 1487                          1602 1398 1311 1234 1171 1133 1090 1058 1025 1045 1077 1111 1164 1215 1279 1334 1497                          1554 1390 1294 1230 1176 1123 1081 1043 1029 1037 1068 1108 1151 1211 1263 1315 1456                          1556 1392 1296 1231 1177 1124 1082 1038 1030 1038 1063 1102 1161 1212 1264 1341 1458                          1572 1390 1305 1239 1176 1129 1081 1043 1023 1043 1062 1100 1144 1211 1273 1339 1441                          1583 1411 1323 1253 1180 1140 1090 1058 1043 1058 1077 1118 1164 1225 1279 1346 1481                          1668 1429 1336 1255 1197 1149 1104 1077 1061 1077 1097 1133 1181 1226 1303 1363 1520                          1714 1444 1336 1263 1214 1154 1123 1094 1084 1087 1109 1139 1187 1234 1302 1389 1593                          1807 1487 1369 1280 1217 1181 1125 1116 1099 1102 1125 1157 1191 1249 1321 1427 1650                          1934 1562 1374 1293 1237 1190 1155 1131 1120 1131 1132 1165 1200 1262 1349 1449 1754                          2149 1645 1417 1327 1256 1197 1169 1150 1147 1142 1160 1179 1226 1294 1377 1517 1868                          2367 1828 1505 1373 1316 1257 1198 1194 1182 1177 1198 1228 1272 1348 1444 1690 2057 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="13" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 18]">                         2688x1520_TL84_100                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 4]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [3201 2244 1788 1623 1462 1362 1293 1268 1247 1261 1293 1346 1430 1552 1734 2053 2791                          2843 2071 1714 1536 1404 1319 1251 1217 1201 1211 1247 1297 1370 1486 1652 1915 2501                          2615 1956 1658 1491 1358 1275 1211 1174 1165 1165 1205 1257 1331 1435 1595 1824 2289                          2409 1853 1595 1435 1323 1237 1180 1150 1127 1133 1171 1217 1286 1391 1536 1747 2159                          2289 1781 1562 1400 1297 1211 1147 1108 1092 1103 1130 1183 1264 1354 1501 1702 2043                          2211 1734 1531 1375 1271 1186 1127 1087 1064 1072 1111 1162 1240 1335 1467 1652 1990                          2129 1702 1511 1362 1254 1171 1108 1064 1043 1050 1085 1144 1224 1319 1458 1641 1915                          2129 1683 1491 1354 1240 1159 1100 1050 1029 1040 1074 1136 1214 1312 1435 1629 1907                          2090 1689 1491 1342 1240 1153 1095 1047 1024 1036 1067 1133 1217 1304 1439 1617 1876                          2109 1689 1486 1350 1240 1156 1095 1047 1029 1038 1074 1144 1214 1308 1439 1617 1915                          2149 1708 1496 1366 1254 1171 1111 1057 1043 1052 1087 1147 1224 1308 1453 1641 1948                          2233 1740 1531 1379 1271 1189 1127 1087 1062 1080 1116 1168 1247 1338 1481 1664 1999                          2335 1788 1568 1413 1297 1214 1159 1116 1100 1103 1144 1192 1268 1366 1521 1714 2100                          2515 1876 1617 1444 1327 1251 1183 1153 1136 1136 1174 1227 1297 1396 1552 1774 2244                          2725 2008 1664 1501 1370 1282 1227 1189 1174 1186 1214 1268 1342 1449 1606 1876 2422                          3072 2169 1754 1557 1426 1327 1275 1237 1221 1234 1268 1315 1396 1506 1683 2025 2693                          3494 2409 1884 1641 1491 1383 1327 1289 1275 1282 1319 1370 1453 1584 1774 2222 3072 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [3136 2218 1804 1602 1462 1368 1303 1260 1250 1254 1289 1354 1423 1553 1726 2027 2731                          2807 2064 1708 1532 1411 1325 1256 1226 1209 1222 1250 1295 1377 1484 1645 1911 2448                          2565 1930 1638 1478 1363 1274 1216 1181 1165 1172 1205 1262 1331 1436 1587 1816 2268                          2396 1833 1587 1431 1320 1243 1181 1139 1126 1137 1170 1220 1293 1399 1541 1749 2129                          2268 1768 1556 1394 1291 1207 1150 1110 1094 1103 1137 1193 1260 1363 1492 1697 2017                          2164 1719 1518 1372 1262 1181 1124 1082 1066 1075 1112 1165 1235 1338 1473 1662 1949                          2113 1697 1492 1356 1250 1170 1107 1061 1041 1049 1089 1147 1218 1318 1447 1632 1889                          2096 1680 1487 1345 1239 1162 1098 1044 1028 1036 1078 1134 1211 1316 1439 1622 1880                          2064 1676 1476 1342 1233 1153 1088 1044 1024 1033 1076 1140 1213 1308 1436 1619 1880                          2096 1683 1487 1345 1237 1162 1100 1051 1029 1037 1079 1139 1211 1312 1436 1619 1898                          2141 1708 1498 1358 1252 1172 1110 1065 1047 1056 1089 1153 1228 1320 1452 1638 1925                          2230 1734 1532 1379 1276 1186 1126 1085 1070 1076 1118 1170 1250 1347 1478 1666 1977                          2320 1792 1562 1408 1297 1216 1157 1118 1101 1110 1142 1202 1272 1372 1512 1719 2091                          2486 1876 1606 1441 1323 1250 1188 1153 1139 1147 1174 1228 1299 1408 1541 1768 2224                          2712 1982 1666 1487 1382 1289 1228 1196 1175 1186 1218 1268 1352 1454 1612 1876 2404                          3029 2141 1745 1550 1423 1331 1278 1239 1218 1229 1260 1312 1391 1506 1676 2022 2676                          3491 2354 1863 1622 1492 1391 1329 1287 1270 1291 1314 1358 1452 1583 1780 2200 3064 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [3160 2220 1807 1605 1476 1371 1313 1269 1259 1263 1298 1352 1431 1550 1741 2066 2732                          2798 2066 1718 1535 1411 1325 1261 1227 1210 1219 1248 1300 1378 1498 1658 1928 2487                          2566 1933 1651 1484 1364 1277 1217 1182 1166 1173 1206 1261 1339 1442 1583 1819 2277                          2406 1836 1596 1437 1330 1246 1182 1146 1129 1140 1168 1221 1296 1397 1544 1748 2126                          2277 1783 1556 1406 1289 1210 1151 1119 1095 1104 1135 1190 1265 1366 1495 1707 2035                          2178 1722 1518 1375 1275 1190 1127 1085 1066 1077 1115 1165 1238 1336 1468 1658 1961                          2126 1704 1501 1354 1257 1171 1113 1066 1043 1048 1091 1151 1225 1321 1447 1635 1905                          2093 1682 1490 1345 1246 1161 1093 1047 1032 1037 1082 1137 1217 1313 1442 1615 1883                          2072 1679 1492 1345 1246 1160 1095 1047 1024 1040 1077 1140 1214 1306 1439 1615 1879                          2126 1690 1495 1348 1248 1158 1099 1055 1029 1039 1080 1137 1216 1317 1439 1621 1919                          2143 1715 1506 1359 1257 1176 1113 1067 1044 1056 1091 1153 1230 1323 1460 1641 1937                          2220 1733 1529 1385 1279 1196 1132 1092 1075 1079 1119 1175 1248 1352 1481 1675 1995                          2350 1791 1565 1414 1300 1217 1158 1116 1099 1109 1143 1199 1273 1368 1506 1711 2093                          2518 1883 1615 1449 1336 1249 1189 1155 1135 1146 1180 1230 1298 1404 1559 1775 2226                          2713 1990 1675 1495 1373 1289 1234 1196 1178 1189 1216 1273 1345 1455 1609 1865 2413                          3018 2155 1752 1553 1421 1330 1273 1242 1223 1228 1263 1315 1385 1504 1686 2010 2660                          3489 2391 1865 1625 1481 1392 1328 1292 1281 1285 1317 1378 1452 1590 1807 2220 3064 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [3032 2169 1726 1562 1439 1340 1270 1244 1234 1234 1259 1307 1394 1531 1679 1977 2647                          2716 2015 1697 1516 1407 1301 1249 1215 1197 1215 1239 1296 1358 1473 1635 1881 2421                          2459 1916 1644 1473 1364 1280 1220 1188 1165 1183 1206 1254 1335 1439 1585 1795 2215                          2331 1826 1602 1439 1329 1254 1188 1148 1132 1144 1179 1225 1312 1401 1546 1735 2082                          2199 1765 1554 1407 1301 1215 1161 1115 1108 1111 1148 1197 1280 1370 1509 1688 2002                          2125 1716 1516 1388 1280 1197 1136 1092 1073 1077 1127 1179 1254 1352 1473 1635 1916                          2068 1688 1509 1364 1264 1183 1115 1070 1041 1059 1092 1152 1239 1329 1459 1618 1870                          2015 1670 1487 1352 1249 1170 1104 1048 1031 1045 1081 1136 1225 1323 1446 1610 1848                          2002 1670 1494 1352 1249 1170 1100 1045 1024 1041 1084 1140 1225 1318 1453 1602 1870                          2041 1679 1494 1352 1254 1165 1111 1055 1027 1041 1077 1152 1215 1318 1446 1602 1870                          2082 1697 1516 1370 1259 1183 1111 1070 1052 1062 1096 1165 1234 1329 1453 1627 1893                          2154 1735 1523 1376 1270 1201 1132 1096 1070 1084 1119 1174 1259 1352 1473 1661 1964                          2280 1775 1562 1413 1301 1215 1161 1115 1108 1115 1140 1201 1280 1370 1509 1688 2068                          2421 1837 1610 1446 1323 1249 1188 1152 1132 1148 1174 1225 1296 1401 1554 1755 2215                          2581 1952 1661 1480 1358 1280 1225 1197 1170 1179 1215 1264 1340 1446 1593 1826 2313                          2919 2125 1726 1546 1413 1329 1259 1239 1215 1220 1254 1301 1388 1509 1670 1964 2581                          3394 2348 1848 1627 1473 1394 1329 1285 1270 1291 1312 1358 1466 1585 1785 2184 2919 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="14" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 17]">                         2688x1520_TL84_70                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 4]">                         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.0000 ]                     </vignetting>                     <LSC_SAMPLES_red index="1" type="double" size="[17 17]">                         [2241 1693 1427 1355 1266 1213 1175 1166 1151 1159 1175 1199 1239 1296 1384 1549 1954                          2045 1596 1395 1308 1240 1198 1158 1140 1130 1135 1155 1178 1210 1266 1345 1476 1799                          1919 1534 1373 1291 1219 1177 1140 1118 1114 1110 1134 1160 1195 1243 1321 1431 1680                          1797 1475 1340 1260 1204 1158 1126 1110 1093 1094 1118 1139 1171 1222 1291 1391 1611                          1730 1435 1328 1244 1194 1146 1107 1082 1071 1077 1091 1120 1164 1203 1276 1372 1544                          1688 1411 1313 1233 1181 1132 1097 1071 1052 1056 1082 1109 1152 1197 1258 1344 1519                          1636 1394 1305 1229 1172 1125 1086 1055 1038 1041 1063 1099 1144 1190 1259 1344 1472                          1643 1384 1292 1226 1164 1118 1082 1045 1028 1035 1056 1096 1139 1188 1244 1339 1472                          1615 1390 1294 1217 1165 1113 1078 1043 1024 1032 1051 1094 1143 1182 1249 1331 1450                          1628 1388 1288 1223 1164 1115 1077 1042 1028 1033 1056 1103 1139 1184 1247 1329 1478                          1652 1399 1292 1232 1172 1125 1088 1048 1038 1043 1065 1102 1144 1180 1254 1344 1497                          1704 1415 1313 1236 1181 1135 1097 1071 1050 1064 1087 1115 1158 1199 1270 1354 1526                          1765 1441 1333 1255 1194 1149 1119 1090 1078 1077 1104 1128 1168 1214 1293 1381 1587                          1876 1494 1359 1268 1208 1171 1129 1113 1101 1097 1120 1148 1181 1226 1304 1413 1674                          2000 1575 1378 1300 1230 1183 1155 1132 1123 1130 1143 1170 1205 1255 1330 1472 1778                          2210 1671 1428 1326 1259 1205 1181 1159 1149 1156 1174 1194 1233 1283 1370 1561 1937                          2446 1818 1503 1371 1291 1232 1206 1185 1177 1179 1199 1220 1259 1323 1416 1677 2150 ]                     </LSC_SAMPLES_red>                     <LSC_SAMPLES_greenR index="1" type="double" size="[17 17]">                         [2195 1674 1440 1338 1266 1219 1184 1159 1154 1153 1171 1206 1233 1297 1377 1530 1912                          2019 1591 1391 1305 1246 1203 1163 1149 1137 1145 1158 1176 1216 1264 1339 1473 1761                          1883 1514 1357 1280 1224 1176 1145 1125 1114 1116 1134 1165 1195 1244 1314 1425 1665                          1788 1460 1333 1257 1202 1163 1127 1100 1092 1098 1117 1142 1177 1229 1295 1393 1588                          1714 1425 1323 1239 1189 1142 1110 1084 1072 1077 1097 1129 1160 1211 1268 1368 1524                          1652 1398 1302 1230 1172 1128 1094 1066 1054 1059 1083 1112 1147 1199 1264 1352 1488                          1624 1390 1288 1223 1168 1124 1085 1052 1036 1040 1067 1102 1139 1189 1249 1336 1452                          1618 1381 1289 1218 1163 1121 1080 1039 1027 1031 1060 1094 1136 1192 1247 1333 1451                          1595 1380 1281 1217 1158 1113 1071 1040 1024 1029 1059 1101 1140 1186 1246 1333 1453                          1618 1384 1289 1218 1161 1121 1082 1046 1028 1032 1061 1098 1136 1188 1245 1331 1465                          1646 1399 1293 1225 1170 1126 1087 1056 1042 1047 1067 1108 1148 1191 1254 1341 1480                          1702 1411 1314 1236 1185 1132 1096 1069 1058 1060 1089 1117 1161 1207 1268 1355 1509                          1753 1444 1328 1251 1194 1151 1117 1092 1079 1084 1102 1138 1171 1219 1285 1385 1580                          1855 1494 1349 1266 1204 1170 1134 1113 1104 1108 1120 1149 1183 1237 1295 1408 1659                          1991 1555 1380 1288 1241 1190 1156 1139 1123 1130 1146 1170 1214 1259 1335 1472 1765                          2179 1650 1421 1320 1256 1208 1183 1161 1146 1152 1167 1191 1228 1283 1365 1558 1925                          2444 1776 1487 1355 1292 1239 1208 1183 1172 1187 1194 1210 1258 1322 1421 1660 2145 ]                     </LSC_SAMPLES_greenR>                     <LSC_SAMPLES_greenB index="1" type="double" size="[17 17]">                         [2212 1675 1442 1340 1278 1221 1193 1167 1162 1161 1179 1204 1240 1295 1389 1559 1912                          2013 1592 1399 1307 1246 1203 1168 1150 1138 1142 1156 1180 1217 1276 1350 1486 1789                          1884 1516 1367 1285 1225 1179 1146 1126 1115 1117 1135 1164 1202 1249 1311 1427 1671                          1795 1462 1341 1262 1211 1166 1128 1107 1094 1101 1115 1143 1180 1227 1297 1392 1586                          1721 1437 1323 1249 1187 1145 1111 1093 1073 1078 1095 1126 1165 1214 1271 1376 1538                          1662 1401 1302 1233 1184 1136 1097 1069 1054 1061 1086 1112 1150 1198 1259 1349 1497                          1634 1395 1296 1221 1175 1125 1090 1057 1038 1039 1069 1106 1145 1192 1249 1339 1464                          1615 1383 1291 1218 1169 1120 1075 1042 1031 1032 1064 1097 1142 1189 1250 1328 1453                          1601 1382 1295 1220 1171 1120 1078 1043 1024 1036 1060 1101 1141 1184 1249 1329 1452                          1641 1389 1296 1221 1171 1117 1081 1050 1028 1034 1062 1097 1141 1193 1247 1333 1481                          1647 1404 1300 1226 1175 1130 1090 1058 1039 1047 1069 1108 1150 1194 1260 1344 1489                          1694 1410 1312 1242 1188 1142 1102 1076 1063 1063 1089 1122 1159 1212 1270 1363 1523                          1776 1443 1330 1256 1197 1152 1118 1090 1077 1083 1103 1135 1172 1215 1280 1379 1582                          1879 1499 1357 1273 1216 1169 1135 1115 1100 1107 1126 1151 1182 1233 1310 1413 1661                          1991 1561 1387 1295 1233 1190 1162 1139 1126 1132 1145 1175 1207 1260 1333 1463 1771                          2171 1661 1426 1323 1255 1208 1179 1164 1150 1151 1170 1194 1223 1281 1373 1549 1914                          2442 1804 1488 1357 1283 1240 1207 1188 1183 1182 1197 1228 1258 1328 1442 1675 2145 ]                     </LSC_SAMPLES_greenB>                     <LSC_SAMPLES_blue index="1" type="double" size="[17 17]">                         [2122 1637 1377 1305 1246 1194 1154 1144 1139 1135 1144 1164 1207 1279 1340 1492 1853                          1954 1553 1382 1291 1242 1181 1157 1138 1126 1138 1147 1177 1199 1254 1331 1450 1742                          1805 1503 1362 1276 1225 1181 1148 1131 1114 1127 1135 1157 1198 1246 1313 1408 1626                          1739 1454 1346 1264 1210 1174 1134 1109 1097 1105 1125 1146 1194 1231 1299 1382 1553                          1662 1422 1321 1250 1198 1150 1121 1089 1086 1085 1108 1133 1179 1217 1283 1360 1513                          1622 1396 1300 1244 1189 1143 1106 1076 1061 1061 1097 1126 1165 1212 1264 1330 1462                          1589 1382 1303 1231 1182 1137 1092 1061 1036 1050 1070 1107 1158 1199 1260 1325 1437                          1555 1373 1289 1224 1172 1128 1086 1043 1030 1040 1063 1096 1149 1198 1253 1324 1426                          1547 1375 1297 1226 1173 1130 1083 1041 1024 1037 1067 1101 1151 1195 1261 1319 1445                          1575 1380 1295 1224 1177 1124 1093 1050 1026 1036 1059 1111 1140 1194 1253 1317 1443                          1600 1390 1309 1236 1177 1137 1088 1061 1047 1053 1074 1119 1154 1199 1254 1332 1455                          1644 1411 1306 1233 1180 1147 1102 1080 1058 1068 1089 1121 1170 1212 1264 1351 1499                          1723 1430 1328 1255 1198 1150 1121 1089 1086 1089 1100 1137 1179 1217 1283 1360 1563                          1806 1463 1353 1270 1204 1169 1134 1112 1097 1109 1120 1146 1180 1231 1306 1397 1652                          1895 1531 1376 1282 1219 1181 1153 1140 1119 1123 1144 1167 1203 1252 1319 1433 1698                          2100 1638 1405 1317 1248 1207 1166 1161 1143 1143 1161 1181 1226 1285 1360 1514 1857                          2376 1772 1475 1359 1276 1242 1208 1182 1172 1187 1192 1210 1270 1324 1424 1648 2043 ]                     </LSC_SAMPLES_blue>                 </cell>                 <cell index="1" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 16]">                         2688x1520_GRAY_0                     </name>                     <resolution index="1" type="char" size="[1 9]">                         2688x1520                     </resolution>                     <illumination index="1" type="char" size="[1 4]">                         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.0000 ]                     </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 6]">                             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.0000 75.0000 15.0000 ]                             </RGB2Y_para>                         <low_bound_pos_bit index="1" type="double" size="[1 1]">                                 [8.0000 ]                             </low_bound_pos_bit>                         <y_alpha_curve index="1" type="double" size="[1 17]">                                 [0.0000 64.0000 128.0000 192.0000 256.0000 320.0000 384.0000 448.0000 512.0000 576.0000 640.0000 704.0000 768.0000 832.0000 896.0000 960.0000 1024.0000 ]                             </y_alpha_curve>                         <gain_alphaScale_curve index="1" type="struct" size="[1 1]">                             <gain index="1" type="double" size="[1 9]">                                     [1.0000 2.0000 4.0000 8.0000 16.0000 32.0000 64.0000 128.0000 256.0000 ]                                 </gain>                             <scale index="1" type="double" size="[1 9]">                                     [1.0000 0.8000 0.8000 0.9000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                 </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 1]">                                         A                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [1.2437 3.1626 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 10]">                                         A_100 A_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="5" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 3]">                                         CWF                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [2.0936 2.7449 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 14]">                                         CWF_100 CWF_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="2" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 3]">                                         D50                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [1.8138 1.9323 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 14]">                                         D50_100 D50_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="3" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 3]">                                         D65                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [2.2656 1.6506 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 14]">                                         D65_100 D65_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="4" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 3]">                                         D75                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [2.2993 1.5164 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 14]">                                         D75_100 D75_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="4" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 2]">                                         HZ                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [1.0206 3.8315 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 12]">                                         HZ_100 HZ_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="6" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 4]">                                         TL84                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [1.8328 2.4970 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 16]">                                         TL84_100 TL84_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </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.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.682 -0.580 -0.102                                      -0.443 1.525 -0.082                                      -0.032 -1.06 2.092 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="2" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 4]">                                     A_74                                 </name>                             <illumination index="1" type="char" size="[1 1]">                                     A                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [0.9927 0.1793 -0.1720                                      -0.3325 1.3272 0.0053                                      -0.0057 -0.5570 1.5626 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="3" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 7]">                                     CWF_100                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     CWF                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.7033 -0.6126 -0.0907                                      -0.3394 1.3419 -0.0025                                      0.0693 -0.6754 1.6061 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="4" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 6]">                                     CWF_74                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     CWF                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.3447 -0.3215 -0.0232                                      -0.1678 1.1161 0.0517                                      0.1296 -0.3587 1.2291 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="5" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 7]">                                     D50_100                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D50                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.4055 -0.2459 -0.1596                                      -0.3187 1.5060 -0.1873                                      0.0129 -0.5874 1.5745 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="6" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 6]">                                     D50_74                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D50                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.0947 0.0114 -0.1061                                      -0.1786 1.3049 -0.1263                                      0.0663 -0.2373 1.1710 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="7" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 7]">                                     D65_100                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D65                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.4301 -0.2987 -0.1314                                      -0.2447 1.4467 -0.2020                                      0.0312 -0.5365 1.5053 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="8" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 6]">                                     D65_74                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D65                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.1395 -0.0496 -0.0899                                      -0.1118 1.2656 -0.1538                                      0.0901 -0.2013 1.1112 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="9" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 7]">                                     D75_100                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D75                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.4441 -0.3009 -0.1432                                      -0.2522 1.4773 -0.2251                                      0.0134 -0.4678 1.4544 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="10" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 6]">                                     D75_74                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D75                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.1480 -0.0380 -0.11                                      -0.11 1.2794 -0.1694                                      0.0835 -0.1588 1.0753 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="11" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 6]">                                     HZ_100                                 </name>                             <illumination index="1" type="char" size="[1 2]">                                     HZ                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.665 -0.438 -0.227                                      -0.563 1.534 0.029                                      -0.394 -1.665 3.059 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="12" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 5]">                                     HZ_74                                 </name>                             <illumination index="1" type="char" size="[1 2]">                                     HZ                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [0.9544 0.2913 -0.2457                                      -0.4546 1.3460 0.1086                                      -0.1502 -0.802 1.9522 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="13" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 8]">                                     TL84_100                                 </name>                             <illumination index="1" type="char" size="[1 4]">                                     TL84                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.5498 -0.4520 -0.0978                                      -0.3563 1.4517 -0.0954                                      0.0513 -0.6742 1.6229 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="14" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 7]">                                     TL84_74                                 </name>                             <illumination index="1" type="char" size="[1 4]">                                     TL84                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.2121 -0.1622 -0.0499                                      -0.1941 1.2363 -0.0422                                      0.1065 -0.3357 1.2292 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                     </matrixAll>                 </cell>                 <cell index="1" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 6]">                             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.0000 75.0000 15.0000 ]                             </RGB2Y_para>                         <low_bound_pos_bit index="1" type="double" size="[1 1]">                                 [8.0000 ]                             </low_bound_pos_bit>                         <y_alpha_curve index="1" type="double" size="[1 17]">                                 [0.0000 64.0000 128.0000 192.0000 256.0000 320.0000 384.0000 448.0000 512.0000 576.0000 640.0000 704.0000 768.0000 832.0000 896.0000 960.0000 1024.0000 ]                             </y_alpha_curve>                         <gain_alphaScale_curve index="1" type="struct" size="[1 1]">                             <gain index="1" type="double" size="[1 9]">                                     [1.0000 2.0000 4.0000 8.0000 16.0000 32.0000 64.0000 128.0000 256.0000 ]                                 </gain>                             <scale index="1" type="double" size="[1 9]">                                     [1.0000 0.8000 0.8000 0.9000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                 </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 1]">                                         A                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [1.2437 3.1626 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 10]">                                         A_100 A_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="5" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 3]">                                         CWF                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [2.0936 2.7449 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 14]">                                         CWF_100 CWF_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="2" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 3]">                                         D50                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [1.8138 1.9323 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 14]">                                         D50_100 D50_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="3" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 3]">                                         D65                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [2.2656 1.6506 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 14]">                                         D65_100 D65_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="4" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 3]">                                         D75                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [2.2993 1.5164 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 14]">                                         D75_100 D75_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="4" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 2]">                                         HZ                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [1.0206 3.8315 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 12]">                                         HZ_100 HZ_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </sat>                             </cell>                             <cell index="6" type="struct" size="[1 1]">                                 <name index="1" type="char" size="[1 4]">                                         TL84                                     </name>                                 <wbGain index="1" type="double" size="[1 2]">                                         [1.8328 2.4970 ]                                     </wbGain>                                 <matrixUsed index="1" type="char" size="[1 16]">                                         TL84_100 TL84_74                                      </matrixUsed>                                 <gains index="1" type="double" size="[1 4]">                                         [1.0000 4.0000 6.0000 16.0000 ]                                     </gains>                                 <sat index="1" type="double" size="[1 4]">                                         [100.0000 100.0000 90.0000 50.0000 ]                                     </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.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.682 -0.580 -0.102                                      -0.443 1.525 -0.082                                      -0.032 -1.06 2.092 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="2" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 4]">                                     A_74                                 </name>                             <illumination index="1" type="char" size="[1 1]">                                     A                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [0.9927 0.1793 -0.1720                                      -0.3325 1.3272 0.0053                                      -0.0057 -0.5570 1.5626 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="3" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 7]">                                     CWF_100                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     CWF                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.7033 -0.6126 -0.0907                                      -0.3394 1.3419 -0.0025                                      0.0693 -0.6754 1.6061 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="4" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 6]">                                     CWF_74                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     CWF                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.3447 -0.3215 -0.0232                                      -0.1678 1.1161 0.0517                                      0.1296 -0.3587 1.2291 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="5" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 7]">                                     D50_100                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D50                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.4055 -0.2459 -0.1596                                      -0.3187 1.5060 -0.1873                                      0.0129 -0.5874 1.5745 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="6" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 6]">                                     D50_74                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D50                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.0947 0.0114 -0.1061                                      -0.1786 1.3049 -0.1263                                      0.0663 -0.2373 1.1710 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="7" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 7]">                                     D65_100                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D65                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.4301 -0.2987 -0.1314                                      -0.2447 1.4467 -0.2020                                      0.0312 -0.5365 1.5053 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="8" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 6]">                                     D65_74                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D65                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.1395 -0.0496 -0.0899                                      -0.1118 1.2656 -0.1538                                      0.0901 -0.2013 1.1112 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="9" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 7]">                                     D75_100                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D75                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.4441 -0.3009 -0.1432                                      -0.2522 1.4773 -0.2251                                      0.0134 -0.4678 1.4544 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="10" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 6]">                                     D75_74                                 </name>                             <illumination index="1" type="char" size="[1 3]">                                     D75                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.1480 -0.0380 -0.11                                      -0.11 1.2794 -0.1694                                      0.0835 -0.1588 1.0753 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="11" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 6]">                                     HZ_100                                 </name>                             <illumination index="1" type="char" size="[1 2]">                                     HZ                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.665 -0.438 -0.227                                      -0.563 1.534 0.029                                      -0.394 -1.665 3.059 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="12" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 5]">                                     HZ_74                                 </name>                             <illumination index="1" type="char" size="[1 2]">                                     HZ                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [0.9544 0.2913 -0.2457                                      -0.4546 1.3460 0.1086                                      -0.1502 -0.802 1.9522 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="13" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 8]">                                     TL84_100                                 </name>                             <illumination index="1" type="char" size="[1 4]">                                     TL84                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [100.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.5498 -0.4520 -0.0978                                      -0.3563 1.4517 -0.0954                                      0.0513 -0.6742 1.6229 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </ccOffsets>                         </cell>                         <cell index="14" type="struct" size="[1 5]">                             <name index="1" type="char" size="[1 7]">                                     TL84_74                                 </name>                             <illumination index="1" type="char" size="[1 4]">                                     TL84                                 </illumination>                             <saturation index="1" type="double" size="[1 1]">                                     [74.0000 ]                                 </saturation>                             <ccMatrix index="1" type="double" size="[3 3]">                                     [1.2121 -0.1622 -0.0499                                      -0.1941 1.2363 -0.0422                                      0.1065 -0.3357 1.2292 ]                                 </ccMatrix>                             <ccOffsets index="1" type="double" size="[1 3]">                                     [0.0000 0.0000 0.0000 ]                                 </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 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 6]">                                 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 4]">                                         HSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         lcg                                     </Sensor_Mode>                             <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>                             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                                         [40.0000 40.0000 40.0000 50.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 ]                                     </step0_uvgrad_ratio>                             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                                         [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 ]                                     </step0_uvgrad_offset>                             <step1_nonMed1 index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step1_nonMed1>                             <step1_nonBf1 index="1" type="double" size="[1 4]">                                         [31.0000 31.0000 31.0000 31.0000 ]                                     </step1_nonBf1>                             <step1_downSample_w index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_w>                             <step1_downSample_h index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_h>                             <step1_downSample_meansize index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_meansize>                             <step1_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                     </step1_median_ratio>                             <step1_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step1_median_size>                             <step1_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_median_IIR>                             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                                         [8.5300 10.2400 10.2400 10.2400 12.8000 12.8000 21.3000 25.6000 25.6000 25.6000 25.6000 25.6000 25.6000 ]                                     </step1_bf_sigmaR>                             <step1_bf_uvgain index="1" type="double" size="[1 13]">                                         [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_uvgain>                             <step1_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_ratio>                             <step1_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step1_bf_size>                             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                                         [16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 ]                                     </step1_bf_sigmaD>                             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_isRowIIR>                             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_isYcopy>                             <step2_nonExt_block index="1" type="double" size="[1 4]">                                         [7.0000 7.0000 7.0000 7.0000 ]                                     </step2_nonExt_block>                             <step2_nonMed index="1" type="double" size="[1 4]">                                         [1.0000 1.0000 1.0000 1.0000 ]                                     </step2_nonMed>                             <step2_nonBf index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step2_nonBf>                             <step2_downSample_w index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_w>                             <step2_downSample_h index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_h>                             <step2_downSample_meansize index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step2_downSample_meansize>                             <step2_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 ]                                     </step2_median_ratio>                             <step2_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step2_median_size>                             <step2_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_median_IIR>                             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                                         [5.1200 6.4000 8.5300 10.2400 10.2400 12.8000 12.8000 12.8000 17.0600 17.0600 17.0600 17.0600 17.0600 ]                                     </step2_bf_sigmaR>                             <step2_bf_uvgain index="1" type="double" size="[1 13]">                                         [2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step2_bf_uvgain>                             <step2_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_ratio>                             <step2_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step2_bf_size>                             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                                         [128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 ]                                     </step2_bf_sigmaD>                             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_isRowIIR>                             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step2_bf_isYcopy>                             <step3_nonBf3 index="1" type="double" size="[1 4]">                                         [32.0000 32.0000 32.0000 32.0000 ]                                     </step3_nonBf3>                             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                                         [3.4130 4.2670 5.6890 7.1100 8.5300 8.5300 10.2400 10.2400 10.2400 10.2400 10.2400 10.2400 10.2400 ]                                     </step3_bf_sigmaR>                             <step3_bf_uvgain index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 3.0000 3.0000 3.0000 3.0000 2.5000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step3_bf_uvgain>                             <step3_bf_ratio index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_ratio>                             <step3_bf_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step3_bf_size>                             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step3_bf_sigmaD>                             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step3_bf_isRowIIR>                             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_isYcopy>                             <kernel_3x3 index="1" type="double" size="[1 3]">                                         [1.0000 0.8825 0.7788 ]                                     </kernel_3x3>                             <kernel_5x5 index="1" type="double" size="[1 5]">                                         [1.0000 0.8825 0.7788 0.6065 0.3679 ]                                     </kernel_5x5>                             <kernel_9x9 index="1" type="double" size="[1 8]">                                         [1.0000 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.0000 ]                                     </kernel_9x9_num>                             <sigma_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </sigma_adj_luma>                             <sigma_adj_ratio index="1" type="double" size="[1 9]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </sigma_adj_ratio>                             <threshold_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </threshold_adj_luma>                             <threshold_adj_thre index="1" type="double" size="[1 9]">                                         [10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 ]                                     </threshold_adj_thre>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                             <SNR_Mode index="1" type="char" size="[1 4]">                                         LSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         hcg                                     </Sensor_Mode>                             <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>                             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                                         [40.0000 40.0000 40.0000 50.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 ]                                     </step0_uvgrad_ratio>                             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                                         [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 ]                                     </step0_uvgrad_offset>                             <step1_nonMed1 index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step1_nonMed1>                             <step1_nonBf1 index="1" type="double" size="[1 4]">                                         [31.0000 31.0000 31.0000 31.0000 ]                                     </step1_nonBf1>                             <step1_downSample_w index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_w>                             <step1_downSample_h index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_h>                             <step1_downSample_meansize index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_meansize>                             <step1_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                     </step1_median_ratio>                             <step1_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step1_median_size>                             <step1_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_median_IIR>                             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                                         [8.5300 10.2400 10.2400 10.2400 12.8000 12.8000 21.3000 25.6000 25.6000 25.6000 25.6000 25.6000 25.6000 ]                                     </step1_bf_sigmaR>                             <step1_bf_uvgain index="1" type="double" size="[1 13]">                                         [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_uvgain>                             <step1_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_ratio>                             <step1_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step1_bf_size>                             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                                         [16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 ]                                     </step1_bf_sigmaD>                             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_isRowIIR>                             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_isYcopy>                             <step2_nonExt_block index="1" type="double" size="[1 4]">                                         [7.0000 7.0000 7.0000 7.0000 ]                                     </step2_nonExt_block>                             <step2_nonMed index="1" type="double" size="[1 4]">                                         [1.0000 1.0000 1.0000 1.0000 ]                                     </step2_nonMed>                             <step2_nonBf index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step2_nonBf>                             <step2_downSample_w index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_w>                             <step2_downSample_h index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_h>                             <step2_downSample_meansize index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step2_downSample_meansize>                             <step2_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 ]                                     </step2_median_ratio>                             <step2_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step2_median_size>                             <step2_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_median_IIR>                             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                                         [5.1200 6.4000 8.5300 10.2400 10.2400 12.8000 12.8000 12.8000 17.0600 17.0600 17.0600 17.0600 17.0600 ]                                     </step2_bf_sigmaR>                             <step2_bf_uvgain index="1" type="double" size="[1 13]">                                         [2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step2_bf_uvgain>                             <step2_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_ratio>                             <step2_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step2_bf_size>                             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                                         [128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 ]                                     </step2_bf_sigmaD>                             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_isRowIIR>                             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step2_bf_isYcopy>                             <step3_nonBf3 index="1" type="double" size="[1 4]">                                         [32.0000 32.0000 32.0000 32.0000 ]                                     </step3_nonBf3>                             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                                         [3.4130 4.2670 5.6890 7.1100 8.0880 7.9140 8.7000 8.9660 9.2000 10.2400 10.2400 10.2400 10.2400 ]                                     </step3_bf_sigmaR>                             <step3_bf_uvgain index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 3.0000 3.0000 3.0000 3.0000 2.5000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step3_bf_uvgain>                             <step3_bf_ratio index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 0.9000 0.7000 0.6900 0.6800 0.8000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_ratio>                             <step3_bf_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step3_bf_size>                             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step3_bf_sigmaD>                             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step3_bf_isRowIIR>                             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_isYcopy>                             <kernel_3x3 index="1" type="double" size="[1 3]">                                         [1.0000 0.8825 0.7788 ]                                     </kernel_3x3>                             <kernel_5x5 index="1" type="double" size="[1 5]">                                         [1.0000 0.8825 0.7788 0.6065 0.3679 ]                                     </kernel_5x5>                             <kernel_9x9 index="1" type="double" size="[1 8]">                                         [1.0000 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.0000 ]                                     </kernel_9x9_num>                             <sigma_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </sigma_adj_luma>                             <sigma_adj_ratio index="1" type="double" size="[1 9]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </sigma_adj_ratio>                             <threshold_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </threshold_adj_luma>                             <threshold_adj_thre index="1" type="double" size="[1 9]">                                         [10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 ]                                     </threshold_adj_thre>                         </cell>                     </Setting>                 </cell>                 <cell index="1" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 6]">                                 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 4]">                                         HSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         lcg                                     </Sensor_Mode>                             <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>                             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                                         [40.0000 40.0000 40.0000 50.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 ]                                     </step0_uvgrad_ratio>                             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                                         [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 ]                                     </step0_uvgrad_offset>                             <step1_nonMed1 index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step1_nonMed1>                             <step1_nonBf1 index="1" type="double" size="[1 4]">                                         [31.0000 31.0000 31.0000 31.0000 ]                                     </step1_nonBf1>                             <step1_downSample_w index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_w>                             <step1_downSample_h index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_h>                             <step1_downSample_meansize index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_meansize>                             <step1_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                     </step1_median_ratio>                             <step1_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step1_median_size>                             <step1_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_median_IIR>                             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                                         [8.5300 10.2400 10.2400 10.2400 12.8000 12.8000 21.3000 25.6000 25.6000 25.6000 25.6000 25.6000 25.6000 ]                                     </step1_bf_sigmaR>                             <step1_bf_uvgain index="1" type="double" size="[1 13]">                                         [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_uvgain>                             <step1_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_ratio>                             <step1_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step1_bf_size>                             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                                         [16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 ]                                     </step1_bf_sigmaD>                             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_isRowIIR>                             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_isYcopy>                             <step2_nonExt_block index="1" type="double" size="[1 4]">                                         [7.0000 7.0000 7.0000 7.0000 ]                                     </step2_nonExt_block>                             <step2_nonMed index="1" type="double" size="[1 4]">                                         [1.0000 1.0000 1.0000 1.0000 ]                                     </step2_nonMed>                             <step2_nonBf index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step2_nonBf>                             <step2_downSample_w index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_w>                             <step2_downSample_h index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_h>                             <step2_downSample_meansize index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step2_downSample_meansize>                             <step2_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 ]                                     </step2_median_ratio>                             <step2_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step2_median_size>                             <step2_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_median_IIR>                             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                                         [5.1200 6.4000 8.5300 10.2400 10.2400 12.8000 12.8000 12.8000 17.0600 17.0600 17.0600 17.0600 17.0600 ]                                     </step2_bf_sigmaR>                             <step2_bf_uvgain index="1" type="double" size="[1 13]">                                         [2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step2_bf_uvgain>                             <step2_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_ratio>                             <step2_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step2_bf_size>                             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                                         [128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 ]                                     </step2_bf_sigmaD>                             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_isRowIIR>                             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step2_bf_isYcopy>                             <step3_nonBf3 index="1" type="double" size="[1 4]">                                         [32.0000 32.0000 32.0000 32.0000 ]                                     </step3_nonBf3>                             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                                         [3.4130 4.2670 5.6890 7.1100 8.5300 8.5300 10.2400 10.2400 10.2400 10.2400 10.2400 10.2400 10.2400 ]                                     </step3_bf_sigmaR>                             <step3_bf_uvgain index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 3.0000 3.0000 3.0000 3.0000 2.5000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step3_bf_uvgain>                             <step3_bf_ratio index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_ratio>                             <step3_bf_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step3_bf_size>                             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step3_bf_sigmaD>                             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step3_bf_isRowIIR>                             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_isYcopy>                             <kernel_3x3 index="1" type="double" size="[1 3]">                                         [1.0000 0.8825 0.7788 ]                                     </kernel_3x3>                             <kernel_5x5 index="1" type="double" size="[1 5]">                                         [1.0000 0.8825 0.7788 0.6065 0.3679 ]                                     </kernel_5x5>                             <kernel_9x9 index="1" type="double" size="[1 8]">                                         [1.0000 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.0000 ]                                     </kernel_9x9_num>                             <sigma_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </sigma_adj_luma>                             <sigma_adj_ratio index="1" type="double" size="[1 9]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </sigma_adj_ratio>                             <threshold_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </threshold_adj_luma>                             <threshold_adj_thre index="1" type="double" size="[1 9]">                                         [10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 ]                                     </threshold_adj_thre>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                             <SNR_Mode index="1" type="char" size="[1 4]">                                         LSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         hcg                                     </Sensor_Mode>                             <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>                             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                                         [40.0000 40.0000 40.0000 50.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 ]                                     </step0_uvgrad_ratio>                             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                                         [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 ]                                     </step0_uvgrad_offset>                             <step1_nonMed1 index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step1_nonMed1>                             <step1_nonBf1 index="1" type="double" size="[1 4]">                                         [31.0000 31.0000 31.0000 31.0000 ]                                     </step1_nonBf1>                             <step1_downSample_w index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_w>                             <step1_downSample_h index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_h>                             <step1_downSample_meansize index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_meansize>                             <step1_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                     </step1_median_ratio>                             <step1_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step1_median_size>                             <step1_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_median_IIR>                             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                                         [8.5300 10.2400 10.2400 10.2400 12.8000 12.8000 21.3000 25.6000 25.6000 25.6000 25.6000 25.6000 25.6000 ]                                     </step1_bf_sigmaR>                             <step1_bf_uvgain index="1" type="double" size="[1 13]">                                         [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_uvgain>                             <step1_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_ratio>                             <step1_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step1_bf_size>                             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                                         [16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 ]                                     </step1_bf_sigmaD>                             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_isRowIIR>                             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_isYcopy>                             <step2_nonExt_block index="1" type="double" size="[1 4]">                                         [7.0000 7.0000 7.0000 7.0000 ]                                     </step2_nonExt_block>                             <step2_nonMed index="1" type="double" size="[1 4]">                                         [1.0000 1.0000 1.0000 1.0000 ]                                     </step2_nonMed>                             <step2_nonBf index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step2_nonBf>                             <step2_downSample_w index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_w>                             <step2_downSample_h index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_h>                             <step2_downSample_meansize index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step2_downSample_meansize>                             <step2_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 ]                                     </step2_median_ratio>                             <step2_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step2_median_size>                             <step2_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_median_IIR>                             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                                         [5.1200 6.4000 8.5300 10.2400 10.2400 12.8000 12.8000 12.8000 17.0600 17.0600 17.0600 17.0600 17.0600 ]                                     </step2_bf_sigmaR>                             <step2_bf_uvgain index="1" type="double" size="[1 13]">                                         [2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step2_bf_uvgain>                             <step2_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_ratio>                             <step2_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step2_bf_size>                             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                                         [128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 ]                                     </step2_bf_sigmaD>                             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_isRowIIR>                             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step2_bf_isYcopy>                             <step3_nonBf3 index="1" type="double" size="[1 4]">                                         [32.0000 32.0000 32.0000 32.0000 ]                                     </step3_nonBf3>                             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                                         [3.4130 4.2670 5.6890 7.1100 8.0880 7.9140 8.7000 8.9660 9.2000 10.2400 10.2400 10.2400 10.2400 ]                                     </step3_bf_sigmaR>                             <step3_bf_uvgain index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 3.0000 3.0000 3.0000 3.0000 2.5000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step3_bf_uvgain>                             <step3_bf_ratio index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 0.9000 0.7000 0.6900 0.6800 0.8000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_ratio>                             <step3_bf_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step3_bf_size>                             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step3_bf_sigmaD>                             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step3_bf_isRowIIR>                             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_isYcopy>                             <kernel_3x3 index="1" type="double" size="[1 3]">                                         [1.0000 0.8825 0.7788 ]                                     </kernel_3x3>                             <kernel_5x5 index="1" type="double" size="[1 5]">                                         [1.0000 0.8825 0.7788 0.6065 0.3679 ]                                     </kernel_5x5>                             <kernel_9x9 index="1" type="double" size="[1 8]">                                         [1.0000 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.0000 ]                                     </kernel_9x9_num>                             <sigma_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </sigma_adj_luma>                             <sigma_adj_ratio index="1" type="double" size="[1 9]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </sigma_adj_ratio>                             <threshold_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </threshold_adj_luma>                             <threshold_adj_thre index="1" type="double" size="[1 9]">                                         [10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 ]                                     </threshold_adj_thre>                         </cell>                     </Setting>                 </cell>                 <cell index="1" type="struct" size="[1 1]">                     <Name index="1" type="char" size="[1 6]">                                 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 4]">                                         HSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         lcg                                     </Sensor_Mode>                             <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>                             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                                         [40.0000 40.0000 40.0000 50.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 ]                                     </step0_uvgrad_ratio>                             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                                         [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 ]                                     </step0_uvgrad_offset>                             <step1_nonMed1 index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step1_nonMed1>                             <step1_nonBf1 index="1" type="double" size="[1 4]">                                         [31.0000 31.0000 31.0000 31.0000 ]                                     </step1_nonBf1>                             <step1_downSample_w index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_w>                             <step1_downSample_h index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_h>                             <step1_downSample_meansize index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_meansize>                             <step1_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                     </step1_median_ratio>                             <step1_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step1_median_size>                             <step1_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_median_IIR>                             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                                         [8.5300 10.2400 10.2400 10.2400 12.8000 12.8000 21.3000 25.6000 25.6000 25.6000 25.6000 25.6000 25.6000 ]                                     </step1_bf_sigmaR>                             <step1_bf_uvgain index="1" type="double" size="[1 13]">                                         [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_uvgain>                             <step1_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_ratio>                             <step1_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step1_bf_size>                             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                                         [16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 ]                                     </step1_bf_sigmaD>                             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_isRowIIR>                             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_isYcopy>                             <step2_nonExt_block index="1" type="double" size="[1 4]">                                         [7.0000 7.0000 7.0000 7.0000 ]                                     </step2_nonExt_block>                             <step2_nonMed index="1" type="double" size="[1 4]">                                         [1.0000 1.0000 1.0000 1.0000 ]                                     </step2_nonMed>                             <step2_nonBf index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step2_nonBf>                             <step2_downSample_w index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_w>                             <step2_downSample_h index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_h>                             <step2_downSample_meansize index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step2_downSample_meansize>                             <step2_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 ]                                     </step2_median_ratio>                             <step2_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step2_median_size>                             <step2_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_median_IIR>                             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                                         [5.1200 6.4000 8.5300 10.2400 10.2400 12.8000 12.8000 12.8000 17.0600 17.0600 17.0600 17.0600 17.0600 ]                                     </step2_bf_sigmaR>                             <step2_bf_uvgain index="1" type="double" size="[1 13]">                                         [2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step2_bf_uvgain>                             <step2_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_ratio>                             <step2_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step2_bf_size>                             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                                         [128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 ]                                     </step2_bf_sigmaD>                             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_isRowIIR>                             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step2_bf_isYcopy>                             <step3_nonBf3 index="1" type="double" size="[1 4]">                                         [32.0000 32.0000 32.0000 32.0000 ]                                     </step3_nonBf3>                             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                                         [3.4130 4.2670 5.6890 7.1100 8.5300 8.5300 10.2400 10.2400 10.2400 10.2400 10.2400 10.2400 10.2400 ]                                     </step3_bf_sigmaR>                             <step3_bf_uvgain index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 3.0000 3.0000 3.0000 3.0000 2.5000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step3_bf_uvgain>                             <step3_bf_ratio index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_ratio>                             <step3_bf_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step3_bf_size>                             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step3_bf_sigmaD>                             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step3_bf_isRowIIR>                             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_isYcopy>                             <kernel_3x3 index="1" type="double" size="[1 3]">                                         [1.0000 0.8825 0.7788 ]                                     </kernel_3x3>                             <kernel_5x5 index="1" type="double" size="[1 5]">                                         [1.0000 0.8825 0.7788 0.6065 0.3679 ]                                     </kernel_5x5>                             <kernel_9x9 index="1" type="double" size="[1 8]">                                         [1.0000 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.0000 ]                                     </kernel_9x9_num>                             <sigma_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </sigma_adj_luma>                             <sigma_adj_ratio index="1" type="double" size="[1 9]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </sigma_adj_ratio>                             <threshold_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </threshold_adj_luma>                             <threshold_adj_thre index="1" type="double" size="[1 9]">                                         [10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 ]                                     </threshold_adj_thre>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                             <SNR_Mode index="1" type="char" size="[1 4]">                                         LSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         hcg                                     </Sensor_Mode>                             <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>                             <step0_uvgrad_ratio index="1" type="double" size="[1 13]">                                         [40.0000 40.0000 40.0000 50.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 60.0000 ]                                     </step0_uvgrad_ratio>                             <step0_uvgrad_offset index="1" type="double" size="[1 13]">                                         [0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 0.8000 ]                                     </step0_uvgrad_offset>                             <step1_nonMed1 index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step1_nonMed1>                             <step1_nonBf1 index="1" type="double" size="[1 4]">                                         [31.0000 31.0000 31.0000 31.0000 ]                                     </step1_nonBf1>                             <step1_downSample_w index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_w>                             <step1_downSample_h index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_h>                             <step1_downSample_meansize index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 4.0000 ]                                     </step1_downSample_meansize>                             <step1_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.5000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                     </step1_median_ratio>                             <step1_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step1_median_size>                             <step1_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_median_IIR>                             <step1_bf_sigmaR index="1" type="double" size="[1 13]">                                         [8.5300 10.2400 10.2400 10.2400 12.8000 12.8000 21.3000 25.6000 25.6000 25.6000 25.6000 25.6000 25.6000 ]                                     </step1_bf_sigmaR>                             <step1_bf_uvgain index="1" type="double" size="[1 13]">                                         [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_uvgain>                             <step1_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_ratio>                             <step1_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step1_bf_size>                             <step1_bf_sigmaD index="1" type="double" size="[1 13]">                                         [16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 16.0000 ]                                     </step1_bf_sigmaD>                             <step1_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step1_bf_isRowIIR>                             <step1_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step1_bf_isYcopy>                             <step2_nonExt_block index="1" type="double" size="[1 4]">                                         [7.0000 7.0000 7.0000 7.0000 ]                                     </step2_nonExt_block>                             <step2_nonMed index="1" type="double" size="[1 4]">                                         [1.0000 1.0000 1.0000 1.0000 ]                                     </step2_nonMed>                             <step2_nonBf index="1" type="double" size="[1 4]">                                         [3.0000 3.0000 3.0000 3.0000 ]                                     </step2_nonBf>                             <step2_downSample_w index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_w>                             <step2_downSample_h index="1" type="double" size="[1 13]">                                         [32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 32.0000 ]                                     </step2_downSample_h>                             <step2_downSample_meansize index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step2_downSample_meansize>                             <step2_median_ratio index="1" type="double" size="[1 13]">                                         [0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 0.2000 ]                                     </step2_median_ratio>                             <step2_median_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step2_median_size>                             <step2_median_IIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_median_IIR>                             <step2_bf_sigmaR index="1" type="double" size="[1 13]">                                         [5.1200 6.4000 8.5300 10.2400 10.2400 12.8000 12.8000 12.8000 17.0600 17.0600 17.0600 17.0600 17.0600 ]                                     </step2_bf_sigmaR>                             <step2_bf_uvgain index="1" type="double" size="[1 13]">                                         [2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step2_bf_uvgain>                             <step2_bf_ratio index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_ratio>                             <step2_bf_size index="1" type="double" size="[1 13]">                                         [5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 5.0000 ]                                     </step2_bf_size>                             <step2_bf_sigmaD index="1" type="double" size="[1 13]">                                         [128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 128.0000 ]                                     </step2_bf_sigmaD>                             <step2_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step2_bf_isRowIIR>                             <step2_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step2_bf_isYcopy>                             <step3_nonBf3 index="1" type="double" size="[1 4]">                                         [32.0000 32.0000 32.0000 32.0000 ]                                     </step3_nonBf3>                             <step3_bf_sigmaR index="1" type="double" size="[1 13]">                                         [3.4130 4.2670 5.6890 7.1100 8.0880 7.9140 8.7000 8.9660 9.2000 10.2400 10.2400 10.2400 10.2400 ]                                     </step3_bf_sigmaR>                             <step3_bf_uvgain index="1" type="double" size="[1 13]">                                         [4.0000 4.0000 4.0000 3.0000 3.0000 3.0000 3.0000 2.5000 2.0000 2.0000 2.0000 2.0000 2.0000 ]                                     </step3_bf_uvgain>                             <step3_bf_ratio index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 0.9000 0.7000 0.6900 0.6800 0.8000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_ratio>                             <step3_bf_size index="1" type="double" size="[1 13]">                                         [3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 3.0000 ]                                     </step3_bf_size>                             <step3_bf_sigmaD index="1" type="double" size="[1 13]">                                         [8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 8.0000 ]                                     </step3_bf_sigmaD>                             <step3_bf_isRowIIR index="1" type="double" size="[1 13]">                                         [0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 ]                                     </step3_bf_isRowIIR>                             <step3_bf_isYcopy index="1" type="double" size="[1 13]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </step3_bf_isYcopy>                             <kernel_3x3 index="1" type="double" size="[1 3]">                                         [1.0000 0.8825 0.7788 ]                                     </kernel_3x3>                             <kernel_5x5 index="1" type="double" size="[1 5]">                                         [1.0000 0.8825 0.7788 0.6065 0.3679 ]                                     </kernel_5x5>                             <kernel_9x9 index="1" type="double" size="[1 8]">                                         [1.0000 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.0000 ]                                     </kernel_9x9_num>                             <sigma_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </sigma_adj_luma>                             <sigma_adj_ratio index="1" type="double" size="[1 9]">                                         [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                     </sigma_adj_ratio>                             <threshold_adj_luma index="1" type="double" size="[1 9]">                                         [0.0000 32.0000 64.0000 96.0000 128.0000 160.0000 192.0000 224.0000 256.0000 ]                                     </threshold_adj_luma>                             <threshold_adj_thre index="1" type="double" size="[1 9]">                                         [10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 ]                                     </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.0000 6.0000 11.0000 17.0000 22.0000 28.0000 33.0000 39.0000 44.0000 55.0000 66.0000 77.0000 88.0000 109.0000 130.0000 150.0000 170.0000 210.0000 248.0000 286.0000 323.0000 393.0000 460.0000 525.0000 586.0000 702.0000 809.0000 909.0000 1002.0000 1172.0000 1325.0000 1462.0000 1588.0000 1811.0000 2004.0000 2174.0000 2327.0000 2590.0000 2813.0000 3006.0000 3177.0000 3467.0000 3708.0000 3915.0000 4095.0000 ]                     </curve_normal>             <curve_hdr index="1" type="double" size="[1 45]">                         [0.0000 6.0000 11.0000 17.0000 22.0000 28.0000 33.0000 39.0000 44.0000 55.0000 66.0000 77.0000 88.0000 109.0000 130.0000 150.0000 170.0000 210.0000 248.0000 286.0000 323.0000 393.0000 460.0000 525.0000 586.0000 702.0000 809.0000 909.0000 1002.0000 1172.0000 1325.0000 1462.0000 1588.0000 1811.0000 2004.0000 2174.0000 2327.0000 2590.0000 2813.0000 3006.0000 3177.0000 3467.0000 3708.0000 3915.0000 4095.0000 ]                     </curve_hdr>             <curve_night index="1" type="double" size="[1 45]">                         [0.0000 6.0000 11.0000 17.0000 22.0000 28.0000 33.0000 39.0000 44.0000 55.0000 66.0000 77.0000 88.0000 109.0000 130.0000 150.0000 170.0000 210.0000 248.0000 286.0000 323.0000 393.0000 460.0000 525.0000 586.0000 702.0000 809.0000 909.0000 1002.0000 1172.0000 1325.0000 1462.0000 1588.0000 1811.0000 2004.0000 2174.0000 2327.0000 2590.0000 2813.0000 3006.0000 3177.0000 3467.0000 3708.0000 3915.0000 4095.0000 ]                     </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 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 6]">                             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 4]">                                     LSNR                                 </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                     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.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9332 0.6865 0.4320 0.2739 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8451 0.9787 0.7649 0.5108 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9514 0.7381 0.4824 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6986 1.4097 1.2535 0.8366 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2500 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.6000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.2500 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.1000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6100 0.6100 0.6000 0.5000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5700 0.5700 0.5700 0.5700 0.5700 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="2" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [100.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9705 0.7580 0.4856 0.2991 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.7414 0.9915 0.8479 0.5629 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7546 0.9337 0.8045 0.5478 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6777 1.3441 1.3399 0.9403 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.3000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.3000 0.5000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.3000 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.5000 0.4100 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="3" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9803 0.8076 0.5477 0.3742 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6903 0.9419 0.8266 0.5464 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7051 0.8922 0.8274 0.5191 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6291 1.2325 1.3371 0.9198 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.3000 1.2000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.3000 0.6000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.4000 0.5000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.1000 1.5000 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.1000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 2.0000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.6000 0.5000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1200 0.1200 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="4" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9916 0.8348 0.5930 0.4323 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6344 0.9054 0.8065 0.5319 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6500 0.8519 0.7976 0.5142 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5847 1.1568 1.3008 0.9211 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.5000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.4000 0.7000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.2000 1.2000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.6000 0.6000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5100 0.5100 0.5100 0.5100 0.3000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="5" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9995 0.8669 0.6279 0.4620 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.5868 0.8782 0.8352 0.5524 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6041 0.8250 0.8222 0.5392 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5544 1.0703 1.3144 0.9702 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.1000 1.2000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6500 0.7000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.3000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.7000 0.7000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="6" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [1600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9431 0.6702 0.4477 0.3673 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8418 0.9831 0.7047 0.5016 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8724 0.9884 0.7118 0.5088 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6503 1.4228 1.1743 0.7566 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.4000 0.6000 0.6700 0.7400 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.5000 1.5000 0.9000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.5000 0.6000 0.6000 0.6200 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.2000 1.0000 1.0000 1.0000 0.8000 0.7000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.2400 1.2400 1.0000 1.0000 0.7600 0.6300 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.9000 1.6000 1.3000 1.0000 0.8000 0.8000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.4300 1.0000 0.5600 0.5600 0.5600 0.5600 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="7" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [3200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9507 0.6887 0.4587 0.3811 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8287 0.9938 0.7358 0.5284 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8579 0.9965 0.7366 0.5295 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6034 1.3726 1.2116 0.7878 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.2500 0.5000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.2000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="8" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [6400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9483 0.6817 0.4481 0.3610 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9968 0.7385 0.5208 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8616 0.9967 0.7311 0.5271 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6135 1.3821 1.2081 0.7883 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.2400 0.5000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.4000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="9" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [12800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="10" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [25600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="11" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [51200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="12" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [102400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="13" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [204800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                             </YNR_ISO>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                             <SNR_Mode index="1" type="char" size="[1 4]">                                     HSNR                                 </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                     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.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9332 0.6865 0.4320 0.2739 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8451 0.9787 0.7649 0.5108 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9514 0.7381 0.4824 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6986 1.4097 1.2535 0.8366 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2500 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.3000 0.5000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.2500 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.1000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6000 0.5000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5700 0.5700 0.5700 0.5700 0.5700 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="2" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [100.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9705 0.7580 0.4856 0.2991 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.7414 0.9915 0.8479 0.5629 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7546 0.9337 0.8045 0.5478 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6777 1.3441 1.3399 0.9403 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.3000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.3000 0.5000 0.8000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.3000 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7500 0.6000 0.3000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="3" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9803 0.8076 0.5477 0.3742 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6903 0.9419 0.8266 0.5464 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7051 0.8922 0.8274 0.5191 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6291 1.2325 1.3371 0.9198 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.5000 1.2000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.3000 0.6000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.4000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.1000 1.5000 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.1000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 2.0000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6000 0.3000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1200 0.1200 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="4" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9916 0.8348 0.5930 0.4323 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6344 0.9054 0.8065 0.5319 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6500 0.8519 0.7976 0.5142 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5847 1.1568 1.3008 0.9211 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.5000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.4000 0.7000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3500 0.4000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.2000 1.2000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.8000 0.9000 1.0000 1.0000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5100 0.5100 0.5100 0.5100 0.3000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="5" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9995 0.8669 0.6279 0.4620 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.5868 0.8782 0.8352 0.5524 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6041 0.8250 0.8222 0.5392 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5544 1.0703 1.3144 0.9702 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.1000 1.2000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.7000 0.7000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1000 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="6" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [1600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9431 0.6702 0.4477 0.3673 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8418 0.9831 0.7047 0.5016 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8724 0.9884 0.7118 0.5088 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6503 1.4228 1.1743 0.7566 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.2000 1.2000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.5100 0.6600 0.6000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.5000 1.5000 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.5000 0.6000 0.5000 0.4000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.2000 1.0000 1.0000 1.0000 0.8000 0.7000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.2400 1.2400 1.0000 1.0000 0.7600 0.6300 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.9000 1.6000 1.3000 1.0000 0.8000 0.8000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.4300 1.0000 0.5600 0.5600 0.5600 0.5600 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="7" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [3200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9507 0.6887 0.4587 0.3811 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8287 0.9938 0.7358 0.5284 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8579 0.9965 0.7366 0.5295 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6034 1.3726 1.2116 0.7878 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.5000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.7000 0.6200 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6600 0.6600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="8" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [6400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9483 0.6817 0.4481 0.3610 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9968 0.7385 0.5208 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8616 0.9967 0.7311 0.5271 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6135 1.3821 1.2081 0.7883 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.2000 1.1000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.7000 0.5000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 1.4000 1.4000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6600 0.5100 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="9" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [12800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.5000 1.5000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.5000 0.7000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.5000 1.5000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6000 0.6000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="10" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [25600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="11" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [51200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="12" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [102400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="13" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [204800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </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 6]">                             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 4]">                                     LSNR                                 </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                     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.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9332 0.6865 0.4320 0.2739 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8451 0.9787 0.7649 0.5108 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9514 0.7381 0.4824 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6986 1.4097 1.2535 0.8366 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2500 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.6000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.2500 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.1000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6100 0.6100 0.6000 0.5000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5700 0.5700 0.5700 0.5700 0.5700 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="2" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [100.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9705 0.7580 0.4856 0.2991 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.7414 0.9915 0.8479 0.5629 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7546 0.9337 0.8045 0.5478 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6777 1.3441 1.3399 0.9403 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.3000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.3000 0.5000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.3000 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.5000 0.4100 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="3" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9803 0.8076 0.5477 0.3742 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6903 0.9419 0.8266 0.5464 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7051 0.8922 0.8274 0.5191 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6291 1.2325 1.3371 0.9198 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.3000 1.2000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.3000 0.6000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.4000 0.5000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.1000 1.5000 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.1000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 2.0000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.6000 0.5000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1200 0.1200 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="4" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9916 0.8348 0.5930 0.4323 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6344 0.9054 0.8065 0.5319 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6500 0.8519 0.7976 0.5142 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5847 1.1568 1.3008 0.9211 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.5000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.4000 0.7000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.2000 1.2000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.6000 0.6000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5100 0.5100 0.5100 0.5100 0.3000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="5" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9995 0.8669 0.6279 0.4620 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.5868 0.8782 0.8352 0.5524 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6041 0.8250 0.8222 0.5392 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5544 1.0703 1.3144 0.9702 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.1000 1.2000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6500 0.7000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.3000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.7000 0.7000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="6" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [1600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9431 0.6702 0.4477 0.3673 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8418 0.9831 0.7047 0.5016 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8724 0.9884 0.7118 0.5088 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6503 1.4228 1.1743 0.7566 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.4000 0.6000 0.6700 0.7400 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.5000 1.5000 0.9000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.5000 0.6000 0.6000 0.6200 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.2000 1.0000 1.0000 1.0000 0.8000 0.7000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.2400 1.2400 1.0000 1.0000 0.7600 0.6300 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.9000 1.6000 1.3000 1.0000 0.8000 0.8000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.4300 1.0000 0.5600 0.5600 0.5600 0.5600 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="7" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [3200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9507 0.6887 0.4587 0.3811 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8287 0.9938 0.7358 0.5284 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8579 0.9965 0.7366 0.5295 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6034 1.3726 1.2116 0.7878 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.2500 0.5000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.2000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="8" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [6400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9483 0.6817 0.4481 0.3610 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9968 0.7385 0.5208 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8616 0.9967 0.7311 0.5271 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6135 1.3821 1.2081 0.7883 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.2400 0.5000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.4000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="9" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [12800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="10" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [25600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="11" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [51200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="12" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [102400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="13" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [204800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                             </YNR_ISO>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                             <SNR_Mode index="1" type="char" size="[1 4]">                                     HSNR                                 </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                     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.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9332 0.6865 0.4320 0.2739 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8451 0.9787 0.7649 0.5108 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9514 0.7381 0.4824 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6986 1.4097 1.2535 0.8366 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2500 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.3000 0.5000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.2500 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.1000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6000 0.5000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5700 0.5700 0.5700 0.5700 0.5700 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="2" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [100.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9705 0.7580 0.4856 0.2991 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.7414 0.9915 0.8479 0.5629 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7546 0.9337 0.8045 0.5478 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6777 1.3441 1.3399 0.9403 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.3000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.3000 0.5000 0.8000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.3000 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7500 0.6000 0.3000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="3" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9803 0.8076 0.5477 0.3742 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6903 0.9419 0.8266 0.5464 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7051 0.8922 0.8274 0.5191 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6291 1.2325 1.3371 0.9198 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.5000 1.2000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.3000 0.6000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.4000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.1000 1.5000 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.1000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 2.0000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6000 0.3000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1200 0.1200 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="4" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9916 0.8348 0.5930 0.4323 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6344 0.9054 0.8065 0.5319 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6500 0.8519 0.7976 0.5142 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5847 1.1568 1.3008 0.9211 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.5000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.4000 0.7000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3500 0.4000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.2000 1.2000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.8000 0.9000 1.0000 1.0000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5100 0.5100 0.5100 0.5100 0.3000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="5" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9995 0.8669 0.6279 0.4620 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.5868 0.8782 0.8352 0.5524 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6041 0.8250 0.8222 0.5392 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5544 1.0703 1.3144 0.9702 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.1000 1.2000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.7000 0.7000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1000 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="6" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [1600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9431 0.6702 0.4477 0.3673 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8418 0.9831 0.7047 0.5016 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8724 0.9884 0.7118 0.5088 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6503 1.4228 1.1743 0.7566 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.2000 1.2000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.5100 0.6600 0.6000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.5000 1.5000 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.5000 0.6000 0.5000 0.4000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.2000 1.0000 1.0000 1.0000 0.8000 0.7000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.2400 1.2400 1.0000 1.0000 0.7600 0.6300 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.9000 1.6000 1.3000 1.0000 0.8000 0.8000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.4300 1.0000 0.5600 0.5600 0.5600 0.5600 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="7" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [3200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9507 0.6887 0.4587 0.3811 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8287 0.9938 0.7358 0.5284 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8579 0.9965 0.7366 0.5295 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6034 1.3726 1.2116 0.7878 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.5000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.7000 0.6200 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6600 0.6600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="8" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [6400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9483 0.6817 0.4481 0.3610 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9968 0.7385 0.5208 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8616 0.9967 0.7311 0.5271 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6135 1.3821 1.2081 0.7883 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.2000 1.1000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.7000 0.5000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 1.4000 1.4000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6600 0.5100 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="9" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [12800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.5000 1.5000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.5000 0.7000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.5000 1.5000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6000 0.6000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="10" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [25600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="11" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [51200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="12" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [102400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="13" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [204800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </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 6]">                             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 4]">                                     LSNR                                 </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                     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.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9332 0.6865 0.4320 0.2739 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8451 0.9787 0.7649 0.5108 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9514 0.7381 0.4824 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6986 1.4097 1.2535 0.8366 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2500 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.6000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.2500 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.1000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6100 0.6100 0.6000 0.5000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5700 0.5700 0.5700 0.5700 0.5700 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="2" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [100.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9705 0.7580 0.4856 0.2991 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.7414 0.9915 0.8479 0.5629 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7546 0.9337 0.8045 0.5478 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6777 1.3441 1.3399 0.9403 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.3000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.3000 0.5000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.3000 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.5000 0.4100 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="3" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9803 0.8076 0.5477 0.3742 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6903 0.9419 0.8266 0.5464 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7051 0.8922 0.8274 0.5191 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6291 1.2325 1.3371 0.9198 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.3000 1.2000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.3000 0.6000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.4000 0.5000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.1000 1.5000 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.1000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 2.0000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.6000 0.5000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1200 0.1200 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="4" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9916 0.8348 0.5930 0.4323 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6344 0.9054 0.8065 0.5319 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6500 0.8519 0.7976 0.5142 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5847 1.1568 1.3008 0.9211 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.5000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.4000 0.7000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.2000 1.2000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6000 0.6000 0.6000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5100 0.5100 0.5100 0.5100 0.3000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="5" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9995 0.8669 0.6279 0.4620 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.5868 0.8782 0.8352 0.5524 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6041 0.8250 0.8222 0.5392 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5544 1.0703 1.3144 0.9702 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.1000 1.2000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.6500 0.7000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.3000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.7000 0.7000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="6" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [1600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9431 0.6702 0.4477 0.3673 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8418 0.9831 0.7047 0.5016 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8724 0.9884 0.7118 0.5088 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6503 1.4228 1.1743 0.7566 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.4000 0.6000 0.6700 0.7400 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.5000 1.5000 0.9000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.5000 0.6000 0.6000 0.6200 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.2000 1.0000 1.0000 1.0000 0.8000 0.7000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.2400 1.2400 1.0000 1.0000 0.7600 0.6300 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.9000 1.6000 1.3000 1.0000 0.8000 0.8000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.4300 1.0000 0.5600 0.5600 0.5600 0.5600 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="7" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [3200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9507 0.6887 0.4587 0.3811 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8287 0.9938 0.7358 0.5284 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8579 0.9965 0.7366 0.5295 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6034 1.3726 1.2116 0.7878 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.2500 0.5000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.2000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="8" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [6400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9483 0.6817 0.4481 0.3610 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9968 0.7385 0.5208 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8616 0.9967 0.7311 0.5271 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6135 1.3821 1.2081 0.7883 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.2400 0.5000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.4000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="9" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [12800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="10" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [25600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="11" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [51200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="12" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [102400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="13" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [204800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                             </YNR_ISO>                         </cell>                         <cell index="2" type="struct" size="[1 1]">                             <SNR_Mode index="1" type="char" size="[1 4]">                                     HSNR                                 </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                     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.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9332 0.6865 0.4320 0.2739 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8451 0.9787 0.7649 0.5108 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9514 0.7381 0.4824 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6986 1.4097 1.2535 0.8366 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2500 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.3000 0.5000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.2500 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.1000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6000 0.5000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6700 0.6700 0.6700 0.6700 0.6700 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5700 0.5700 0.5700 0.5700 0.5700 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="2" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [100.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9705 0.7580 0.4856 0.2991 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.7414 0.9915 0.8479 0.5629 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7546 0.9337 0.8045 0.5478 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6777 1.3441 1.3399 0.9403 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.3000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.4000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.3000 0.5000 0.8000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2500 1.3000 1.2500 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 1.2000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7500 0.6000 0.3000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1100 0.1100 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="3" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9803 0.8076 0.5477 0.3742 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6903 0.9419 0.8266 0.5464 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.7051 0.8922 0.8274 0.5191 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6291 1.2325 1.3371 0.9198 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.5000 1.2000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.3000 0.6000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.4000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.1000 1.5000 1.0000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.1000 1.0000 1.0000 1.0000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 2.0000 1.2000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6000 0.3000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.5000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1200 0.1200 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="4" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9916 0.8348 0.5930 0.4323 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.6344 0.9054 0.8065 0.5319 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6500 0.8519 0.7976 0.5142 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5847 1.1568 1.3008 0.9211 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.5000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.5000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [0.4000 0.7000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3500 0.4000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.2000 1.2000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.8000 0.9000 1.0000 1.0000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.5000 0.5000 0.3000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5100 0.5100 0.5100 0.5100 0.3000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.5000 0.4000 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="5" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9995 0.8669 0.6279 0.4620 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.5868 0.8782 0.8352 0.5524 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.6041 0.8250 0.8222 0.5392 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.5544 1.0703 1.3144 0.9702 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.1000 1.2000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.3000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.1000 1.2000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.7000 0.7000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.5000 0.4000 0.3500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1000 0.1300 0.1000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="6" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [1600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9431 0.6702 0.4477 0.3673 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8418 0.9831 0.7047 0.5016 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8724 0.9884 0.7118 0.5088 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6503 1.4228 1.1743 0.7566 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.2000 1.2000 1.0000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 2.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.5100 0.6600 0.6000 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.5000 1.5000 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.5000 0.6000 0.5000 0.4000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.2000 1.0000 1.0000 1.0000 0.8000 0.7000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.2400 1.2400 1.0000 1.0000 0.7600 0.6300 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.9000 1.6000 1.3000 1.0000 0.8000 0.8000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.4300 1.0000 0.5600 0.5600 0.5600 0.5600 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="7" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [3200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9507 0.6887 0.4587 0.3811 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8287 0.9938 0.7358 0.5284 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8579 0.9965 0.7366 0.5295 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6034 1.3726 1.2116 0.7878 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.5000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.7000 0.6200 0.7000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6600 0.6600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="8" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [6400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9483 0.6817 0.4481 0.3610 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8322 0.9968 0.7385 0.5208 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8616 0.9967 0.7311 0.5271 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.6135 1.3821 1.2081 0.7883 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.2000 1.1000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.6000 0.7000 0.5000 0.5000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 1.4000 1.4000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6600 0.5100 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="9" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [12800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.2000 1.5000 1.5000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.5000 0.7000 0.6000 0.6000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.5000 1.5000 1.5000 1.5000 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7000 0.7000 0.6000 0.6000 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="10" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [25600.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="11" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [51200.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="12" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [102400.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </hi_soft_thresh_scale>                                 </cell>                                 <cell index="13" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [204800.0000 ]                                             </iso>                                     <sigma_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </sigma_curve>                                     <ynr_lci index="1" type="double" size="[1 4]">                                                 [0.9362 0.6543 0.4559 0.4039 ]                                             </ynr_lci>                                     <ynr_lhci index="1" type="double" size="[1 4]">                                                 [0.8559 0.9798 0.6914 0.5389 ]                                             </ynr_lhci>                                     <ynr_hlci index="1" type="double" size="[1 4]">                                                 [0.8855 0.9817 0.7013 0.5513 ]                                             </ynr_hlci>                                     <ynr_hhci index="1" type="double" size="[1 4]">                                                 [0.7069 1.4633 1.1028 0.7415 ]                                             </ynr_hhci>                                     <lo_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </lo_lumaPoint>                                     <lo_lumaRatio index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.5000 1.5000 1.0000 1.0000 ]                                             </lo_lumaRatio>                                     <lo_directionStrength index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </lo_directionStrength>                                     <lo_bfScale index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 3.0000 1.0000 ]                                             </lo_bfScale>                                     <imerge_ratio index="1" type="double" size="[1 1]">                                                 [0.1500 ]                                             </imerge_ratio>                                     <imerge_bound index="1" type="double" size="[1 1]">                                                 [1.2500 ]                                             </imerge_bound>                                     <denoise_weight index="1" type="double" size="[1 4]">                                                 [0.3000 0.8500 0.3000 0.3000 ]                                             </denoise_weight>                                     <hi_lumaPoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 128.0000 192.0000 256.0000 ]                                             </hi_lumaPoint>                                     <hi_lumaRatio index="1" type="double" size="[1 6]">                                                 [2.0000 2.5000 1.5000 1.5000 1.0000 1.0000 ]                                             </hi_lumaRatio>                                     <hi_bfScale index="1" type="double" size="[1 4]">                                                 [1.2000 1.1000 0.8600 0.8600 ]                                             </hi_bfScale>                                     <hwith_d index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 4.0000 2.0000 ]                                             </hwith_d>                                     <hi_denoiseStrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </hi_denoiseStrength>                                     <hi_detailMinAdjDnW index="1" type="double" size="[1 1]">                                                 [0.2000 ]                                             </hi_detailMinAdjDnW>                                     <hi_denoiseWeight index="1" type="double" size="[1 4]">                                                 [0.7500 0.7000 0.6600 0.3600 ]                                             </hi_denoiseWeight>                                     <y_luma_point index="1" type="double" size="[1 6]">                                                 [64.0000 128.0000 192.0000 256.0000 384.0000 512.0000 ]                                             </y_luma_point>                                     <hgrad_y_level1 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level1>                                     <hgrad_y_level2 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level2>                                     <hgrad_y_level3 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level3>                                     <hgrad_y_level4 index="1" type="double" size="[1 6]">                                                 [1.0000 0.6500 0.5500 0.4500 0.3000 0.2000 ]                                             </hgrad_y_level4>                                     <hi_soft_thresh_scale index="1" type="double" size="[1 4]">                                                 [0.1300 0.3000 0.3000 0.1000 ]                                             </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 2]">                         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.0000 1.0000 ]                             </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.0000 1.0000 ]                             </ratio>                 </cell>                 <cell index="3" type="struct" size="[1 1]">                     <name index="1" type="char" size="[1 8]">                                 F11_TL84                             </name>                     <ratio index="1" type="double" size="[1 2]">                                 [0.9000 0.7000 ]                             </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.0000 1.0000 ]                             </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 6]">                                 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.0000 ]                                 </LowTh_iso>                         <LowTh_time index="1" type="double" size="[1 1]">                                     [0.0100 ]                                 </LowTh_time>                         <HighTh_iso index="1" type="double" size="[1 1]">                                     [50.0000 ]                                 </HighTh_iso>                         <HighTh_time index="1" type="double" size="[1 1]">                                     [0.0250 ]                                 </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 4]">                                         LSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [1.5000 3.5000 1.5000 3.5000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.68993 0.41986 0.24798 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.77114 0.62293 0.46145 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.0000 ]                                             </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.68993 0.41986 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.77114 0.62293 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.0000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.73721 0.47316 0.28630 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.70806 0.62814 0.46846 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.1000 ]                                             </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.73721 0.47316 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.70806 0.62814 0.38596 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.2000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [1.5000 2.9000 1.5000 2.9000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7900000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.77354 0.53926 0.36661 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.65807 0.59759 0.44849 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4500 0.4500 0.4500 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.4000 1.3000 1.3000 1.3000 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.77354 0.53926 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.65807 0.59759 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [40.0000 40.0000 40.0000 40.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.0000 3.4000 2.0000 3.4000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7140000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.80420 0.59319 0.43480 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.60811 0.56888 0.41942 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.4000 0.4000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.6000 1.5000 1.3000 1.3000 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.80420 0.59319 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.60811 0.56888 0.39704 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.0000 3.6000 2.0000 3.4000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6000 0.6000 0.6000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.3310000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.82405 0.62343 0.46180 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.57401 0.56317 0.43568 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.7000 1.5000 1.3000 1.4000 1.4000 1.4000 ]                                             </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.82405 0.62343 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.57401 0.56317 0.39342 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.8000 1.7000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [16.0000 16.0000 16.0000 16.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 16.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6500 0.6500 0.6500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.2440000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.5000 0.6000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.5000 0.6000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 255.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </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="7" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [3200.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [16.0000 16.0000 16.0000 16.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 16.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7000 0.7000 0.7000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7500 0.7500 0.7500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </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="9" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [12800.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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 4]">                                         HSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.68993 0.41986 0.24798 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.77114 0.62293 0.46145 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </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.68993 0.41986 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.77114 0.62293 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.73721 0.47316 0.28630 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.70806 0.62814 0.46846 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.1000 ]                                             </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.73721 0.47316 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.70806 0.62814 0.38596 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.2000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7900000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.77354 0.53926 0.36661 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.65807 0.59759 0.44849 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4500 0.4500 0.4500 0.4500 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.4000 1.3000 1.3000 1.2500 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.7000 ]                                             </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.77354 0.53926 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.65807 0.59759 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7140000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.80420 0.59319 0.43480 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.60811 0.56888 0.41942 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.4000 0.4000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.6000 1.5000 1.3000 1.2500 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.2000 ]                                             </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.80420 0.59319 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.60811 0.56888 0.39704 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.2000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6000 0.6000 0.6000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.3310000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.82405 0.62343 0.46180 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.57401 0.56317 0.43568 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.4000 0.4000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.7000 1.5000 1.3000 1.3500 1.4000 1.4000 ]                                             </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.82405 0.62343 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.57401 0.56317 0.39342 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.8000 1.7000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [16.0000 16.0000 16.0000 16.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.1000 3.6000 2.2000 3.6000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6500 0.6500 0.6500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.2440000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.1000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.4500 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 255.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.9000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [10.0000 10.0000 10.0000 10.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.7000 3.9000 2.6000 3.9000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7000 0.7000 0.7000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.4500 0.5000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.4500 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.0000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 6.0000 6.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [6.0000 6.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.8000 4.2000 2.8000 4.2000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7500 0.7500 0.7500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.2000 1.2000 1.2000 1.2000 1.2000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.5500 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 2.0000 2.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 16.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.4000 0.4500 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.4000 0.4500 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [3.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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.5000 0.4500 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.5000 0.4500 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [3.2000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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 6]">                                 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.0000 ]                                 </LowTh_iso>                         <LowTh_time index="1" type="double" size="[1 1]">                                     [0.0100 ]                                 </LowTh_time>                         <HighTh_iso index="1" type="double" size="[1 1]">                                     [50.0000 ]                                 </HighTh_iso>                         <HighTh_time index="1" type="double" size="[1 1]">                                     [0.0250 ]                                 </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 4]">                                         LSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [1.5000 3.5000 1.5000 3.5000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.68993 0.41986 0.24798 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.77114 0.62293 0.46145 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.0000 ]                                             </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.68993 0.41986 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.77114 0.62293 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.0000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.73721 0.47316 0.28630 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.70806 0.62814 0.46846 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.1000 ]                                             </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.73721 0.47316 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.70806 0.62814 0.38596 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.2000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [1.5000 2.9000 1.5000 2.9000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7900000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.77354 0.53926 0.36661 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.65807 0.59759 0.44849 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4500 0.4500 0.4500 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.4000 1.3000 1.3000 1.3000 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.77354 0.53926 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.65807 0.59759 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [40.0000 40.0000 40.0000 40.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.0000 3.4000 2.0000 3.4000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7140000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.80420 0.59319 0.43480 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.60811 0.56888 0.41942 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.4000 0.4000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.6000 1.5000 1.3000 1.3000 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.80420 0.59319 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.60811 0.56888 0.39704 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.0000 3.6000 2.0000 3.4000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6000 0.6000 0.6000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.3310000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.82405 0.62343 0.46180 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.57401 0.56317 0.43568 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.7000 1.5000 1.3000 1.4000 1.4000 1.4000 ]                                             </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.82405 0.62343 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.57401 0.56317 0.39342 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.8000 1.7000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [16.0000 16.0000 16.0000 16.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 16.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6500 0.6500 0.6500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.2440000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.5000 0.6000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.5000 0.6000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 255.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </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="7" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [3200.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [16.0000 16.0000 16.0000 16.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 16.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7000 0.7000 0.7000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7500 0.7500 0.7500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </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="9" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [12800.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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 4]">                                         HSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.68993 0.41986 0.24798 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.77114 0.62293 0.46145 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </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.68993 0.41986 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.77114 0.62293 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.73721 0.47316 0.28630 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.70806 0.62814 0.46846 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.1000 ]                                             </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.73721 0.47316 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.70806 0.62814 0.38596 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.2000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7900000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.77354 0.53926 0.36661 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.65807 0.59759 0.44849 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4500 0.4500 0.4500 0.4500 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.4000 1.3000 1.3000 1.2500 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.7000 ]                                             </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.77354 0.53926 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.65807 0.59759 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7140000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.80420 0.59319 0.43480 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.60811 0.56888 0.41942 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.4000 0.4000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.6000 1.5000 1.3000 1.2500 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.2000 ]                                             </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.80420 0.59319 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.60811 0.56888 0.39704 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.2000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6000 0.6000 0.6000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.3310000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.82405 0.62343 0.46180 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.57401 0.56317 0.43568 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.4000 0.4000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.7000 1.5000 1.3000 1.3500 1.4000 1.4000 ]                                             </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.82405 0.62343 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.57401 0.56317 0.39342 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.8000 1.7000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [16.0000 16.0000 16.0000 16.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.1000 3.6000 2.2000 3.6000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6500 0.6500 0.6500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.2440000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.1000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.4500 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 255.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.9000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [10.0000 10.0000 10.0000 10.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.7000 3.9000 2.6000 3.9000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7000 0.7000 0.7000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.4500 0.5000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.4500 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.0000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 6.0000 6.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [6.0000 6.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.8000 4.2000 2.8000 4.2000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7500 0.7500 0.7500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.2000 1.2000 1.2000 1.2000 1.2000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.5500 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 2.0000 2.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 16.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.4000 0.4500 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.4000 0.4500 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [3.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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.5000 0.4500 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.5000 0.4500 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [3.2000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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 6]">                                 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.0000 ]                                 </LowTh_iso>                         <LowTh_time index="1" type="double" size="[1 1]">                                     [0.0100 ]                                 </LowTh_time>                         <HighTh_iso index="1" type="double" size="[1 1]">                                     [50.0000 ]                                 </HighTh_iso>                         <HighTh_time index="1" type="double" size="[1 1]">                                     [0.0250 ]                                 </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 4]">                                         LSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [1.5000 3.5000 1.5000 3.5000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.68993 0.41986 0.24798 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.77114 0.62293 0.46145 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.0000 ]                                             </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.68993 0.41986 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.77114 0.62293 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.0000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.73721 0.47316 0.28630 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.70806 0.62814 0.46846 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.1000 ]                                             </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.73721 0.47316 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.70806 0.62814 0.38596 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.2000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [1.5000 2.9000 1.5000 2.9000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7900000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.77354 0.53926 0.36661 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.65807 0.59759 0.44849 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4500 0.4500 0.4500 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.4000 1.3000 1.3000 1.3000 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.77354 0.53926 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.65807 0.59759 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [40.0000 40.0000 40.0000 40.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.0000 3.4000 2.0000 3.4000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7140000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.80420 0.59319 0.43480 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.60811 0.56888 0.41942 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.4000 0.4000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.6000 1.5000 1.3000 1.3000 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.80420 0.59319 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.60811 0.56888 0.39704 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.3000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.0000 3.6000 2.0000 3.4000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6000 0.6000 0.6000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.3310000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.82405 0.62343 0.46180 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.57401 0.56317 0.43568 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.7000 1.5000 1.3000 1.4000 1.4000 1.4000 ]                                             </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.82405 0.62343 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.57401 0.56317 0.39342 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.8000 1.7000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [16.0000 16.0000 16.0000 16.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 16.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6500 0.6500 0.6500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.2440000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.5000 0.6000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.5000 0.6000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 255.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </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="7" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [3200.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [16.0000 16.0000 16.0000 16.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 16.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7000 0.7000 0.7000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7500 0.7500 0.7500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </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="9" type="struct" size="[1 1]">                                     <iso index="1" type="double" size="[1 1]">                                                 [12800.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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 4]">                                         HSNR                                     </SNR_Mode>                             <Sensor_Mode index="1" type="char" size="[1 3]">                                         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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-8.4303162971622996e-013 7.9640341802261105e-009 -2.6912484620871701e-005 3.3049135399760801e-002 1.8211244079810101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.68993 0.41986 0.24798 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.77114 0.62293 0.46145 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.2000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </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.68993 0.41986 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.77114 0.62293 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.1000 1.1000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.2000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [64.0000 64.0000 64.0000 64.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [64.0000 64.0000 64.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-9.0787307114105503e-013 9.0549555554323504e-009 -3.2171726101301603e-005 4.1288226591632303e-002 2.1034475639611600e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.6470000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.73721 0.47316 0.28630 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.70806 0.62814 0.46846 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.5000 0.5000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.1000 ]                                             </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.73721 0.47316 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.70806 0.62814 0.38596 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.3000 1.2000 1.2000 1.2000 1.2000 1.2000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-1.5215549345797400e-012 1.4066518687890200e-008 -4.6937186061614400e-005 5.8476243017416600e-002 2.6022719406399101e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7900000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.77354 0.53926 0.36661 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.65807 0.59759 0.44849 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4500 0.4500 0.4500 0.4500 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.4000 1.3000 1.3000 1.2500 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.7000 ]                                             </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.77354 0.53926 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.65807 0.59759 0.35740 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.5000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.7820083747575198e-012 2.6117436909256601e-008 -8.7709472835859100e-005 1.1198038204181400e-001 2.3681453946339399e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.7140000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.80420 0.59319 0.43480 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.60811 0.56888 0.41942 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.4000 0.4000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.6000 1.5000 1.3000 1.2500 1.3000 1.3000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.2000 ]                                             </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.80420 0.59319 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.60811 0.56888 0.39704 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.5000 1.5000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.2000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [32.0000 32.0000 32.0000 32.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [32.0000 32.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6000 0.6000 0.6000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-2.2370969035532800e-012 2.1190181667034000e-008 -7.2668807929977805e-005 9.6039477700742296e-002 2.2464061693430299e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.3310000000000000e+003 ]                                             </noise_curve_x00>                                     <y_lo_noiseprofile index="1" type="double" size="[1 4]">                                                 [1.00000 0.82405 0.62343 0.46180 ]                                             </y_lo_noiseprofile>                                     <y_hi_noiseprofile index="1" type="double" size="[1 4]">                                                 [0.57401 0.56317 0.43568 0.00000 ]                                             </y_hi_noiseprofile>                                     <y_lo_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </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.4000 0.4000 0.4000 0.4000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.7000 1.5000 1.3000 1.3500 1.4000 1.4000 ]                                             </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.82405 0.62343 ]                                             </uv_lo_noiseprofile>                                     <uv_hi_noiseprofile index="1" type="double" size="[1 3]">                                                 [0.57401 0.56317 0.39342 ]                                             </uv_hi_noiseprofile>                                     <uv_lo_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.5000 0.4000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.8000 1.7000 1.5000 1.5000 1.5000 1.5000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.4000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [16.0000 16.0000 16.0000 16.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.1000 3.6000 2.2000 3.6000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.6500 0.6500 0.6500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.2440000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.1000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.4500 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4500 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 255.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.9000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [10.0000 10.0000 10.0000 10.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [16.0000 16.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.7000 3.9000 2.6000 3.9000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7000 0.7000 0.7000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.4500 0.5000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.4500 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.5000 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4000 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.0000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [6.0000 6.0000 6.0000 6.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [6.0000 6.0000 32.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [2.8000 4.2000 2.8000 4.2000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.7500 0.7500 0.7500 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.4000 0.4000 0.5000 0.5000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.2000 1.2000 1.2000 1.2000 1.2000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.4500 0.5000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [2.5500 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [2.0000 2.0000 2.0000 2.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 16.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.4000 0.4500 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.4000 0.4500 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [3.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.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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.5000 0.4500 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.4000 0.5000 0.4500 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [3.2000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 ]                                             </iso>                                     <weight_limit_y index="1" type="double" size="[1 4]">                                                 [4.0000 4.0000 4.0000 4.0000 ]                                             </weight_limit_y>                                     <weight_limit_uv index="1" type="double" size="[1 3]">                                                 [4.0000 4.0000 4.0000 ]                                             </weight_limit_uv>                                     <ratio_frq index="1" type="double" size="[1 4]">                                                 [0.5000 2.0000 0.5000 2.0000 ]                                             </ratio_frq>                                     <luma_w_in_chroma index="1" type="double" size="[1 3]">                                                 [0.8000 0.8000 0.8000 ]                                             </luma_w_in_chroma>                                     <noise_curve index="1" type="double" size="[1 5]">                                                 [-5.2418645928747404e-012 4.8376129534209651e-008 -1.5800986577370335e-004 2.0569720083710763e-001 -2.4685997272630630e+001 ]                                             </noise_curve>                                     <noise_curve_x00 index="1" type="double" size="[1 1]">                                                 [3.1700000000000000e+003 ]                                             </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.0000 1.0000 1.0000 1.0000 ]                                             </y_lo_denoiseweight>                                     <y_hi_denoiseweight index="1" type="double" size="[1 4]">                                                 [1.0000 1.0000 1.0000 1.0000 ]                                             </y_hi_denoiseweight>                                     <y_lo_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_lo_bfscale>                                     <y_hi_bfscale index="1" type="double" size="[1 4]">                                                 [0.5000 0.5000 0.5000 0.7000 ]                                             </y_hi_bfscale>                                     <y_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </y_lumanrpoint>                                     <y_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.4000 1.4000 1.4000 ]                                             </y_lumanrcurve>                                     <y_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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.0000 1.0000 1.0000 ]                                             </uv_lo_denoiseweight>                                     <uv_hi_denoiseweight index="1" type="double" size="[1 3]">                                                 [1.0000 1.0000 1.0000 ]                                             </uv_hi_denoiseweight>                                     <uv_lo_bfscale index="1" type="double" size="[1 3]">                                                 [0.5000 0.7000 0.7000 ]                                             </uv_lo_bfscale>                                     <uv_hi_bfscale index="1" type="double" size="[1 3]">                                                 [0.3000 0.3000 0.4000 ]                                             </uv_hi_bfscale>                                     <uv_lumanrpoint index="1" type="double" size="[1 6]">                                                 [0.0000 32.0000 64.0000 192.0000 232.0000 256.0000 ]                                             </uv_lumanrpoint>                                     <uv_lumanrcurve index="1" type="double" size="[1 6]">                                                 [1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 ]                                             </uv_lumanrcurve>                                     <uv_denoisestrength index="1" type="double" size="[1 1]">                                                 [1.8000 ]                                             </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 2]">             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 6]">                   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 4]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </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]">                               [5.64]                            </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.52]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [2]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [16 16 25 32 32 32 32 20]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-0.1 -0.2 -0.3 -0.3 -0.3 -0.25 -0.1 -0.1]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [16 16 24 32 32 32 32 20]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [6]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [2]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [102]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </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.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.5]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [1]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 12 16 20 24 24 24 16]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-0.5 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 -0.1]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 18 24 32 32 24 16]                            </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.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]">                               [90]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.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.8]                            </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 10 16 24 24 20 16 12]                            </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 20 24 28 28 16 12]                            </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.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="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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.2]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.17]                            </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.8]                            </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]">                               [6 12 20 24 24 24 20 12]                            </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]">                               [9 16 14 32 32 32 20 16]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.76]                            </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.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]">                               [100]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [4 5 6 8 8 8 7 6]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.61]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [1]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 12 16 20 24 24 16 16]                            </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]">                               [8 16 20 24 32 32 24 16]                            </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.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]">                               [100]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [2]                            </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]">                               [3]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [80]                            </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 4]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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.65]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.2]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.2]                            </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 10 16 16 12 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 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </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.65]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [4]                            </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]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.5]                            </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 10 14 16 10 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]">                               [10 12 18 24 32 32 10 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.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.3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.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.8]                            </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 10 16 16 14 8 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 20 24 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.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]">                               [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]">                               [3.2]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.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.8]                            </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 24 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.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]">                               [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.01]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [4]                            </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.65]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.65]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [2]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 12 16 20 24 24 24 16]                            </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]">                               [8 16 24 32 32 32 24 16]                            </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.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [4]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [2]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [94]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [3.5]                            </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.7]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [3]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 10 16 20 24 24 24 16]                            </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 16 20 24 24 24 16]                            </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]">                               [6]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [4]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [98]                            </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.2]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2]                            </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.7]                            </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 8 15 20 20 24 24 16]                            </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 12 16 24 30 30 24 16]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.75]                            </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.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [4]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [3]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [70]                            </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.2]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.9]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [1]                            </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.8]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [4]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 12 16 20 20 20 12]                            </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 16 24 24 24 20 16]                            </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.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [5]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [4]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [64]                            </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]">                               [1]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2]                            </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.9]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.54]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [3]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 12 15 16 12 8]                            </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 20 12]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.85]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.85]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [6]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [4]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [31]                            </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 6]">                   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 4]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </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]">                               [5.64]                            </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.52]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [2]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [16 16 25 32 32 32 32 20]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-0.1 -0.2 -0.3 -0.3 -0.3 -0.25 -0.1 -0.1]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [16 16 24 32 32 32 32 20]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [6]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [2]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [102]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </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.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.5]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [1]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 12 16 20 24 24 24 16]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-0.5 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 -0.1]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 18 24 32 32 24 16]                            </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.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]">                               [90]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.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.8]                            </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 10 16 24 24 20 16 12]                            </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 20 24 28 28 16 12]                            </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.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="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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.2]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.17]                            </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.8]                            </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]">                               [6 12 20 24 24 24 20 12]                            </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]">                               [9 16 14 32 32 32 20 16]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.76]                            </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.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]">                               [100]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [4 5 6 8 8 8 7 6]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.61]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [1]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 12 16 20 24 24 16 16]                            </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]">                               [8 16 20 24 32 32 24 16]                            </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.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]">                               [100]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [2]                            </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]">                               [3]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [80]                            </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 4]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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.65]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.2]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.2]                            </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 10 16 16 12 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 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </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.65]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [4]                            </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]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.5]                            </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 10 14 16 10 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]">                               [10 12 18 24 32 32 10 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.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.3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.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.8]                            </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 10 16 16 14 8 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 20 24 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.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]">                               [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]">                               [3.2]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.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.8]                            </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 24 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.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]">                               [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.01]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [4]                            </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.65]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.65]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [2]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 12 16 20 24 24 24 16]                            </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]">                               [8 16 24 32 32 32 24 16]                            </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.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [4]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [2]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [94]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [3.5]                            </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.7]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [3]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 10 16 20 24 24 24 16]                            </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 16 20 24 24 24 16]                            </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]">                               [6]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [4]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [98]                            </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.2]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2]                            </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.7]                            </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 8 15 20 20 24 24 16]                            </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 12 16 24 30 30 24 16]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.75]                            </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.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [4]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [3]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [70]                            </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.2]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.9]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [1]                            </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.8]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [4]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 12 16 20 20 20 12]                            </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 16 24 24 24 20 16]                            </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.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [5]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [4]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [64]                            </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]">                               [1]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2]                            </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.9]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.54]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [3]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 12 15 16 12 8]                            </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 20 12]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.85]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.85]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [6]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [4]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [31]                            </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 6]">                   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 4]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </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]">                               [5.64]                            </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.52]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [2]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [16 16 25 32 32 32 32 20]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-0.1 -0.2 -0.3 -0.3 -0.3 -0.25 -0.1 -0.1]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [16 16 24 32 32 32 32 20]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [6]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [2]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [102]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </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.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.5]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.4]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [1]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 12 16 20 24 24 24 16]                            </mf_clip_pos>                            <mf_clip_neg index="1" type="double" size="[1 8]">                               [-0.5 -0.5 -0.4 -0.3 -0.3 -0.25 -0.1 -0.1]                            </mf_clip_neg>                            <hf_clip index="1" type="double" size="[1 8]">                               [10 12 18 24 32 32 24 16]                            </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.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]">                               [90]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.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.8]                            </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 10 16 24 24 20 16 12]                            </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 20 24 28 28 16 12]                            </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.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="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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.2]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.17]                            </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.8]                            </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]">                               [6 12 20 24 24 24 20 12]                            </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]">                               [9 16 14 32 32 32 20 16]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.76]                            </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.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]">                               [100]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [4 5 6 8 8 8 7 6]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.7]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.61]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [1]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 12 16 20 24 24 16 16]                            </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]">                               [8 16 20 24 32 32 24 16]                            </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.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]">                               [100]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [2]                            </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]">                               [3]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [80]                            </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 4]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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.65]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.2]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [4.2]                            </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 10 16 16 12 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 24 32 32 10 0]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.6]                            </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.65]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.5]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [4]                            </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]">                               [3 4 5 6 6 5 4 3]                            </luma_sigma>                            <pbf_gain index="1" type="double" size="[1 1]">                               [0.5]                            </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 10 14 16 10 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]">                               [10 12 18 24 32 32 10 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.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.3]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.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.8]                            </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 10 16 16 14 8 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 20 24 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.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]">                               [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]">                               [3.2]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [3.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.8]                            </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 24 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.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]">                               [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.01]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [4]                            </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.65]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.65]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [2]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [8 12 16 20 24 24 24 16]                            </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]">                               [8 16 24 32 32 32 24 16]                            </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.5]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [4]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [2]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [94]                            </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.1]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [2]                            </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]">                               [3.5]                            </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.7]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.6]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [3]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 10 16 20 24 24 24 16]                            </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 16 20 24 24 24 16]                            </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]">                               [6]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [4]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [98]                            </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.2]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.95]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [2]                            </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.7]                            </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 8 15 20 20 24 24 16]                            </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 12 16 24 30 30 24 16]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.75]                            </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.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [4]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [3]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [70]                            </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.2]                            </lratio>                            <hratio index="1" type="double" size="[1 1]">                               [1.9]                            </hratio>                            <mf_sharp_ratio index="1" type="double" size="[1 1]">                               [1]                            </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.8]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [4]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 12 16 20 20 20 12]                            </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 16 24 24 24 20 16]                            </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.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [5]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [4]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [64]                            </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]">                               [1]                            </mf_sharp_ratio>                            <hf_sharp_ratio index="1" type="double" size="[1 1]">                               [2]                            </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.9]                            </pbf_gain>                            <pbf_ratio index="1" type="double" size="[1 1]">                               [0.54]                            </pbf_ratio>                            <pbf_add index="1" type="double" size="[1 1]">                               [3]                            </pbf_add>                            <mf_clip_pos index="1" type="double" size="[1 8]">                               [4 6 8 12 15 16 12 8]                            </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 20 12]                            </hf_clip>                            <mbf_gain index="1" type="double" size="[1 1]">                               [0.85]                            </mbf_gain>                            <hbf_gain index="1" type="double" size="[1 1]">                               [0.85]                            </hbf_gain>                            <hbf_ratio index="1" type="double" size="[1 1]">                               [0.7]                            </hbf_ratio>                            <mbf_add index="1" type="double" size="[1 1]">                               [6]                            </mbf_add>                            <hbf_add index="1" type="double" size="[1 1]">                               [4]                            </hbf_add>                            <local_sharp_strength index="1" type="double" size="[1 1]">                               [31]                            </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 2]">             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 6]">                   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 4]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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]">                               [6]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.3]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.3]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 6 8 10 16 16 14 10]                            </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.1 0.1 2 0.2 0.2 0.2 0.2 0.1]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 6 8 10 16 16 14 10]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </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]">                               [16]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </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]">                               [64]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </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 4]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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 6 8 10 16 16 14 10]                            </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]">                               [2 6 8 10 16 16 14 10]                            </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]">                               [24]                            </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]">                               [64]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </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.3 0.3 0.3 0.4 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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.6]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.6]                            </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.3 0.3 0.4 0.5 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]">                               [10]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0.2]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </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.5 0.5 0.5 0.5 0.5 0.3]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.7]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.7]                            </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.3 0.3 0.3 0.5 0.5 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="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]">                               [31]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.8]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.8]                            </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.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="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 6]">                   hdr                </Name>                <dog_kernel_l index="1" type="double" size="[5 5]">                   [-0.0196443952778668 -0.0556709650206426 -0.0787817175319741 -0.0556709650206426 -0.0196443952778668                   -0.0556709650206426 -0.0402319571488741 0.102820951177161 -0.0402319571488741 -0.0556709650206426                   -0.0787817175319741 0.102820951177161 0.588716195291358 0.102820951177161 -0.0787817175319741                   -0.0556709650206426 -0.0402319571488741 0.102820951177161 -0.0402319571488741 -0.0556709650206426                   -0.0196443952778668 -0.0556709650206426 -0.0787817175319741 -0.0556709650206426 -0.0196443952778668]                </dog_kernel_l>                <dog_kernel_h index="1" type="double" size="[5 5]">                   [0 0 0 0 0                   0 -0.0943851671995363 -0.155614832800464 -0.0943851671995363 0                   0 -0.155614832800464 1 -0.155614832800464 0                   0 -0.0943851671995363 -0.155614832800464 -0.0943851671995363 0                   0 0 0 0 0]                </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 4]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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]">                               [6]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.3]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.3]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 6 8 10 16 16 14 10]                            </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.1 0.1 2 0.2 0.2 0.2 0.2 0.1]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 6 8 10 16 16 14 10]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </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]">                               [16]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </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]">                               [64]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </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 4]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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 6 8 10 16 16 14 10]                            </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]">                               [2 6 8 10 16 16 14 10]                            </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]">                               [24]                            </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]">                               [64]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </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.3 0.3 0.3 0.4 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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.6]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.6]                            </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.3 0.3 0.4 0.5 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]">                               [10]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0.2]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </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.5 0.5 0.5 0.5 0.5 0.3]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.7]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.7]                            </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.3 0.3 0.3 0.5 0.5 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="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]">                               [31]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.8]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.8]                            </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.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="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 6]">                   gray                </Name>                <dog_kernel_l index="1" type="double" size="[5 5]">                   [-0.0196443952778668 -0.0556709650206426 -0.0787817175319741 -0.0556709650206426 -0.0196443952778668                   -0.0556709650206426 -0.0402319571488741 0.102820951177161 -0.0402319571488741 -0.0556709650206426                   -0.0787817175319741 0.102820951177161 0.588716195291358 0.102820951177161 -0.0787817175319741                   -0.0556709650206426 -0.0402319571488741 0.102820951177161 -0.0402319571488741 -0.0556709650206426                   -0.0196443952778668 -0.0556709650206426 -0.0787817175319741 -0.0556709650206426 -0.0196443952778668]                </dog_kernel_l>                <dog_kernel_h index="1" type="double" size="[5 5]">                   [0 0 0 0 0                   0 -0.0943851671995363 -0.155614832800464 -0.0943851671995363 0                   0 -0.155614832800464 1 -0.155614832800464 0                   0 -0.0943851671995363 -0.155614832800464 -0.0943851671995363 0                   0 0 0 0 0]                </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 4]">                         LSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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]">                               [6]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.3]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.3]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 6 8 10 16 16 14 10]                            </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.1 0.1 2 0.2 0.2 0.2 0.2 0.1]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </global_alpha>                            <noise_clip index="1" type="double" size="[1 8]">                               [2 6 8 10 16 16 14 10]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </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]">                               [16]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </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]">                               [64]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.4]                            </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 4]">                         HSNR                      </SNR_Mode>                      <Sensor_Mode index="1" type="char" size="[1 3]">                         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 6 8 10 16 16 14 10]                            </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]">                               [2 6 8 10 16 16 14 10]                            </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]">                               [24]                            </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]">                               [64]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </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.3 0.3 0.3 0.4 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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.6]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.6]                            </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.3 0.3 0.4 0.5 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]">                               [10]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0.2]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.5]                            </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.5 0.5 0.5 0.5 0.5 0.3]                            </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]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.7]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.7]                            </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.3 0.3 0.3 0.5 0.5 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="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]">                               [31]                            </edge_thed>                            <src_wgt index="1" type="double" size="[1 1]">                               [0]                            </src_wgt>                            <alpha_adp_en index="1" type="char" size="[1 1]">                               [0]                            </alpha_adp_en>                            <local_alpha index="1" type="double" size="[1 1]">                               [0.8]                            </local_alpha>                            <global_alpha index="1" type="double" size="[1 1]">                               [0.8]                            </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.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="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.0000 246.4500 16.0000 0.0000 1.0000 16.0000 3943.0000 ]                         </Linear>                 <NonLinear index="1" type="char" size="[1 10]">DB_MODE</NonLinear>             </GainRange>             <TimeFactor index="1" type="double" size="[1 4]">                         [0.0000 0.0000 1.0000 0.5000 ]                     </TimeFactor>             <CISLinTimeRegMaxFac index="1" type="double" size="[1 2]">                         [1.0000 10.0000 ]                     </CISLinTimeRegMaxFac>             <CISHdrTimeRegSumFac index="1" type="double" size="[1 2]">                         [1.0000 10.0000 ]                     </CISHdrTimeRegSumFac>             <CISTimeRegOdevity index="1" type="double" size="[1 2]">                         [1.0000 0.0000 ]                     </CISTimeRegOdevity>             <CISHdrTimeRegOdevity index="1" type="double" size="[1 2]">                         [1.0000 0.0000 ]                     </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.0000 ]                     </CISMinFps>             <CISAgainRange index="1" type="double" size="[1 2]">                         [1.0000 15.5000 ]                     </CISAgainRange>             <CISExtraAgainRange index="1" type="double" size="[1 2]">                         [3.5000 54.2500 ]                     </CISExtraAgainRange>             <CISDgainRange index="1" type="double" size="[1 2]">                         [1.0000 15.9000 ]                     </CISDgainRange>             <CISIspDgainRange index="1" type="double" size="[1 2]">                         [1.0000 1.0000 ]                     </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.6000 ]                     </FNumber>             <EFL index="1" type="double" size="[1 1]">                         [5.2000 ]                     </EFL>             <LensTavg index="1" type="double" size="[1 1]">                         [90.0000 ]                     </LensTavg>             <IRCutTavg index="1" type="double" size="[1 1]">                         [90.0000 ]                     </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 31]">                         LDCH_mesh_2688_1520_os04a10_4IR                     </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]">                         [1.3511178239999999e+003 7.3948608000000002e+002 ]                     </light_center>             <distortion_coeff index="1" type="double" size="[1 4]">                         [-1.8302636074851755e+003 4.2379512840610002e-004 -2.5076748550000000e-007 1.2724700000000000e-010 ]                     </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 30]">                         FEC_mesh_2688_1520_os04a10_4IR                     </mesh_file>             <correct_level index="1" type="int" size="[1 1]">                         [255 ]                     </correct_level>             <light_center index="1" type="double" size="[1 2]">                         [1.3511178239999999e+003 7.3948608000000002e+002 ]                     </light_center>             <distortion_coeff index="1" type="double" size="[1 4]">                         [-1.8302636074851755e+003 4.2379512840610002e-004 -2.5076748550000000e-007 1.2724700000000000e-010 ]                     </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]">                         [0]                     </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.0000 ]                     </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.0000 ]                     </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.0000 ]                     </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 11]">                         MODE_2_LINE                     </support_mode>             <line_mode index="1" type="char" size="[1 5]">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.5000 ]                         </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.0000 ]                             </lcg2hcg_th>                     <hcg2lcg_th index="1" type="double" size="[1 1]">                                 [16.0000 ]                             </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.6000 ]                             </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.5000 ]                         </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.0000 ]                             </lcg2hcg_th>                     <hcg2lcg_th index="1" type="double" size="[1 1]">                                 [16.0000 ]                             </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.6000 ]                             </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>