Skip to main content

Velociraptor catalogue reading routines.

Project description

Velociraptor Python Library

Documentation Status

Velociraptor catalogues provide a signifciant amount of information, but applying units to it can be painful. Here, the unyt python library is used to automatically apply units to velociraptor data and perform generic halo-catalogue reduction. This library is primarily intended to be used on SWIFT data that has been post-processed with velociraptor, but can be used for any velociraptor catalogue.

The internals of this library are based heavily on the internals of the swiftsimio library, and essentially allow the velociraptor catalogue to be accessed in a lazy, object-oriented way. This enables users to be able to reduce data quickly and in a computationally efficient manner, without having to resort to using the h5py library to manually load data (and hence manually apply units)!

Requirements

The velociraptor library requires:

  • unyt and its dependencies
  • h5py and its dependencies
  • python3.6 or above

Note that for development, we suggest that you have pytest and black installed. To create the plots in the example directory, you will need the plotting framework matplotlib.

Installation

You can install this library from PyPI using:

pip3 install velociraptor

Documentation

Full documentation is available on ReadTheDocs.

Why a custom library?

This custom library, instead of something like pandas, allows us to only load in the data that we require, and provide significant context-dependent features that would not be available for something generic. One example of this is the automatic labelling of properties, as shown in the below example.

from velociraptor import load
from velociraptor.tools import get_full_label

catalogue = load("/path/to/catalogue.properties")

stellar_masses = catalogue.apertures.mass_star_30_kpc
stellar_masses.convert_to_units("msun")

print(get_full_label(stellar_masses))

This outputs "Stellar Mass $M_*$ (30 kpc) $\left[M_\odot\right]$", which is easy to add as, for example, a label on a plot.

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

velociraptor-0.20.0.tar.gz (88.1 kB view details)

Uploaded Source

Built Distribution

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

velociraptor-0.20.0-py3-none-any.whl (99.5 kB view details)

Uploaded Python 3

File details

Details for the file velociraptor-0.20.0.tar.gz.

File metadata

  • Download URL: velociraptor-0.20.0.tar.gz
  • Upload date:
  • Size: 88.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for velociraptor-0.20.0.tar.gz
Algorithm Hash digest
SHA256 da0c0120324be4c4a9d966028e3fe0e1c8d7631c74fffc49538366580e464106
MD5 4e8f2be4c111b6fc2736cdabca6034ee
BLAKE2b-256 d872c589341c58c62079fd70f22ef7cdcd1ddf503f9116bc0ee61b5f5496cd23

See more details on using hashes here.

Provenance

The following attestation bundles were made for velociraptor-0.20.0.tar.gz:

Publisher: python-publish.yml on SWIFTSIM/velociraptor-python

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

File details

Details for the file velociraptor-0.20.0-py3-none-any.whl.

File metadata

  • Download URL: velociraptor-0.20.0-py3-none-any.whl
  • Upload date:
  • Size: 99.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for velociraptor-0.20.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4f788847d7c8d7cb195a5b829e5cf7e015a7eef8bd3dfd91ca9717e5c0a25258
MD5 5be04e8b1a33c005efbb57aab945739a
BLAKE2b-256 b765487b01bfe7fee902ab0321ea7160197ba65d8cdc04699fe5c65f60a798a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for velociraptor-0.20.0-py3-none-any.whl:

Publisher: python-publish.yml on SWIFTSIM/velociraptor-python

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