Changeset 473183c in sasmodels for Models/code_triaxialellipse.py
- Timestamp:
- Jul 24, 2014 9:59:02 AM (10 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:
- ca6c007
- Parents:
- dbb0048
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Models/code_triaxialellipse.py
rdbb0048 r473183c 3 3 4 4 import numpy as np 5 from math import asin6 5 import pyopencl as cl 6 7 7 from weights import GaussianDispersion 8 from sasmodel import card 8 from Models.sasmodel import card 9 9 10 10 11 def set_precision(src, qx, qy, dtype):
Note: See TracChangeset
for help on using the changeset viewer.