- Timestamp:
- Mar 7, 2016 11:55:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/NIST_XML_v40.ipf
r971 r983 825 825 End 826 826 827 Function WriteNSORTedXMLFile(qw,iw,sw,firstFileName,secondFileName,thirdFileName, normTo,norm12,norm23,[res])827 Function WriteNSORTedXMLFile(qw,iw,sw,firstFileName,secondFileName,thirdFileName,fourthFileName,normTo,norm12,norm23,norm34,[res]) 828 828 Wave qw,iw,sw,res 829 String firstFileName,secondFileName,thirdFileName, normTo830 Variable norm12,norm23 829 String firstFileName,secondFileName,thirdFileName,fourthFileName,normTo 830 Variable norm12,norm23,norm34 831 831 832 832 Variable err=0,refNum,numCols,dialog=1 … … 904 904 905 905 nf.sasProcessNote = "COMBINED FILE CREATED: "+date()+"\n" 906 nf.sasProcessNote += "NSORT-ed : " +firstFileName+";"+secondFileName+";"+thirdFileName+" \n"906 nf.sasProcessNote += "NSORT-ed : " +firstFileName+";"+secondFileName+";"+thirdFileName+";"+fourthFileName+"\n" 907 907 nf.sasProcessNote += "normalized to "+normTo+"\n" 908 fprintf refNum, "multiplicative factor 1-2 = "+num2str(norm12)+" multiplicative factor 2-3 = "+num2str(norm23)+" \n"908 fprintf refNum, "multiplicative factor 1-2 = "+num2str(norm12)+" multiplicative factor 2-3 = "+num2str(norm23)+" multiplicative factor 3-4 = "+num2str(norm34)+"\n" 909 909 910 910 if (numCols == 3)
Note: See TracChangeset
for help on using the changeset viewer.