Ignore:
Timestamp:
Aug 10, 2011 10:46:01 AM (13 years ago)
Author:
Gervaise Alina <gervyh@…>
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:
18e250c
Parents:
42c974f
Message:

commit wrap model

File:
1 edited

Legend:

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

    rc7a7e1b r92df66f8  
    2626 
    2727from sans.models.BaseComponent import BaseComponent 
    28 from sans_extension.c_models import CCoreFourShellModel 
     28from sans.models.sans_extension.c_models import CCoreFourShellModel 
    2929import copy     
    3030 
     
    4343         scale           = 1.0  
    4444         rad_core0       = 60.0 [A] 
    45          sld_core0       = 6.4e-006 [1/A^(2)] 
     45         sld_core0       = 6.4e-06 [1/A^(2)] 
    4646         thick_shell1    = 10.0 [A] 
    47          sld_shell1      = 1e-006 [1/A^(2)] 
     47         sld_shell1      = 1e-06 [1/A^(2)] 
    4848         thick_shell2    = 10.0 [A] 
    49          sld_shell2      = 2e-006 [1/A^(2)] 
     49         sld_shell2      = 2e-06 [1/A^(2)] 
    5050         thick_shell3    = 10.0 [A] 
    51          sld_shell3      = 3e-006 [1/A^(2)] 
     51         sld_shell3      = 3e-06 [1/A^(2)] 
    5252         thick_shell4    = 10.0 [A] 
    53          sld_shell4      = 4e-006 [1/A^(2)] 
    54          sld_solv        = 6.4e-006 [1/A^(2)] 
     53         sld_shell4      = 4e-06 [1/A^(2)] 
     54         sld_solv        = 6.4e-06 [1/A^(2)] 
    5555         background      = 0.001 [1/cm] 
    5656 
Note: See TracChangeset for help on using the changeset viewer.