MCCTTool

From Eigenvector Research Documentation Wiki
Revision as of 14:20, 29 August 2017 by imported>Scott
Jump to navigation Jump to search

Modelcentric Calibration Transfer Tool

Introduction

No two instruments are identical. Data generated from different instruments can rarely be used with the same model. It may be prohibitively expensive or otherwise impossible to run an entire complement of calibration samples on new instrument. A calibration transfer step can be developed to transform "slave" instrument data to look like it came from a "master" instrument.

Modelcentric Calibration Transfer (MCCT) refers to the situation where a model has been developed on a "master" instrument and is the basis of creating a "slave" model that includes a calibration transfer step in the preprocessing structure. It is assumed there data sets for both instruments with matched samples.

How data is preprocessed can affect the standardization. The location of calibrations transfer step within the preprocessing can have a large impact on how well the slave model will perform. The MCCT Tool allows the testing of different combinations of calibrations transfer methods and parameters, and where the calibration transfer step is inserted into the preprocessing.

MCCT Tool Interface

Getting Started

The goal of the tool is to create and test multiple calibration transfer scenarios for a given "master" model. Each calibration transfer scenario consists of:

  • A calibration transfer model (see caltransfer) as a preprocessing step.
  • Insert location in the preprocessing steps of the master model.

A given calibration method (DS, PDS, PWDS, SST) may have one or more parameters to "tune" for a given instrument. For example, window size in the case of PDS. The ultimate goal is to produce a new "slave" model based on the "master" model with a calibration transfer preprocessing step inserted to account for instrument variation.

Adding Data or Model

To add data or a model to the MCCT Tool, drag and drop it from the Workspace Browser, Matlab Workspace, or from a file. The data will automatically be loaded into the tool. The File menu can also be used to load items.

Calibration Transfer Methods

Select the methods to try and the combinations of parameters to use. It may be useful to choose large "step" sizes when surveying over a large range of values. PDS and DWPDS steps are odd.

Preprocessing Insert

Choose what positions the calibrations transfer step will be inserted at. More than one value can be used. A value of 0 indicates the transfer step will occur before all preprocessing. For example, if a model has 3 preprocessing steps ('Derivative','GLS Weighting','Mean Center') then:

  • 0 - Before all preprocessing.
  • 1 - After derivative.
  • 2 - After GLSW.

Note: By default, the calibration transfer models automatically created in the object will include the preprocessing steps prior to the insert point. With the example above and the insert location at 1, the slave data is preprocessed in the following order:

  • Derivative
  • Calibration Transfer
  • GLSW
  • Mean Center

Interpreting Results