Skip to content

Commit cf73649

Browse files
committed
first commit
0 parents  commit cf73649

41 files changed

Lines changed: 7813 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Astronomical Data Processing
2+
### Léo Bechet
3+
##### M2 CompuPhys 2024-2025
4+
5+
The following is my submission for the Astronomical Data Processing teaching unit.
6+
7+
## Data
8+
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.
9+
10+
## User Guide
11+
12+
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.
13+
14+
## Notebooks
15+
16+
Notebooks are alaready pre-computed.
17+
18+
## Report
19+
20+
Please refer to the [report](./report.pdf) for a detailed explanation of the work done and how computations are performed.
21+
22+
## Files available
23+
24+
- **code** : Code is available in the `code` folder as jupyter notebooks.
25+
- **processed data** : The text files asked in the requirements are available under `processed_txt_data`.
26+
- **report source** : The report markdown source code is available under `report_source`.

code/final_exploitation.ipynb

Lines changed: 232 additions & 0 deletions
Large diffs are not rendered by default.

code/notebook_night_8.ipynb

Lines changed: 3272 additions & 0 deletions
Large diffs are not rendered by default.

code/notebook_night_9.ipynb

Lines changed: 3468 additions & 0 deletions
Large diffs are not rendered by default.

code/rsc/ALADIN_8.png

27.9 KB
Loading

code/rsc/ALADIN_9.png

261 KB
Loading

code/rsc/SIMBAD_8oct.png

239 KB
Loading

code/rsc/comb_fit.png

38.4 KB
Loading

code/rsc/n8_cor_mag.png

29.1 KB
Loading

code/rsc/n8_fit.png

23.2 KB
Loading

0 commit comments

Comments
 (0)