Ignore:
Timestamp:
Nov 3, 2009 2:55:10 PM (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:
155c088
Parents:
8a6d4af
Message:

removed all non asc font in the units

Location:
sansmodels/src/sans/models/c_extensions
Files:
22 edited

Legend:

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

    r515cc389 r27972c1d  
    3737    double vol_frac_ss; 
    3838 
    39         ///     large sphere scattering length density [1/Ų] 
    40     //  [DEFAULT]=ls_sld= 3.5e-6 [1/A²] 
     39        ///     large sphere scattering length density [1/A^(2)] 
     40    //  [DEFAULT]=ls_sld= 3.5e-6 [1/A^{2}] 
    4141    double ls_sld; 
    4242 
    43         ///     lsmall sphere scattering length density [1/Ų] 
    44     //  [DEFAULT]=ss_sld= 5e-7 [1/A²] 
     43        ///     lsmall sphere scattering length density [1/A^(2)] 
     44    //  [DEFAULT]=ss_sld= 5e-7 [1/A^(2)] 
    4545    double ss_sld; 
    4646 
    47     /// solvent scattering length density [1/Ų] 
    48     //  [DEFAULT]=solvent_sld= 6.36e-6 [1/A²] 
     47    /// solvent scattering length density [1/A^(2)] 
     48    //  [DEFAULT]=solvent_sld= 6.36e-6 [1/A^(2)] 
    4949    double solvent_sld; 
    5050 
  • sansmodels/src/sans/models/c_extensions/binaryHS_PSF11.h

    r2c4b289 r27972c1d  
    99        [DESCRIPTION] =<text> 
    1010                                                Model parameters: 
    11                                                  
     11 
    1212                                                l_radius : large radius of the binary hard sphere 
    1313                                                s_radius : small radius of the binary hard sphere 
    14                                                 vol_frac_ls : volume fraction of large spheres  
     14                                                vol_frac_ls : volume fraction of large spheres 
    1515                                                vol_frac_ss : volume fraction of small spheres 
    1616                                                ls_sld: large sphere  scattering length density 
     
    2323 */ 
    2424typedef struct { 
    25      
     25 
    2626        ///     large radius of the binary hard sphere [A] 
    2727    //  [DEFAULT]=l_radius= 160.0 [A] 
     
    3232    double s_radius; 
    3333 
    34         ///     volume fraction of large spheres  
    35     //  [DEFAULT]=vol_frac_ls= 0.2  
     34        ///     volume fraction of large spheres 
     35    //  [DEFAULT]=vol_frac_ls= 0.2 
    3636    double vol_frac_ls; 
    3737 
    38         ///     volume fraction of small spheres  
    39     //  [DEFAULT]=vol_frac_ss= 0.2  
     38        ///     volume fraction of small spheres 
     39    //  [DEFAULT]=vol_frac_ss= 0.2 
    4040    double vol_frac_ss; 
    4141 
    42         ///     large sphere scattering length density [1/Ų] 
    43     //  [DEFAULT]=ls_sld= 3.5e-6 [1/A²] 
     42        ///     large sphere scattering length density [1/A^(2)] 
     43    //  [DEFAULT]=ls_sld= 3.5e-6 [1/A^(2)] 
    4444    double ls_sld; 
    4545 
    46         ///     lsmall sphere scattering length density [1/Ų] 
    47     //  [DEFAULT]=ss_sld= 5e-7 [1/A²] 
     46        ///     lsmall sphere scattering length density [1/A^(2)] 
     47    //  [DEFAULT]=ss_sld= 5e-7 [1/A^(2)] 
    4848    double ss_sld; 
    4949 
    50     /// solvent scattering length density [1/Ų] 
    51     //  [DEFAULT]=solvent_sld= 6.36e-6 [1/A²] 
     50    /// solvent scattering length density [1/A^(2)] 
     51    //  [DEFAULT]=solvent_sld= 6.36e-6 [1/A^(2)] 
    5252    double solvent_sld; 
    5353 
  • sansmodels/src/sans/models/c_extensions/core_shell.h

    r1ed3834 r27972c1d  
    3131    //  [DEFAULT]=thickness=10 [A] 
    3232    double thickness; 
    33     /// Core SLD [1/A²] 1.0e-6 
    34     //  [DEFAULT]=core_sld=1.0e-6 [1/A²] 
     33    /// Core SLD [1/A^(2)] 1.0e-6 
     34    //  [DEFAULT]=core_sld=1.0e-6 [1/A^(2)] 
    3535    double core_sld; 
    36         /// Shell SLD [1/A²] 2.0e-6 
    37         //  [DEFAULT]=shell_sld=2.0e-6 [1/A²] 
     36        /// Shell SLD [1/A^(2)] 2.0e-6 
     37        //  [DEFAULT]=shell_sld=2.0e-6 [1/A^(2)] 
    3838        double shell_sld; 
    39         /// Solvent SLD [1/A²] 3.0e-6 
    40         //  [DEFAULT]=solvent_sld=3.0e-6 [1/A²] 
     39        /// Solvent SLD [1/A^(2)] 3.0e-6 
     40        //  [DEFAULT]=solvent_sld=3.0e-6 [1/A^(2)] 
    4141        double solvent_sld; 
    4242        /// Incoherent Background [1/cm] 0.000 
  • sansmodels/src/sans/models/c_extensions/core_shell_cylinder.h

    r27fea3f r27972c1d  
    5353    double length; 
    5454 
    55     /// Core SLD [1/A²] 
    56     //  [DEFAULT]=core_sld=1.0e-6 [1/A²] 
     55    /// Core SLD [1/A^(2)] 
     56    //  [DEFAULT]=core_sld=1.0e-6 [1/A^(2)] 
    5757    double core_sld; 
    5858 
    59     /// Shell SLD [1/A²] 
    60     //  [DEFAULT]=shell_sld=4.0e-6 [1/A²] 
     59    /// Shell SLD [1/A^(2)] 
     60    //  [DEFAULT]=shell_sld=4.0e-6 [1/A^(2)] 
    6161    double shell_sld; 
    6262 
    63     /// Solvent SLD [1/A²] 
    64     //  [DEFAULT]=solvent_sld=1.0e-6 [1/A²] 
     63    /// Solvent SLD [1/A^(2)] 
     64    //  [DEFAULT]=solvent_sld=1.0e-6 [1/A^(2)] 
    6565    double solvent_sld; 
    6666 
  • sansmodels/src/sans/models/c_extensions/cylinder.h

    r1ed3834 r27972c1d  
    3333    //  [DEFAULT]=length=400.0 [A] 
    3434    double length; 
    35     /// Contrast [1/A²] 
    36     //  [DEFAULT]=contrast=3.0e-6 [1/A²] 
     35    /// Contrast [1/A^(2)] 
     36    //  [DEFAULT]=contrast=3.0e-6 [1/A^(2)] 
    3737    double contrast; 
    3838        /// Incoherent Background [1/cm] 0.00 
  • sansmodels/src/sans/models/c_extensions/ellipsoid.h

    rc1c29b6 r27972c1d  
    4646    double radius_b; 
    4747 
    48     /// Contrast [1/A²] 
    49     //  [DEFAULT]=contrast=3.0e-6 [1/A²] 
     48    /// Contrast [1/A^(2)] 
     49    //  [DEFAULT]=contrast=3.0e-6 [1/A^(2)] 
    5050    double contrast; 
    5151 
  • sansmodels/src/sans/models/c_extensions/elliptical_cylinder.h

    r7ad9887 r27972c1d  
    3131    //  [DEFAULT]=length=400.0 [A] 
    3232    double length; 
    33     /// Contrast [1/A²] 
    34     //  [DEFAULT]=contrast=3.0e-6 [1/A²] 
     33    /// Contrast [1/A^(2)] 
     34    //  [DEFAULT]=contrast=3.0e-6 [1/A^(2)] 
    3535    double contrast; 
    3636        /// Incoherent Background [1/cm] 0.000 
  • sansmodels/src/sans/models/c_extensions/flexible_cylinder.h

    re6fa43e r27972c1d  
    3131    //  [DEFAULT]=radius=20.0 [A] 
    3232    double radius; 
    33     /// Contrast [1/A²] 
    34     //  [DEFAULT]=contrast=5.3e-6 [1/A²] 
     33    /// Contrast [1/A^(2)] 
     34    //  [DEFAULT]=contrast=5.3e-6 [1/A^(2)] 
    3535    double contrast; 
    3636        /// Incoherent Background [1/cm] 
  • sansmodels/src/sans/models/c_extensions/hollow_cylinder.h

    r7ad9887 r27972c1d  
    3535    double length; 
    3636 
    37     /// Contrast  [1/A²] 
    38     //  [DEFAULT]=contrast=5.3e-6 [1/A²] 
     37    /// Contrast  [1/A^(2)] 
     38    //  [DEFAULT]=contrast=5.3e-6 [1/A^(2)] 
    3939    double contrast; 
    4040 
  • sansmodels/src/sans/models/c_extensions/lamellar.h

    rc1c29b6 r27972c1d  
    2323    //  [DEFAULT]=bi_thick=50.0 [A] 
    2424    double bi_thick; 
    25     /// SLD of bilayer [1/A²] 
    26     //  [DEFAULT]=sld_bi=1.0e-6 [1/A²] 
     25    /// SLD of bilayer [1/A^(2)] 
     26    //  [DEFAULT]=sld_bi=1.0e-6 [1/A^(2)] 
    2727    double sld_bi; 
    28     /// SLD of solvent [1/A²] 
    29     //  [DEFAULT]=sld_sol=6.3e-6 [1/A²] 
     28    /// SLD of solvent [1/A^(2)] 
     29    //  [DEFAULT]=sld_sol=6.3e-6 [1/A^(2)] 
    3030    double sld_sol; 
    3131        /// Incoherent Background [1/cm] 0.00 
  • sansmodels/src/sans/models/c_extensions/lamellarFF_HG.h

    rb4679de r27972c1d  
    2626    //  [DEFAULT]=h_thickness=10.0 [A] 
    2727    double h_thickness; 
    28         /// tail scrattering length density[1/A²] 
    29     //  [DEFAULT]=sld_tail=4e-7 [1/A²] 
     28        /// tail scrattering length density[1/A^(2)] 
     29    //  [DEFAULT]=sld_tail=4e-7 [1/A^(2)] 
    3030    double sld_tail; 
    31     /// head group scrattering length density[1/A²] 
    32     //  [DEFAULT]=sld_head=3e-6 [1/A²] 
     31    /// head group scrattering length density[1/A^(2)] 
     32    //  [DEFAULT]=sld_head=3e-6 [1/A^(2)] 
    3333    double sld_head; 
    34          /// solvent scrattering length density[1/A²] 
    35     //  [DEFAULT]=sld_solvent=6e-6 [1/A²] 
     34         /// solvent scrattering length density[1/A^(2)] 
     35    //  [DEFAULT]=sld_solvent=6e-6 [1/A^(2)] 
    3636    double sld_solvent; 
    3737        /// Incoherent Background [1/cm] 0.00 
  • sansmodels/src/sans/models/c_extensions/lamellarPS.h

    rc1c29b6 r27972c1d  
    4141    //  [DEFAULT]=delta=30 [A] 
    4242    double delta; 
    43     /// Contrast [1/A²] 
    44     //  [DEFAULT]=contrast=5.3e-6 [1/A²] 
     43    /// Contrast [1/A^(2)] 
     44    //  [DEFAULT]=contrast=5.3e-6 [1/A^(2)] 
    4545    double contrast; 
    4646         /// Number of lamellar plates 
  • sansmodels/src/sans/models/c_extensions/lamellarPS_HG.h

    r96b59384 r27972c1d  
    4545    //  [DEFAULT]=deltaH=2.0 [A] 
    4646    double deltaH; 
    47     /// scattering density length of tails [1/A²] 
    48     //  [DEFAULT]=sld_tail=0.4e-6 [1/A²] 
     47    /// scattering density length of tails [1/A^(2)] 
     48    //  [DEFAULT]=sld_tail=0.4e-6 [1/A^(2)] 
    4949    double sld_tail; 
    50         /// scattering density length of head [1/A²] 
    51     //  [DEFAULT]=sld_head=2e-6 [1/A²] 
     50        /// scattering density length of head [1/A^(2)] 
     51    //  [DEFAULT]=sld_head=2e-6 [1/A^(2)] 
    5252    double sld_head; 
    53         /// scattering density length of solvent [1/A²] 
    54     //  [DEFAULT]=sld_solvent=6e-6 [1/A²] 
     53        /// scattering density length of solvent [1/A^(2)] 
     54    //  [DEFAULT]=sld_solvent=6e-6 [1/A^(2)] 
    5555    double sld_solvent; 
    5656         /// Number of lamellar plates 
  • sansmodels/src/sans/models/c_extensions/multishell.h

    r5eb9154 r27972c1d  
    2929    double core_radius; 
    3030 
    31         ///     shell thickness [Å] 
     31        ///     shell thickness [A] 
    3232    //  [DEFAULT]=s_thickness= 10.0 [A] 
    3333    double s_thickness; 
    3434 
    35     /// water thickness [Å] 
     35    /// water thickness [A] 
    3636    //  [DEFAULT]=w_thickness= 10.0 [A] 
    3737    double w_thickness; 
    3838 
    39         ///     core scattering length density [1/Ų] 
    40     //  [DEFAULT]=core_sld= 6.4e-6 [1/A²] 
     39        ///     core scattering length density [1/A^(2)] 
     40    //  [DEFAULT]=core_sld= 6.4e-6 [1/A^(2)] 
    4141    double core_sld; 
    4242 
    43     /// shell scattering length density [1/Ų] 
    44     //  [DEFAULT]=shell_sld= 4.0e-7 [1/A²] 
     43    /// shell scattering length density [1/A^(2)] 
     44    //  [DEFAULT]=shell_sld= 4.0e-7 [1/A^(2)] 
    4545    double shell_sld; 
    4646 
  • sansmodels/src/sans/models/c_extensions/oblate.h

    r975ec8e r27972c1d  
    4343    //  [DEFAULT]=minor_shell=30.0 [A] 
    4444    double minor_shell; 
    45     ///  Scattering contrast [1/A²] 
    46     //  [DEFAULT]=contrast=1.0e-6 [1/A²] 
     45    ///  Scattering contrast [1/A^(2)] 
     46    //  [DEFAULT]=contrast=1.0e-6 [1/A^(2)] 
    4747    double contrast; 
    48         /// Solvent scattering length density  [1/A²] 
    49     //  [DEFAULT]=sld_solvent=6.3e-6 [1/A²] 
     48        /// Solvent scattering length density  [1/A^(2)] 
     49    //  [DEFAULT]=sld_solvent=6.3e-6 [1/A^(2)] 
    5050    double sld_solvent; 
    5151        /// Incoherent Background [1/cm] 0.001 
  • sansmodels/src/sans/models/c_extensions/parallelepiped.h

    rbe8c217 r27972c1d  
    3535    //  [DEFAULT]=long_c=400 [A] 
    3636    double long_c; 
    37     /// Contrast [1/A²] 
    38     //  [DEFAULT]=contrast=53e-7 [1/A²] 
     37    /// Contrast [1/A^(2)] 
     38    //  [DEFAULT]=contrast=53e-7 [1/A^(2)] 
    3939    double contrast; 
    4040        /// Incoherent Background [1/cm] 
  • sansmodels/src/sans/models/c_extensions/prolate.h

    r8dc0b746 r27972c1d  
    4242    //  [DEFAULT]=minor_shell=60.0 [A] 
    4343    double minor_shell; 
    44     ///  Scattering contrast [1/A²] 
    45     //  [DEFAULT]=contrast=1.0e-6 [1/A²] 
     44    ///  Scattering contrast [1/A^(2)] 
     45    //  [DEFAULT]=contrast=1.0e-6 [1/A^(2)] 
    4646    double contrast; 
    47         /// Solvent scattering length density  [1/A²] 
    48     //  [DEFAULT]=sld_solvent=6.3e-6 [1/A²] 
     47        /// Solvent scattering length density  [1/A^(2)] 
     48    //  [DEFAULT]=sld_solvent=6.3e-6 [1/A^(2)] 
    4949    double sld_solvent; 
    5050        /// Incoherent Background [1/cm] 0.001 
  • sansmodels/src/sans/models/c_extensions/sphere.h

    r1ed3834 r27972c1d  
    3030    double radius; 
    3131 
    32     /// Contrast [1/Ų] 
    33     //  [DEFAULT]=contrast= 1.0e-6 [1/A²] 
     32    /// Contrast [1/A^(2)] 
     33    //  [DEFAULT]=contrast= 1.0e-6 [1/A^(2)] 
    3434    double contrast; 
    3535 
  • sansmodels/src/sans/models/c_extensions/spheroid.h

    r5eb9154 r27972c1d  
    4545    //  [DEFAULT]=polar_shell=30.0 [A] 
    4646    double polar_shell; 
    47     ///  Scattering contrast [1/A²] 
    48     //  [DEFAULT]=contrast=1.0e-6 [1/A²] 
     47    ///  Scattering contrast [1/A^(2)] 
     48    //  [DEFAULT]=contrast=1.0e-6 [1/A^(2)] 
    4949    double contrast; 
    50         /// Solvent scattering length density  [1/A²] 
    51     //  [DEFAULT]=sld_solvent=6.3e-6 [1/A²] 
     50        /// Solvent scattering length density  [1/A^(2)] 
     51    //  [DEFAULT]=sld_solvent=6.3e-6 [1/A^(2)] 
    5252    double sld_solvent; 
    5353        /// Incoherent Background [1/cm] 0.001 
  • sansmodels/src/sans/models/c_extensions/stacked_disks.h

    r7ad9887 r27972c1d  
    3636    //  [DEFAULT]=layer_thick=15.0 [A] 
    3737    double layer_thick; 
    38         /// Core scattering length density[1/A²] 
    39     //  [DEFAULT]=core_sld=4e-6 [1/A²] 
     38        /// Core scattering length density[1/A^(2)] 
     39    //  [DEFAULT]=core_sld=4e-6 [1/A^(2)] 
    4040    double core_sld; 
    41         /// layer scattering length density[1/A²] 
    42     //  [DEFAULT]=layer_sld=-4e-7 [1/A²] 
     41        /// layer scattering length density[1/A^(2)] 
     42    //  [DEFAULT]=layer_sld=-4e-7 [1/A^(2)] 
    4343    double layer_sld; 
    44         /// solvent scattering length density[1/A²] 
    45     //  [DEFAULT]=solvent_sld=5.0e-6 [1/A²] 
     44        /// solvent scattering length density[1/A^(2)] 
     45    //  [DEFAULT]=solvent_sld=5.0e-6 [1/A^(2)] 
    4646    double solvent_sld; 
    4747    /// number of stacking 
  • sansmodels/src/sans/models/c_extensions/triaxial_ellipsoid.h

    r7ad9887 r27972c1d  
    2424    //  [DEFAULT]=semi_axisC=400.0 [A] 
    2525    double semi_axisC; 
    26     /// Contrast [1/A²] 
    27     //  [DEFAULT]=contrast=5.3e-6 [1/A²] 
     26    /// Contrast [1/A^(2)] 
     27    //  [DEFAULT]=contrast=5.3e-6 [1/A^(2)] 
    2828    double contrast; 
    2929        /// Incoherent Background [1/cm] 0.00 
  • sansmodels/src/sans/models/c_extensions/vesicle.h

    r7ad9887 r27972c1d  
    2525    double radius; 
    2626 
    27         ///     shell thickness [Å] 
     27        ///     shell thickness [A] 
    2828    //  [DEFAULT]=thickness= 30.0 [A] 
    2929    double thickness; 
    3030 
    31         ///     core scattering length density [1/Ų] 
    32     //  [DEFAULT]=core_sld= 6.36e-6 [1/A²] 
     31        ///     core scattering length density [1/A^(2)] 
     32    //  [DEFAULT]=core_sld= 6.36e-6 [1/A^(2)] 
    3333    double core_sld; 
    3434 
    35     /// shell scattering length density [1/Ų] 
    36     //  [DEFAULT]=shell_sld= 5.0e-7 [1/A²] 
     35    /// shell scattering length density [1/A^(2)] 
     36    //  [DEFAULT]=shell_sld= 5.0e-7 [1/A^(2)] 
    3737    double shell_sld; 
    3838 
Note: See TracChangeset for help on using the changeset viewer.