Changeset f4d99a7 in sasview for sansview


Ignore:
Timestamp:
Apr 21, 2009 1:09:56 PM (16 years ago)
Author:
Jae Cho <jhjcho@…>
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:
70cf5d3
Parents:
dffa973
Message:

updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/releases_notes.txt

    r4a135d7 rf4d99a7  
    22============= 
    33 
    4 SansView 0.1 
     4SansView 0.9 
    55 
    66Package name: None 
    77 
    8 1- Version 0.1.0 
    9         - Removed zooming and dragging for 2D plot, which caused interference with 
    10           interactors. 
     81- Version 0.9.0 
    119 
    12    Version 0.1.0 
    13  
    14         - Release date: 03/02/2009 
     10        - Release date: 04/21/2009 
    1511        - Simultaneous fit of a number of different sets of data with/without the constraints.  
    16         - 1D and 2D data loading and display.  
    17         - 1D and 2D data fitting using Scipy or Park (a MC fitting optimizer) fitting engine.  
    18         - 2D data manipulation and models.  
    19         - A number of standard fit functions as well as Sans Model functions.  
    20         - Form factors, structure factors and shape-independent models.  
     12        - Loading and displaying 1D and 2D data of various formats. 
     13        - 1D and 2D data fitting using Scipy or Park (a MC fitting optimizer) fit engine.  
     14        - 2D data manipulation and modeling.  
     15        - Supporting a number of standard model and model-independent functions including form factor and structure factor functions and their multiplications.   
    2116        - Plug-in mechanism for data readers.  
    22         - Zooming for plots.  
     17        - Easy pop-up menu by mouse clicking on a given plot.  
    2318        - Users arrange the various windows.  
    24         - Circular, sectorslicer, annulus, boxsum, boxQx and boxQy averaging of 2D data.  
    25         - The user can select Qmin and Qmax for both 1D and 2D data fitting or modeling.  
    26         - The user can toggle between a number of different scales on all plots.  
    27         And much more.  
     19        - Supporting varius 2D averaging methods : Circular, sectorslicer, annulus, boxsum, boxQx and boxQy.   
     20        - User defined Qrange (Qmin and Qmax) for both 1D and 2D data for fitting and modeling.   
     21        - The user can toggle between a number of different scales on all plots. 
     22        - Save the fit panel or model panel status. 
     23        - Support saving data in the formats of ASCII and xml. 
     24        And many more.  
    2825 
    2926 
     
    3431 
    3532        2.2- Installing: 
    36                 - Get the code from svn://danse.us/sans/other/sansview 0.1.0 
     33                - Get the code from svn://danse.us/sans/releases/sansview-0.9.0  
     34                        (after all dependent packages/modules are installed/compiled, run 'python sansview.py' under the 'sansview 0.9.0' folder) 
    3735                - This application is also dependent on the following DANSE code: 
    38                         svn://danse.us/sans/releases/guiframe-0.1.4 
    39                         svn://danse.us/sans/releases/guicomm-0.1.1 
    40                         svn://danse.us/sans/releases/DataLoader-0.2.1 
    41                         svn://danse.us/sans/releases/park_integration -0.1.0 
    42                         svn://danse.us/sans/releases/park-1.2.0 
    43                         svn://danse.us/sans/releases/sansmodels-0.4.2 (run 'python setup.py install' in src) 
    44                 svn://danse.us/sans/releases/danse/common/plottools-0.1.3 (run 'python setup.py install') 
     36                        svn://danse.us/sans/releases/guiframe-0.1.5 (run 'python setup.py install' under the 'guiframe-0.1.5' folder) 
     37                        svn://danse.us/sans/releases/guicomm-0.1.2 (run 'python setup.py install' under the 'guicomm-0.1.2' folder) 
     38                        svn://danse.us/sans/releases/DataLoader-0.2.3 (run 'python setup.py install' under the 'DataLoader-0.2.3' folder) 
     39                        svn://danse.us/sans/releases/park_integration-0.1.1 (run 'python setup.py install' under the 'park_integration-0.1.1' folder) 
     40                        svn://danse.us/sans/releases/sansmodels-0.4.3 (run 'python setup.py install' under the 'sansmodels-0.4.3\src\' folder) 
     41                        svn://danse.us/park/releases/park-1.2 (run 'python setup.py install' under the 'park-1.2' folder) 
     42                svn://danse.us/common/releases/plottools-0.1.4 (run 'python setup.py install'under the 'plottools\trunk\' folder) 
     43                svn://danse.us/common/releases/util-0.1.0 (run 'python setup.py install'under the 'util' folder) 
    4544                - The following modules are required: 
    46                         * matplotlib >=0.98.3 
     45                        * matplotlib >= 0.98.3 
    4746                        * numpy 
    4847                        * scipy 
    4948                        * wxpython 2.8 unicode 
     49                        * pyxml >= 0.8.4 (for python 2.5) 
     50                        * PIL (Python Image Library) 
     51                        * MinGW (for windows) or other GNU compiler (gcc) 
    5052 
    51533- Known Issues 
Note: See TracChangeset for help on using the changeset viewer.