Changeset d772f5d in sasmodels for code_ellipse.py


Ignore:
Timestamp:
Jul 23, 2014 1:25:44 PM (10 years ago)
Author:
HMP1 <helen.park@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
dbb0048
Parents:
9a9f5b5
Message:

Added 1D Fit, fixed fitting error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code_ellipse.py

    r09e15be rd772f5d  
    4949             for base in GpuEllipse.PD_PARS] 
    5050 
    51         radius_a.value, radius_a.weight = radius_a.get_weights(pars['radius_a'], 0, 1000, True) 
    52         radius_b.value, radius_b.weight = radius_b.get_weights(pars['radius_b'], 0, 1000, True) 
     51        radius_a.value, radius_a.weight = radius_a.get_weights(pars['radius_a'], 0, 10000, True) 
     52        radius_b.value, radius_b.weight = radius_b.get_weights(pars['radius_b'], 0, 10000, True) 
    5353        axis_theta.value, axis_theta.weight = axis_theta.get_weights(pars['axis_theta'], -90, 180, False) 
    5454        axis_phi.value, axis_phi.weight = axis_phi.get_weights(pars['axis_phi'], -90, 180, False) 
Note: See TracChangeset for help on using the changeset viewer.