T O P I C R E V I E W |
Josh550 |
Posted - 05/12/2010 : 5:46:39 PM I have version 8.1. I am trying to get an intro into programming for Origin C. I have some background in C++. What I am currently trying to do is write a program that would allow me to take a series of datasets (Raman spectra) and import them, mask out the peaks, fit to the background, subtract the background, gaussian fit the peaks and extract the data into a worksheet. It is mostly the variations in the syntax that are getting me. Finding a way to get examples and/or tutorial would be great. Thanks
Josh |
3 L A T E S T R E P L I E S (Newest First) |
SeanMao |
Posted - 03/31/2015 : 04:06:17 AM Hi,
You can get started with Origin C programming using document in the linked page below: http://www.originlab.com/doc/OriginC
You can first read through "Origin C Programming Guide" section first and practice some examples in "Examples" section.
OriginLab also offers in-site programming training for Origin C, you can learn more about course outline in this link below:
http://www.originlab.com/index.aspx?go=Support/Training&pid=1185
Regards!
Sean
OriginLab Technical Service
|
robert-wills |
Posted - 03/30/2015 : 05:53:38 AM Hi,
I'd like as well to learn how to program for Origin C. I have a basis knowledge of programing Do you know where I can find lessons to master this language?
Thank you for your answer
Robert Wills London http://www.web-alliance.fr |
Penn |
Posted - 05/12/2010 : 10:37:30 PM Hi Josh,
You can prefer to the following examples: Importing, Peaks and Baseline, Fitting, Fit Multiple Peaks, Fit Two Peaks with Gaussian Function and Extract Data from Worksheet.
By the way, Origin 8.1 has provided the Peak Analyzer tool for peak analysis (Fit peaks feature is only available in OriginPro version). You can refer to online help and this tutorial for more details about this tool and have a try.
Penn |
|
|