Changeset 0824909 in sasview for sansmodels/src/sans/models/HayterMSAStructure.py
- Timestamp:
- Apr 15, 2009 9:59:36 AM (16 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:
- 27c5c26
- Parents:
- b22748b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/sans/models/HayterMSAStructure.py
rd3bbf84 r0824909 17 17 18 18 WARNING: THIS FILE WAS GENERATED BY WRAPPERGENERATOR.PY 19 DO NOT MODIFY THIS FILE, MODIFY C:\ECLPS\workspace\trunk\sansmodels\src\sans\models\c_extensions\HayterMSA.h19 DO NOT MODIFY THIS FILE, MODIFY ..\c_extensions\HayterMSA.h 20 20 AND RE-RUN THE GENERATOR SCRIPT 21 21 … … 28 28 class HayterMSAStructure(CHayterMSAStructure, BaseComponent): 29 29 """ Class that evaluates a HayterMSAStructure model. 30 This file was auto-generated from C:\ECLPS\workspace\trunk\sansmodels\src\sans\models\c_extensions\HayterMSA.h.30 This file was auto-generated from ..\c_extensions\HayterMSA.h. 31 31 Refer to that file and the structure it contains 32 32 for details of the model. 33 33 List of default parameters: 34 radius = 20.75 A34 radius = 20.75 [Å] 35 35 charge = 19.0 36 36 volfraction = 0.0192 37 temperature = 318.16 K38 saltconc = 0.0 37 temperature = 318.16 [K] 38 saltconc = 0.0 [M] 39 39 dielectconst = 71.08 40 40 … … 67 67 ## Parameter details [units, min, max] 68 68 self.details = {} 69 self.details['radius'] = [' A', None, None]69 self.details['radius'] = ['[Å]', None, None] 70 70 self.details['charge'] = ['', None, None] 71 71 self.details['volfraction'] = ['', None, None] 72 self.details['temperature'] = [' K', None, None]73 self.details['saltconc'] = [' ', None, None]72 self.details['temperature'] = ['[K]', None, None] 73 self.details['saltconc'] = ['[M]', None, None] 74 74 self.details['dielectconst'] = ['', None, None] 75 75 76 76 ## fittable parameters 77 77 self.fixed=['radius.width'] 78 79 ## parameters with orientation 80 self.orientation_params =[] 78 81 79 82 def clone(self):
Note: See TracChangeset
for help on using the changeset viewer.