Changeset d247504b in sasview for src


Ignore:
Timestamp:
Apr 2, 2018 3:22:17 PM (6 years ago)
Author:
gonzalezm
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
8b89396
Parents:
5501189
Message:

Remove template for PD parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/calculator/model_editor.py

    r5501189 rd247504b  
    10961096''' 
    10971097 
    1098 CUSTOM_TEMPLATE_PD = '''\ 
    1099 def form_volume(%(args)s): 
    1100     """ 
    1101     Volume of the particles used to compute absolute scattering intensity 
    1102     and to weight polydisperse parameter contributions. 
    1103     """ 
    1104     return 1.0 
    1105  
    1106 def ER(%(args)s): 
    1107     """ 
    1108     Effective radius of particles to be used when computing structure factors. 
    1109  
    1110     Input parameters are vectors ranging over the mesh of polydispersity values. 
    1111     """ 
    1112     return 0.0 
    1113  
    1114 def VR(%(args)s): 
    1115     """ 
    1116     Volume ratio of particles to be used when computing structure factors. 
    1117  
    1118     Input parameters are vectors ranging over the mesh of polydispersity values. 
    1119     """ 
    1120     return 1.0 
    1121 ''' 
    1122  
    11231098SUM_TEMPLATE = """ 
    11241099from sasmodels.core import load_model_info 
Note: See TracChangeset for help on using the changeset viewer.