[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.
-
Launch ADDIE and bring up the following
Reduction Configurationwindow, -
Currently, clicking on the refresh button alongside either
Q rangeorR rangewill not do anything. -
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 rangeone, the default values are 0, 40 and 0.02, respectively, from left to right. -
For
R rangeone, 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 Configurationare improper. The values I put above are what we want to use as default.
-
