Changeset a342928 in sasview


Ignore:
Timestamp:
Aug 13, 2015 10:55:06 AM (9 years ago)
Author:
smk78
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:
7945367
Parents:
a910c788
Message:

Formatting improvement to equations in CoreShellEllipsoidXTModel
(suggested by Richard)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/models/media/model_functions.rst

    ree9fa94 ra342928  
    22392239 
    22402240  *equat_core* = equatorial core radius = *Rminor_core* 
     2241   
    22412242  *X_core* = *polar_core* / *equat_core* = *Rmajor_core* / *Rminor_core* 
     2243   
    22422244  *T_shell* = *equat_outer* - *equat_core* = *Rminor_outer* - *Rminor_core* 
     2245   
    22432246  *XpolarShell* = *Tpolar_shell* / *T_shell* = (*Rmajor_outer* - *Rmajor_core*)/(*Rminor_outer* - *Rminor_core*) 
    22442247 
     
    22462249 
    22472250  *polar_core* = *equat_core* \* *X_core* 
     2251   
    22482252  *equat_shell* = *equat_core* + *T_shell* 
     2253   
    22492254  *polar_shell* = *equat_core* \* *X_core* + *T_shell* \* *XpolarShell* 
    22502255 
Note: See TracChangeset for help on using the changeset viewer.