Changeset 3eb3312 in sasmodels for sasmodels/models/line.py


Ignore:
Timestamp:
Feb 15, 2016 7:49:22 AM (8 years ago)
Author:
wojciech
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:
bdb3313
Parents:
34d6cab
Message:

Vectorized version of two power law model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/line.py

    r34d6cab r3eb3312  
    6565    """ 
    6666    #TODO: Instrcution tels 2D has different deffinition than oher models 
    67     #Iq(qx*cos(qy), *args)*Iq(qy, *args 
     67    #return  Iq(qy,*args)*Iq(qy,*args) 
    6868    return  Iq(qx*cos(qy), *args)*Iq(qx*sin(qy), *args) 
    6969 
     
    9595    [{'intercept':   1.0, 
    9696      'slope': 1.0, 
    97      }, [1.3, 1.57], [2.3, 2.57]], 
     97     }, (1.3, 1.57),2.30238060425], 
    9898] 
Note: See TracChangeset for help on using the changeset viewer.