Changeset 73a3e22 in sasmodels
- Timestamp:
- Nov 23, 2015 12:05:10 AM (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:
- 23259b9
- Parents:
- ac21c7f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
compare.sh
re922c5d r73a3e22 7 7 export PYTHONPATH 8 8 9 set -x9 #set -x 10 10 11 11 python -m sasmodels.compare $* -
sasmodels/compare.py
re922c5d r73a3e22 219 219 res = float(opt_values.get('-res', '0')) 220 220 accuracy = opt_values.get('-accuracy', 'Low') 221 is2D = not "-1d" in opts221 is2D = "-2d" in opts 222 222 data, index = make_data(qmax, is2D, Nq, res, accuracy, view=view) 223 223 … … 347 347 -lowq*/-midq/-highq/-exq use q values up to 0.05, 0.2, 1.0, 10.0 348 348 -Nq=128 sets the number of Q points in the data set 349 -1d /-2d*computes 1d or 2d data349 -1d*/-2d computes 1d or 2d data 350 350 -preset*/-random[=seed] preset or random parameters 351 351 -mono/-poly* force monodisperse/polydisperse
Note: See TracChangeset
for help on using the changeset viewer.