Skip to content

Commit 2193bc2

Browse files
committed
Bugfixing, ready for v1.4.1
1 parent d02f7e4 commit 2193bc2

6 files changed

Lines changed: 158 additions & 129 deletions

File tree

HiFLEx_UserManual.pdf

168 Bytes
Binary file not shown.

HiFLEx_UserManual.tex

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
moredelim=**[is][\color{red}]{@}{@},
3434
}
3535
% 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}
3737
\date{May, 2021}
3838
\author{Ronny Errmann, EXOhSPEC team\\ Physics, Astronomy and Maths, University of Hertfordshire}
3939

@@ -103,29 +103,15 @@ \section{Changelog (recently)}
103103
\label{Section:Changelog_new}
104104
Please find the changes of older versions in Chapter~\ref{Section:Changelog_old}.
105105

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}
118107
\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.
122110
\end{itemize}
123111

124-
\subsection*{v1.3.5}
112+
\subsection*{v1.4.0}
125113
\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.
129115
\end{itemize}
130116

131117

@@ -1360,7 +1346,7 @@ \subsection{Necessary files}
13601346

13611347
\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}):
13621348
\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
13641350
tar -xzvf v*.tar.gz
13651351
\end{lstlisting}
13661352
Alternatively, the following command downloads the latest version of the files:
@@ -1567,6 +1553,26 @@ \section{Changelog (old)}
15671553
\label{Section:Changelog_old}
15681554
Please find the changes of newer versions in Chapter~\ref{Section:Changelog_new}.
15691555

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+
15701576
\subsection*{v1.3.4}
15711577
\begin{itemize}\setlength\itemsep{0em}
15721578
\item Added parameter \verb|convert_rv_package_templates|.

0 commit comments

Comments
 (0)