Changeset fcaada5 in sasview for guitools


Ignore:
Timestamp:
Apr 4, 2008 12:01:34 PM (16 years ago)
Author:
Mathieu Doucet <doucetm@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
5789654
Parents:
1bde57a
Message:

More feedback, more bugs…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guitools/requirements.txt

    rf0c09d5 rfcaada5  
    11- BUGS 
    2   1- After fitting, the fit panel is not updated with the output values of the fit. 
     2 
     3  1- [DONE] After fitting, the fit panel is not updated with the output values of the fit.  
     4   
    35  2- Do this: 
    4       a) load a file 
    5       b) fit a straight line 
    6       c) change the scale using the "Properties" menu.  
     6      a) load the file line_in_x2_y.txt 
     7      b) fit a straight line, close the Fit Dialog 
     8      c) change the scale using the "Properties" menu to x vs y (linear vs linear) 
    79      You will see an exception that should be fixed. 
    810 
    9   3- Load the file line_in_x2_y.txt in miniView. Select x^2 and y for the scales. Fit it.  
     11  3- [DONE] Load the file line_in_x2_y.txt in miniView. Select x^2 and y for the scales. Fit it.  
    1012      a) The fit range is wrong, it's not update for the X^2 view. 
    1113      b) the fit result is wrong 
    1214      c) Even if you update the range, the fit and the plots are wrong. 
     15       
     16  4- At the python command prompt, try: 
     17       from sans.guitools.PlotPanel import PlotPanel 
     18        
     19       You will get an exception: ImportError: No module named fittings 
     20        
     21     Guitools should not depend on your miniView code. 
     22      
     23  5- Each time you open and close the Fit Dialog, a new label "Theory1D" is created in the 
     24     legend. There should always be only one, for the _last_ fit, and the name should be "Fit". 
     25      
     26  6- Do this: 
     27                a) Load the file 'line_in_logy_x.txt' 
     28                b) Fit a straight line 
     29                c) The fit shown does not start from the first point and it's not a straight line.  
    1330       
    1431- NOTES that might help for bugs 
     
    1936   
    2037 
    21 - IMPROVEMENTS 
     38- NEEDED IMPROVEMENTS 
    2239  1- After loading a new file or changing the scale using the "Properties" menu, remove any previously displayed fit from the graph. 
    2340   
     
    3350     
    3451     That way it still works even if the user is not plotting Intensity versus Q. 
     52      
     53  4- In the fit dialog, put the "fit" and "Close" button in the bottom right corner, like in a standard file dialog. 
     54  5- The layout of the Fit Dialog should be improved. 
     55  6- The code should be well documented and clean-up (no print statements). 
     56   
Note: See TracChangeset for help on using the changeset viewer.