Changes between Initial Version and Version 2 of Ticket #381


Ignore:
Timestamp:
Mar 22, 2015 12:03:03 PM (9 years ago)
Author:
butler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #381

    • Property Priority changed from major to blocker
  • Ticket #381 – Description

    initial v2  
    55Used test data 1000A_sphere_dsm.xml for most all of my testing (NOTE: the DMAX is very large on this .. and in fact the name is WRONG it is 1000nm!!). Main issues 
    66 
    7 1. Buttons do not update value (regularization constant and number of terms). It does seem to take the number typed in manually. 
    8 2. I don't think the number of terms is being evaluated correctly.   
    9  a. It never seemed to go off of a suggested value of 10.  In the alpha release, once I put in a Dmax of 20,000 (2 microns diameter) it suggests 25 and clicking on the button properly puts that value into the parameter box.   
    10  b. Manually typing 24 works as well, while in the latest build if I type 21 or higher the box goes pink and refuses the number.  I vaguely remember a discussion that 20 should be a maximum ever needed but that would have been long long ago so not sure why it has changed now... and clearly for this very large monodisperse sphere it seems to do better with a larger number. 
     71. Buttons do not update value (regularization constant and number of terms). It does seem to take the number typed in manually. Error reported in sasview log is: 
     8{{{ 
     92015-03-22 10:57:56,072 ERROR InversionControl._on_accept_alpha: String or Unicode type required 
     102015-03-22 10:58:40,540 ERROR InversionControl._on_accept_nterms: String or Unicode type required 
     11}}} 
     122. The number of terms is NOT being evaluated.  Suggested value is always the defaule of 10.  Error reported in console is given below. In the alpha release, once I put in a Dmax of 20,000 (2 microns diameter) it suggests 25 and clicking on the button properly puts that value into the parameter box. 
     13{{{ 
     14        Could not estimate number of terms 
     15}}}   
     16 
    11173. The "explore box" is broken.   
    1218 a. You can put some numbers in but quickly some boxes become inaccessible such as "number of points" and may even get stuck in max or min and not allow chaning any other value ... including the drop down.