make it compile locally

This commit is contained in:
2025-03-23 22:48:30 +01:00
parent c5882f0ec0
commit 9d00fc3919
3 changed files with 2 additions and 2 deletions
@@ -10,7 +10,7 @@ This chapter will explain how the used data was gathered, as well as the criteri
The data used in this thesis was gathered with the help of the astroquery (\cite{astroquery}) python package. For this purpose, as well as displaying the downloaded data, a GUI application was created with the python package PyQt5 (\cite{pyqt5}). The GUI window for downloads can be seen in \ref{fig:download_new_star_data_gui}.
\begin{figure}[pt!]
\includegraphics[width=\linewidth]{Physics_Thesis_Template/gui/download_star_data_gui.png}
\includegraphics[width=\linewidth]{gui/download_star_data_gui.png}
\caption{GUI window for downloading new fit files with astroquery. }
\label{fig:download_new_star_data_gui}
\end{figure}