dsa110 / dsa110-issues

Issue tracker for all DSA-110 work
0 stars 0 forks source link

MCMC and Nested Samples Widgets can be set simultaneously #312

Closed mbsherma closed 3 weeks ago

mbsherma commented 3 weeks ago

For the scattering, scintillation, RM, etc. screens, you can set parameters for different fitting methods simultaneously, which is confusing.

mbsherma commented 3 weeks ago

I can make it so that widgets appear only for the selected fit method, similar to how we did the scatter components.

mbsherma commented 3 weeks ago

Resolved in commit https://github.com/dsa110/dsa110-pol/commit/5a6c427a032eeb86e4f81a55a0da38f98ea1aa59 ; the Scattering and RM Synthesis screens have been updated to show relevant widgets for the selected fitting method(s) only. Multithreading parameters are now reserved for ADMIN mode. For the RM screen, the 2D RM synthesis option does not obey the new rule since it's hidden status must be set prior to knowing the result of the initial RM synthesis. Therefore, 2D RM synthesis and Zoom RM synthesis parameters and buttons will still be shown regardless of the chosen method and stage of execution.