Ignore:
Timestamp:
Jul 12, 2016 9:12:24 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
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
Children:
4b71e91
Parents:
8cb6cd6
git-author:
wpotrzebowski <Wojciech.Potrzebowski@…> (07/05/16 04:00:02)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (07/12/16 09:12:24)
Message:

Merge master

see issue #590. fix error in q.rg and uncertainties in Rg and I0.
Uncertainty calculation for slope and intercept are still wrong I
believe.

references #205 - Removed Kratky plot choice from linearized plots for
now since it doesn't currently work.

close #590. A lot of problems were caused by LineModel? and LinerFit?
having different equations (ax+b vs a+bx). Further errors in
calculations, particularly of uncertainties were fixed. The fact that
the fits to not account for smearing was verified and a warning added.
Code was also modified to update the qmin and qmax to match changes in
the transformed xmin xmax. Lots of documentation was added and the
fitdialog layout was cleaned up considerably. This is now usable though
the design of the user interface (and the whole design of linear fits)
could use a rethink.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/plottools/PropertyDialog.py

    rd7bb526 re3ae090  
    7878        self.view.Insert("XS Guinier ln(y*x) vs x^(2)", 3) 
    7979        self.view.Insert("Porod y*x^(4) vs x^(4)", 4) 
    80         self.view.Insert("Kratky y*x^(2) vs x", 5) 
     80        # This did not work in 3.1.2 and does not work now. 
     81        # prefer to fix (should not be too hard) but for the moment 
     82        # am removing as an option the user sees so they don't get 
     83        # disappointed.    PDB 7/10/2016  
     84        # self.view.Insert("Kratky y*x^(2) vs x", 5) 
    8185        self.SetSizer(vbox) 
    8286        self.Fit() 
Note: See TracChangeset for help on using the changeset viewer.