Skip to content

lincc-frameworks-mask-incubator/elzorro

Repository files navigation

elzorro

Mask generation for large galaxy surveys

Prototype implementation

Import pipeline

You can run the import pipleine with import_pipeline.ipynb Jupyter notebook. The pre-requisites are:

  1. 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
  1. 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
  1. Install the required packages:
python -m pip install -r requirements.txt

About

Mask generation for large galaxy surveys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published