Ignore:
Timestamp:
Apr 15, 2009 9:58:33 AM (15 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:
b22748b
Parents:
179a411
Message:

changed notation of units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/src/sans/models/c_extensions/core_shell.h

    r25a608f5 r70faf5d  
    77 //[PYTHONCLASS] = CoreShellModel 
    88 //[DISP_PARAMS] = radius, thickness 
    9  //[DESCRIPTION] =<text> Form factor for a monodisperse spherical 
    10  //                         particle with a core-shell structure: 
    11  //                       The form factor is normalized by the  
    12  //                        total particle volume. 
    13  //  
    14  //                                             radius: core radius 
    15  //                     thickness: shell thickness 
     9 //[DESCRIPTION] =<text> Form factor for a monodisperse spherical particle with 
     10 //    particle with a core-shell structure: 
     11 //    The form factor is normalized by the 
     12 //    total particle volume. 
    1613 // 
    17  //                     Ref: Guinier, A. and G. Fournet,  
    18  //                          John Wiley and Sons, New York, 1955. 
     14 //             radius: core radius 
     15 //     thickness: shell thickness 
     16 // 
     17 //     Ref: Guinier, A. and G. Fournet, 
     18 //     John Wiley and Sons, New York, 1955. 
    1919 //                             </text> 
    2020 //[FIXED]= <text> thickness.width;radius.width</text> 
     
    2525    //  [DEFAULT]=scale=1.0 
    2626    double scale; 
    27     /// Core Radius (A) 60.0 
    28     //  [DEFAULT]=radius=60.0 A 
     27    /// Core Radius [Å] 60.0 
     28    //  [DEFAULT]=radius=60.0 [Å] 
    2929    double radius; 
    30     /// Shell Thickness (A) 10.0 
    31     //  [DEFAULT]=thickness=10 A 
     30    /// Shell Thickness [Å] 10.0 
     31    //  [DEFAULT]=thickness=10 [Å] 
    3232    double thickness; 
    33     /// Core SLD (Å-2) 1.0e-6 
    34     //  [DEFAULT]=core_sld=1.0e-6 A-2 
     33    /// Core SLD [1/Ų] 1.0e-6 
     34    //  [DEFAULT]=core_sld=1.0e-6 [1/Ų] 
    3535    double core_sld; 
    36         /// Shell SLD (Å-2) 2.0e-6 
    37         //  [DEFAULT]=shell_sld=2.0e-6 A-2 
     36        /// Shell SLD [1/Ų] 2.0e-6 
     37        //  [DEFAULT]=shell_sld=2.0e-6 [1/Ų] 
    3838        double shell_sld; 
    39         /// Solvent SLD (Å-2) 3.0e-6 
    40         //  [DEFAULT]=solvent_sld=3.0e-6 A-2 
     39        /// Solvent SLD [1/Ų] 3.0e-6 
     40        //  [DEFAULT]=solvent_sld=3.0e-6 [1/Ų] 
    4141        double solvent_sld; 
    42         /// Incoherent Background (cm-1) 0.000 
    43         //  [DEFAULT]=background=0 cm-1 
     42        /// Incoherent Background [1/cm] 0.000 
     43        //  [DEFAULT]=background=0 [1/cm] 
    4444        double background; 
    4545} CoreShellParameters; 
Note: See TracChangeset for help on using the changeset viewer.