commit bbeaa5a7facb8edcd3c2932a498ebf6ebac126ba
parent 696820e0fdcb897dfa6b922bf09a3aa364cd7398
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 30 Oct 2023 12:39:08 +0100
Wraps the README text in 72 columns
This matches the convention of plain text e-mails. It can therefore be
sent as a publication announcement e-mail without being reformatted.
Diffstat:
| M | README.md | | | 36 | +++++++++++++++++++----------------- |
1 file changed, 19 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,7 @@
# High-Tune: Gas Optical Properties
-This C library loads the optical properties of a gas mixture stored in htgop
-format. See
+This C library loads the optical properties of a gas mixture stored in
+htgop format. See
[gas_opt_prop_en.pdf](https://www.meso-star.com/projects/htrdr/downloads/gas_opt_prop_en.pdf)
for format specification.
@@ -22,24 +22,26 @@ Edit config.mk as needed, then run:
### Version 0.1.2
-Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has become
-obsolete.
+Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has
+become obsolete.
### Version 0.1.1
-Remove the hard-coded boundaries of the shortwave/longwave domains. Actually
-"shortwave" and "longwave" are only keywords that define that the source of
-radiation is whether external or internal to the medium, respectively.
+Remove the hard-coded boundaries of the shortwave/longwave domains.
+Actually "shortwave" and "longwave" are only keywords that define that
+the source of radiation is whether external or internal to the medium,
+respectively.
### 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
+- 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
@@ -50,7 +52,7 @@ radiation is whether external or internal to the medium, respectively.
Copyright (C) 2018-2021, 2023 |Méso|Star> (contact@meso-star.com)
-htgop is free software released under the GPL v3+ license: GNU GPL version 3 or
-later. You are welcome to redistribute it under certain conditions; refer to
-the COPYING file for details.
+htgop is free software released under the GPL v3+ license: GNU GPL
+version 3 or later. You are welcome to redistribute it under certain
+conditions; refer to the COPYING file for details.