Ignore:
Timestamp:
Mar 11, 2016 3:36:43 PM (7 years ago)
Author:
srkline
Message:

lots of changes to 1D averaging and the plotting routines, detector corrections, and basic reads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/MC_Script_Panels.ipf

    r951 r984  
    1616//      x- configurations, samples, and listBox waves. 
    1717// 
     18//   -- the proc=MyListboxProc has been commented out. It was present for Igor 6 and did not generate an error. 
     19//      I don't think I ever wrote this procedure at all. In Igor 7 it generates an error, so it's out for now. 
    1820// 
    1921//              use Sim_ as a prefix for the functions rather than MC_ 
     
    100102// always visible 
    101103// clickEventModifiers=8  = ignore the shift key in the list box (I'm using that bit (3) of selWave to flag trans) 
    102         ListBox RLCtrlA,pos={17,290},size={660,250},proc=MyListboxProc,frame=2,clickEventModifiers=8 
     104        ListBox RLCtrlA,pos={17,290},size={660,250},frame=2,clickEventModifiers=8//,proc=MyListboxProc 
    103105        ListBox RLCtrlA,listWave=root:Packages:NIST:RunSim:textW,selWave=root:Packages:NIST:RunSim:selW//,colorWave=root:Packages:NIST:RunSim:myColors 
    104106        ListBox RLCtrlA,row= 0,mode= 2,editStyle= 2,widths= {40,70,120,120,50,120,30,30} 
Note: See TracChangeset for help on using the changeset viewer.