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.1.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.1-py3-none-any.whl (99.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for velociraptor-0.20.1.tar.gz
Algorithm Hash digest
SHA256 fbfa738244669d6b5adc864f81add98f85383723c5e9ac65224f3a2cbcc9be36
MD5 f9aeecd2b95bd04eaf080e8159fcaa83
BLAKE2b-256 654ca75ad46d9bee7833aca73465350e1fbfaad749946ba1891ed2ad89d7db16

See more details on using hashes here.

Provenance

The following attestation bundles were made for velociraptor-0.20.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: velociraptor-0.20.1-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.13.7

File hashes

Hashes for velociraptor-0.20.1-py3-none-any.whl
Algorithm Hash digest
SHA256 672b1afe2e32dd1e9754f4ea71448d72c270f51bc2017614fe272b30b266396a
MD5 db437231f8512b004b4d457ee352e305
BLAKE2b-256 2c25165b7cf6248fa07c54d35d824c743cd546a668f94e673cc4a6fc4b7a6831

See more details on using hashes here.

Provenance

The following attestation bundles were made for velociraptor-0.20.1-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