Ignore:
Timestamp:
Jun 22, 2017 8:11:45 AM (7 years ago)
Author:
Piotr Rozyczko <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:
2a8bd705
Parents:
b67bfa7
Message:

Magnetic angles image widget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FitPage.py

    r6964d44 r6ff2eb3  
    4646        # Fit options - tab #2 
    4747        self.fit_options = {} 
    48         # Weight options - tab #2 
    49         #self.weighting_options = {} 
    5048        # Smearing options - tab #3 
     49        # Should this be just part of self.fit_options? 
    5150        self.smearing_options = {} 
     51 
     52        # Polydispersity - tab #4 
     53        #self.poly 
     54 
     55        # Magnetism - tab #5 
     56        #self.magnetism 
     57 
     58        # Algorithm 
     59        self.algorithm = None 
     60        self.algorithm_options = {} 
    5261 
    5362    def save(self): 
Note: See TracChangeset for help on using the changeset viewer.