From a37540ab597dfa01197b0e304cf7a5e5a10dae8e Mon Sep 17 00:00:00 2001 From: Ankit Raj Date: Thu, 1 Apr 2021 13:24:53 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8c7246..e5a11c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # IntensityCalbr -Repository containing programs implementing the combinatorial approach for obtaining wavelength dependent sensitivity from measured spectroscopic intensities when reference data is available. In this scheme, relative band intensities between all pairs of bands are analyzed simultaneously. Least squares minimization is used to determine the coefficients of a polynomial used to model the sensitivity. +Repository containing programs implementing the combinatorial approach for obtaining wavelength dependent sensitivity from measured spectroscopic intensities when reference data is available. In this scheme, relative band intensities between all pairs of bands are analyzed simultaneously. Least squares minimization is used to determine the coefficients of a polynomial used to model the sensitivity. (this is under active developement now !) ## Methodology Observed intensities from selected bands are analysed as pairs among all such bands, to form a matrix. A similar matrix of intensity ratios are compared to the true ratios, and the wavelength/wavenumber dependent sensitivity curve is obtained modelled as a polynomial function.