| 1 | Autogenerated parts of the model |
| 2 | - magnetism on each of the sld parameters |
| 3 | - vector parameters |
| 4 | - tied parameters |
| 5 | - linearize for loop |
| 6 | - need an easy way to reparameterize an existing model |
| 7 | - can't currently reference other models from within one model |
| 8 | - autogenerate figures for docs from demo parameters (or maybe default) |
| 9 | |
| 10 | Existing models |
| 11 | - fix problems with specific models (see tickets) |
| 12 | - clean up model code (e.g., use J1c, sinc, etc.) |
| 13 | - move from NR J1 |
| 14 | |
| 15 | Integration |
| 16 | - slowly evolve the sasview model api |
| 17 | - preserve parameter order using ordered dict, with removing sort in GUI |
| 18 | - redo interface to resolution within sasview GUI so that it doesn't recalc q every time |
| 19 | - show min max in gui |
| 20 | |
| 21 | |
| 22 | Parameter enhancements |
| 23 | - display ER and VR when available |
| 24 | - access to effective radius in constraints |
| 25 | - don't use automatic constraint to set effective radius in product model |
| 26 | - *enhancement* allow model to define the derived parameters (possibly polydisperse) |
| 27 | - allow parameters not part of existing models for use in constraints (e.g., by having a zero model with k parameters) |
| 28 | |
| 29 | |
| 30 | GUI aspects |
| 31 | - show components separately for product and sum models |
| 32 | - weighted sum of several models (mixture models) to avoid e.g., p1_p2_radius |
| 33 | - can we do mixture models "on the fly" |
| 34 | |