Changeset d98be931 in sasview for installers/README.txt


Ignore:
Timestamp:
Sep 9, 2018 12:26:45 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
38d92f4
Parents:
1b4110d
Message:

tabs to spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • installers/README.txt

    r1b4110d rd98be931  
    1919      Finally, the new orientation angles and orientatinal distribution is now 
    2020      also complete. 
    21        
     21 
    2222      - Changes 
    2323         - The infrastucture for calculating 2D patterns from 3D orientated objects 
     
    144144         Fixes # 983: Remove Nexus Loader 
    145145         Fixes # 984: PDF reports are not being properly generated on Windows 
    146          Fixes # 985: Saving Project Fails   
    147          Fixes # 986: Send to fitting overwrites theory page even if blank  
     146         Fixes # 985: Saving Project Fails 
     147         Fixes # 986: Send to fitting overwrites theory page even if blank 
    148148           FitPage has focus 
    149149         Fixes # 990: utest_sasview.py giving different results than run_one.py 
     
    203203        - Infrastucture for calculating 2D patterns from 3D orientated objects 
    204204          has now been totally refactored 
    205         - Plugins have completely migrated to the new infrastructure now,  
    206               including sum/multiply models 
     205        - Plugins have completely migrated to the new infrastructure now, 
     206          including sum/multiply models 
    207207        - Some batch slicing options have been introduced 
    208208        - The known issue with the core_shell_parallelepiped is now fixed 
     
    211211        - Numerous bug fixes 
    212212        - Lots of documentation enhancement 
    213      
     213 
    214214      In the meantime please report any bugs or issues found while using this beta 
    215215 
     
    242242      This incremental release brings a series of new features and improvements, 
    243243      and a host of bug fixes. Of particular note are: 
    244        
     244 
    245245      - Correlation Function Analysis (Corfunc) 
    246         This performs a correlation function analysis of one-dimensional SAXS/SANS data,  
    247         or generates a model-independent volume fraction profile from the SANS from an  
    248         adsorbed polymer/surfactant layer. 
    249  
    250         A correlation function may be interpreted in terms of an imaginary rod moving  
    251         through the structure of the material. G1(R) is the probability that a rod of  
    252         length R moving through the material has equal electron/neutron scattering  
    253         length density at either end. Hence a frequently occurring spacing within a  
    254         structure manifests itself as a peak. 
    255  
    256         A volume fraction profile \Phi(z) describes how the density of polymer  
    257         segments/surfactant molecules varies with distance from an (assumed locally flat) 
    258         interface. 
     246        This performs a correlation function analysis of one-dimensional SAXS/SANS data, 
     247        or generates a model-independent volume fraction profile from the SANS from an 
     248        adsorbed polymer/surfactant layer. 
     249 
     250        A correlation function may be interpreted in terms of an imaginary rod moving 
     251        through the structure of the material. G1(R) is the probability that a rod of 
     252        length R moving through the material has equal electron/neutron scattering 
     253        length density at either end. Hence a frequently occurring spacing within a 
     254        structure manifests itself as a peak. 
     255 
     256        A volume fraction profile \Phi(z) describes how the density of polymer 
     257        segments/surfactant molecules varies with distance from an (assumed locally flat) 
     258        interface. 
    259259 
    260260      - Fitting of SESANS Data 
    261         Data from Spin-Echo SANS measurements can now be loaded and fitted. The data will  
    262         be plotted against the correct axes and models will automatically perform a Hankel  
    263         transform in order to calculate SESANS from a SANS model. 
     261        Data from Spin-Echo SANS measurements can now be loaded and fitted. The data will 
     262        be plotted against the correct axes and models will automatically perform a Hankel 
     263        transform in order to calculate SESANS from a SANS model. 
    264264 
    265265      - Documentation 
    266         The documentation has undergone significant checking and updating. 
     266        The documentation has undergone significant checking and updating. 
    267267 
    268268      - Improvements 
     
    644644   *** Note 1:  The easiest approach to setting up the propoer environment to 
    645645                build from source is to use conda.  Instructions for setting up 
    646                 using conda can be found at:  
     646                using conda can be found at: 
    647647                http://trac.sasview.org/wiki/DevNotes/CondaDevSetup 
    648648   *** Note 2:  If you have EXE or ZIP SasView installer, you won't need any of 
     
    651651                new version. 
    652652   *** Note 3:  Much more information is available at www.sasview.org under links. 
    653                     Look in the 'For Developers' section and particularly the wiki at 
     653                Look in the 'For Developers' section and particularly the wiki at 
    654654                www.sasview.org/trac/wiki. 
    655655 
     
    664664              git clone https://github.com/Sasview/sasmodels.git 
    665665              git clone https://github.com/bumps/bumps.git 
    666           - to install a specific version 
     666          - to install a specific version 
    667667 
    668668        - Build, install and run a specific release 
     
    685685 
    686686        -For the latest list of dependencies see the appropriate yml file in 
    687           the SasView repo at sasview/build_tools/conda/ymls  
     687          the SasView repo at sasview/build_tools/conda/ymls 
    688688 
    689689 
     
    715715        to work for now. At some point in the future such support will go away. 
    716716        Everyone is encouraged to convert to the new structure which should be 
    717         relatively straight forward and provides a number of benefits.  
     717        relatively straight forward and provides a number of benefits. 
    718718        - In that vein, the distributed models and those generated by the new 
    719719        plugin model editor are in the new format, however those generated by 
    720720        sum|multiply models are the old style sum|multiply models. This should 
    721         also disappear in the near future  
     721        also disappear in the near future 
    722722        - The on the fly discovery of plugin models and changes thereto behave 
    723723        inconsistently.  If a change to a plugin model does not seem to 
     
    734734        to reproduce the limit of the oblate or prolate ellipsoid. If errors are 
    735735        found and corrected, corrected versions will be uploaded to the 
    736         marketplace.  
    737     
     736        marketplace. 
     737 
    738738   3.1- All systems: 
    739739        - The documentation window may take a few seconds to load the first time 
Note: See TracChangeset for help on using the changeset viewer.