SasView / sasview

Code for the SasView application.
BSD 3-Clause "New" or "Revised" License
48 stars 41 forks source link

Refactor invariant perspective #1496

Open butlerpd opened 4 years ago

butlerpd commented 4 years ago

At present the invariant calculation has several limitations, including requiring a knowledge of the contrast term from which it computes the volume fraction but not the other way round. Other problems include lack of input parameter uncertainty propagation and the immediate computation of the (incorrect) invariant as soon as the perspective is called.

TODO task list for this issue:

ajj commented 6 months ago

Propose to also refactor the GUI to put input parameters on the main tab - usability wise, if we require the user to input vol fraction or contrast (no default) then we should have that on the first thing they see rather than them having to know to click on the options tab.

Also suggest that we automatically pop up the status window when a calculation is done - that info is rather critical for this calculation.