source: sasview/sansview/releases_notes.txt @ 5062bbf

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 5062bbf was 6f12e68, checked in by Jae Cho <jhjcho@…>, 14 years ago

version numbers correction due to Paul's package support releases

  • Property mode set to 100644
File size: 5.0 KB
RevLine 
[4a135d7]1Release Notes
2=============
3
[73e9008]4SansView 1.3
[4a135d7]5
6Package name: None
7
[73e9008]81- Version 1.3
[7872aef]9
[73e9008]10        - Release date: 04/26/2010
11       
12        - MAC release
13        - Implemented the invariant, volume fraction, and specific surface area computation.
14        - Implemented the scattering length density calculator.
15        - Re-structured 2D calculation to 2D reduced(Q) data rather than raw pixel data
16        - Capable of Mask enhanced 2D calculation and fitting.
17        - Added a 2D mask data editor.
18        - Added inputs for the slit and pinhole resolution.
19        - Added a slit size calculator.
20        - Support more format options to save a graph.
21        - Enable to display multiple data sets in one graph by loading a data into the graph.
[2d077a5b]22        - Added a tool bar in a plot panel.
[73e9008]23       
24        - Previous Versions
25       
[7872aef]26        - Implemented P(r) inversion (Indirect Fourier transformations).
[73e9008]27        - Improved fitting and model calculation speed by a factor of ten.
[7872aef]28        - Supporting many more model functions.
29        - Supporting P(Q)*S(Q) for most of the shape based form factors.
30        - Added more distribution functions for the polydispersion calculations.
[73e9008]31        - Added a bookmark feature so that the results of the calculation can be recalled later.
[7872aef]32        - Q range reset button is added.
33        - Added a color bar in 2D data plots.
34        - Added a model function detail button for an easy access to the model help from the fitting panel.
[4a135d7]35        - Simultaneous fit of a number of different sets of data with/without the constraints.
[f4d99a7]36        - Loading and displaying 1D and 2D data of various formats.
37        - 1D and 2D data fitting using Scipy or Park (a MC fitting optimizer) fit engine.
38        - 2D data manipulation and modeling.
39        - Supporting a number of standard model and model-independent functions including form factor and structure factor functions and their multiplications. 
[4a135d7]40        - Plug-in mechanism for data readers.
[f4d99a7]41        - Easy pop-up menu by mouse clicking on a given plot.
[4a135d7]42        - Users arrange the various windows.
[f4d99a7]43        - Supporting varius 2D averaging methods : Circular, sectorslicer, annulus, boxsum, boxQx and boxQy. 
44        - User defined Qrange (Qmin and Qmax) for both 1D and 2D data for fitting and modeling. 
45        - The user can toggle between a number of different scales on all plots.
46        - Support saving data in the formats of ASCII and xml.
[4a135d7]47
48
492- Downloading and Installing
50
51        2.1- System Requirements:
[7774b81]52                - Python version >= 2.5 and < 3.0 should be running on the system
[4a135d7]53
54        2.2- Installing:
[73e9008]55                - Get the code from svn://danse.us/sans/releases/sansview-1.3.0
[7872aef]56                        (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-1.0' folder)
[4a135d7]57                - This application is also dependent on the following DANSE code:
[73e9008]58                        svn://danse.us/sans/releases/calculator-0.1.0 (run 'python setup.py install' under the 'calculator-0.1.0' folder)
59                        svn://danse.us/sans/releases/calculatorview-0.1.0 (run 'python setup.py install' under the 'calculatorview-0.1.0' folder)
60                        svn://danse.us/sans/releases/Invariant-0.1.0 (run 'python setup.py install' under the 'Invariant-0.1.0' folder)
61                        svn://danse.us/sans/releases/invariantview-0.1.0 (run 'python setup.py install' under the 'invariantview-0.1.0' folder)
62                        svn://danse.us/sans/releases/theoryview-0.1.0 (run 'python setup.py install' under the 'theoryview-0.1.0' folder)
63                        svn://danse.us/sans/releases/guiframe-0.1.9 (run 'python setup.py install' under the 'guiframe-0.1.9' folder)
64                        svn://danse.us/sans/releases/guicomm-0.1.4 (run 'python setup.py install' under the 'guicomm-0.1.4' folder)
65                        svn://danse.us/sans/releases/DataLoader-0.2.6 (run 'python setup.py install' under the 'DataLoader-0.2.6' folder)
66                        svn://danse.us/sans/releases/park_integration-0.1.4 (run 'python setup.py install' under the 'park_integration-0.1.4' folder)
67                        svn://danse.us/sans/releases/sansmodels-0.4.6 (run 'python setup.py install' under the 'sansmodels-0.4.6\src\' folder)
[6f12e68]68                        svn://danse.us/park/releases/park-1.2.1 (run 'python setup.py install' under the 'park-1.2.1' folder)
[73e9008]69                svn://danse.us/common/releases/plottools-0.1.8 (run 'python setup.py install'under the 'plottools-0.1.8\trunk\' folder)
70                svn://danse.us/common/releases/util-0.1.4 (run 'python setup.py install'under the 'util-0.1.4' folder)
[6f12e68]71                svn://danse.us/common/elements/releases/elements-1.2 (run 'python setup.py install'under the 'elements-1.2' folder)
[73e9008]72                svn://danse.us/sans/releases/pr_inversion-0.2.4 (run 'python setup.py install'under the 'pr_inversion-0.2.4' folder)
[7872aef]73                svn://danse.us/sans/releases/prview-0.3.1 (run 'python setup.py install'under the 'prview-0.3.1' folder)
[4a135d7]74                - The following modules are required:
[73e9008]75                        * matplotlib >= 0.99
[4a135d7]76                        * numpy
77                        * scipy
78                        * wxpython 2.8 unicode
[7872aef]79                        * lxml
[f4d99a7]80                        * PIL (Python Image Library)
[85a8e95]81                        * Pyparsing (apply for bundling)
[f4d99a7]82                        * MinGW (for windows) or other GNU compiler (gcc)
[4a135d7]83
[7872aef]84
[4a135d7]853- Known Issues
86
87        3.1- All systems:
[4d27f9a4]88                - None
[4a135d7]89
90        3.2- Windows:
[7872aef]91                - None
92               
[73e9008]93        3.3- MAC:
94                - None
95               
96        3.4- Linux:
[4a135d7]97                - None
98
994- Troubleshooting
100
101        - None
102
1035- Frequently Asked Questions
104
105        - None
106
1076- Other Resources
108
109        - See: http://danse.chem.utk.edu/sansview.html
Note: See TracBrowser for help on using the repository browser.