Changeset 0444c02 in sasmodels for sasmodels/direct_model.py


Ignore:
Timestamp:
Oct 8, 2016 2:36:11 PM (8 years ago)
Author:
jhbakker
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
0ae0f9a
Parents:
b3f2a24
Message:

Changes for SESANS integration, next is merge with ajj_sesans

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/direct_model.py

    r4cc161e r0444c02  
    3131from . import resolution2d 
    3232from .details import make_kernel_args, dispersion_mesh 
     33from sas.sasgui.perspectives.fitting.fitpage import FitPage 
    3334 
    3435try: 
     
    193194        # interpret data 
    194195        if hasattr(data, 'lam'): 
     196        #if not FitPage.no_transform.GetValue(): #if the no_transform radio button is not active DOES NOT WORK! not active before fitting 
    195197            self.data_type = 'sesans' 
    196198        elif hasattr(data, 'qx_data'): 
Note: See TracChangeset for help on using the changeset viewer.