GPU-accelerated Plavchan periodogram calculation
Project description
Plavchan-GPU
A GPU-accelerated implementation of the Plavchan periodogram for time series analysis in astronomy.
Installation
pip install plavchan_gpu
Requirements
- CUDA-capable GPU and CUDA toolkit > 11.0
- Python 3.6+
Usage
from plavchan_gpu import plavchan_periodogram
# Example data
mags = [[0.1, 0.2, 0.3], [0.4, 0.5, 0.6]] # List of magnitude lists for each object
times = [[1.0, 2.0, 3.0], [1.5, 2.5, 3.5]] # List of time lists for each object
trial_periods = [0.1, 0.2, 0.3, 0.4, 0.5] # List of trial periods
# Calculate periodogram
result = plavchan_periodogram(mags, times, trial_periods, width=0.1)
# result will be a list of periodogram values for each object and trial period
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plavchan_gpu-1.0.10.tar.gz
(10.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plavchan_gpu-1.0.10.tar.gz.
File metadata
- Download URL: plavchan_gpu-1.0.10.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07767286b4e8c1a90535bfec4ea77c740f45486ab9829cce298ef3e91d36ce12
|
|
| MD5 |
a8d6534677d2e8616693068d528aeeee
|
|
| BLAKE2b-256 |
8dae991c3bcf1e5fbad78a279ce59d0513027d0983ff4bdb2b3139b9463149b7
|
File details
Details for the file plavchan_gpu-1.0.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: plavchan_gpu-1.0.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 254.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0bf76e3bde33d390bb49a30a58d7720d3cb8b6272751351c91cbef67e87f689
|
|
| MD5 |
9ffab02554a13a1183e61a9d994211fa
|
|
| BLAKE2b-256 |
73c8b61bcabcba62b0622e54d50553608ec7f976f11b480e7f86d3ff742cea44
|