var fDesc=new Array(); fDesc[0] = "Origin--a complete graphing and data analysis software package that provides a suite of features catering to the needs of scientists and engineers.

Gadgets provide a quick and easy way to perform exploratory analysis using a region of interest (ROI). Gadgets introduced in this version are Quick Fit, Statistics, Integration, FFT, and Rise Time.

The Quick Fit gadget allows you to launch the advanced NLFit tool using the same function and parameter values, offering more control of the fitting process.

The Batch Processing tool extends the power of Analysis Templates by allowing users to process multiple files or datasets. Users need only to process one file to create an Analysis Template with custom import settings, desired analysis results, and a worksheet that specifies which analysis result parameters to select for reporting.

The tool then allows a user to select multiple disk files, or multiple datasets in the project, and performs batch analysis on them. In the end, a report sheet that consolidates the user-specified analysis results is generated from each file or dataset.

Multiple files or datsets can also be repeatedly imported into an existing workbook window containing custom analysis settings and a Summary Report sheet.

This feature allows OriginPro users to perfom peak fitting of one dataset, save their custom settings as a Theme file, and then perform batch peak analysis of multiple selected datasets in the project using the custom theme.

A summary report sheet will be created that lists the dataset name and results from the peak analysis such as peak integration results, or multiple peak properties, depending on the Peak Analyzer goal saved in the theme.

Main features:

- Drag-and-drop import of data and images
- Save import settings to a worksheet or external files for repeated use
- Use saved settings to re-import files with a single click
- Post-process imported data
- Import Wizard with visual feedback
- Handle non-standard files by programming"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }