Ignore:
Timestamp:
Mar 6, 2012 5:40:08 PM (11 years ago)
Author:
srkline
Message:

fixed model wave listings to allow save/freeze of the FFT-generated waves.

updated Real-space help file

load/save of FFT matrix buttons on main panel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/ModelPicker/SANSModelPicker_v40.ipf

    r821 r844  
    953953                Prompt newNameStr,"new name for the waves, _q and _i will be appended" 
    954954        else 
    955                 Prompt xwave,"X data",popup,WaveList("x*",";","") 
    956                 Prompt ywave,"Y data",popup,WaveList("y*",";","") 
     955                Prompt xwave,"X data",popup,PossibleModelWaves("x*") 
     956                Prompt ywave,"Y data",popup,PossibleModelWaves("y*") 
    957957                Prompt newNameStr,"new name for the waves, _q and _i will be appended" 
    958958        endif 
Note: See TracChangeset for help on using the changeset viewer.