Ignore:
Timestamp:
Jun 10, 2008 3:57:29 PM (15 years ago)
Author:
srkline
Message:

Changed the search for the parameters_ wave, that occasionally failed if similar suffixes were present - "Peak_Lorentz" and "Lorentz" open at the same time barfed, since it couldn't uniquely identify the parameter wave.

* the parameter wave MUST be named "parameters_suffix" or smear... since it's now searching for "*parameters_"+suffix
(all are currently OK)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/SANS/Analysis/Models/Packages/Wrapper_v40.ipf

    r353 r378  
    359359                        // get them onto the table 
    360360                        // how do I get the parameter name? 
    361                         String param = WaveList("*param*_"+suffix, "", "TEXT:1," )              //this is *hopefully* one wave 
     361                        String param = WaveList("*parameters_"+suffix, "", "TEXT:1," )          //this is *hopefully* one wave 
    362362                        AppendtoTable/W=wrapperPanel#T0 $param,$(popStr) 
    363363                        AppendToTable/W=wrapperPanel#T0 $("Hold_"+suffix),$("LoLim_"+suffix),$("HiLim_"+suffix),$("epsilon_"+suffix) 
Note: See TracChangeset for help on using the changeset viewer.