This repository contains the manuscript, data, methods, and results of the journal article "Systematic determination of dust properties for a sample of 133 spatially resolved debris discs". The paper was published in MNRAS (Bibcode: 2026MNRAS.545S2221M).
.
├── analysis <- Directory to work on your analysis
├── data
│ ├── emcee <- Chains for radiative transfer of each object.
│ ├── external <- Original data or links to repositories.
│ ├── processed <- Final results.
│ └── raw <- Original data dump.
├── .gitignore <- Avoids uploading data, credentials, outputs, system files etc
├── LICENCE
├── models <- Summary of radiative transfer modelling using artefact.
├── paper <- Manuscript
│ ├── manuscript <- Zipped copy of arXiv submission v2
│ ├── figures <- Generated graphics and figures from manuscript
│ ├── tables <- Electronic versions of table from Appendix A
│ └── references <- Reference file for literature photometry
├── README.md <- The top-level README for developers using this project.
├── requirements.txt <- Install the environment dependencies with: `pip install -r requirements.txt`