source: sasview/sansview/releases_notes.txt @ eee45d8

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 eee45d8 was eee45d8, checked in by Jae Cho <jhjcho@…>, 15 years ago

changed version #

  • Property mode set to 100644
File size: 2.9 KB
Line 
1Release Notes
2=============
3
4SansView 0.9.1
5
6Package name: None
7
81- Version 0.9.1
9
10        - Release date: 05/xx/2009
11        - Simultaneous fit of a number of different sets of data with/without the constraints.
12        - Loading and displaying 1D and 2D data of various formats.
13        - 1D and 2D data fitting using Scipy or Park (a MC fitting optimizer) fit engine.
14        - 2D data manipulation and modeling.
15        - Supporting a number of standard model and model-independent functions including form factor and structure factor functions and their multiplications. 
16        - Plug-in mechanism for data readers.
17        - Easy pop-up menu by mouse clicking on a given plot.
18        - Users arrange the various windows.
19        - Supporting varius 2D averaging methods : Circular, sectorslicer, annulus, boxsum, boxQx and boxQy. 
20        - User defined Qrange (Qmin and Qmax) for both 1D and 2D data for fitting and modeling. 
21        - The user can toggle between a number of different scales on all plots.
22        - Save the fit panel or model panel status.
23        - Support saving data in the formats of ASCII and xml.
24        And many more.
25
26
272- Downloading and Installing
28
29        2.1- System Requirements:
30                - Python version >= 2.5 should be running on the system
31
32        2.2- Installing:
33                - Get the code from svn://danse.us/sans/releases/sansview-0.9.0
34                        (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-0.9.0' folder)
35                - This application is also dependent on the following DANSE code:
36                        svn://danse.us/sans/releases/guiframe-0.1.5 (run 'python setup.py install' under the 'guiframe-0.1.5' folder)
37                        svn://danse.us/sans/releases/guicomm-0.1.1 (run 'python setup.py install' under the 'guicomm-0.1.1' folder)
38                        svn://danse.us/sans/releases/DataLoader-0.2.3 (run 'python setup.py install' under the 'DataLoader-0.2.3' folder)
39                        svn://danse.us/sans/releases/park_integration-0.1.1 (run 'python setup.py install' under the 'park_integration-0.1.1' folder)
40                        svn://danse.us/sans/releases/sansmodels-0.4.3 (run 'python setup.py install' under the 'sansmodels-0.4.3\src\' folder)
41                        svn://danse.us/park/releases/park-1.2 (run 'python setup.py install' under the 'park-1.2' folder)
42                svn://danse.us/common/releases/plottools-0.1.4 (run 'python setup.py install'under the 'plottools-0.1.4\trunk\' folder)
43                svn://danse.us/common/releases/util-0.1.1 (run 'python setup.py install'under the 'util-0.1.1' folder)
44                - The following modules are required:
45                        * matplotlib >= 0.98.3
46                        * numpy
47                        * scipy
48                        * wxpython 2.8 unicode
49                        * pyxml >= 0.8.4 (for python 2.5)
50                        * PIL (Python Image Library)
51                        * MinGW (for windows) or other GNU compiler (gcc)
52
533- Known Issues
54
55        3.1- All systems:
56                - None
57
58        3.2- Windows:
59                - None
60
61        3.3- Linux:
62                - None
63
644- Troubleshooting
65
66        - None
67
685- Frequently Asked Questions
69
70        - None
71
726- Other Resources
73
74        - See: http://danse.chem.utk.edu/sansview.html
Note: See TracBrowser for help on using the repository browser.