Changeset 4932fdd in sasmodels
- Timestamp:
- Feb 17, 2016 7:33:46 AM (9 years ago)
- 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:
- 2fb1d88
- Parents:
- 9244430
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/line.py
r3eb3312 r4932fdd 66 66 #TODO: Instrcution tels 2D has different deffinition than oher models 67 67 #return Iq(qy,*args)*Iq(qy,*args) 68 return Iq(qx *cos(qy), *args)*Iq(qx*sin(qy), *args)68 return Iq(qx, *args)*Iq(qy, *args) 69 69 70 70 Iqxy.vectorized = True # Iqxy accepts an array of qx, qy values
Note: See TracChangeset
for help on using the changeset viewer.