Changeset 34d6cab in sasmodels for sasmodels/models/line.py


Ignore:
Timestamp:
Feb 10, 2016 8:11:15 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:
3eb3312
Parents:
8115d82
Message:

Documnentation and test clean-ups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/line.py

    r0a4628d r34d6cab  
    88.. math:: 
    99 
    10     I(q) = A + B*q 
     10    I(q) = A + B \cdot q 
     11 
     12.. note:: 
     13    For 2D plots intensity has different definition than other shape independent models 
     14.. math:: 
     15    I(q) = I(qx) \cdot I(qy) 
    1116 
    1217.. figure:: None 
Note: See TracChangeset for help on using the changeset viewer.