Changeset a342928 in sasview for src/sas/models/media/model_functions.rst
- Timestamp:
- Aug 13, 2015 10:55:06 AM (9 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/models/media/model_functions.rst
ree9fa94 ra342928 2239 2239 2240 2240 *equat_core* = equatorial core radius = *Rminor_core* 2241 2241 2242 *X_core* = *polar_core* / *equat_core* = *Rmajor_core* / *Rminor_core* 2243 2242 2244 *T_shell* = *equat_outer* - *equat_core* = *Rminor_outer* - *Rminor_core* 2245 2243 2246 *XpolarShell* = *Tpolar_shell* / *T_shell* = (*Rmajor_outer* - *Rmajor_core*)/(*Rminor_outer* - *Rminor_core*) 2244 2247 … … 2246 2249 2247 2250 *polar_core* = *equat_core* \* *X_core* 2251 2248 2252 *equat_shell* = *equat_core* + *T_shell* 2253 2249 2254 *polar_shell* = *equat_core* \* *X_core* + *T_shell* \* *XpolarShell* 2250 2255
Note: See TracChangeset
for help on using the changeset viewer.