KERN

KERN is a bi-annually released set of radio astronomical software packages. It should contain most of the standard tools that a radio astronomer needs to work with radio telescope data. The goal of KERN is to save time and prevent frustration in setting up of scientific pipelines and to assist in achieving scientific reproducibility.

Installation guide

Quick start

To quickly get started using KERN run the following command on a Ubuntu 20.04 system:


$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -s ppa:kernsuite/kern-8
$ sudo apt-add-repository multiverse
$ sudo apt-add-repository restricted
$ sudo apt-get update

Now you are ready to install some packages, for example python3-casacore:


$ sudo apt-get install python3-casacore
                

If you use KERN in your research please don't forget to cite us:

@article{molenaar2018kern,
    title={KERN},
    author={Molenaar, Gijs and Smirnov, Oleg},
    journal={Astronomy and Computing},
    year={2018},
    publisher={Elsevier}
}
            

Sponsors

KERN development is supported by

Reporting issues

Does a package misbehave? Is it not working as you expected? are you missing a radio astronomical package? Open an issue on our issue tracker!