Documentation:
- Full pipeline and installation manual
- Example object configuration
- SAS/HEASoft environment template
- Curated output examples
Minimal start:
REPOSITORY_URL="https://example.org/path/to/repository.git"
git clone "$REPOSITORY_URL" LMAO
cd LMAO
export LMAO_ROOT="$PWD"
conda activate ciao-4.18
source "$LMAO_ROOT/SAS_config.sh"
OBJECT="example_target"
python3 controller_xmm.py "$OBJECT" find_xmm_obsidsCreate and configure SAS_config.sh and
objects/<OBJECT>/<OBJECT>.yaml before running the pipeline.