/usr/lib/python3/dist-packages/sasmodels-0.97.egg-info/PKG-INFO is in python3-sasmodels 0.97~git20171104-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | Metadata-Version: 1.1
Name: sasmodels
Version: 0.97
Summary: sasmodels package
Home-page: http://www.sasview.org
Author: SasView Collaboration
Author-email: management@sasview.org
License: UNKNOWN
Download-URL: https://github.com/SasView/sasmodels
Description-Content-Type: UNKNOWN
Description: Sasmodels
=========
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.
Example
-------
The example directory contains a radial+tangential data set for an oriented
rod-like shape.
The data is loaded by sas.dataloader from the sasview package, so sasview
is needed to run the example.
To run the example, you need sasview, sasmodels and bumps. Assuming these
repositories are installed side by side, change to the sasmodels/example
directory and enter::
PYTHONPATH=..:../../sasview/src ../../bumps/run.py fit.py \
cylinder --preview
See bumps documentation for instructions on running the fit. With the
python packages installed, e.g., into a virtual environment, then the
python path need not be set, and the command would be::
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".
Notes
-----
cylinder.c + cylinder.py is the cylinder model with renamed variables and
sld scaled by 1e6 so the numbers are nicer. The model name is "cylinder"
lamellar.py is an example of a single file model with embedded C code.
|TravisStatus|_
.. |TravisStatus| image:: https://travis-ci.org/SasView/sasmodels.svg?branch=master
.. _TravisStatus: https://travis-ci.org/SasView/sasmodels
Keywords: small-angle x-ray and neutron scattering analysis
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
|