Skip to content

Commit d02f7e4

Browse files
committed
Ready for 1.4.0
1 parent 729cb54 commit d02f7e4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

HiFLEx_UserManual.pdf

521 KB
Binary file not shown.

HiFLEx_UserManual.tex

Lines changed: 4 additions & 4 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.3.7}
36+
\title{User Manual for Data Reduction using the HiFLEx package\\ version: v1.4.0}
3737
\date{May, 2021}
3838
\author{Ronny Errmann, EXOhSPEC team\\ Physics, Astronomy and Maths, University of Hertfordshire}
3939

@@ -103,9 +103,9 @@ \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.3.8}
106+
\subsection*{v1.4.0}
107107
\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
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.
109109
\end{itemize}
110110

111111
\subsection*{v1.3.7}
@@ -1360,7 +1360,7 @@ \subsection{Necessary files}
13601360

13611361
\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}):
13621362
\begin{lstlisting}[style=base]
1363-
wget https://github.com/ronnyerrmann/HiFLEx/archive/v1.3.7.tar.gz
1363+
wget https://github.com/ronnyerrmann/HiFLEx/archive/v1.4.0.tar.gz
13641364
tar -xzvf v*.tar.gz
13651365
\end{lstlisting}
13661366
Alternatively, the following command downloads the latest version of the files:

hiflex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
#import cpython
3+
#import cython
44

55
from procedures import *
66

0 commit comments

Comments
 (0)