This repository contains the development of the thesis "OBS Parameter Analysis" for the Mathematics Engineering degree at Universidad de La Frontera (Chile). The thesis is focused on the analysis of the OBS parameters based on Parlogs-observations dataset available at Hugging Face.
- Student: Valentina Osses
- Advisor: Andres Avila - UFRO
- Co-Advisor: Juan Pablo Gil - ESO
- The directory reports contains notebooks with partial results and analysis, meant to be discussed with advisors.
- The directory sandbox contains experiments and tests that were performed during the development of the thesis.
It is advisable to create first a virtual environment. After clone this repository, you can create a virtual environment with:
git clone https://github.com/paranal-sw/collaborations-2025-ufro-thesis.git
cd collaborations-2025-ufro-thesis
# Create and activate the virtual environment
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
To install the necessary dependencies, run:
python -m pip install -r requirements.txt
This project is licensed under the MIT License - see the LICENSE file for details.