Changes in / [3fb9404:fefc185] in sasmodels


Ignore:
Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • doc/developer/overview.rst

    r0d5a655 r2a7e20e  
    190190*sasmodels.generate.PROJECTION*, with the default *PROJECTION=1* for 
    191191equirectangular and *PROJECTION=2* for sinusoidal.  The more complicated 
    192 Guyou and Postel projections are not implemented. See jitter.draw_mesh 
     192Guyou and Postel projections are not implemented. See explore.jitter.draw_mesh 
    193193for details. 
    194194 
     
    274274code. 
    275275 
    276 *sasmodels/jitter.py* is for exploring different options for handling 
    277 orientation and orientation dispersity.  It uses *sasmodels/guyou.py* to 
     276*explore/jitter.py* is for exploring different options for handling 
     277orientation and orientation dispersity.  It uses *explore/guyou.py* to 
    278278generate the Guyou projection. 
    279279 
  • doc/genapi.py

    r0d5a655 r706f466  
    6969    ('exception', 'Annotate exceptions'), 
    7070    ('generate', 'Model parser'), 
    71     ('jitter', 'Orientation explorer'), 
    72     ('guyou', 'Guyou map projection'), 
    7371    ('kernel', 'Evaluator type definitions'), 
    7472    ('kernelcl', 'OpenCL model evaluator'), 
  • doc/guide/orientation/orientation.rst

    r0d5a655 r5fb0634  
    5252yaw angle $\theta$ about the $b$-axis and pitch angle $\phi$ about the 
    5353$a$-axis. 
    54  
    55 You can explore the view and jitter angles interactively using 
    56 :func:`sasmodels.jitter.run`.  Enter the following into the python 
    57 interpreter:: 
    58  
    59     from sasmodels import jitter 
    60     jitter.run() 
    6154 
    6255More formally, starting with axes $a$-$b$-$c$ of the particle aligned 
Note: See TracChangeset for help on using the changeset viewer.