A Python library of tools for obtaining, processing and interacting with DKIST data.
See the documentation at https://docs.dkist.nso.edu/projects/python-tools.
The recommended way to install dkist
is with miniforge.
To install dkist
once miniforge is installed run the following command:
$ conda install dkist
For detailed installation instructions, see the installation guide in the dkist
docs.
This project is Copyright (c) NSO / AURA and licensed under the terms of the BSD 3-Clause license.
When you are interacting with the dkist project you are asked to follow the SunPy Code of Conduct.
Doing a release of this package is automated using GitHub actions, the release can be done following these steps:
- Run the pre-release workflow on GitHub actions, this can be done by clicking "run workflow" here.
- That workflow will have opened a PR, you should review it and merge it as normal.
- That workflow will also have drafted a GitHub release here, once the PR is merged you can publish that release, this will trigger the rest as long as the CI passes.