|
33 | 33 | moredelim=**[is][\color{red}]{@}{@}, |
34 | 34 | } |
35 | 35 | % To change: titele; date; https://github.com/ronnyerrmann/HiFLEx/archive |
36 | | -\title{User Manual for Data Reduction using the HiFLEx package\\ version: v1.4.0} |
| 36 | +\title{User Manual for Data Reduction using the HiFLEx package\\ version: v1.4.1} |
37 | 37 | \date{May, 2021} |
38 | 38 | \author{Ronny Errmann, EXOhSPEC team\\ Physics, Astronomy and Maths, University of Hertfordshire} |
39 | 39 |
|
@@ -103,29 +103,15 @@ \section{Changelog (recently)} |
103 | 103 | \label{Section:Changelog_new} |
104 | 104 | Please find the changes of older versions in Chapter~\ref{Section:Changelog_old}. |
105 | 105 |
|
106 | | -\subsection*{v1.4.0} |
107 | | -\begin{itemize}\setlength\itemsep{0em} |
108 | | - \item Made use of newer SERVAL versions, which can run in a python 3 environment. TERRA and SERVAL are now run from the main scrip and only CERES is run in a python 2 environment. |
109 | | -\end{itemize} |
110 | | - |
111 | | -\subsection*{v1.3.7} |
112 | | -\begin{itemize}\setlength\itemsep{0em} |
113 | | - \item Removed the splitting into long and short exposure for wavelength solution, so the GUI is a bit smaller and might load faster. |
114 | | - \item Spellcheck in Manual and outputs. |
115 | | -\end{itemize} |
116 | | - |
117 | | -\subsection*{v1.3.6} |
| 106 | +\subsection*{v1.4.1} |
118 | 107 | \begin{itemize}\setlength\itemsep{0em} |
119 | | - \item New parameter \verb|split_wavelength_solutions_at| to create wavelength solution when several chips are combined into one image. |
120 | | - \item Improved finding the shift of the ThAr lines to the wavelength solution. |
121 | | - \item New parameter \verb|logging_em_lines_shift| to plot the line shift on the detector. |
| 108 | + \item When script fails between creating manual wavelength solution and sci wavelength solution the parameters don't go off anymore. |
| 109 | + \item Bugfixing. |
122 | 110 | \end{itemize} |
123 | 111 |
|
124 | | -\subsection*{v1.3.5} |
| 112 | +\subsection*{v1.4.0} |
125 | 113 | \begin{itemize}\setlength\itemsep{0em} |
126 | | - \item Extracted and linearised spectra can be combined. |
127 | | - \item Fixed the bug that TERRA and SERVAL fail when orders are removed due to low flux in the blaze spectrum |
128 | | - \item Few improvements |
| 114 | + \item Made use of newer SERVAL versions, which can run in a python 3 environment. TERRA and SERVAL are now run from the main scrip and only CERES is run in a python 2 environment. Needs SERVAL to be updated to a python3 version. |
129 | 115 | \end{itemize} |
130 | 116 |
|
131 | 117 |
|
@@ -1360,7 +1346,7 @@ \subsection{Necessary files} |
1360 | 1346 |
|
1361 | 1347 | \noindent The Necessary python and configuration files can be loaded from github (adjust the version to the latest version by checking \url{https://github.com/ronnyerrmann/HiFLEx/releases}): |
1362 | 1348 | \begin{lstlisting}[style=base] |
1363 | | -wget https://github.com/ronnyerrmann/HiFLEx/archive/v1.4.0.tar.gz |
| 1349 | +wget https://github.com/ronnyerrmann/HiFLEx/archive/v1.4.1.tar.gz |
1364 | 1350 | tar -xzvf v*.tar.gz |
1365 | 1351 | \end{lstlisting} |
1366 | 1352 | Alternatively, the following command downloads the latest version of the files: |
@@ -1567,6 +1553,26 @@ \section{Changelog (old)} |
1567 | 1553 | \label{Section:Changelog_old} |
1568 | 1554 | Please find the changes of newer versions in Chapter~\ref{Section:Changelog_new}. |
1569 | 1555 |
|
| 1556 | +\subsection*{v1.3.7} |
| 1557 | +\begin{itemize}\setlength\itemsep{0em} |
| 1558 | + \item Removed the splitting into long and short exposure for wavelength solution, so the GUI is a bit smaller and might load faster. |
| 1559 | + \item Spellcheck in Manual and outputs. |
| 1560 | +\end{itemize} |
| 1561 | + |
| 1562 | +\subsection*{v1.3.6} |
| 1563 | +\begin{itemize}\setlength\itemsep{0em} |
| 1564 | + \item New parameter \verb|split_wavelength_solutions_at| to create wavelength solution when several chips are combined into one image. |
| 1565 | + \item Improved finding the shift of the ThAr lines to the wavelength solution. |
| 1566 | + \item New parameter \verb|logging_em_lines_shift| to plot the line shift on the detector. |
| 1567 | +\end{itemize} |
| 1568 | + |
| 1569 | +\subsection*{v1.3.5} |
| 1570 | +\begin{itemize}\setlength\itemsep{0em} |
| 1571 | + \item Extracted and linearised spectra can be combined. |
| 1572 | + \item Fixed the bug that TERRA and SERVAL fail when orders are removed due to low flux in the blaze spectrum |
| 1573 | + \item Few improvements |
| 1574 | +\end{itemize} |
| 1575 | + |
1570 | 1576 | \subsection*{v1.3.4} |
1571 | 1577 | \begin{itemize}\setlength\itemsep{0em} |
1572 | 1578 | \item Added parameter \verb|convert_rv_package_templates|. |
|
0 commit comments