瀏覽代碼

change bruker quantify method to "oxides"

gsp 1 年之前
父節點
當前提交
70d4801b52
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSCPP/OTSControl/Bruker/OTSBrukerImpl.cpp

+ 1 - 1
OTSCPP/OTSControl/Bruker/OTSBrukerImpl.cpp

@@ -2397,7 +2397,7 @@ BOOL COTSBrukerImpl::QuantifyPosXrayPointsOnLine(CPosXrayList& a_listXrayPois)
 		
 
 			// quantify the spectrum
-			char* pcMethod = "Default";//"Default";//"Automatic";
+			char* pcMethod = "Oxides";//"Default";//"Automatic";//Oxides
 			char* pcParams = "ResultType=quantification";
 			char cResult[10000];
 			memset(cResult, 0, 10000);