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/CoreShellEllipsoidModel.py

    rf9a1279 rf10063e  
    3737         equat_shell     = 250.0 [A] 
    3838         polar_shell     = 30.0 [A] 
    39          contrast        = 1e-006 [1/A^(2)] 
     39         sld_core        = 2e-006 [1/A^(2)] 
     40         sld_shell       = 1e-006 [1/A^(2)] 
    4041         sld_solvent     = 6.3e-006 [1/A^(2)] 
    4142         background      = 0.001 [1/cm] 
     
    6667                equat_shell = equatorial radius of shell, 
    6768                polar_shell = polar radius (revolution axis) of shell, 
    68                 contrast = SLD_core - SLD_shell 
     69                sld_core = SLD_core 
     70                sld_shell = SLD_shell 
    6971                sld_solvent = SLD_solvent 
    7072                background = Incoherent bkg 
     
    8284        self.details['equat_shell'] = ['[A]', None, None] 
    8385        self.details['polar_shell'] = ['[A]', None, None] 
    84         self.details['contrast'] = ['[1/A^(2)]', None, None] 
     86        self.details['sld_core'] = ['[1/A^(2)]', None, None] 
     87        self.details['sld_shell'] = ['[1/A^(2)]', None, None] 
    8588        self.details['sld_solvent'] = ['[1/A^(2)]', None, None] 
    8689        self.details['background'] = ['[1/cm]', None, None] 
Note: See TracChangeset for help on using the changeset viewer.