Changes between Version 4 and Version 5 of CodeCampIV/Planning/WorkingGroups/SasmodelsMinutes


Ignore:
Timestamp:
Mar 15, 2016 11:04:30 AM (8 years ago)
Author:
pkienzle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • CodeCampIV/Planning/WorkingGroups/SasmodelsMinutes

    v4 v5  
    11Autogenerated parts of the model 
    2     - magnetism on each of the sld parameters 
    3     - linearize for loop to avoid OpenCL problems when model runs too long 
    4     - autogenerate figures for docs from  demo parameters (or maybe default) 
    5     - (enhancement) vector parameters 
    6     - (enhancement) tied parameters 
    7     - (enhancement) need an easy way to reparameterize an existing model 
    8     - (enhancement) can't currently reference other models from within one model 
     2    - [PAK-9 #332] fix cos(theta) issue on angular dispersion  
     3    - [PAK-9] mixture models/product models 
     4    - [PAK-8] tied parameters 
     5    - [PAK-7 #363] linearize for loop to avoid OpenCL problems when model runs too long 
     6    - [PAK-5] vector parameters 
     7    - [PAK-0] magnetism on each of the sld parameters 
     8    - [WP-?] autogenerate figures for docs from  demo parameters (or maybe default) 
     9    - [PAK?-7] need an easy way to reparameterize an existing model 
     10    - [PAK?-?] can't currently reference other models from within one model 
    911 
    1012Existing 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 
     13    - [various, #364, #377, #439, #410, ] fix problems with specific models (see tickets) 
     14    - [various] clean up model code (e.g., use J1c, sinc, etc.) 
     15    - [WP] move from NR J1 (higher precision--current is 1e-9;licensing issues) l 
     16    - [steve, richard?] check docs [#19] 
    1417 
    1518Integration 
    1619     - slowly evolve the sasview model api 
    17      - preserve parameter order using ordered dict, with removing sort in GUI 
     20     - [#348]preserve parameter order using ordered dict, with removing sort in GUI 
    1821     - redo interface to resolution within sasview GUI so that it doesn't recalc q every time 
    1922     - show min max in gui 
     
    2528    - weighted sum of several models (mixture models) to avoid e.g., p1_p2_radius 
    2629    - can we do mixture models "on the fly" 
     30    - [#504] generate new model.py file from GUI 
    2731 
    2832Parameter enhancements