Changeset 81d3a0c in sasmodels
- Timestamp:
- Mar 19, 2016 1:00:06 PM (9 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 3a45c2c, 053c4f1, 43b7eea, 89f4163, e65a3e7, 0a7eec11
- Parents:
- d7cd7d1 (diff), a84a0ca (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/rst_prolog
r4b0e1f3 ra0fb06a 1 1 .. Set up some substitutions to make life easier... 2 2 .. Remove |biggamma|, etc. when they are no longer needed. 3 3 4 4 5 .. |alpha| unicode:: U+03B1 … … 32 33 .. |bigzeta| unicode:: U+039E 33 34 .. |bigpsi| unicode:: U+03A8 35 .. |bigphi| unicode:: U+03A6 36 .. |bigsigma| unicode:: U+03A3 34 37 .. |Gamma| unicode:: U+0393 35 38 .. |Delta| unicode:: U+0394 36 39 .. |Zeta| unicode:: U+039E 37 40 .. |Psi| unicode:: U+03A8 41 38 42 39 43 .. |drho| replace:: |Delta|\ |rho| … … 57 61 58 62 63 .. |equiv| unicode:: U+2261 64 .. |noteql| unicode:: U+2260 65 .. |TM| unicode:: U+2122 66 67 59 68 .. |cdot| unicode:: U+00B7 60 69 .. |deg| unicode:: U+00B0 -
example/fit_sesans.py
r52e3eef rd7cd7d1 14 14 sys.path.insert(0, SASMODELS) 15 15 16 from bumps.gui.gui_app import main as gui 17 gui() 16 if sys.argv[-1].startswith('-'): 17 from bumps.cli import main as run_bumps 18 else: 19 from bumps.gui.gui_app import main as run_bumps 20 run_bumps()
Note: See TracChangeset
for help on using the changeset viewer.