source: sasview/sansmodels/src/release_notes.txt @ 3de85b8

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 3de85b8 was 3de85b8, checked in by Mathieu Doucet <doucetm@…>, 16 years ago

release notes

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