source: sasview/sansmodels/src/release_notes.txt @ 6b8399b

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 6b8399b was ae3ce4e, checked in by Mathieu Doucet <doucetm@…>, 16 years ago

Moving sansmodels to trunk

  • Property mode set to 100644
File size: 1.4 KB
Line 
1Release Notes
2=============
3
4SANS Models version 0.3.2
5
6Package name: sans.models
7
81- What's New in Version 0.3.2
9
10        - Release date: 2/14/2008
11        - Added models to be used in magnetic analysis.
12           
13
14
152- Downloading and Installing
16
17        2.1- System Requirements:
18                - Python version >= 2.4 should be running on the system
19
20        2.2- Installing:
21                - Get the code from svn://danse.us/sans/releases/sansmodels-0.3.2
22                - Execute the following:
23                        python setup.py install
24
253- Known Issues
26
27        3.1- All systems:
28                - Q range validity of I(q) calculations.
29                        Our 1D models of I(q) use the function of the NCNR library
30                        for their IGOR package (Klein, 2006). That library uses a
31                        fsat integration technique in some of its models (cylinders
32                        and ellipsoids). Integration is done using 76 points in the
33                        angle between the axis of the object and the q-vector, which
34                        translates in a larger inaccuracy at high q. Integratiing
35                        the 2D model I(q,phi) over all orientations of the object
36                        will not yield the exact same result as the NCNR calculation
37                        for q > 0.3 A-1.
38
39        3.2- Windows:
40                - None
41
42        3.3- Linux:
43                - None
44
454- Troubleshooting
46
47        - None
48
495- Frequently Asked Questions
50
51        - None
52
536- Other Resources
54
55        - See: http://danse.us/trac/sans/wiki/8_2_2_1DModelFitting
56        - See: http://danse.us/trac/sans/wiki/8_2_3_2DModeling
57        - See: http://danse.us/trac/sans/wiki/8_2_6_model_extensions
58
59       
60
61       
62
63
Note: See TracBrowser for help on using the repository browser.