- Timestamp:
- Mar 22, 2010 5:08:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/Tile_2D.ipf
r570 r646 47 47 Proc Tile_2D() 48 48 PauseUpdate; Silent 1 // building window... 49 NewPanel / K=2 /W=(550,342,934,527)49 NewPanel /W=(849,337,1242,526) /K=2 50 50 DoWindow/C Tile_2D 51 51 … … 53 53 ListBox fileList,listWave=root:myGlobals:Tile_2D:fileWave 54 54 ListBox fileList,selWave=root:myGlobals:Tile_2D:selWave,mode= 4 55 Button button0,pos={2 33,131},size={110,20},proc=AddToLayoutButtonProc,title="Add To Layout"55 Button button0,pos={217,109},size={170,20},proc=AddToLayoutButtonProc,title="Add Selected To Layout" 56 56 Button button0,help={"Adds images of the selected files to the layout selected in the popup menu"} 57 Button button1,pos={ 266,157},size={50,20},proc=TileDoneButtonProc,title="Done"57 Button button1,pos={316,160},size={50,20},proc=TileDoneButtonProc,title="Done" 58 58 Button button1,help={"Closes the panel, kills the layouts, and kills images from your memory"} 59 59 Button button3,pos={227,6},size={60,20},proc=GetListButtonProc,title="Get List" … … 61 61 Button button4,pos={340,6},size={25,20},proc=ShowTileHelp,title="?" 62 62 Button button4,help={"Show help file for tiling raw data files in a layout"} 63 Button button5,pos={217,133},size={170,20},proc=AddAllToLayout,title="Add All To Layout" 64 Button button5,help={"Adds images of all raw files, 40 per layout"} 63 65 CheckBox check0,pos={216,64},size={71,14},title="Log scaling" 64 66 CheckBox check0,help={"If checked, the image color will be log scale"},value= 1 … … 204 206 // This test version will add 40 images to each layout, and tile them 205 207 // 206 // curently a Beta-only function 207 // 208 Function AddALLToLayout()// : ButtonControl 208 Function AddALLToLayout(ctrlName) : ButtonControl 209 209 String ctrlName 210 210
Note: See TracChangeset
for help on using the changeset viewer.