Changes in / [c7062fe:d529d93] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/convert.py

    r228cbd3 r310ddcb  
    129129            warnings.warn("parameter background not used in sasview %s"%name) 
    130130 
    131  
    132131    # If it is a product model P*S, then check the individual forms for special 
    133132    # cases.  Note: despite the structure factor alone not having scale or 
     
    147146            for p in "La", "Lb", "Lc", "Ld": 
    148147                if p in oldpars: oldpars[p] *= 1e-13 
    149         elif name == 'core_shell_parallelepiped': 
    150             _remove_pd(oldpars, 'rimA', name) 
    151         elif name in ['mono_gauss_coil','poly_gauss_coil']: 
    152             del oldpars['i_zero'] 
    153148 
    154149    return oldpars 
     
    182177        elif name == 'rpa': 
    183178            pars['case_num'] = int(pars['case_num']) 
    184         elif name == 'mono_gauss_coil': 
    185             pars['i_zero'] = 1 
    186         elif name == 'poly_gauss_coil': 
    187             pars['i_zero'] = 1 
    188              
Note: See TracChangeset for help on using the changeset viewer.