[5068697] | 1 | #!/usr/bin/env python |
---|
| 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 | ############################################################################## |
---|
[5068697] | 16 | |
---|
| 17 | |
---|
[79ac6f8] | 18 | """ |
---|
| 19 | Provide functionality for a C extension model |
---|
[5068697] | 20 | |
---|
[79ac6f8] | 21 | :WARNING: THIS FILE WAS GENERATED BY WRAPPERGENERATOR.PY |
---|
| 22 | DO NOT MODIFY THIS FILE, MODIFY ..\c_extensions\stacked_disks.h |
---|
| 23 | AND RE-RUN THE GENERATOR SCRIPT |
---|
[5068697] | 24 | |
---|
| 25 | """ |
---|
| 26 | |
---|
| 27 | from sans.models.BaseComponent import BaseComponent |
---|
| 28 | from sans_extension.c_models import CStackedDisksModel |
---|
| 29 | import copy |
---|
[96656e3] | 30 | |
---|
| 31 | def create_StackedDisksModel(): |
---|
| 32 | obj = StackedDisksModel() |
---|
| 33 | #CStackedDisksModel.__init__(obj) is called by StackedDisksModel constructor |
---|
| 34 | return obj |
---|
| 35 | |
---|
[5068697] | 36 | class StackedDisksModel(CStackedDisksModel, BaseComponent): |
---|
[79ac6f8] | 37 | """ |
---|
| 38 | Class that evaluates a StackedDisksModel model. |
---|
| 39 | This file was auto-generated from ..\c_extensions\stacked_disks.h. |
---|
| 40 | Refer to that file and the structure it contains |
---|
| 41 | for details of the model. |
---|
| 42 | List of default parameters: |
---|
[5068697] | 43 | scale = 0.01 |
---|
| 44 | radius = 3000.0 [A] |
---|
[975ec8e] | 45 | core_thick = 10.0 [A] |
---|
| 46 | layer_thick = 15.0 [A] |
---|
[27972c1d] | 47 | core_sld = 4e-006 [1/A^(2)] |
---|
| 48 | layer_sld = -4e-007 [1/A^(2)] |
---|
| 49 | solvent_sld = 5e-006 [1/A^(2)] |
---|
[975ec8e] | 50 | n_stacking = 1.0 |
---|
| 51 | sigma_d = 0.0 |
---|
[5068697] | 52 | background = 0.001 [1/cm] |
---|
[975ec8e] | 53 | axis_theta = 0.0 [rad] |
---|
| 54 | axis_phi = 0.0 [rad] |
---|
[5068697] | 55 | |
---|
| 56 | """ |
---|
| 57 | |
---|
| 58 | def __init__(self): |
---|
| 59 | """ Initialization """ |
---|
| 60 | |
---|
| 61 | # Initialize BaseComponent first, then sphere |
---|
| 62 | BaseComponent.__init__(self) |
---|
[96656e3] | 63 | #apply(CStackedDisksModel.__init__, (self,)) |
---|
[5068697] | 64 | CStackedDisksModel.__init__(self) |
---|
| 65 | |
---|
| 66 | ## Name of the model |
---|
| 67 | self.name = "StackedDisksModel" |
---|
| 68 | ## Model description |
---|
[7ad9887] | 69 | self.description =""" One layer of disk consists of a core, a top layer, and a bottom layer. |
---|
| 70 | radius = the radius of the disk |
---|
| 71 | core_thick = thickness of the core |
---|
| 72 | layer_thick = thickness of a layer |
---|
| 73 | core_sld = the SLD of the core |
---|
| 74 | layer_sld = the SLD of the layers |
---|
| 75 | n_stacking = the number of the disks |
---|
| 76 | sigma_d = Gaussian STD of d-spacing |
---|
| 77 | solvent_sld = the SLD of the solvent""" |
---|
[5068697] | 78 | |
---|
[fe9c19b4] | 79 | ## Parameter details [units, min, max] |
---|
[5068697] | 80 | self.details = {} |
---|
| 81 | self.details['scale'] = ['', None, None] |
---|
| 82 | self.details['radius'] = ['[A]', None, None] |
---|
[975ec8e] | 83 | self.details['core_thick'] = ['[A]', None, None] |
---|
| 84 | self.details['layer_thick'] = ['[A]', None, None] |
---|
[27972c1d] | 85 | self.details['core_sld'] = ['[1/A^(2)]', None, None] |
---|
| 86 | self.details['layer_sld'] = ['[1/A^(2)]', None, None] |
---|
| 87 | self.details['solvent_sld'] = ['[1/A^(2)]', None, None] |
---|
[975ec8e] | 88 | self.details['n_stacking'] = ['', None, None] |
---|
| 89 | self.details['sigma_d'] = ['', None, None] |
---|
[5068697] | 90 | self.details['background'] = ['[1/cm]', None, None] |
---|
| 91 | self.details['axis_theta'] = ['[rad]', None, None] |
---|
| 92 | self.details['axis_phi'] = ['[rad]', None, None] |
---|
| 93 | |
---|
[fe9c19b4] | 94 | ## fittable parameters |
---|
[975ec8e] | 95 | self.fixed=['core_thick.width', 'layer_thick.width', 'radius.width', 'axis_theta.width', 'axis_phi.width'] |
---|
[5068697] | 96 | |
---|
[35aface] | 97 | ## non-fittable parameters |
---|
[96656e3] | 98 | self.non_fittable = [] |
---|
[35aface] | 99 | |
---|
[5068697] | 100 | ## parameters with orientation |
---|
[96656e3] | 101 | self.orientation_params = ['axis_phi', 'axis_theta', 'axis_phi.width', 'axis_theta.width'] |
---|
[5068697] | 102 | |
---|
[96656e3] | 103 | def __reduce_ex__(self, proto): |
---|
[79ac6f8] | 104 | """ |
---|
[96656e3] | 105 | Overwrite the __reduce_ex__ of PyTypeObject *type call in the init of |
---|
| 106 | c model. |
---|
[79ac6f8] | 107 | """ |
---|
[96656e3] | 108 | return (create_StackedDisksModel,tuple()) |
---|
[fe9c19b4] | 109 | |
---|
[96656e3] | 110 | def clone(self): |
---|
| 111 | """ Return a identical copy of self """ |
---|
| 112 | return self._clone(StackedDisksModel()) |
---|
[fe9c19b4] | 113 | |
---|
[5068697] | 114 | |
---|
[79ac6f8] | 115 | def run(self, x=0.0): |
---|
| 116 | """ |
---|
| 117 | Evaluate the model |
---|
| 118 | |
---|
| 119 | :param x: input q, or [q,phi] |
---|
| 120 | |
---|
| 121 | :return: scattering function P(q) |
---|
| 122 | |
---|
[5068697] | 123 | """ |
---|
| 124 | |
---|
| 125 | return CStackedDisksModel.run(self, x) |
---|
| 126 | |
---|
[79ac6f8] | 127 | def runXY(self, x=0.0): |
---|
| 128 | """ |
---|
| 129 | Evaluate the model in cartesian coordinates |
---|
| 130 | |
---|
| 131 | :param x: input q, or [qx, qy] |
---|
| 132 | |
---|
| 133 | :return: scattering function P(q) |
---|
| 134 | |
---|
[5068697] | 135 | """ |
---|
| 136 | |
---|
| 137 | return CStackedDisksModel.runXY(self, x) |
---|
| 138 | |
---|
[79ac6f8] | 139 | def evalDistribution(self, x=[]): |
---|
| 140 | """ |
---|
| 141 | Evaluate the model in cartesian coordinates |
---|
| 142 | |
---|
| 143 | :param x: input q[], or [qx[], qy[]] |
---|
| 144 | |
---|
| 145 | :return: scattering function P(q[]) |
---|
| 146 | |
---|
[9bd69098] | 147 | """ |
---|
[f9a1279] | 148 | return CStackedDisksModel.evalDistribution(self, x) |
---|
[9bd69098] | 149 | |
---|
[5eb9154] | 150 | def calculate_ER(self): |
---|
[79ac6f8] | 151 | """ |
---|
| 152 | Calculate the effective radius for P(q)*S(q) |
---|
| 153 | |
---|
| 154 | :return: the value of the effective radius |
---|
| 155 | |
---|
[5eb9154] | 156 | """ |
---|
| 157 | return CStackedDisksModel.calculate_ER(self) |
---|
| 158 | |
---|
[5068697] | 159 | def set_dispersion(self, parameter, dispersion): |
---|
| 160 | """ |
---|
[79ac6f8] | 161 | Set the dispersion object for a model parameter |
---|
| 162 | |
---|
| 163 | :param parameter: name of the parameter [string] |
---|
| 164 | :param dispersion: dispersion object of type DispersionModel |
---|
| 165 | |
---|
[5068697] | 166 | """ |
---|
| 167 | return CStackedDisksModel.set_dispersion(self, parameter, dispersion.cdisp) |
---|
| 168 | |
---|
| 169 | |
---|
| 170 | # End of file |
---|