Changeset 4c05f49 in sasmodels


Ignore:
Timestamp:
Mar 16, 2016 5:59:14 PM (8 years ago)
Author:
smk78
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:
5111921
Parents:
a1c91c2
Message:

Changed 2d_q_vector.gif to Latex math

Location:
sasmodels/models
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/mono_gauss_coil.py

    rbf227cd r4c05f49  
    3131The 2D scattering intensity is calculated in the same way as the 1D, but where the *q* vector is redefined as 
    3232 
    33 .. image:: img/2d_q_vector.gif 
     33.. math:: 
     34 
     35    q = \sqrt{q_x^2 + q_y^2} 
    3436 
    3537References 
  • sasmodels/models/poly_gauss_coil.py

    rbf227cd r4c05f49  
    3333The 2D scattering intensity is calculated in the same way as the 1D, but where the *q* vector is redefined as 
    3434 
    35 .. image:: img/2d_q_vector.gif 
     35.. math:: 
     36 
     37    q = \sqrt{q_x^2 + q_y^2} 
    3638 
    3739References 
Note: See TracChangeset for help on using the changeset viewer.