Skip to main content

Spectral line metadata for the DKIST suite of instruments.

Project description

codecov

Overview

The dkist-spectral-lines package consolidates the definition of metadata associated with spectral lines observed by the DKIST instruments.

Usage

The spectral lines are all defined as classes with properties capturing their relevant metadata. Spectral lines can be retrieved using one of the helper functions

from dkist_spectral_lines import get_spectral_lines
from dkist_spectral_lines import get_closest_spectral_line

spectral_lines_in_a_range = get_spectral_lines(wavelength_min=1, wavelength_max=1000)
closest_line = get_closest_spectral_line(wavelength=100)

Build

dkist-spectral-lines is built using bitbucket-pipelines

Deployment

dkist-spectral-lines is deployed to PyPI

Environment Variables

none

Development

git clone git@bitbucket.org:dkistdc/dkist-spectral-lines.git
cd dkist-spectral-lines
pre-commit install
pip install -e .[test]
pytest -v --cov dkist_spectral_lines

Changelog

When you make any change to this repository it MUST be accompanied by a changelog file. The changelog for this repository uses the towncrier package. Entries in the changelog for the next release are added as individual files (one per change) to the changelog/ directory.

Writing a Changelog Entry

A changelog entry accompanying a change should be added to the changelog/ directory. The name of a file in this directory follows a specific template:

<PULL REQUEST NUMBER>.<TYPE>[.<COUNTER>].rst

The fields have the following meanings:

  • <PULL REQUEST NUMBER>: This is the number of the pull request, so people can jump from the changelog entry to the diff on BitBucket.

  • <TYPE>: This is the type of the change and must be one of the values described below.

  • <COUNTER>: This is an optional field, if you make more than one change of the same type you can append a counter to the subsequent changes, i.e. 100.bugfix.rst and 100.bugfix.1.rst for two bugfix changes in the same PR.

The list of possible types is defined the the towncrier section of pyproject.toml, the types are:

  • feature: This change is a new code feature.

  • bugfix: This is a change which fixes a bug.

  • doc: A documentation change.

  • removal: A deprecation or removal of public API.

  • misc: Any small change which doesn’t fit anywhere else, such as a change to the package infrastructure.

Rendering the Changelog at Release Time

When you are about to tag a release first you must run towncrier to render the changelog. The steps for this are as follows:

  • Run towncrier build –version vx.y.z using the version number you want to tag.

  • Agree to have towncrier remove the fragments.

  • Add and commit your changes.

  • Tag the release.

NOTE: If you forget to add a Changelog entry to a tagged release (either manually or automatically with towncrier) then the Bitbucket pipeline will fail. To be able to use the same tag you must delete it locally and on the remote branch:

# First, actually update the CHANGELOG and commit the update
git commit

# Delete tags
git tag -d vWHATEVER.THE.VERSION
git push --delete origin vWHATEVER.THE.VERSION

# Re-tag with the same version
git tag vWHATEVER.THE.VERSION
git push --tags origin main

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dkist_spectral_lines-3.0.1.tar.gz (18.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dkist_spectral_lines-3.0.1-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

Details for the file dkist_spectral_lines-3.0.1.tar.gz.

File metadata

  • Download URL: dkist_spectral_lines-3.0.1.tar.gz
  • Upload date:
  • Size: 18.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for dkist_spectral_lines-3.0.1.tar.gz
Algorithm Hash digest
SHA256 b7001387cc414649d21a9c42b7b5f510f079216cd73cd3aea407b4a65a10be05
MD5 cae0a3617782c7be2c54b267233859c3
BLAKE2b-256 de260ab2fa5b5eab35639bf7b4b0c8437ef3e7d6c731f8597d2e6f28d83f52a6

See more details on using hashes here.

File details

Details for the file dkist_spectral_lines-3.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for dkist_spectral_lines-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 89103e7f9e730153c693b588f955460bd9fd814c3ee65bc84b5d0a796ce115db
MD5 fe678557ff1f64eea8110c3f1c5ff89f
BLAKE2b-256 f039fb35489293bb05479055e39ce908ab14d956426addece4815e24bbbaee34

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page