Changeset bdb3313 in sasmodels


Ignore:
Timestamp:
Feb 16, 2016 11:09:16 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:
9244430
Parents:
3eb3312
Message:

Final touches to two power model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/two_power_law.py

    r3eb3312 rbdb3313  
    116116    return Iq(sqrt(qx**2 + qy**2), *args) 
    117117 
    118 Iqxy.vectorized = True  # Iqxy doesn't accept an array of qx, qy values 
     118Iqxy.vectorized = True  # Iqxy accepts an array of qx, qy values 
    119119 
    120120demo = dict(scale=1, background=0.1, 
Note: See TracChangeset for help on using the changeset viewer.