Thie repository contains analysis for the 2024 trigger.
The code in this repository is organized as follows:
├── analysis # Main repository of analytical work
├── src # Code to run any relevant data acquisition/processing pipelines
|
├── .gitignore
├── README.md
└── requirements.txt
Create a directory where you would like the data to be stored,
and point to it using an environment variable called
AA_DATA_DIR
.
Next create a new virtual environment and install the requirements with:
pip install -r requirements.txt
If you would like to instead receive the raw data from our team, please contact us.