File: parameter_configuration_old.ui

package info (click to toggle)
planetary-system-stacker 0.8.32~git20230901.01f3625-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 50,468 kB
  • sloc: python: 14,055; makefile: 3
file content (870 lines) | stat: -rw-r--r-- 25,554 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ConfigurationDialog</class>
 <widget class="QDialog" name="ConfigurationDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>900</width>
    <height>571</height>
   </rect>
  </property>
  <property name="font">
   <font>
    <pointsize>10</pointsize>
   </font>
  </property>
  <property name="windowTitle">
   <string>Parameter Configuration</string>
  </property>
  <layout class="QGridLayout" name="GridLayout" columnstretch="5,0,0,0,0,0,0,0,0,0,0,0,0">
   <property name="verticalSpacing">
    <number>22</number>
   </property>
   <item row="3" column="10">
    <widget class="QSlider" name="apst_slider_value">
     <property name="minimum">
      <number>1</number>
     </property>
     <property name="maximum">
      <number>30</number>
     </property>
     <property name="pageStep">
      <number>5</number>
     </property>
     <property name="value">
      <number>5</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="2" column="3">
    <spacer name="horizontalSpacer_2">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>40</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="1" column="7">
    <spacer name="horizontalSpacer_4">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>40</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="3" column="8">
    <widget class="QLabel" name="apst_label_parameter">
     <property name="toolTip">
      <string>In the automatic construction of alignment point grids, points are discarded if there is too little local structure.
Higher values result in more points to be discarded. If the value is too low, unreliable alignment points are included.</string>
     </property>
     <property name="text">
      <string>Minimum structure</string>
     </property>
    </widget>
   </item>
   <item row="7" column="0">
    <widget class="QLabel" name="afafp_label_parameter">
     <property name="toolTip">
      <string>The reference frame for the multipoint alignment is computed as the average of the best frames. This value specifies the number of frames to be used.</string>
     </property>
     <property name="text">
      <string>Percentage of best frames for
reference frame computation</string>
     </property>
    </widget>
   </item>
   <item row="1" column="9">
    <spacer name="horizontalSpacer_6">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>40</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="12" column="2">
    <widget class="QLabel" name="gpif_label_parameter">
     <property name="toolTip">
      <string>Stacked and postprocessed images can be written either in &quot;png&quot;, &quot;tiff&quot; or &quot;fits&quot; format.</string>
     </property>
     <property name="text">
      <string>Write images as</string>
     </property>
    </widget>
   </item>
   <item row="1" column="12">
    <widget class="QLabel" name="aphbw_label_display">
     <property name="text">
      <string>TextLabel</string>
     </property>
    </widget>
   </item>
   <item row="5" column="0">
    <widget class="QLabel" name="afrsf_label_parameter">
     <property name="toolTip">
      <string>Only for &quot;Surface&quot; mode: Size of the stabilization patch relative to the frame size.</string>
     </property>
     <property name="text">
      <string>Stabilization patch size
(% of frame size)</string>
     </property>
    </widget>
   </item>
   <item row="4" column="8">
    <widget class="QLabel" name="apbt_label_parameter">
     <property name="toolTip">
      <string>In the automatic construction of alignment point grids, points are discarded if no pixels in the surrounding box are bright enough.
Higher values result in more points to be discarded. If the value is too low, unreliable alignment points are included.</string>
     </property>
     <property name="text">
      <string>Minimum brightness</string>
     </property>
    </widget>
   </item>
   <item row="3" column="2" colspan="3">
    <widget class="QComboBox" name="afm_comboBox">
     <property name="currentText">
      <string/>
     </property>
     <property name="currentIndex">
      <number>-1</number>
     </property>
     <property name="maxVisibleItems">
      <number>2</number>
     </property>
    </widget>
   </item>
   <item row="1" column="10">
    <widget class="QSlider" name="aphbw_slider_value">
     <property name="minimum">
      <number>20</number>
     </property>
     <property name="maximum">
      <number>140</number>
     </property>
     <property name="singleStep">
      <number>4</number>
     </property>
     <property name="pageStep">
      <number>4</number>
     </property>
     <property name="value">
      <number>40</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="1" column="2" colspan="3">
    <widget class="QComboBox" name="fdb_comboBox"/>
   </item>
   <item row="0" column="8" colspan="5">
    <widget class="QLabel" name="label_2">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="font">
      <font>
       <pointsize>12</pointsize>
      </font>
     </property>
     <property name="toolTip">
      <string>Parameters used in the second (fine-tuning) phase. In each pixel the color image
is warped such that it exactly matches the B/W image.</string>
     </property>
     <property name="text">
      <string>Multipoint Alignment Parameters</string>
     </property>
    </widget>
   </item>
   <item row="5" column="4">
    <widget class="QLabel" name="afrsf_label_display">
     <property name="text">
      <string>TextLabel</string>
     </property>
    </widget>
   </item>
   <item row="9" column="0">
    <widget class="QLabel" name="label_4">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="font">
      <font>
       <pointsize>12</pointsize>
      </font>
     </property>
     <property name="toolTip">
      <string>With these parameters parts of the computing workflow can be skipped.</string>
     </property>
     <property name="text">
      <string>Workflow Parameters</string>
     </property>
    </widget>
   </item>
   <item row="7" column="4">
    <widget class="QLabel" name="afafp_label_display">
     <property name="text">
      <string>TextLabel</string>
     </property>
    </widget>
   </item>
   <item row="2" column="5">
    <spacer name="horizontalSpacer_3">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>40</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="3" column="12">
    <widget class="QLabel" name="apst_label_display">
     <property name="text">
      <string>TextLabel</string>
     </property>
    </widget>
   </item>
   <item row="5" column="2">
    <widget class="QSlider" name="afrsf_slider_value">
     <property name="minimum">
      <number>5</number>
     </property>
     <property name="maximum">
      <number>80</number>
     </property>
     <property name="singleStep">
      <number>5</number>
     </property>
     <property name="pageStep">
      <number>5</number>
     </property>
     <property name="value">
      <number>25</number>
     </property>
     <property name="sliderPosition">
      <number>25</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="3" column="0">
    <widget class="QLabel" name="afm_label_parameter">
     <property name="toolTip">
      <string>All frames have to be globally aligned with each other before stacking. Two modes are supported: &quot;Surface&quot; and &quot;Planetary&quot;.
In &quot;Surface&quot; mode (moon, sun) a patch with sufficient local contrast is used for image registration.
In &quot;Planetary&quot; mode, the &quot;centers of gravity&quot; of all frames are registered with each other.</string>
     </property>
     <property name="text">
      <string>Frame stabilization  mode</string>
     </property>
    </widget>
   </item>
   <item row="2" column="1">
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>40</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="10" column="2">
    <widget class="QLabel" name="gppl_label_parameter">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="toolTip">
      <string>Level of detail of protocol: 0 for nothing, 1 for major steps only, 2 for detailed info.</string>
     </property>
     <property name="text">
      <string>Protocol detail level</string>
     </property>
     <property name="alignment">
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     </property>
    </widget>
   </item>
   <item row="7" column="2">
    <widget class="QSlider" name="afafp_slider_value">
     <property name="minimum">
      <number>3</number>
     </property>
     <property name="maximum">
      <number>30</number>
     </property>
     <property name="singleStep">
      <number>3</number>
     </property>
     <property name="pageStep">
      <number>3</number>
     </property>
     <property name="value">
      <number>6</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="10" column="0">
    <widget class="QCheckBox" name="gpwptf_checkBox">
     <property name="toolTip">
      <string>Append a protocol of this program execution to the text file &quot;PlanetarySystemStacker.log&quot; in the user's home directory.</string>
     </property>
     <property name="text">
      <string>Write protocol to file</string>
     </property>
     <property name="checked">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item row="11" column="2">
    <widget class="QLabel" name="gpbl_label_parameter">
     <property name="toolTip">
      <string>Level of data buffering, 0 for no buffering, 4 for buffering all frames and intermediate results.</string>
     </property>
     <property name="text">
      <string>Data buffering level</string>
     </property>
    </widget>
   </item>
   <item row="4" column="10">
    <widget class="QSlider" name="apbt_slider_value">
     <property name="minimum">
      <number>2</number>
     </property>
     <property name="maximum">
      <number>50</number>
     </property>
     <property name="singleStep">
      <number>2</number>
     </property>
     <property name="pageStep">
      <number>2</number>
     </property>
     <property name="value">
      <number>10</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="10" column="4">
    <widget class="QSpinBox" name="gppl_spinBox">
     <property name="maximum">
      <number>2</number>
     </property>
     <property name="value">
      <number>1</number>
     </property>
    </widget>
   </item>
   <item row="2" column="2">
    <widget class="QSlider" name="fgw_slider_value">
     <property name="minimum">
      <number>1</number>
     </property>
     <property name="maximum">
      <number>6</number>
     </property>
     <property name="singleStep">
      <number>1</number>
     </property>
     <property name="pageStep">
      <number>1</number>
     </property>
     <property name="value">
      <number>4</number>
     </property>
     <property name="sliderPosition">
      <number>4</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="1" column="11">
    <spacer name="horizontalSpacer_5">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>40</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="2" column="8">
    <widget class="QLabel" name="apsw_label_parameter">
     <property name="toolTip">
      <string>Maximum allowed local warp per coordinate direction.</string>
     </property>
     <property name="text">
      <string>Max. alignment search
width (pixels)</string>
     </property>
    </widget>
   </item>
   <item row="2" column="0">
    <widget class="QLabel" name="fgw_label_parameter">
     <property name="toolTip">
      <string>In the presence of noise in the image, shift detection between frames can be misled by spurious local minima.
Gaussian blur can help finding the global optimum. Try higher values for noisy images.</string>
     </property>
     <property name="text">
      <string>Noise level (add Gaussian blur)</string>
     </property>
    </widget>
   </item>
   <item row="4" column="12">
    <widget class="QLabel" name="apbt_label_display">
     <property name="text">
      <string>TextLabel</string>
     </property>
    </widget>
   </item>
   <item row="1" column="8">
    <widget class="QLabel" name="aphbw_label_parameter">
     <property name="toolTip">
      <string>Size of the quadratic box around an alignment point used to measure the local shift.
Smaller values result in better resolution of locality, but shift detection can fail if local contrast is low.</string>
     </property>
     <property name="text">
      <string>Alignment box width
(pixels)</string>
     </property>
    </widget>
   </item>
   <item row="0" column="6" rowspan="14">
    <widget class="Line" name="line">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
    </widget>
   </item>
   <item row="6" column="0">
    <widget class="QLabel" name="afsw_label_parameter">
     <property name="toolTip">
      <string>Only for &quot;Surface&quot; mode: Maximum allowed shift of consecutive frames per coordinate direction in pixels.</string>
     </property>
     <property name="text">
      <string>Stabilization search width
(pixels)</string>
     </property>
    </widget>
   </item>
   <item row="2" column="10">
    <widget class="QSlider" name="apsw_slider_value">
     <property name="minimum">
      <number>6</number>
     </property>
     <property name="maximum">
      <number>30</number>
     </property>
     <property name="singleStep">
      <number>2</number>
     </property>
     <property name="pageStep">
      <number>2</number>
     </property>
     <property name="value">
      <number>10</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="2" column="4">
    <widget class="QLabel" name="fgw_label_display">
     <property name="text">
      <string>TextLabel</string>
     </property>
    </widget>
   </item>
   <item row="11" column="0">
    <widget class="QCheckBox" name="gpspwr_checkBox">
     <property name="toolTip">
      <string>Check if for each job the corresponding protocol section should be stored along with the stacked image.</string>
     </property>
     <property name="text">
      <string>Store protocol with results</string>
     </property>
    </widget>
   </item>
   <item row="0" column="0" colspan="5">
    <widget class="QLabel" name="label">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="font">
      <font>
       <pointsize>12</pointsize>
       <weight>50</weight>
       <bold>false</bold>
      </font>
     </property>
     <property name="toolTip">
      <string>Parameters used in the first matching phase. In this phase, the color image
is rotated, shifted and stretched to match the B/W image.</string>
     </property>
     <property name="text">
      <string>Frame-related Parameters</string>
     </property>
    </widget>
   </item>
   <item row="4" column="0">
    <widget class="QCheckBox" name="afa_checkBox">
     <property name="toolTip">
      <string>Only for &quot;Surface&quot; mode: Identify frame stabilization patch automatically.</string>
     </property>
     <property name="text">
      <string>Automatic frame stabilization</string>
     </property>
     <property name="checked">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item row="11" column="4">
    <widget class="QSpinBox" name="gpbl_spinBox">
     <property name="maximum">
      <number>4</number>
     </property>
    </widget>
   </item>
   <item row="2" column="12">
    <widget class="QLabel" name="apsw_label_display">
     <property name="text">
      <string>TextLabel</string>
     </property>
    </widget>
   </item>
   <item row="6" column="2">
    <widget class="QSlider" name="afsw_slider_value">
     <property name="minimum">
      <number>5</number>
     </property>
     <property name="maximum">
      <number>150</number>
     </property>
     <property name="singleStep">
      <number>5</number>
     </property>
     <property name="pageStep">
      <number>5</number>
     </property>
     <property name="value">
      <number>20</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="12" column="0">
    <widget class="QCheckBox" name="spp_checkBox">
     <property name="toolTip">
      <string>Postprocess the stacked image immediately after stacking,
rather than in a separate job</string>
     </property>
     <property name="text">
      <string>Stacking plus postprocessing</string>
     </property>
    </widget>
   </item>
   <item row="1" column="0">
    <widget class="QLabel" name="fdb_label_parameter">
     <property name="toolTip">
      <string>Default debayering pattern used if no other pattern is specified for the current job. This pattern is used in creating master frames as well.</string>
     </property>
     <property name="text">
      <string>Debayering default</string>
     </property>
    </widget>
   </item>
   <item row="6" column="4">
    <widget class="QLabel" name="afsw_label_display">
     <property name="text">
      <string>TextLabel</string>
     </property>
    </widget>
   </item>
   <item row="12" column="4">
    <widget class="QComboBox" name="gpif_comboBox"/>
   </item>
   <item row="12" column="10" colspan="3">
    <widget class="QDialogButtonBox" name="buttonBox">
     <property name="standardButtons">
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
     </property>
    </widget>
   </item>
   <item row="12" column="8">
    <widget class="QPushButton" name="restore_standard_values">
     <property name="toolTip">
      <string>Reset parameters to original values. In most cases they should give satisfactory results.</string>
     </property>
     <property name="text">
      <string>Restore standard values</string>
     </property>
    </widget>
   </item>
   <item row="10" column="10">
    <widget class="QSlider" name="fnt_slider_value">
     <property name="maximum">
      <number>40</number>
     </property>
     <property name="pageStep">
      <number>2</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="10" column="12">
    <widget class="QLabel" name="fnt_label_display">
     <property name="text">
      <string>TextLabel</string>
     </property>
    </widget>
   </item>
   <item row="7" column="8">
    <widget class="QLabel" name="apfp_label_parameter">
     <property name="toolTip">
      <string>At each alignment point the same number of frames are stacked.
This value specifies this number relative to the total number of frames.</string>
     </property>
     <property name="text">
      <string>Percentage of best frames
to be stacked</string>
     </property>
    </widget>
   </item>
   <item row="7" column="10">
    <widget class="QSlider" name="apfp_slider_value">
     <property name="minimum">
      <number>1</number>
     </property>
     <property name="maximum">
      <number>100</number>
     </property>
     <property name="pageStep">
      <number>1</number>
     </property>
     <property name="value">
      <number>10</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="7" column="12">
    <widget class="QLabel" name="apfp_label_display">
     <property name="text">
      <string>TextLabel</string>
     </property>
    </widget>
   </item>
   <item row="6" column="8">
    <widget class="QLabel" name="label_8">
     <property name="font">
      <font>
       <pointsize>12</pointsize>
      </font>
     </property>
     <property name="text">
      <string>Stacking Parameters</string>
     </property>
    </widget>
   </item>
   <item row="10" column="8" colspan="2">
    <widget class="QLabel" name="fnt_label_parameter">
     <property name="toolTip">
      <string>Pixels with brightness below this value will not be included in normalization.
This reduces the effect of background noise in the dark space around the object.</string>
     </property>
     <property name="text">
      <string>Normalization black cut-off</string>
     </property>
    </widget>
   </item>
   <item row="9" column="8" colspan="3">
    <widget class="QCheckBox" name="fn_checkBox">
     <property name="toolTip">
      <string>Normalize the brightness of all frames. This will improve the ranking of frames and alignment patches, and reduce frame blending artifacts in stacking.</string>
     </property>
     <property name="text">
      <string>Normalize frame brightness</string>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections>
  <connection>
   <sender>aphbw_slider_value</sender>
   <signal>valueChanged(int)</signal>
   <receiver>aphbw_label_display</receiver>
   <slot>setNum(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>754</x>
     <y>42</y>
    </hint>
    <hint type="destinationlabel">
     <x>869</x>
     <y>42</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>afrsf_slider_value</sender>
   <signal>valueChanged(int)</signal>
   <receiver>afrsf_label_display</receiver>
   <slot>setNum(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>377</x>
     <y>182</y>
    </hint>
    <hint type="destinationlabel">
     <x>460</x>
     <y>195</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>apsw_slider_value</sender>
   <signal>valueChanged(int)</signal>
   <receiver>apsw_label_display</receiver>
   <slot>setNum(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>750</x>
     <y>87</y>
    </hint>
    <hint type="destinationlabel">
     <x>884</x>
     <y>87</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>apbt_slider_value</sender>
   <signal>valueChanged(int)</signal>
   <receiver>apbt_label_display</receiver>
   <slot>setNum(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>750</x>
     <y>171</y>
    </hint>
    <hint type="destinationlabel">
     <x>884</x>
     <y>171</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>apfp_slider_value</sender>
   <signal>valueChanged(int)</signal>
   <receiver>apfp_label_display</receiver>
   <slot>setNum(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>750</x>
     <y>212</y>
    </hint>
    <hint type="destinationlabel">
     <x>884</x>
     <y>212</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>afsw_slider_value</sender>
   <signal>valueChanged(int)</signal>
   <receiver>afsw_label_display</receiver>
   <slot>setNum(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>293</x>
     <y>289</y>
    </hint>
    <hint type="destinationlabel">
     <x>417</x>
     <y>289</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>afafp_slider_value</sender>
   <signal>valueChanged(int)</signal>
   <receiver>afafp_label_display</receiver>
   <slot>setNum(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>293</x>
     <y>346</y>
    </hint>
    <hint type="destinationlabel">
     <x>417</x>
     <y>346</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>