Changeset b829b16 in sasmodels
- Timestamp:
- Oct 19, 2016 7:35:32 AM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 2b9e63f
- Parents:
- f0afad2
- Location:
- sasmodels/models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/core_shell_bicelle.py
r1fdb555 rb829b16 49 49 \begin{align} 50 50 F(Q,\alpha) = &\bigg[ 51 (\rho_c - \rho_f) V_c \frac{ J_1(QRsin \alpha)}{QRsin\alpha}\frac{2 \cdot sin(QLcos\alpha/2)}{QLcos\alpha} \\52 &+(\rho_f - \rho_r) V_{c+f} \frac{ J_1(QRsin\alpha)}{QRsin\alpha}\frac{2 \cdot sin(Q(L/2+t_f)cos\alpha)}{Q(L+2t_f)cos\alpha} \\53 &+(\rho_r - \rho_s) V_t \frac{ J_1(Q(R+t_r)sin\alpha)}{Q(R+t_r)sin\alpha}\frac{2 \cdot sin(Q(L/2+t_f)cos\alpha)}{Q(L+2t_f)cos\alpha}51 (\rho_c - \rho_f) V_c \frac{2J_1(QRsin \alpha)}{QRsin\alpha}\frac{sin(QLcos\alpha/2)}{Q(L/2)cos\alpha} \\ 52 &+(\rho_f - \rho_r) V_{c+f} \frac{2J_1(QRsin\alpha)}{QRsin\alpha}\frac{sin(Q(L/2+t_f)cos\alpha)}{Q(L/2+t_f)cos\alpha} \\ 53 &+(\rho_r - \rho_s) V_t \frac{2J_1(Q(R+t_r)sin\alpha)}{Q(R+t_r)sin\alpha}\frac{sin(Q(L/2+t_f)cos\alpha)}{Q(L/2+t_f)cos\alpha} 54 54 \bigg] 55 55 \end{align} -
sasmodels/models/cylinder.c
r73e08ae rb829b16 33 33 // alpha(theta,phi) the projection of the cylinder on the detector plane 34 34 SINCOS(alpha, sn, cn); 35 total += Gauss76Wt[i] * square( fq(q, sn, cn, radius, length)) * sn;35 total += Gauss76Wt[i] * square( fq(q, sn, cn, radius, length) ) * sn; 36 36 } 37 37 // translate dx in [-1,1] to dx in [lower,upper]
Note: See TracChangeset
for help on using the changeset viewer.