- Timestamp:
- Jun 4, 2015 2:46:53 PM (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:
- 5ac0a7a
- Parents:
- 6af2785
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/models/resolution.py
ra3f125f0 rbe0c318 297 297 *points_per_decade* sets the ratio between consecutive steps such 298 298 that there will be $n$ points used for every factor of 10 increase 299 in *q*.299 in $q$. 300 300 301 301 If *points_per_decade* is not given, it will be estimated as follows. … … 316 316 Substituting: 317 317 318 .. math:: 319 318 320 n_\text{extend} = (n-1) (\log q_\text{max} - \log q_n) 319 / (\log q_n - log q_1)321 / (\log q_n - \log q_1) 320 322 """ 321 323 q = np.sort(q)
Note: See TracChangeset
for help on using the changeset viewer.