|
| 1 | +================================================ |
| 2 | +nectarchain |pypi| |conda| |ci| |doc| |codecov| |
| 3 | +================================================ |
| 4 | + |
| 5 | +.. |ci| image:: https://github.com/cta-observatory/nectarchain/actions/workflows/ci.yml/badge.svg?branch=main |
| 6 | + :target: https://github.com/cta-observatory/nectarchain/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amain |
| 7 | + :alt: Test Status |
| 8 | +.. |pypi| image:: https://badge.fury.io/py/nectarchain.svg |
| 9 | + :target: https://pypi.org/project/nectarchain |
| 10 | +.. |conda| image:: https://anaconda.org/conda-forge/nectarchain/badges/version.svg |
| 11 | + :target: https://anaconda.org/conda-forge/nectarchain |
| 12 | +.. |codecov| image:: https://codecov.io/github/cta-observatory/nectarchain/graph/badge.svg?token=TDhZlJtbMv |
| 13 | + :target: https://codecov.io/github/cta-observatory/nectarchain |
| 14 | +.. |doc| image:: https://readthedocs.org/projects/nectarchain/badge/?version=latest |
| 15 | + :target: https://nectarchain.readthedocs.io/en/latest/?badge=latest |
| 16 | + :alt: Documentation Status |
| 17 | + |
| 18 | +Repository for the high level analysis of the NectarCAM data, a camera to equip the |
| 19 | +medium-sized telescopes of `CTAO <https://www.ctao.org/>`_ in its Northern site. |
| 20 | +The analysis is heavily based on `ctapipe <https://github.com/cta-observatory/ctapipe>`_, |
| 21 | +adding custom code for NectarCAM calibration. |
| 22 | + |
| 23 | +``nectarchain`` is currently pinned to ``ctapipe`` version 0.19. |
| 24 | + |
| 25 | +This code is under rapid development. It is not recommended for production use unless you are an expert or developer! |
| 26 | + |
| 27 | +* Code: https://github.com/cta-observatory/nectarchain |
| 28 | +* Docs: https://nectarchain.readthedocs.io/ |
| 29 | + |
| 30 | +Installation for Users |
| 31 | +====================== |
| 32 | + |
| 33 | +``nectarchain`` and its dependencies may be installed using the *Anaconda* or |
| 34 | +*Miniconda* package system. We recommend creating a conda virtual environment |
| 35 | +first, to isolate the installed version and dependencies from your main |
| 36 | +environment (this is optional). |
| 37 | + |
| 38 | +The latest version of ``nectarchain`` can be installed via:: |
| 39 | + |
| 40 | + mamba install -c conda-forge nectarchain |
| 41 | + |
| 42 | +or via:: |
| 43 | + |
| 44 | + pip install nectarchain |
| 45 | + |
| 46 | +**Note**: to install a specific version of ``nectarchain``, take look at the documentation `here <https://nectarchain.readthedocs.io/en/latest/user-guide/index.html>`_. |
| 47 | + |
| 48 | +**Note**: ``mamba`` is a C++ reimplementation of conda and can be found `here <https://github.com/mamba-org/mamba>`_. |
| 49 | + |
| 50 | +Note this is *pre-alpha* software and is not yet stable enough for end-users (expect large API changes until the first stable 1.0 release). |
| 51 | + |
| 52 | +Developers should follow the development install instructions found in the |
| 53 | +`documentation <https://nectarchain.readthedocs.io/en/latest/developer-guide/index.html>`_. |
| 54 | + |
| 55 | + |
| 56 | +Contributing |
| 57 | +============ |
| 58 | + |
| 59 | +All contribution are welcome. |
| 60 | + |
| 61 | +Guidelines are the same as `ctapipe's ones <https://ctapipe.readthedocs.io/en/latest/developer-guide/getting-started.html>`_. |
| 62 | +See `here <https://ctapipe.readthedocs.io/en/latest/developer-guide/pullrequests.html#pullrequests>`_ how to make a pull request to contribute. |
| 63 | + |
| 64 | + |
| 65 | +Report issue / Ask a question |
| 66 | +============================= |
| 67 | + |
| 68 | +Please use `GitHub Issues <https://github.com/cta-observatory/nectarchain/issues>`_ to report issues or `GitHub Discussions <https://github.com/cta-observatory/nectarchain/discussions>`_ for questions and discussions. |
0 commit comments