Skip to content

Commit 34fbd17

Browse files
committed
clearify the caption
1 parent 96528c3 commit 34fbd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

joss/paper.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ This arrangement further motivated an implementation of ``FELINE`` in ``CUDA`` t
9191
Typical full size MUSE data cubes can be fully loaded into the GPU memory of any modern ``CUDA``-enabled GPU.
9292
We provide a working implementation that produces identical results to the ``FELINE`` C variant.
9393

94-
Optionally, FELINE plots the four return parameters in real time via SDL_Surface and also saves them to disk
94+
Optionally, FELINE plots the return parameters in real time via SDL_Surface and also saves them to disk
9595
(see Figure 1).
9696

9797
![The visual FELINE output displays four metrics: signal strength, template, redshift, and line count. These values are presented using a shared color scheme to distinguish between the various peaks and objects. \label{fig:results}](feline_result.png)
9898

99-
Shown in Figure 1 from left to right are the quality of the best match, the corresponding redshift of the best match and its template. A fourth panel shows the number of lines that contributed to the most successful model for ease of human readability (it reflects the number of set bits in the best model value).
99+
Shown in Figure 1 from left to right are the quality of the best match, the corresponding template integer of the best match and its redshift. The fourth panel shows the number of lines that contributed to the most successful model for ease of human readability (it reflects the number of set bits in the best model value).
100100

101101
We also provide a simple Python framework for further visualization and manual verification of the FELINE detections (see Figure 2).
102102

0 commit comments

Comments
 (0)