Changeset 500be82 in sasview for sansmodels/src/sans
- Timestamp:
- Dec 7, 2011 6:10:23 PM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- d760c0a
- Parents:
- 33aea7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/sans/models/ReflModel.py
r33aea7f r500be82 2 2 3 3 ############################################################################## 4 # 5 # 6 # 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 7 # 8 # 9 # 10 # 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 11 # 12 # 12 # "This work benefited from DANSE software developed under NSF award DMR-0520547." 13 13 # 14 # 14 # copyright 2008, University of Tennessee 15 15 ############################################################################## 16 16 … … 20 20 21 21 :WARNING: THIS FILE WAS GENERATED BY WRAPPERGENERATOR.PY 22 DO NOT MODIFY THIS FILE, MODIFY .. \c_extensions\refl.h22 DO NOT MODIFY THIS FILE, MODIFY ../c_extensions/refl.h 23 23 AND RE-RUN THE GENERATOR SCRIPT 24 24 … … 37 37 """ 38 38 Class that evaluates a ReflModel model. 39 This file was auto-generated from .. \c_extensions\refl.h.39 This file was auto-generated from ../c_extensions/refl.h. 40 40 Refer to that file and the structure it contains 41 41 for details of the model. … … 45 45 thick_inter0 = 1.0 [A] 46 46 func_inter0 = 0.0 47 sld_bottom0 = 2.07e-0 06 [1/A^(2)]48 sld_medium = 1e-0 06 [1/A^(2)]47 sld_bottom0 = 2.07e-06 [1/A^(2)] 48 sld_medium = 1e-06 [1/A^(2)] 49 49 background = 0.0 50 sld_flat1 = 4e-0 06 [1/A^(2)]51 sld_flat2 = 3.5e-0 06 [1/A^(2)]52 sld_flat3 = 4e-0 06 [1/A^(2)]53 sld_flat4 = 3.5e-0 06 [1/A^(2)]54 sld_flat5 = 4e-0 06 [1/A^(2)]55 sld_flat6 = 3.5e-0 06 [1/A^(2)]56 sld_flat7 = 4e-0 06 [1/A^(2)]57 sld_flat8 = 3.5e-0 06 [1/A^(2)]58 sld_flat9 = 4e-0 06 [1/A^(2)]59 sld_flat10 = 3.5e-0 06 [1/A^(2)]50 sld_flat1 = 4e-06 [1/A^(2)] 51 sld_flat2 = 3.5e-06 [1/A^(2)] 52 sld_flat3 = 4e-06 [1/A^(2)] 53 sld_flat4 = 3.5e-06 [1/A^(2)] 54 sld_flat5 = 4e-06 [1/A^(2)] 55 sld_flat6 = 3.5e-06 [1/A^(2)] 56 sld_flat7 = 4e-06 [1/A^(2)] 57 sld_flat8 = 3.5e-06 [1/A^(2)] 58 sld_flat9 = 4e-06 [1/A^(2)] 59 sld_flat10 = 3.5e-06 [1/A^(2)] 60 60 thick_inter1 = 1.0 [A] 61 61 thick_inter2 = 1.0 [A] … … 103 103 ## Model description 104 104 self.description ="""Calculate neutron reflectivity using the Parratt iterative formula 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 105 Parameters: 106 background:background 107 scale: scale factor 108 sld_bottom0: the SLD of the substrate 109 sld_medium: the SLD of the incident medium 110 or superstrate 111 sld_flatN: the SLD of the flat region of 112 the N'th layer 113 thick_flatN: the thickness of the flat 114 region of the N'th layer 115 func_interN: the function used to describe 116 the interface of the N'th layer 117 thick_interN: the thickness of the interface 118 of the N'th layer 119 Note: the layer number starts to increase 120 from the bottom (substrate) to the top.""" 121 121 122 122 ## Parameter details [units, min, max] … … 196 196 """ Return a identical copy of self """ 197 197 return self._clone(ReflModel()) 198 198 199 199 200 200 def run(self, x=0.0):
Note: See TracChangeset
for help on using the changeset viewer.