commit c414bb160ae6e65765a7dacbead3fd1fc6b21b1d parent 7a7404001b5b7147e5d778b76e6f8e304195d501 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 4 May 2022 16:50:27 +0200 Comment that we do not correctly handle the spectral range Diffstat:
| M | src/sln_tree.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/sln_tree.c b/src/sln_tree.c @@ -232,6 +232,9 @@ create_lines_view } } + /* FIXME we have to handle the lines whose center +/- cutoff intersect the + * spectral range. Currently Star-HITRAN only selects the lines whose center + * is included into the spectral range. One has to fix this! */ res = shtr_lines_view_create(tree_args->lines, &view_args, &view); if(res != RES_OK) goto error;