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/ConvexLens_v40.ipf

    r451 r510  
    4242        AutoPositionWindow/M=1/R=$(WinName(0,1)) $WinName(0,2) 
    4343         
    44         AddModelToStrings("ConvexLens","coef_ConvLens","ConvLens") 
     44        AddModelToStrings("ConvexLens","coef_ConvLens","parameters_ConvLens","ConvLens") 
    4545// 
    4646End 
     
    7979         
    8080        SetDataFolder root: 
    81         AddModelToStrings("SmearedConvexLens","smear_coef_ConvLens","ConvLens") 
     81        AddModelToStrings("SmearedConvexLens","smear_coef_ConvLens","smear_parameters_ConvLens","ConvLens") 
    8282End 
    8383 
Note: See TracChangeset for help on using the changeset viewer.