source: sasview/sansmodels/src/sans/models/SphereModel.py @ 5062bbf

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 5062bbf was 79ac6f8, checked in by Gervaise Alina <gervyh@…>, 14 years ago

working on documentation

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[ae3ce4e]1#!/usr/bin/env python
[95986b5]2
[79ac6f8]3##############################################################################
4#       This software was developed by the University of Tennessee as part of the
5#       Distributed Data Analysis of Neutron Scattering Experiments (DANSE)
6#       project funded by the US National Science Foundation.
7#
8#       If you use DANSE applications to do scientific research that leads to
9#       publication, we ask that you acknowledge the use of the software with the
10#       following sentence:
11#
12#       "This work benefited from DANSE software developed under NSF award DMR-0520547."
13#
14#       copyright 2008, University of Tennessee
15##############################################################################
[95986b5]16
17
[79ac6f8]18"""
19Provide functionality for a C extension model
[ae3ce4e]20
[79ac6f8]21:WARNING: THIS FILE WAS GENERATED BY WRAPPERGENERATOR.PY
22         DO NOT MODIFY THIS FILE, MODIFY ..\c_extensions\sphere.h
23         AND RE-RUN THE GENERATOR SCRIPT
[ae3ce4e]24
25"""
26
27from sans.models.BaseComponent import BaseComponent
28from sans_extension.c_models import CSphereModel
29import copy   
30   
31class SphereModel(CSphereModel, BaseComponent):
[79ac6f8]32    """
33    Class that evaluates a SphereModel model.
34    This file was auto-generated from ..\c_extensions\sphere.h.
35    Refer to that file and the structure it contains
36    for details of the model.
37    List of default parameters:
[7dde98e]38         scale           = 1.0
[1ed3834]39         radius          = 60.0 [A]
[f10063e]40         sldSph          = 2e-006 [1/A^(2)]
41         sldSolv         = 1e-006 [1/A^(2)]
[0824909]42         background      = 0.0 [1/cm]
[ae3ce4e]43
44    """
45       
46    def __init__(self):
47        """ Initialization """
48       
49        # Initialize BaseComponent first, then sphere
50        BaseComponent.__init__(self)
51        CSphereModel.__init__(self)
52       
53        ## Name of the model
54        self.name = "SphereModel"
[836fe6e]55        ## Model description
[f10063e]56        self.description ="""P(q)=(scale/V)*[3V(sldSph-sldSolv)*(sin(qR)-qRcos(qR))
[1ed3834]57                /(qR)^3]^(2)+bkg
58               
59                bkg:background, R: radius of sphere
[9316609]60                V:The volume of the scatter
[f10063e]61                sldSph: the SLD of the sphere
62                sldSolv: the SLD of the solvent
[1ed3834]63                """
[836fe6e]64       
[fe9c19b4]65        ## Parameter details [units, min, max]
[ae3ce4e]66        self.details = {}
67        self.details['scale'] = ['', None, None]
[1ed3834]68        self.details['radius'] = ['[A]', None, None]
[f10063e]69        self.details['sldSph'] = ['[1/A^(2)]', None, None]
70        self.details['sldSolv'] = ['[1/A^(2)]', None, None]
[0824909]71        self.details['background'] = ['[1/cm]', None, None]
[7dde98e]72
[fe9c19b4]73        ## fittable parameters
[836fe6e]74        self.fixed=['radius.width']
[25a608f5]75       
76        ## parameters with orientation
77        self.orientation_params =[]
[ae3ce4e]78   
79    def clone(self):
80        """ Return a identical copy of self """
[95986b5]81        return self._clone(SphereModel())   
[fe9c19b4]82       
83    def __getstate__(self):
[79ac6f8]84        """
85        return object state for pickling and copying
86        """
[fe9c19b4]87        model_state = {'params': self.params, 'dispersion': self.dispersion, 'log': self.log}
88       
89        return self.__dict__, model_state
90       
91    def __setstate__(self, state):
[79ac6f8]92        """
93        create object from pickled state
94       
95        :param state: the state of the current model
96       
97        """
[fe9c19b4]98       
99        self.__dict__, model_state = state
100        self.params = model_state['params']
101        self.dispersion = model_state['dispersion']
102        self.log = model_state['log']
103       
[ae3ce4e]104   
[79ac6f8]105    def run(self, x=0.0):
106        """
107        Evaluate the model
108       
109        :param x: input q, or [q,phi]
110       
111        :return: scattering function P(q)
112       
[ae3ce4e]113        """
114       
115        return CSphereModel.run(self, x)
116   
[79ac6f8]117    def runXY(self, x=0.0):
118        """
119        Evaluate the model in cartesian coordinates
120       
121        :param x: input q, or [qx, qy]
122       
123        :return: scattering function P(q)
124       
[ae3ce4e]125        """
126       
127        return CSphereModel.runXY(self, x)
[95986b5]128       
[79ac6f8]129    def evalDistribution(self, x=[]):
130        """
131        Evaluate the model in cartesian coordinates
132       
133        :param x: input q[], or [qx[], qy[]]
134       
135        :return: scattering function P(q[])
136       
[9bd69098]137        """
[f9a1279]138        return CSphereModel.evalDistribution(self, x)
[9bd69098]139       
[5eb9154]140    def calculate_ER(self):
[79ac6f8]141        """
142        Calculate the effective radius for P(q)*S(q)
143       
144        :return: the value of the effective radius
145       
[5eb9154]146        """       
147        return CSphereModel.calculate_ER(self)
148       
[95986b5]149    def set_dispersion(self, parameter, dispersion):
150        """
[79ac6f8]151        Set the dispersion object for a model parameter
152       
153        :param parameter: name of the parameter [string]
154        :param dispersion: dispersion object of type DispersionModel
155       
[95986b5]156        """
157        return CSphereModel.set_dispersion(self, parameter, dispersion.cdisp)
158       
[ae3ce4e]159   
160# End of file
Note: See TracBrowser for help on using the repository browser.