Skip to content

A jupyter notebook approach using pythong to track and estimate the rotation period of an asteroid.

Notifications You must be signed in to change notification settings

lele394/M2-Astronomical-Data-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astronomical Data Processing

Léo Bechet

M2 CompuPhys 2024-2025

The following is my submission for the Astronomical Data Processing teaching unit.

Data

The data has not been made available as I am not sure of under which license it was distributed. The following work is for education purposes.

User Guide

The data should be inside a folder called data, next to the jupyter notebook. The notebooks look for for files in the following path : ./data/8_Oct/* and ./data/9_Oct/*. Please make sure the data is in the right structure before running the notebooks.

Notebooks

Notebooks are alaready pre-computed.

Report

Please refer to the report for a detailed explanation of the work done and how computations are performed.

Files available

  • code : Code is available in the code folder as jupyter notebooks.
  • processed data : The text files asked in the requirements are available under processed_txt_data.
  • report source : The report markdown source code is available under report_source.