Installation

The pipeline is distributed as the Python package phangsPipeline.

Requirements

The PHANGS pipeline requires Python 3.12, and uses CASA >= 6.7.3. We recommend installing the pipeline in a separate Conda environment.

Install directly from GitHub

Standard install (without CASA extras):

pip install "phangsPipeline @ git+https://github.com/phangsTeam/phangs_imaging_scripts.git"

Install including CASA optional dependencies:

pip install "phangsPipeline[casa] @ git+https://github.com/phangsTeam/phangs_imaging_scripts.git"

Install from a cloned repository

Clone and enter the repository:

git clone https://github.com/phangsTeam/phangs_imaging_scripts.git
cd phangs_imaging_scripts

Standard local install:

pip install -e .

Local install including CASA optional dependencies:

pip install -e ".[casa]"