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/elliptical_cylinder.h

    r25a608f5 r70faf5d  
    55 * [PYTHONCLASS] = EllipticalCylinderModel 
    66 * [DISP_PARAMS] = r_minor, r_ratio, length, cyl_theta, cyl_phi, cyl_psi 
    7  * [DESCRIPTION] = "" 
     7 * [DESCRIPTION] = Please see details... 
    88 * [FIXED]= <text> cyl_phi.width; 
    99 * cyl_theta.width; cyl_psi.width; length.width; r_minor.width; r_ratio.width </text> 
    10  * [ORIENTATION_PARAMS]= cyl_phi; cyl_theta; cyl_psi;  cyl_phi.width; cyl_theta.width; cyl_psi.width  
     10 * [ORIENTATION_PARAMS]= cyl_phi; cyl_theta; cyl_psi;  cyl_phi.width; cyl_theta.width; cyl_psi.width 
    1111 * */ 
    1212 
     
    1616    //  [DEFAULT]=scale=1.0 
    1717    double scale; 
    18     /// Minor radius [A] 
    19     //  [DEFAULT]=r_minor=20.0 A 
     18    /// Minor radius [Å] 
     19    //  [DEFAULT]=r_minor=20.0 [Å] 
    2020    double r_minor; 
    2121    /// Ratio of major/minor radii 
    22     //  [DEFAULT]=r_ratio=1.5 A 
     22    //  [DEFAULT]=r_ratio=1.5 
    2323    double r_ratio; 
    24     /// Length of the cylinder [A] 
    25     //  [DEFAULT]=length=400.0 A 
     24    /// Length of the cylinder [Å] 
     25    //  [DEFAULT]=length=400.0 [Å] 
    2626    double length; 
    27     /// Contrast [A-2] 
    28     //  [DEFAULT]=contrast=3.0e-6 A-2 
     27    /// Contrast [1/Ų] 
     28    //  [DEFAULT]=contrast=3.0e-6 [1/Ų] 
    2929    double contrast; 
    30         /// Incoherent Background (cm-1) 0.000 
    31         //  [DEFAULT]=background=0 cm-1 
     30        /// Incoherent Background [1/cm] 0.000 
     31        //  [DEFAULT]=background=0 [1/cm] 
    3232        double background; 
    3333    /// Orientation of the cylinder axis w/respect incoming beam [rad] 
    34     //  [DEFAULT]=cyl_theta=1.57 rad 
     34    //  [DEFAULT]=cyl_theta=1.57 [rad] 
    3535    double cyl_theta; 
    3636    /// Orientation of the cylinder in the plane of the detector [rad] 
    37     //  [DEFAULT]=cyl_phi=0.0 rad 
     37    //  [DEFAULT]=cyl_phi=0.0 [rad] 
    3838    double cyl_phi; 
    3939    /// Orientation of major radius of the cross-section w/respect vector q [rad] 
    40     //  [DEFAULT]=cyl_psi=0.0 rad 
     40    //  [DEFAULT]=cyl_psi=0.0 [rad] 
    4141    double cyl_psi; 
    4242} EllipticalCylinderParameters; 
Note: See TracChangeset for help on using the changeset viewer.