Ignore:
Timestamp:
Apr 12, 2010 12:36:25 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:
ce07fa8
Parents:
ec658c85
Message:

updated the description and set default values consistant with Igor/NIST

File:
1 edited

Legend:

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

    rf10063e r19107f0  
    88 * [PYTHONCLASS] = FlexibleCylinderModel 
    99 * [DISP_PARAMS] = length, kuhn_length, radius 
    10    [DESCRIPTION] = <text> Note : 'scale' and 'contrast' are both multiplicative factors in the 
     10   [DESCRIPTION] = <text> Note : scale and contrast=sldCyl-sldSolv are both multiplicative factors in the 
    1111                model and are perfectly correlated. One or 
    1212                both of these parameters must be held fixed 
     
    3232    double radius; 
    3333    /// SLD of cylinder [1/A^(2)] 
    34     //  [DEFAULT]=sldCyl=6.3e-6 [1/A^(2)] 
     34    //  [DEFAULT]=sldCyl=1.0e-6 [1/A^(2)] 
    3535    double sldCyl; 
    3636    /// SLD of solvent [1/A^(2)] 
    37     //  [DEFAULT]=sldSolv=1.0e-6 [1/A^(2)] 
     37    //  [DEFAULT]=sldSolv=6.3e-6 [1/A^(2)] 
    3838    double sldSolv; 
    3939        /// Incoherent Background [1/cm] 
Note: See TracChangeset for help on using the changeset viewer.