source: sasview/sansview/releases_notes.txt @ 8d8415f

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 8d8415f was c35ae08, checked in by Jae Cho <jhjcho@…>, 13 years ago

bug-fix release note

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