- Timestamp:
- Apr 6, 2010 4:56:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/ProtocolAsPanel.ipf
r661 r665 887 887 CheckBox prot_check_6,pos={6,363},size={113,14},proc=DrkCheckProc,title="Use DRK correction" 888 888 CheckBox prot_check_6,help={"If checked, the selected file will be used for DRK correction. Typically this is NOT checked"} 889 CheckBox prot_check_6,value= 0,disable = (!root: myGlobals:gAllowDRK)889 CheckBox prot_check_6,value= 0,disable = (!root:Packages:NIST:gAllowDRK) 890 890 SetVariable drkStr,pos={120,363},size={150,15},title="." 891 SetVariable drkStr,help={"DRK detector count file"},disable = (!root: myGlobals:gAllowDRK)891 SetVariable drkStr,help={"DRK detector count file"},disable = (!root:Packages:NIST:gAllowDRK) 892 892 SetVariable drkStr,limits={-Inf,Inf,0},value= root:myGlobals:Protocols:gDRK 893 893 Button export_button, size={60,20},pos={125,384},title="Export",proc=ExportProtocol
Note: See TracChangeset
for help on using the changeset viewer.