Changeset 1122 for sans/Dev/trunk/NCNR_User_Procedures/Common
- Timestamp:
- Feb 6, 2019 12:25:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/Packages/PlotManager/PlotUtilsMacro_v40.ipf
r1100 r1122 1428 1428 1429 1429 /// items for USANS Reduction 1430 1430 val = NumVarOrDefault("root:Packages:NIST:gUseNICEDataFormat", 1 ) 1431 Variable/G root:Packages:NIST:gUseNICEDataFormat=val 1431 1432 1432 1433 /// items for everyone … … 1494 1495 gVal = checked 1495 1496 End 1497 1498 Function UseNICEDataFormat(ctrlName,checked) : CheckBoxControl 1499 String ctrlName 1500 Variable checked 1501 1502 NVAR gVal = root:Packages:NIST:gUseNICEDataFormat 1503 gVal = checked 1504 End 1505 1506 1496 1507 1497 1508 Function PrefDoneButtonProc(ctrlName) : ButtonControl … … 1553 1564 1554 1565 //on tab(2) - USANS 1555 GroupBox PrefCtrl_2a pos={21,100},size={1,1},title="nothing to set",fSize=12 1556 1557 GroupBox PrefCtrl_2a,disable=1 1566 // GroupBox PrefCtrl_2a pos={21,100},size={1,1},title="nothing to set",fSize=12 1567 // GroupBox PrefCtrl_2a,disable=1 1568 CheckBox PrefCtrl_2a,pos={21,100},size={171,14},proc=UseNICEDataFormat,title="Read New NICE data format" 1569 CheckBox PrefCtrl_2a,help={"Check this if raw data was collected using NICE. If data was collected using ICP, leave this unchecked."} 1570 CheckBox PrefCtrl_2a,value= root:Packages:NIST:gUseNICEDataFormat 1571 1572 1573 CheckBox PrefCtrl_2a,disable=1 1574 1558 1575 1559 1576 … … 1611 1628 return(0) 1612 1629 End 1630 1631 1632 1633 1634 1613 1635 1614 1636
Note: See TracChangeset
for help on using the changeset viewer.