Changes in / [b9c94fa:3fac0df] in sasview


Ignore:
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/source/user/opencl_installation.rst

    r6673d2f r6e0c7b2  
    1414 
    1515    * Go to: Start -> Control Panel -> Administrative Tools 
    16     * Double Click on Computer Management 
     16    * Double Click on Computer Managment 
    1717    * Click on Device Manager 
    1818    * Click open Display Adapters 
     
    3232Windows 
    3333========= 
    34     Depending on the graphic card on your system, drivers 
     34    Depeneding on the graphic card on your system, drivers 
    3535    can be obtained from different sources: 
    3636 
  • docs/sphinx-docs/source/user/sasgui/guiframe/data_formats_help.rst

    r756f288 r49148bb  
    33.. This is a port of the original SasView html help file to ReSTructured text 
    44.. by S King, ISIS, during SasView CodeCamp-III in Feb 2015. 
    5 .. WG Bouwman, DUT, added during CodeCamp-V in Oct 2016 the SESANS data format 
    65 
    76.. _Formats: 
     
    109============ 
    1110 
    12 SasView reads several different 1D (I(Q) vs Q), 2D SANS(I(Qx,Qy) vs (Qx,Qy)) 
    13 and SESANS (P(z) vs z) 
     11SasView reads several different 1D (I(Q) vs Q) and 2D (I(Qx,Qy) vs (Qx,Qy)) 
    1412data files. But please note that SasView does not at present load data where 
    1513the Q and I(Q) data are in separate files. 
    1614 
    17 1D Formats SANS 
    18 --------------- 
     151D Formats 
     16---------- 
    1917 
    2018SasView will read files with 2 to 4 columns of numbers in the following order:  
     
    4846.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 
    4947 
    50 2D Formats SANS 
    51 --------------- 
     482D Formats 
     49---------- 
    5250 
    5351SasView will only read files in the NIST 2D format with the extensions  
     
    6260.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 
    6361 
    64 Format SESANS 
    65 --------------- 
    66  
    67 The current file extension is .ses or .sesans (not case sensitive). 
    68  
    69 The file format is to have a list of name-value pairs as a header at the top of the file, detailing general experimental parameters necessary for fitting and analyzing data. This list should contain all information necessary for the file to be 'portable' between users. 
    70  
    71 Following that is a 6 column list of instrument experimental variables: 
    72  
    73 - Spin echo length (z, in Angstroms) 
    74 - Spin echo length error (:math:`\Delta` z, in Angstroms) (experimental resolution) 
    75 - neutron wavelength (:math:`\lambda`, in Angstroms) (essential for ToF instruments) 
    76 - neutron wavelength error (:math:`\Delta \lambda`, in Angstroms) 
    77 - Normalized polarization (:math:`P/P_0`, unitless) 
    78 - Normalized polarization error (:math:`\Delta(P/P_0)`, unitless) (measurement error) 
    79  
    80  
    81 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 
    82  
    83 .. note::  This help document was last changed by Wim Bouwman, 05Oct2016 
     62.. note::  This help document was last changed by Steve King, 01May2015 
  • docs/sphinx-docs/source/user/user.rst

    rbdae317 r20a3c55  
    77   :maxdepth: 1 
    88 
    9    Model Documentation <index> 
    10     
    11    Menu Bar <menu_bar> 
     9   SasView Model Documentation <index> 
    1210 
    1311   Analysis <analysis> 
     
    1614          
    1715   Working with SasView <working> 
     16 
     17   Computations with GPU <gpu_computations> 
  • docs/sphinx-docs/source/user/working.rst

    rc43953ef r3a6b10d  
    1616       
    1717   Tutorial <tutorial.rst> 
    18     
    19    Computations with a GPU <gpu_computations> 
    20     
  • src/sas/sasgui/perspectives/fitting/media/plugin.rst

    rcbbb6a4 re925f61  
    4848- If necessary use underscore to separate words (i.e. barbell not BarBell or 
    4949  broad_peak not BroadPeak) 
    50 - Do not include “modelâ€ᅵ in the name (i.e. barbell not BarBellModel) 
     50- Do not include “model” in the name (i.e. barbell not BarBellModel) 
    5151 
    5252 
     
    644644- a dictionary of parameter values. This can be {} using the default 
    645645  parameters, or filled with some parameters that will be different 
    646   from the default, such as {‘radius’:10.0, ‘sld’:4}. Unlisted parameters 
     646  from the default, such as {‘radius’:10.0, ‘sld’:4}. Unlisted parameters 
    647647  will be given the default values. 
    648648- the input $q$ value or tuple of $(q_x, q_y)$ values. 
     
    664664 
    665665If you are editing your model from the SasView GUI, you can test it 
    666 by selecting *Run > Check Model* from the *Model Editor* menu bar. An 
     666by selecting *Run > Compile* from the *Model Editor* menu bar. An 
    667667*Info* box will appear with the results of the compilation and a 
    668668check that the model runs. 
Note: See TracChangeset for help on using the changeset viewer.