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