https://proteus-code.readthedocs.io
https://proteus-code.readthedocs.io/en/latest/contact.html
- TL – Tim Lichtenberg ([email protected])
- MH – Mark Hammond ([email protected])
- DJB – Dan J. Bower ([email protected])
- PS – Patrick Sanan ([email protected])
- RTP – Raymond Pierrehumbert ([email protected])
- RB – Ryan Boukrouche ([email protected])
- SMT – Shang-Min Tsai ([email protected])
- HN – Harrison Nicholls ([email protected])
- HII - Hamish Innes ([email protected])
Object | Description |
---|---|
proteus.py |
Main PROTEUS Python script |
README.md |
Overview file |
pyproject.toml |
Documentation file |
CODE_OF_CONDUCT.md |
Project code of conduct |
LICENSE |
Project license |
AEOLUS/ |
Submodule AEOLUS |
SPIDER/ |
Submodule SPIDER |
VULCAN/ |
Submodule VULCAN |
Mors/ |
Submodule Mors |
utils/ |
Code used for running PROTEUS and its submodules |
plot/ |
Code used for plotting results |
output/ |
Output folder with subfolders for each model run |
input/ |
Input folder (e.g. stellar spectra, example configs) |
docs/ |
Documentation source files |
tests/ |
Test cases that the model should be able to reproduce |
See https://proteus-code.readthedocs.io/en/latest/installation.html for steps and troubleshooting advice.
Only attempt to run PROTEUS after you have followed all of the installation instructions.
If using a fresh shell, it is necessary to perform the following steps:
conda activate proteus
(if using Anaconda/Miniconda)source PROTEUS.env
Then you can start the model by running:python proteus.py
.
See the ReadTheDocs pages for more information.
Run git submodule update --recursive --remote