lbissot / Master-Thesis

Characterizing the performance of the SPHERE exoplanet imager at the Very Large Telescope using deep learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Characterizing the performance of the SPHERE exoplanet imager at the Very Large Telescope using deep learning

Table of Contents
  1. About the project
  2. Database creation
  3. Contact

About the project

Taking direct pictures of extrasolar planetary systems is an important, yet challenging goal of modern astronomy, which requires specialized instrumentation. The high-contrast imaging instrument SPHERE, installed since 2014 at the Very Large Telescope, has been collecting a wealth of data over the last eight years. An important aspect for the exploitation of the large SPHERE data base, the scheduling of future observations, and for the preparation of new instruments, is to understand how instrumental performance depends on environmental parameters such as the strength of atmospheric turbulence, the wind velocity, the duration of the observation, the pointing direction, etc. With this project, we propose to use deep learning techniques in order to study how these parameters drive the instrumental performance, in an approach similar to the one used by Xuan et al. 2018. This project will make use of first-hand access the large SPHERE data base through the SPHERE Data Center at IPAG/LAM (Grenoble/Marseille).

(back to top)

Database creation

To get a local copy up and running follow these simple steps.

Prerequisites

If you are using windows you should install wget and add its path to your environment variables.

SPHERE data

You can either retrieve the SPHERE data download script from the SPHERE client or simply use the one located in Dataset_creation/Download Scripts. Note that if you download the script yourself you need to parse it using Dataset_creation/sphere_dl_parser.py in order to skip unwanted (and voluminous) files.

Then you just have to launch a terminal in the script folder and execute it.

  • Linux

    ./parsed_sphere_dl_script_contrast_curves.sh
  • Windows

    sh parsed_sphere_dl_script_contrast_curves.sh

The observations will then be downloaded in the folder SPHERE DC DATA (located in the same directory as parsed_sphere_dl_script_contrast_curves.sh).

(back to top)

Contact

Ludo Bissot - ludo.bissot@student.uliege.be

Project Link: https://github.com/lbissot/Master-Thesis

(back to top)

Acknowledgments

(back to top)

About

Characterizing the performance of the SPHERE exoplanet imager at the Very Large Telescope using deep learning


Languages

Language:Shell 88.4%Language:Jupyter Notebook 10.0%Language:Python 1.5%