htgop

Optical properties of a gas mixture
git clone git://git.meso-star.fr/htgop.git
Log | Files | Refs | README | LICENSE

commit c8b3fac7a113e67a49b9e37f6c5e2e7cef137c09
parent 4ce3c4bf22672b945376b05c6ebe60027226552d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  4 May 2020 10:54:00 +0200

Merge branch 'release_0.1' into develop

Diffstat:
MREADME.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -20,6 +20,17 @@ informations on CMake. ## Release notes +### Version 0.1 + +- Add the `htgop_get_<lw|sw>_spectral_intervals` functions: they return the + indices of the lower and upper spectral intervals that include a given range + of long/short waves. +- Add the `htgop_find_<lw|sw>_spectral_interval_id` functions: they return the + index of the spectral interval that includes the submitted short/long wave. +- Remove the functions explicitly relying onto the CIE 1931 XYZ color space, + i.e. `htgop_sample_sw_spectral_interval_CIE_1931_<X|Y|Z>` and + `htgop_get_sw_spectral_intervals_CIE_XYZ`. + ### Version 0.0.2 - Fix an issue when the parsed line is greater than 128 characters.