Ignore:
Timestamp:
Mar 30, 2010 7:56:04 PM (14 years ago)
Author:
Jae Cho <jhjcho@…>
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:
8d97277
Parents:
6e93a02
Message:

Updated the definition of SLD params according to new libigor functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/src/sans/models/FlexibleCylinderModel.py

    rf9a1279 rf10063e  
    3636         kuhn_length     = 100.0 [A] 
    3737         radius          = 20.0 [A] 
    38          contrast        = 5.3e-006 [1/A^(2)] 
     38         sldCyl          = 6.3e-006 [1/A^(2)] 
     39         sldSolv         = 1e-006 [1/A^(2)] 
    3940         background      = 0.0001 [1/cm] 
    4041 
     
    6263        self.details['kuhn_length'] = ['[A]', None, None] 
    6364        self.details['radius'] = ['[A]', None, None] 
    64         self.details['contrast'] = ['[1/A^(2)]', None, None] 
     65        self.details['sldCyl'] = ['[1/A^(2)]', None, None] 
     66        self.details['sldSolv'] = ['[1/A^(2)]', None, None] 
    6567        self.details['background'] = ['[1/cm]', None, None] 
    6668 
Note: See TracChangeset for help on using the changeset viewer.