source: sasview/sansview/README.txt @ 50ccf77

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

ReadMe?: Added one more feature

  • Property mode set to 100644
File size: 7.1 KB
Line 
1Release Notes
2=============
3
4SasView 2.2.0
5       
6        - Changed the application name to 'SasView'.
7        - Improved Grid/Batch window functionality.
8        - Easier Graph/Plot modification.
9        - Added a new tool; Data operation for addition, subtraction, multiplication, division, and combination of two data sets.
10        - Extended Sum Model Editor to Summation and Multiplication Editor.
11        - More options for 1d plot symbols.
12        - Better compiling error captures in the 'New' model editor.
13        - More outputs (e.g., Rg, background, or rod diameter) on LinearFit in certain axis scales.
14        - More models.
15        - Fixed many minor bugs.
16       
17        -version 2.1
18       
19        - Added DataInfo for data in the DataExplorer and plots
20        - Added Maximize/Restore button in the title bar of the graphs
21        - The 'x' button now works as deleting the graph
22        - Added a hide button in the toolbar of the graph panel
23        - Fixed some bugs and improved some behaviors in the batch/grid panel.
24        - Edit SUM Model from the menubar can now generate more than one sum model.
25        - Report can now be saved as a pdf format on WIN and MAC.
26               
27        - Multiprocessor support(Windows)
28        - Simple custom model editor
29        - Advanced model editor
30        - Sum model editing panel
31        - 3D graphic (for 2d data/results) and legend moves with mouse
32        - New Tool: density to vol fraction calculator and Python file editor
33       
34        - Previous Versions:
35
36        - Release date: 10/21/2011
37        - Batch Fit included.
38        - More Graph modifications.
39        - More options for the fit weighting.
40        - Added a Python (PyCrust) shell in the 'Tool' menu.
41        - The 'Startup Setting' in the View menu can remember the last data file folder.
42        - Updated the resolution computation for the gravitational effect and added TOF estimation  capability.
43        - Fixed the problem of displaying the fit results in the wrong parameter (with ParkMC FitEngine).
44        - Pr Inversion: Fixed a missing Rg output
45        - Startup Setting: fixed a problem with DataExplorer ON/OFF
46        - Fixed a bug w/ 2D color map dialog
47        - Minor feature added: Enable to load a data folder from the command line       
48        - Much easier graphical user interface
49        - Optimized for the speed and accuracy of the computations
50        - Added Many shape, polymer, and other models including SphericalSLD, OnionExponetialShell, and even ReflectivityModels
51        - Added Data Explorer to manage, plot, delete, or setup for computation
52        - Added Instrumental resolution estimator (as a Tool)
53        - Customizable Startup appearance
54        - More functionalities on plot panels
55        - Combined Modeling and Fitting
56        - Save/open a SasView project or SasView analysis (subproject)
57        - Start the SasView application from a data file by double-clicking or from command line
58        - Easy manipulation of data and plot
59        - Provides Normalized residual plot
60        - Added useful key-combinations to copy (fitpage), paste (fitpage), change fit-tolerance, etc.
61        - Report
62        - 2D masked circular averaging
63        - 2D smearing calculation now uses dQ_parrellel and dQ_perpendicular
64        - Improved the speed of loading 2D data.
65        - Improved the speed of P*S calculations.
66        - Added 2D smearing calculation for dQx and dQy given along the x-y axes.
67        - MAC release
68        - Implemented the invariant, volume fraction, and specific surface area computation.
69        - Implemented the scattering length density calculator.
70        - Re-structured 2D calculation to 2D reduced(Q) data rather than raw pixel data
71        - Capable of Mask enhanced 2D calculation and fitting.
72        - Added a 2D mask data editor.
73        - Added inputs for the slit and pinhole resolution.
74        - Added a slit size calculator.
75        - Support more format options to save a graph.
76        - Enable to display multiple data sets in one graph by loading a data into the graph.
77        - Added a tool bar in a plot panel.
78        - Implemented P(r) inversion (Indirect Fourier transformations).
79        - Improved fitting and model calculation speed by a factor of ten.
80        - Supporting many more model functions.
81        - Supporting P(Q)*S(Q) for most of the shape based form factors.
82        - Added more distribution functions for the polydispersion calculations.
83        - Added a bookmark feature so that the results of the calculation can be recalled later.
84        - Q range reset button is added.
85        - Added a color bar in 2D data plots.
86        - Added a model function detail button for an easy access to the model help from the fitting panel.
87        - Simultaneous fit of a number of different sets of data with/without the constraints.
88        - Loading and displaying 1D and 2D data of various formats.
89        - 1D and 2D data fitting using Scipy or Park (a MC fitting optimizer) fit engine.
90        - 2D data manipulation and modeling.
91        - Supporting a number of standard model and model-independent functions including form factor and structure factor functions and their multiplications. 
92        - Plug-in mechanism for data readers.
93        - Easy pop-up menu by mouse clicking on a given plot.
94        - Users arrange the various windows.
95        - Supporting varius 2D averaging methods : Circular, sectorslicer, annulus, boxsum, boxQx and boxQy. 
96        - User defined Qrange (Qmin and Qmax) for both 1D and 2D data for fitting and modeling. 
97        - The user can toggle between a number of different scales on all plots.
98        - Support saving data in the formats of ASCII and xml.
99
100
1012- Downloading and Installing
102       
103        *** Note: If you have EXE or ZIP SasView installer, you don't need any of the following.
104       
105        2.1- System Requirements:
106                - Python version >= 2.5 and < 3.0 should be running on the system
107                - We currently use Python 2.6
108
109        2.2- Installing from source:
110                - Get the code from https://sasviewproject.svn.sourceforge.net/svnroot/sansviewproject/releases/sasview-x.x.x
111                        - run 'python setup.py install' under the 'sasview-x.x.x' folder
112                        - run 'python sasview.py' under the 'sasview' folder.
113                - The following modules are required (version numbers are what are used in the release build):
114                        - wxPython 2.8.12.1 (NOTE: do NOT use version 2.9)
115                        - matplotlib 1.1.0  (NOTE: Mac build is using version 1.0.1)
116                        - SciPy 0.10.1
117                        - pisa 3.0.27 (NOTE Mac Version uses 3.0.33 BUT -- DO NOT USE ver 3.0.33 on windows: it will not work!)
118                        - setuptools 0.6c11
119
120                        (The following three are easily installed using easy_install)
121                        - lxml 2.3.0
122                        - numpy 1.6.1 (NOTE: Mac build is using version 1.5.1)
123                        - periodictable 1.3.0
124
125                        (The following are additional dependencies for Mac)
126                        - py2app
127
128                        (The following are additional dependencies for Windows)
129                        - comtypes 0.6.2 (for PDF support on windows systems)
130                        - pywin32 build 217 (to read ms office)
131                        - pyPdf 1.13
132                        - html5lib 0.95
133                        - reportlab 2.5
134                        - pyparsing 1.5.5 (required for periodictable and bundling)
135                        - PIL 1.1.7 (Python Image Library)
136                        - py2exe 0.6.9 (WIN)
137                        - svn
138                        - MinGW w/ gcc version 4.6.1 (WIN)
139                        - Innosetup (WIN).
140
141                        (On Windows, the following site has all the dependencies nicely packaged)
142                        http://www.lfd.uci.edu/~gohlke/pythonlibs/
143
144
1453- Known Issues
146
147        3.1- All systems:
148                - very old computers may not be able to run
149
150        3.2- Windows:
151                - None
152               
153        3.3- MAC:
154                - None
155               
156        3.4- Linux:
157                - None
158
1594- Troubleshooting
160
161        - None
162
1635- Frequently Asked Questions
164
165        - None
166
1676- Installer download website
168
169        - http://sourceforge.net/projects/sansviewproject/files/
Note: See TracBrowser for help on using the repository browser.