Changeset 01ea374 in sasmodels
- Timestamp:
- Mar 22, 2017 11:44:07 PM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 68dd6a9
- Parents:
- 67595af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/compare.py
rf72d70a r01ea374 83 83 -edit starts the parameter explorer 84 84 -default/-demo* use demo vs default parameters 85 -h tml shows the model docs instead of running the model85 -help/-html shows the model docs instead of running the model 86 86 -title="note" adds note to the plot title, after the model name 87 87 … … 829 829 'linear', 'log', 'q4', 830 830 'hist', 'nohist', 831 'edit', 'html', 831 'edit', 'html', 'help', 832 832 'demo', 'default', 833 833 ]) … … 996 996 elif arg == '-default': opts['use_demo'] = False 997 997 elif arg == '-html': opts['html'] = True 998 elif arg == '-help': opts['html'] = True 998 999 # pylint: enable=bad-whitespace 999 1000
Note: See TracChangeset
for help on using the changeset viewer.