• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

apps/H03-May-2022-3,8212,886

cmake/H23-Nov-2021-4,1083,469

docker/H23-Nov-2021-178167

docs/H03-May-2022-6,0754,540

extern/H03-May-2022-183,113127,445

gui/H03-May-2022-3,7472,730

oskar/H03-May-2022-139,54389,499

python/H03-May-2022-14,19810,911

singularity/H23-Nov-2021-9078

.gitignoreH A D23-Nov-2021269 2116

.gitlab-ci.ymlH A D23-Nov-20214.5 KiB170158

.readthedocs.yamlH A D23-Nov-2021381 1713

LICENSEH A D23-Nov-20211.7 KiB3932

README.mdH A D23-Nov-20211.2 KiB3019

README.md

1[![GitHub release](https://img.shields.io/github/release/OxfordSKA/OSKAR.svg?style=flat-square)](https://github.com/OxfordSKA/OSKAR/releases)
2[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3758491.svg)](https://doi.org/10.5281/zenodo.3758491)
3
4# OSKAR: A GPU-accelerated simulator for the Square Kilometre Array
5
6OSKAR has been designed to produce simulated visibility data from radio
7telescopes containing aperture arrays, such as those envisaged for the
8Square Kilometre Array.
9
10A source code archive, and pre-built binary packages for Linux (using
11Singularity), macOS and Windows platforms are available to download from
12
13- [https://github.com/OxfordSKA/OSKAR/releases](https://github.com/OxfordSKA/OSKAR/releases)
14
15OSKAR is licensed under the terms of the 3-clause BSD License.
16Please see the [LICENSE](LICENSE) file for details.
17
18## Documentation
19
20Package documentation is built automatically as part of the
21GitLab CI/CD pipeline, and can be viewed at
22
23- [https://ska-telescope.gitlab.io/sim/oskar/](https://ska-telescope.gitlab.io/sim/oskar/)
24
25## Installation Guide
26
27If compiling from source, see the
28[Installation Guide](https://ska-telescope.gitlab.io/sim/oskar/install/install.html)
29in the documentation.
30