Changeset 8570246 in sasview


Ignore:
Timestamp:
May 18, 2015 4:08:21 PM (9 years ago)
Author:
smk78
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:
bc84fa7
Parents:
e3b9001
Message:

Work in progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/perspectives/fitting/media/fitting_help.rst

    r4666660 r8570246  
    5454*  *Shapes* - models describing 'objects' (spheres, cylinders, etc) 
    5555*  *Shape-Independent* - models describing structure in terms of density correlation functions, fractals, peaks, power laws, etc 
    56 *  *Customized Models* - SasView-created (non-library) Python models 
     56*  *Customized Models* - SasView- or User-created (non-library) Python models 
    5757*  *Uncategorised* - other models (for reflectivity, etc) 
    5858*  *Structure Factor* - S(Q) models 
     
    113113^^^^^^^^^^^^^^^^^^^^^ 
    114114 
    115 Use the *Enable All/Disable All* buttons and the check boxes beside each model to 
     115Use the *Enable All / Disable All* buttons and the check boxes beside each model to 
    116116select the models to show/hide. To apply the selection, click *Ok*. Otherwise click 
    117117*Cancel*. 
    118118 
    119 *NB: it may be necessary to change to a different category and then back again* 
     119*NB: It may be necessary to change to a different category and then back again* 
    120120*before any changes take effect.* 
    121121 
     
    137137There are currently two ways to add your own models to SasView: 
    138138 
    139 * using the :ref:`Custom_Model_Editor` 
    140 * by :ref:`Writing_a_Plugin` 
     139* Using the :ref:`Custom_Model_Editor` 
     140* By :ref:`Writing_a_Plugin` 
    141141 
    142142*NB: Because of the way these options are implemented, it is not possible for them* 
     
    178178This option creates a custom model of the form 
    179179 
    180 Custom Model = scale_factor * (model1 +/* model2) 
     180Custom Model = scale_factor \* (model1 +/\* model2) 
    181181 
    182182In the *Easy Sum/Multi Editor* give the new custom model a function name and brief 
     
    195195Selecting this option shows all the custom models in the plugin model folder 
    196196 
    197 C:\Users\[username]\.sasview\plugin_models - (on Windows) 
     197  *C:\\Users\\[username]\\.sasview\\plugin_models* - (on Windows) 
    198198 
    199199You can edit, modify, and save the Python code in any of these models using the 
     
    230230*plugin_models* folder 
    231231 
    232 C:\Users\[username]\.sasview\plugin_models - (on Windows) 
     232  *C:\\Users\\[username]\\.sasview\\plugin_models* - (on Windows) 
    233233 
    234234in .py format. The next time SasView is started it will compile the plugin and add 
Note: See TracChangeset for help on using the changeset viewer.