Changeset ce0b154 in sasmodels for sasmodels/compare.py
- Timestamp:
- Mar 1, 2016 1:40:57 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:
- a4a7308
- Parents:
- c437dbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/compare.py
rd5e650d rce0b154 701 701 elif arg == '-highq': opts['qmax'] = 1.0 702 702 elif arg == '-midq': opts['qmax'] = 0.2 703 elif arg == '-lo q':opts['qmax'] = 0.05703 elif arg == '-lowq': opts['qmax'] = 0.05 704 704 elif arg.startswith('-nq='): opts['nq'] = int(arg[4:]) 705 705 elif arg.startswith('-res='): opts['res'] = float(arg[5:])
Note: See TracChangeset
for help on using the changeset viewer.