Changeset fa00944 in sasview
- Timestamp:
- Mar 6, 2012 11:26:16 AM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- d71a9fe
- Parents:
- cc37badc
- Location:
- sansview
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/README.txt
rafea8fe rfa00944 1 * INSTALLATION 2 For Mac and Windows, run the appropriate installer found at https://sourceforge.net/projects/sansviewproject/files/ 1 Release Notes 2 ============= 3 4 SansView 2.1.0 5 6 - Multiprocessor support(Windows) 7 - Simple custom model editor 8 - Advanced model editor 9 - Sum model editing panel 10 - 3D graphic (for 2d data/results) and legend moves with mouse 11 - New Tool: density to vol fraction calculator and Python file editor 12 13 - version 2.0: 14 15 - Release date: 10/21/2011 16 - Batch Fit included. 17 - More Graph modifications. 18 - More options for the fit weighting. 19 - Added a Python (PyCrust) shell in the 'Tool' menu. 20 - The 'Startup Setting' in the View menu can remember the last data file folder. 21 - Updated the resolution computation for the gravitational effect and added TOF estimation capability. 22 - Fixed the problem of displaying the fit results in the wrong parameter (with ParkMC FitEngine). 23 24 - Previous Versions 25 26 - Pr Inversion: Fixed a missing Rg output 27 - Startup Setting: fixed a problem with DataExplorer ON/OFF 28 - Fixed a bug w/ 2D color map dialog 29 - Minor feature added: Enable to load a data folder from the command line 30 - Much easier graphical user interface 31 - Optimized for the speed and accuracy of the computations 32 - Added Many shape, polymer, and other models including SphericalSLD, OnionExponetialShell, and even ReflectivityModels 33 - Added Data Explorer to manage, plot, delete, or setup for computation 34 - Added Instrumental resolution estimator (as a Tool) 35 - Customizable Startup appearance 36 - More functionalities on plot panels 37 - Combined Modeling and Fitting 38 - Save/open a SansView project or SansView analysis (subproject) 39 - Start the SansView application from a data file by double-clicking or from command line 40 - Easy manipulation of data and plot 41 - Provides Normalized residual plot 42 - Added useful key-combinations to copy (fitpage), paste (fitpage), change fit-tolerance, etc. 43 - Report 44 - 2D masked circular averaging 45 - 2D smearing calculation now uses dQ_parrellel and dQ_perpendicular 46 - Improved the speed of loading 2D data. 47 - Improved the speed of P*S calculations. 48 - Added 2D smearing calculation for dQx and dQy given along the x-y axes. 49 - MAC release 50 - Implemented the invariant, volume fraction, and specific surface area computation. 51 - Implemented the scattering length density calculator. 52 - Re-structured 2D calculation to 2D reduced(Q) data rather than raw pixel data 53 - Capable of Mask enhanced 2D calculation and fitting. 54 - Added a 2D mask data editor. 55 - Added inputs for the slit and pinhole resolution. 56 - Added a slit size calculator. 57 - Support more format options to save a graph. 58 - Enable to display multiple data sets in one graph by loading a data into the graph. 59 - Added a tool bar in a plot panel. 60 - Implemented P(r) inversion (Indirect Fourier transformations). 61 - Improved fitting and model calculation speed by a factor of ten. 62 - Supporting many more model functions. 63 - Supporting P(Q)*S(Q) for most of the shape based form factors. 64 - Added more distribution functions for the polydispersion calculations. 65 - Added a bookmark feature so that the results of the calculation can be recalled later. 66 - Q range reset button is added. 67 - Added a color bar in 2D data plots. 68 - Added a model function detail button for an easy access to the model help from the fitting panel. 69 - Simultaneous fit of a number of different sets of data with/without the constraints. 70 - Loading and displaying 1D and 2D data of various formats. 71 - 1D and 2D data fitting using Scipy or Park (a MC fitting optimizer) fit engine. 72 - 2D data manipulation and modeling. 73 - Supporting a number of standard model and model-independent functions including form factor and structure factor functions and their multiplications. 74 - Plug-in mechanism for data readers. 75 - Easy pop-up menu by mouse clicking on a given plot. 76 - Users arrange the various windows. 77 - Supporting varius 2D averaging methods : Circular, sectorslicer, annulus, boxsum, boxQx and boxQy. 78 - User defined Qrange (Qmin and Qmax) for both 1D and 2D data for fitting and modeling. 79 - The user can toggle between a number of different scales on all plots. 80 - Support saving data in the formats of ASCII and xml. 3 81 4 82 5 * LINUX INSTALLATION 83 2- Downloading and Installing 84 85 *** Note: If you have EXE or ZIP SansView installer, you don't need any of the following. 86 87 2.1- System Requirements: 88 - Python version >= 2.5 and < 3.0 should be running on the system 89 - We uses Python2.5 - 2.7 for WIN, and Python2.6 - 2.7 for MAC 6 90 7 Create a directory where you want to install SansView. For example: 8 mkdir ~/my_username/sansview_dir 9 10 Make sure that this directory is on the python path: 11 export PYTHONPATH=~/my_username/sansview_dir 12 13 Download the .egg file and run the following: 14 15 easy_install -d=~/my_username/sansview_dir sansview[...].egg 16 17 SansView can then be started by calling: 18 19 ~/my_username/sansview_dir/sansview 91 2.2- Installing from source: 92 - Get the code from https://sansviewproject.svn.sourceforge.net/svnroot/sansviewproject/releases/sansview-x.x.x 93 - run 'python setup.py install' under the 'sansview-x.x.x' folder 94 - run 'python sansview.py' under the 'sansview' folder. 95 - The following modules are required: 96 * matplotlib >= 0.99.0(WIN), 0.99.1.1(MAC) 97 * numpy >= 1.4.1 98 * scipy >= 0.7.2 99 * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC) < 2.9.xx 100 * lxml >= 2.2.2 101 * multiprocessing-2.6.2(X) 102 * comtypes (for PDF window)(WIN) 103 * pywin32 (to read ms office)(WIN) 104 * PIL (Python Image Library) 105 * Pyparsing (apply for periodictable and bundling) 106 * periodictable = 1.3.0 (using 'easy_install periodictable') 107 * pisa (html to pdf : MAC) 108 * MinGW/Cygwin (for Windows) or other GNU compiler (gcc) 109 * Optional: setuptools, svn, Innosetup, py2exe(WIN),and/or py2app(MAC) to build App from the source. 20 110 21 111 22 * DEPENDENCIES 23 24 - wxPython >= 2.8.11 25 - numpy >= 1.4.1 26 - matplotlib >= 0.99.1.1 27 - scipy 28 29 The egg installation will attempt to install the following packages. You may want to 30 install them yourself before installing SansView: 31 32 - lxml 33 - pil 34 - periodictable 112 3- Known Issues 35 113 114 3.1- All systems: 115 - very old computers may not be able to run 116 117 3.2- Windows: 118 - None 119 120 3.3- MAC: 121 - None 122 123 3.4- Linux: 124 - None 125 126 4- Troubleshooting 127 128 - None 129 130 5- Frequently Asked Questions 131 132 - None 133 134 6- Installer download website 135 136 - See: http://danse.chem.utk.edu/sansview.html -
sansview/releases_notes.txt
r996c643 rfa00944 11 11 - New Tool: density to vol fraction calculator and Python file editor 12 12 13 1- version 2.0:13 - version 2.0: 14 14 15 15 - Release date: 10/21/2011 … … 83 83 2- Downloading and Installing 84 84 85 *** 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.85 *** Note: If you have EXE or ZIP SansView installer, you don't need any of the following. 86 86 87 87 2.1- System Requirements: … … 107 107 * pisa (html to pdf : MAC) 108 108 * MinGW/Cygwin (for Windows) or other GNU compiler (gcc) 109 * Optional: setuptools, svn, Innosetup, py2exe(WIN),and/or py2app(MAC) to build App from the source.109 * Optional: setuptools, svn, Innosetup, py2exe(WIN),and/or py2app(MAC) to build App from the source. 110 110 111 111
Note: See TracChangeset
for help on using the changeset viewer.