source: sasmodels/example/fit_sesans.py @ 84db7a5

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 84db7a5 was 84db7a5, checked in by krzywon, 8 years ago

Updated sesans scripting to be more command line focused AND modified hardsphere to effect_radius.

  • Property mode set to 100644
File size: 135 bytes
Line 
1import shlex, subprocess, sys
2args = shlex.split("sesansfit.sh blah --edit")
3args[1] = sys.argv[1]
4subprocess.Popen(args, shell="True")
Note: See TracBrowser for help on using the repository browser.