Changeset 1029 for sans/Dev/trunk
- Timestamp:
- Mar 22, 2017 2:12:51 PM (6 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/VSANS_Includes.ipf
r1028 r1029 90 90 #include "V_Protocol_Reduction" 91 91 #include "V_Marquee_Operations" 92 #include "V_RealTimeUpdate" 92 93 93 94 -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_MainPanel.ipf
r1025 r1029 289 289 String ctrlName 290 290 291 if(exists(" Init_for_RealTime")==0)291 if(exists("V_Init_RT")==0) 292 292 // procedure file was not loaded 293 293 DoAlert 0,"This operation is not available in this set of macros" … … 295 295 Show_RealTime_Panel() 296 296 endif 297 End 298 299 Proc RTReduce_MainButtonProc(ctrlName) : ButtonControl 300 String ctrlName 301 302 V_ShowOnlineReductionPanel() 297 303 End 298 304 … … 355 361 Button MainButton_0f,pos={170,90},size={90,20},proc=DataTree_MainButtonProc,title="Data Tree" 356 362 Button MainButton_0f,help={"Show the header and data tree"} 363 Button MainButton_0g,pos={170,180},size={110,20},proc=RTReduce_MainButtonProc,title="RT Reduction" 364 Button MainButton_0g,help={"Reduce live (incomplete) data files during acquisition"} 357 365 358 366 … … 364 372 Button MainButton_1c,pos={15,150},size={160,20},proc=ReduceMultiple_MainButtonProc,title="Reduce Multiple Files" 365 373 Button MainButton_1c,help={"Use for reducing multiple raw datasets after protocol(s) have been created"} 366 Button MainButton_1d,pos={15,180},size={110,20},proc=ShowCatShort_MainButtonProc,title="Show CAT Table"367 Button MainButton_1d,help={"This button will bring the CATalog window to the front, if it exists"}374 // Button MainButton_1d,pos={15,180},size={110,20},proc=ShowCatShort_MainButtonProc,title="Show CAT Table" 375 // Button MainButton_1d,help={"This button will bring the CATalog window to the front, if it exists"} 368 376 Button MainButton_1a,disable=1 369 377 Button MainButton_1b,disable=1 370 378 Button MainButton_1c,disable=1 371 Button MainButton_1d,disable=1379 // Button MainButton_1d,disable=1 372 380 373 381 //on tab(2) - 1-D operations
Note: See TracChangeset
for help on using the changeset viewer.