Skip to content

Idg772/A5_GRW_Coursework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

igf23 Coursework Repository

This repository contains materials for the A5 Gravitational Waves coursework. It includes source code, figures, data, the final report.

Project Structure

igf23/
├── data/                      # Input datasets
├── figures/                   # Generated figures for report inclusion
├── report/
│   └── report.pdf             # Final compiled PDF report
├── src/
│   ├── coursework.ipynb       # Main Jupyter notebook with code and analysis
│   └── requirements.txt       # Python dependencies
└── A5_GRW_Coursework.pdf      # Original assignment brief

Getting Started

To set up the environment and run the analysis:

python -m venv .venv
source .venv/bin/activate        # or `.venv\Scripts\activate` on Windows
pip install -r src/requirements.txt
jupyter notebook

Then open src/coursework.ipynb to explore the code and analysis.

AI Declaration

All coding was done in VScode with Github Copilot enabled. Chatgpt was used to improve the quality of the plots and to proofread the report.

About

Gravitational Waves Coursework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors