[Task] Implementation to make refresh button functioning in reduction configuration window

This task is for the second stage of implementation after we submit the first PR as specified in issue #15 (closed). Before starting putting in new implementations, we need to make sure that our starting point for the second stage of implementation is the final version that is merged into neutron/addie master branch. When submitting our first PR, there may be some changes needed to address comments from reviewers and we want to make sure the starting point of the second stage implementation does contain all those changes.

  1. Launch ADDIE and bring up the following Reduction Configuration window,

    image

  2. Currently, clicking on the refresh button alongside either Q range or R range will not do anything.

  3. We need to make those two refresh buttons functioning in such a way that whenever they are clicked, values in the corresponding input boxes will be set to default.

    • For Q range one, the default values are 0, 40 and 0.02, respectively, from left to right.

    • For R range one, the default values are 0, 40 and 0.02, respectively, from left to right.

    • When writing this issue, I realized that some of the default values in those input boxes when we first launch the Reduction Configuration are improper. The values I put above are what we want to use as default.

Edited by Zhang, Yuanpeng