Ignore:
Timestamp:
Feb 26, 2009 2:13:36 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:
369e492e
Parents:
8bd764d
Message:

Enable structure factors

File:
1 edited

Legend:

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

    r836fe6e r25579e8  
    77 //[PYTHONCLASS] = CoreShellModel 
    88 //[DISP_PARAMS] = radius, thickness 
    9  //[DESCRIPTION] ="" 
     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 
     16 // 
     17 //                     Ref: Guinier, A. and G. Fournet,  
     18 //                          John Wiley and Sons, New York, 1955. 
     19 //                             </text> 
    1020 //[FIXED]= <text> thickness.width;radius.width</text> 
    1121typedef struct { 
Note: See TracChangeset for help on using the changeset viewer.