SKA SDP Python Processing Functions

This repository contains Processing Function wrappers implemented in Python. The original code was migrated from RASCIL. They provide reference implementations for lower-level processing function libraries, such as ska-sdp-func and an interface between these and high-level data models (ska-sdp-datamodel).

Installation Instructions

The package is installable via pip:

pip install ska-sdp-func-python --extra-index-url https://artefact.skao.int/repository/pypi-internal/simple

If you would like to view the source code or install from git, use:

git clone https://gitlab.com/ska-telescope/sdp/ska-sdp-func-python.git

Please ensure you have all the dependency packages installed. The installation is managed through poetry. Refer to their page for instructions.