Changeset 8570246 in sasview for src/sas/perspectives/fitting
- Timestamp:
- May 18, 2015 6:08:21 PM (9 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:
- bc84fa7
- Parents:
- e3b9001
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/perspectives/fitting/media/fitting_help.rst
r4666660 r8570246 54 54 * *Shapes* - models describing 'objects' (spheres, cylinders, etc) 55 55 * *Shape-Independent* - models describing structure in terms of density correlation functions, fractals, peaks, power laws, etc 56 * *Customized Models* - SasView- created (non-library) Python models56 * *Customized Models* - SasView- or User-created (non-library) Python models 57 57 * *Uncategorised* - other models (for reflectivity, etc) 58 58 * *Structure Factor* - S(Q) models … … 113 113 ^^^^^^^^^^^^^^^^^^^^^ 114 114 115 Use the *Enable All /Disable All* buttons and the check boxes beside each model to115 Use the *Enable All / Disable All* buttons and the check boxes beside each model to 116 116 select the models to show/hide. To apply the selection, click *Ok*. Otherwise click 117 117 *Cancel*. 118 118 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* 120 120 *before any changes take effect.* 121 121 … … 137 137 There are currently two ways to add your own models to SasView: 138 138 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` 141 141 142 142 *NB: Because of the way these options are implemented, it is not possible for them* … … 178 178 This option creates a custom model of the form 179 179 180 Custom Model = scale_factor * (model1 +/* model2)180 Custom Model = scale_factor \* (model1 +/\* model2) 181 181 182 182 In the *Easy Sum/Multi Editor* give the new custom model a function name and brief … … 195 195 Selecting this option shows all the custom models in the plugin model folder 196 196 197 C:\Users\[username]\.sasview\plugin_models- (on Windows)197 *C:\\Users\\[username]\\.sasview\\plugin_models* - (on Windows) 198 198 199 199 You can edit, modify, and save the Python code in any of these models using the … … 230 230 *plugin_models* folder 231 231 232 C:\Users\[username]\.sasview\plugin_models- (on Windows)232 *C:\\Users\\[username]\\.sasview\\plugin_models* - (on Windows) 233 233 234 234 in .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.