Skip to main content

Theory models for small angle scattering.

The models provided are usable directly in the bumps fitting package and in the sasview analysis package. If OpenCL is available, the models will run much faster. If not, then precompiled versions will be included with the distributed package. New models can be added if OpenCL or a C compiler is available.

Citing and Acknowledging SasModels

If you found this software useful to your work please cite and/or acknowledge its use in your publications. The latest instructions for citing and acknowledging are available on our website.

[Citing SasModels](http://www.sasview.org/cite/#citing-sasmodels) [Acknowledging SasModels](http://www.sasview.org/cite/#acknowledging-sasview)

Install

The easiest way to use sasmodels is from SasView.

You can also install sasmodels as a standalone package in python. Use miniconda or anaconda to create a python environment with the sasmodels dependencies:

$ conda create -n sasmodels -c conda-forge numpy scipy matplotlib pyopencl

The option -n sasmodels names the environment sasmodels, and the option -c conda-forge selects the conda-forge package channel because pyopencl is not part of the base anaconda distribution.

Activate the environment and install sasmodels:

$ conda activate sasmodels
(sasmodels) $ pip install sasmodels

Install bumps if you want to use it to fit your data:

(sasmodels) $ pip install bumps

Usage

Check that the works:

(sasmodels) $ python -m sasmodels.compare cylinder

To show the orientation explorer:

(sasmodels) $ python -m sasmodels.jitter

Documentation is available online as part of the SasView fitting perspective as well as separate pages for individual models. Programming details for sasmodels are available in the developer documentation.

Fitting Example

The example directory contains a radial+tangential data set for an oriented rod-like shape.

To load the example data, you will need the SAS data loader from the sasview package. This is not yet available on PyPI, so you will need a copy of the SasView source code to run it. Create a directory somewhere to hold the sasview and sasmodels source code, which we will refer to as $SOURCE.

Use the following to install sasview, and the sasmodels examples:

(sasmodels) $ cd $SOURCE
(sasmodels) $ conda install git
(sasmodels) $ git clone https://github.com/sasview/sasview.git
(sasmodels) $ git clone https://github.com/sasview/sasmodels.git

Set the path to the sasview source on your python path within the sasmodels environment. On Windows, this will be:

(sasmodels)> set PYTHONPATH="$SOURCE\sasview\src"
(sasmodels)> cd $SOURCE/sasmodels/example
(sasmodels)> python -m bumps.cli fit.py cylinder --preview

On Mac/Linux with the standard shell this will be:

(sasmodels) $ export PYTHONPATH="$SOURCE/sasview/src"
(sasmodels) $ cd $SOURCE/sasmodels/example
(sasmodels) $ bumps fit.py cylinder --preview

The fit.py model accepts up to two arguments. The first argument is the model type, which has been defined for cylinder, capped_cylinder, core_shell_cylinder, ellipsoid, triaxial_ellipsoid and lamellar. The second argument is view, which can be radial or tangential. To fit both radial and tangential simultaneously, use the word “both”.

See bumps documentation for detailed instructions on running the fit.

TestStatus TravisStatus

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sasmodels-1.1.0.tar.gz (20.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sasmodels-1.1.0-py3-none-any.whl (18.5 MB view details)

Uploaded Python 3

File details

Details for the file sasmodels-1.1.0.tar.gz.

File metadata

  • Download URL: sasmodels-1.1.0.tar.gz
  • Upload date:
  • Size: 20.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for sasmodels-1.1.0.tar.gz
Algorithm Hash digest
SHA256 b164fac1a48d262a90bc17be59d8279c42489bcd4ceafdddff0a8af83dc22306
MD5 e80b644fdcb1e3ba363e88d037510fb2
BLAKE2b-256 9b80a83e1c102c0c97463b8c7cc96cefa21b1be8454422744a70c0a4c716f1d9

See more details on using hashes here.

File details

Details for the file sasmodels-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: sasmodels-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 18.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for sasmodels-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5901084845000689d13bb644094976d9e096cda356181cb6b9346ffcf6074a60
MD5 2b7d3197ddec3e8f9f06abf8d3bc663c
BLAKE2b-256 9e47fcae44b6188a55527d778fedfe6e6e5c6ede00a0aca290a1e9857db7a8fa

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.1.0 This release

2 files

1.0.12

2 files

1.0.11

2 files

1.0.10

2 files

1.0.9

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.2

2 files

1.0.1

2 files

1.0

2 files

0.99

3 files

0.98

1 file

0.97

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page