Mask generation for large galaxy surveys
You can run the import pipleine with import_pipeline.ipynb
Jupyter notebook.
The pre-requisites are:
- Have the python environment with Jupyter/ipykernel activated, e.g. with conda on PSC:
conda create -p./cenv python=3.11
conda activate ./cenv
pip install ipykernel
python -m ipykernel install --user --name=elzorro
# Reload Jupyter tab in your browser
- Setup Rust toolchain for
mom_builder
package build (this installs the toolchain for your user, but conda installation should also work):
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Follow the instructions, e.g. add `source $HOME/.cargo/env` to your shell profile
- Install the required packages:
python -m pip install -r requirements.txt