Changes between Version 5 and Version 6 of CodeCampIII/ScheduleAndWork/SasModelsWP
- Timestamp:
- Feb 14, 2015 5:55:26 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeCampIII/ScheduleAndWork/SasModelsWP
v5 v6 14 14 15 15 == Work Plan/Tasks/Ideas == 16 * Start from P Kienzle sasmodels work - fork sasmodels 16 17 === Level 1 === 18 * Python Polydispersity - Paul 19 * Default to GPU when using OpenCL - David 20 * Be able to set choice of device for OpenCL - David 21 * Autogenerate sasmodel "shims" - David 22 * Packaging of sasmodels (build scripts etc) 23 * Documentation of models 24 * Build scripts for sasmodels package 25 * sasmodels unittest - 26 27 === Level 2 === 17 28 * Migrate models - need a checklist and progress tracking for this 29 * '''Magnetic models'' 18 30 * Make "template" for a model 19 31 * Make "standard" list of parameter names … … 23 35 * Unit tests 24 36 * Documentation 25 * Model packaging - how do we associate model code with images etc from docs26 * Build scripts for sasmodels package27 37 * Model discovery in sasview 38 * Move dataloader 39 40 === Level 3 === 41 * Refactor models interface 42 * Attributes 43 * Extra data on models 44 * Resolution calculation in python 45 * Constraints in polydispersity loop 46 * Refactor data structures (including 4 cross-section magnetic 2D) 47 * Complex scattering lengths 48 * Make "simple model" system in sasview add a model in the new style 49 50 51 ------------------------ 52 53 * Start from P Kienzle sasmodels work - fork sasmodels 28 54 * Refactor of sasview to use new package 29 55 * How to deal with model categorisation 30 56 * Cross validate against existing sas.models 31 * Make "simple model" system in sasview add a model in the new style32 57 * Polydispersity for python models 33 58