source: sasview/docs/sphinx-docs/source/user/marketplace.rst @ 091eee64

ESS_GUIESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_sync_sascalc
Last change on this file since 091eee64 was 091eee64, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 5 years ago

Modified the open tutorial action - it now opens a webpage with tutorial
links. Just like in 4.2. SASVIEW-1255.
Also, modified copyright year in yet another place.

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[959eb01]1.. _marketplace:
2
3Model Marketplace
4=================
[59dfb53]5The Model Marketplace allows members of the SAS Community to contribute
6plug-in fitting models for *SasView* for all to use.
[959eb01]7
[091eee64]8.. note:: 
9    These plug-in models require SasView version 4.0 or later. However,
10    not *all* models may work with *every* version of SasView because
11    of changes to our API.
[959eb01]12
[59dfb53]13Contributed models should be written in Python (only version 2.7.x is
14currently supported) or, if computational speed is an issue, in a
15combination of Python and C. You only need to upload the .py/.c source
16code files to the Marketplace!
[959eb01]17
[091eee64]18Please put a comment in your code to indicate which version of SasView you
19wrote the model for.
20
[59dfb53]21For guidance on how to write a plugin model see :ref:`Writing_a_Plugin` . It
22may also be helpful to examine the library models in
23the */sasmodels-data/models* sub-folder of your SasView installation directory.
[959eb01]24
[59dfb53]25The Marketplace also provides the option to upload a SasView text file of
26the scattering function data computed by your model. If you do this a graph
27of the scattering function will appear under the Marketplace entry for
28your model.
[959eb01]29
[59dfb53]30.. note::
31    The SasView Development Team regret to say that they do not have the
32    resources to fix the bugs or polish the code in every model contributed
33    to the Marketplace!
Note: See TracBrowser for help on using the repository browser.