Skip to main content

Python module for handling angles and celestial coordinates

Project description

https://github.com/LSSTDESC/Coord/actions/workflows/ci.yml/badge.svg https://codecov.io/gh/LSSTDESC/Coord/branch/main/graph/badge.svg

Coord is a Python module that provides basic functionality related to angles and celestial coordinates.

It is similar in functionality to the astropy.coordinates module, but with more of an emphasis on efficiency. Some functions are more than 100 times faster than the corresponding functionality in astropy. On the other hand, the API is somewhat more restrictive than the API used by astropy, so the appropriate module to use will depend on your needs.

Notable functionality:

  • Spherical geometric calculations of the distance between two points, angles in spherical triangles, and areas of spherical triangles.

  • Tangent-plane projection of a coordinate relative to a given center point of the projection.

  • Deprojection back into spherical coordinates.

  • Analytic calculation of the jacobian of the tangent projection.

  • Precession calculations between different epochs.

  • Conversion to galactic and ecliptic coordinate systems (and back).

The code was originally written by Mike Jarvis for TreeCorr and then also used in GalSim. It has been republished here as a stand-alone module to enable others (within the LSST DESC or not) to have easier access to these functions.

One missing feature (for which pull requests would be welcome) is conversion between FK5 and ICRS systems (or even FK4). If you care about the slight differences between these systems, then you should probably stick to astropy, which does handle these distinctions.

Aside: The module was used as a pedagogical tool at the LSST DESC DE School on July 9, 2017. A video of the lesson can be viewed here.

Licence

The code is licensed under the MIT License, which basically means you can use it in any way you want, so long as you keep the copyright notice at the top of each source file and/or include the accompanying LICENSE file with the distribution.

Installation

You can install Coord with pip:

$ pip install LSSTDESC.Coord --user

or if you have root access, you might prefer:

$ sudo pip install LSSTDESC.Coord

or possibly with neither sudo nor --user if your Python distro is in a writable directory.

If you use anaconda you can install from conda forge:

$ conda install -c conda-forge lsstdesc.coord

If you prefer to download or clone the repo and install manually, you can install with setup.py using one of the usual variants:

$ python setup.py install --prefix={prefix}

or:

$ sudo python setup.py install

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

lsstdesc_coord-1.3.1.tar.gz (41.6 kB view details)

Uploaded Source

Built Distribution

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

lsstdesc_coord-1.3.1-py3-none-any.whl (27.1 kB view details)

Uploaded Python 3

File details

Details for the file lsstdesc_coord-1.3.1.tar.gz.

File metadata

  • Download URL: lsstdesc_coord-1.3.1.tar.gz
  • Upload date:
  • Size: 41.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for lsstdesc_coord-1.3.1.tar.gz
Algorithm Hash digest
SHA256 60f878c29e1f30a9b50bf60dca3c466dc9cfb2cbc71f0a27c575ced969de57ab
MD5 7b91e3101d590470361478238f996aec
BLAKE2b-256 b8e06806df4cfa54927a2d8e425407611b4fc031dd125bc952b4a31deb743305

See more details on using hashes here.

Provenance

The following attestation bundles were made for lsstdesc_coord-1.3.1.tar.gz:

Publisher: wheels.yml on LSSTDESC/Coord

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lsstdesc_coord-1.3.1-py3-none-any.whl.

File metadata

  • Download URL: lsstdesc_coord-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 27.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for lsstdesc_coord-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 06afe1621ef5da89f51e1225b1016f9ab640f6eb955bbab1231d60342e536336
MD5 7b58c9ec1992b9f15aaa545a56699c92
BLAKE2b-256 a1f863121ece13d3dc7521e8989b4224389868f092ce13d3aae4c410b0f5de12

See more details on using hashes here.

Provenance

The following attestation bundles were made for lsstdesc_coord-1.3.1-py3-none-any.whl:

Publisher: wheels.yml on LSSTDESC/Coord

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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