source: sasview/sansview/releases_notes.txt @ 42c4f86

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 42c4f86 was 2d74016, checked in by Jae Cho <jhjcho@…>, 13 years ago

new ver. #s

  • Property mode set to 100644
File size: 7.5 KB
Line 
1Release Notes
2=============
3
4SansView 2.0.1
5       
6        - version 2.0.1:
7       
8        - fixed a bug in saving model values as a file
9        - fixed a problem in a report file (html)
10        - Simultaneous fit: fixed a problem, displaying incorrect results in PD/Angles
11        -
121       - version 2.0.0:
13
14        - Release date: 10/21/2011
15        - Batch Fit included.
16        - More Graph modifications.
17        - More options for the fit weighting.
18        - Added a Python (PyCrust) shell in the 'Tool' menu.
19        - The 'Startup Setting' in the View menu can remember the last data file folder.
20        - Updated the resolution computation for the gravitational effect and added TOF estimation  capability.
21        - Fixed the problem of displaying the fit results in the wrong parameter (with ParkMC FitEngine).
22       
23        -version 1.9
24       
25        - Release date: 06/22/2011
26        - MAC: Fixed some causes of crashing during fitting
27        - Pr Inversion: Fixed a missing Rg output
28        - Startup Setting: fixed a problem with DataExplorer ON/OFF
29        - Fixed a bug w/ 2D color map dialog
30        - Minor feature added: Enable to load a data folder from the command line       
31        - Much easier graphical user interface
32        - Optimized for the speed and accuracy of the computations
33        - Added Many shape, polymer, and other models including SphericalSLD, OnionExponetialShell, and even ReflectivityModels
34        - Added Data Explorer to manage, plot, delete, or setup for computation
35        - Added Instrumental resolution estimator (as a Tool)
36        - Customizable Startup appearance
37        - More functionalities on plot panels
38        - Combined Modeling and Fitting
39        - Save/open a SansView project or SansView analysis (subproject)
40        - Start the SansView application from a data file by double-clicking or from command line
41        - Easy manipulation of data and plot
42        - Provides Normalized residual plot
43        - Added useful key-combinations to copy (fitpage), paste (fitpage), change fit-tolerance, etc.
44        - Report
45        - 2D masked circular averaging
46        - 2D smearing calculation now uses dQ_parrellel and dQ_perpendicular
47        - More Help
48        - etc
49
50        - Previous Versions
51       
52        - Improved the speed of loading 2D data.
53        - Improved the speed of P*S calculations.
54        - Added 2D smearing calculation for dQx and dQy given along the x-y axes.
55        - MAC release
56        - Implemented the invariant, volume fraction, and specific surface area computation.
57        - Implemented the scattering length density calculator.
58        - Re-structured 2D calculation to 2D reduced(Q) data rather than raw pixel data
59        - Capable of Mask enhanced 2D calculation and fitting.
60        - Added a 2D mask data editor.
61        - Added inputs for the slit and pinhole resolution.
62        - Added a slit size calculator.
63        - Support more format options to save a graph.
64        - Enable to display multiple data sets in one graph by loading a data into the graph.
65        - Added a tool bar in a plot panel.
66        - Implemented P(r) inversion (Indirect Fourier transformations).
67        - Improved fitting and model calculation speed by a factor of ten.
68        - Supporting many more model functions.
69        - Supporting P(Q)*S(Q) for most of the shape based form factors.
70        - Added more distribution functions for the polydispersion calculations.
71        - Added a bookmark feature so that the results of the calculation can be recalled later.
72        - Q range reset button is added.
73        - Added a color bar in 2D data plots.
74        - Added a model function detail button for an easy access to the model help from the fitting panel.
75        - Simultaneous fit of a number of different sets of data with/without the constraints.
76        - Loading and displaying 1D and 2D data of various formats.
77        - 1D and 2D data fitting using Scipy or Park (a MC fitting optimizer) fit engine.
78        - 2D data manipulation and modeling.
79        - Supporting a number of standard model and model-independent functions including form factor and structure factor functions and their multiplications. 
80        - Plug-in mechanism for data readers.
81        - Easy pop-up menu by mouse clicking on a given plot.
82        - Users arrange the various windows.
83        - Supporting varius 2D averaging methods : Circular, sectorslicer, annulus, boxsum, boxQx and boxQy. 
84        - User defined Qrange (Qmin and Qmax) for both 1D and 2D data for fitting and modeling. 
85        - The user can toggle between a number of different scales on all plots.
86        - Support saving data in the formats of ASCII and xml.
87
88
892- Downloading and Installing
90       
91        *** Note: If you have EXE or ZIP SansView installer, you don't need any of the below. This is for installing the SansView from the source.
92       
93        2.1- System Requirements:
94                - Python version >= 2.5 and < 3.0 should be running on the system
95                - We uses Python2.5.4 for WIN, and Python2.6.3 for MAC
96
97        2.2- Installing:
98                - Get the code from svn://danse.us/sans/releases/sansview-2.0.0
99                        (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-2.0.0' folder)
100                - This application is also dependent on the following DANSE code:
101                        svn://danse.us/sans/releases/fittingview-1.0.1 (run 'python setup.py install' under the 'fittingview-1.0.0' folder)
102                        svn://danse.us/sans/releases/sanscalculator-1.0.0 (run 'python setup.py install' under the 'sanscalculator-1.0.0' folder)
103                        svn://danse.us/sans/releases/sanscalculator-1.0.0 (run 'python setup.py install' under the 'sanscalculator-1.0.0' folder)
104                        svn://danse.us/sans/releases/sansinvariant-1.0.0 (run 'python setup.py install' under the 'sansinvariant-1.0.0' folder)
105                        svn://danse.us/sans/releases/invariantview-1.0.0 (run 'python setup.py install' under the 'invariantview-1.0.0' folder)
106                        svn://danse.us/sans/releases/sansguiframe-1.0.1 (run 'python setup.py install' under the 'sansguiframe-1.0.0' folder)
107                        svn://danse.us/sans/releases/sansdataloader-1.0.0 (run 'python setup.py install' under the 'sansdataloader-1.0.0' folder)
108                        svn://danse.us/sans/releases/park_integration-1.0.1 (run 'python setup.py install' under the 'park_integration-1.0.0' folder)
109                        svn://danse.us/sans/releases/sansmodels-1.0.0 (run 'python setup.py install' under the 'sansmodels-1.0.0' folder)
110                        svn://danse.us/park/releases/park-1.2.1 (run 'python setup.py install' under the 'park-1.2.1' folder)
111                svn://danse.us/common/releases/plottools-1.0.0 (run 'python setup.py install'under the 'plottools-1.0.0' folder)
112                svn://danse.us/common/releases/util-1.0.0 (run 'python setup.py install'under the 'util-1.0.0' folder)
113                svn://danse.us/sans/releases/pr_inversion-1.0.0(run 'python setup.py install'under the 'pr_inversion-1.0.0' folder)
114                svn://danse.us/sans/releases/inversionview-1.0.0 (run 'python setup.py install'under the 'inversionview-1.0.0' folder)
115                svn://danse.us/sans/releases/sansview-2.0.1 (run 'python sansview.py' under the 'sansview-2.0.1' folder after finished all other installations)
116                - The following modules are required:
117                        * matplotlib = 0.99.0(WIN), 0.99.1.1(MAC)
118                        * numpy = 1.4.1
119                        * scipy >= 0.7.2
120                        * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC)
121                        * lxml >= 2.2.2
122                        * multiprocessing-2.6.2(X)
123                        * comtypes (for PDF window)(WIN)
124                        * pywin32 (to read ms office)(WIN)
125                        * PIL (Python Image Library)
126                        * Pyparsing (apply for periodictable and bundling)
127                        * periodictable = 1.3.0 (using 'easy_install periodictable')
128                        * MinGW/Cygwin (for Windows) or other GNU compiler (gcc)
129                        *Optional: setuptools, svn, Innosetup, py2exe(WIN),and/or py2app(MAC) to build App from the source.
130
131
1323- Known Issues
133
134        3.1- All systems:
135                - None
136
137        3.2- Windows:
138                - None
139               
140        3.3- MAC:
141                - None
142               
143        3.4- Linux:
144                - None
145
1464- Troubleshooting
147
148        - None
149
1505- Frequently Asked Questions
151
152        - None
153
1546- Installer download website
155
156        - See: http://danse.chem.utk.edu/sansview.html
Note: See TracBrowser for help on using the repository browser.