Welcome to the documentation wiki for orchestra-sst code repository.
Note this documentation does not intent to fully explain every function but to provide an overview of what the code does and what we intended to do (put did not finish)
Resources
Repository structure
graph LR;
Repository --> src;
Repository --> sst_tools;
Repository --> scripts;
Repository --> notebooks;
Repository --> config.ini;
scr --> id1["SLURM bash scripts to run the code in JASMIN"];
rscripts --> id2["Python scripts to run each data processing stage"];
docs --> id4["Jupyter notebooks explaining the workflow of the data"];
config.yml --> id5["Configuration file"];