Ignore:
Timestamp:
05/19/09 17:18:50 (4 years ago)
Author:
srkline
Message:

Simple change in all of the model function files to include the name of the parameter wave in the Keyword=list that is generated when a model is plotted. This is becoming an issue where the proper parameter wave can't be deduced from just the suffix, then there is nothing to put in the table.

I should have added this when I initially wrote the wrapper...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/NewModels_2008/TwoLorentzian_v40.ipf

    r445 r510  
    3737        AutoPositionWindow/M=1/R=$(WinName(0,1)) $WinName(0,2) 
    3838         
    39         AddModelToStrings("TwoLorentzian","coef_TwoLorentzian","TwoLorentzian") 
     39        AddModelToStrings("TwoLorentzian","coef_TwoLorentzian","parameters_TwoLorentzian","TwoLorentzian") 
    4040// 
    4141End 
     
    7878         
    7979        SetDataFolder root: 
    80         AddModelToStrings("SmearedTwoLorentzian","smear_coef_TwoLorentzian","TwoLorentzian") 
     80        AddModelToStrings("SmearedTwoLorentzian","smear_coef_TwoLorentzian","smear_parameters_TwoLorentzian","TwoLorentzian") 
    8181End 
    8282 
Note: See TracChangeset for help on using the changeset viewer.