[4a135d7] | 1 | Release Notes |
---|
| 2 | ============= |
---|
| 3 | |
---|
[7872aef] | 4 | SansView 1.0 |
---|
[4a135d7] | 5 | |
---|
| 6 | Package name: None |
---|
| 7 | |
---|
[7872aef] | 8 | 1- Version 1.0 |
---|
| 9 | |
---|
| 10 | - Release date: 10/01/2009 |
---|
| 11 | - Implemented P(r) inversion (Indirect Fourier transformations). |
---|
| 12 | - Improved fitting and model caculation speed by a factor of ten. |
---|
| 13 | - Supporting many more model functions. |
---|
| 14 | - Supporting P(Q)*S(Q) for most of the shape based form factors. |
---|
| 15 | - Added more distribution functions for the polydispersion calculations. |
---|
| 16 | - Added a bookmarking feature so that the results of the calculation can be recalled later. |
---|
| 17 | - Q range reset button is added. |
---|
| 18 | - Added a color bar in 2D data plots. |
---|
| 19 | - Added a model function detail button for an easy access to the model help from the fitting panel. |
---|
| 20 | - And much more. |
---|
| 21 | |
---|
| 22 | - Previous Versions |
---|
| 23 | |
---|
[4a135d7] | 24 | - Simultaneous fit of a number of different sets of data with/without the constraints. |
---|
[f4d99a7] | 25 | - Loading and displaying 1D and 2D data of various formats. |
---|
| 26 | - 1D and 2D data fitting using Scipy or Park (a MC fitting optimizer) fit engine. |
---|
| 27 | - 2D data manipulation and modeling. |
---|
| 28 | - Supporting a number of standard model and model-independent functions including form factor and structure factor functions and their multiplications. |
---|
[4a135d7] | 29 | - Plug-in mechanism for data readers. |
---|
[f4d99a7] | 30 | - Easy pop-up menu by mouse clicking on a given plot. |
---|
[4a135d7] | 31 | - Users arrange the various windows. |
---|
[f4d99a7] | 32 | - Supporting varius 2D averaging methods : Circular, sectorslicer, annulus, boxsum, boxQx and boxQy. |
---|
| 33 | - User defined Qrange (Qmin and Qmax) for both 1D and 2D data for fitting and modeling. |
---|
| 34 | - The user can toggle between a number of different scales on all plots. |
---|
| 35 | - Save the fit panel or model panel status. |
---|
| 36 | - Support saving data in the formats of ASCII and xml. |
---|
[4a135d7] | 37 | |
---|
| 38 | |
---|
| 39 | 2- Downloading and Installing |
---|
| 40 | |
---|
| 41 | 2.1- System Requirements: |
---|
[7774b81] | 42 | - Python version >= 2.5 and < 3.0 should be running on the system |
---|
[4a135d7] | 43 | |
---|
| 44 | 2.2- Installing: |
---|
[690003a] | 45 | - Get the code from svn://danse.us/sans/releases/sansview-1.0.0 |
---|
[7872aef] | 46 | (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview-1.0' folder) |
---|
[4a135d7] | 47 | - This application is also dependent on the following DANSE code: |
---|
[7872aef] | 48 | svn://danse.us/sans/releases/guiframe-0.1.8 (run 'python setup.py install' under the 'guiframe-0.1.8' folder) |
---|
| 49 | svn://danse.us/sans/releases/guicomm-0.1.3 (run 'python setup.py install' under the 'guicomm-0.1.3' folder) |
---|
| 50 | svn://danse.us/sans/releases/DataLoader-0.2.5 (run 'python setup.py install' under the 'DataLoader-0.2.5' folder) |
---|
| 51 | svn://danse.us/sans/releases/park_integration-0.1.3 (run 'python setup.py install' under the 'park_integration-0.1.3' folder) |
---|
| 52 | svn://danse.us/sans/releases/sansmodels-0.4.5 (run 'python setup.py install' under the 'sansmodels-0.4.5\src\' folder) |
---|
[c09ac449] | 53 | svn://danse.us/park/releases/park-1.2 (run 'python setup.py install' under the 'park-1.2' folder) |
---|
[7872aef] | 54 | svn://danse.us/common/releases/plottools-0.1.7 (run 'python setup.py install'under the 'plottools-0.1.7\trunk\' folder) |
---|
[b81af72] | 55 | svn://danse.us/common/releases/util-0.1.3 (run 'python setup.py install'under the 'util-0.1.3' folder) |
---|
[7872aef] | 56 | svn://danse.us/sans/releases/pr_inversion-0.2.3 (run 'python setup.py install'under the 'pr_inversion-0.2.3' folder) |
---|
| 57 | svn://danse.us/sans/releases/prview-0.3.1 (run 'python setup.py install'under the 'prview-0.3.1' folder) |
---|
[4a135d7] | 58 | - The following modules are required: |
---|
[f4d99a7] | 59 | * matplotlib >= 0.98.3 |
---|
[4a135d7] | 60 | * numpy |
---|
| 61 | * scipy |
---|
| 62 | * wxpython 2.8 unicode |
---|
[7872aef] | 63 | * lxml |
---|
[f4d99a7] | 64 | * PIL (Python Image Library) |
---|
| 65 | * MinGW (for windows) or other GNU compiler (gcc) |
---|
[4a135d7] | 66 | |
---|
[7872aef] | 67 | |
---|
[4a135d7] | 68 | 3- Known Issues |
---|
| 69 | |
---|
| 70 | 3.1- All systems: |
---|
[82834fa] | 71 | - "Save Model" option does not |
---|
| 72 | save all changes related to the current active panel |
---|
| 73 | - "Save Model" option does not save all information related to dispersion |
---|
| 74 | - "hide and show errors" does not work properly |
---|
[4a135d7] | 75 | |
---|
| 76 | 3.2- Windows: |
---|
[7872aef] | 77 | - None |
---|
| 78 | |
---|
[4a135d7] | 79 | 3.3- Linux: |
---|
| 80 | - None |
---|
| 81 | |
---|
| 82 | 4- Troubleshooting |
---|
| 83 | |
---|
| 84 | - None |
---|
| 85 | |
---|
| 86 | 5- Frequently Asked Questions |
---|
| 87 | |
---|
| 88 | - None |
---|
| 89 | |
---|
| 90 | 6- Other Resources |
---|
| 91 | |
---|
| 92 | - See: http://danse.chem.utk.edu/sansview.html |
---|