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.7.tar.gz
(10.6 kB
view details)
Built Distributions
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.7.tar.gz.
File metadata
- Download URL: plavchan_gpu-1.0.7.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce5419fa3d6b22d156f5d48a366c67ae97389a34a2a9f54fd9b67b33b940fb23
|
|
| MD5 |
ff355136b12db62e13a9a7af33a70452
|
|
| BLAKE2b-256 |
1cdf7bd4891377a97e376b46c979ff254d995b6d39dbf8bfe681684fb383cdcb
|
File details
Details for the file plavchan_gpu-1.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: plavchan_gpu-1.0.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 253.2 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 |
753534e20a80e3913c7b8cf3d88a7a0f48946a3f79a18740ab9119792d449698
|
|
| MD5 |
86dc86aa5850b74cde6bfd6f84c7d30d
|
|
| BLAKE2b-256 |
960117c546b16d2efadbbda4b4eeb4be70068f618c554c6fea133936d43b6437
|
File details
Details for the file plavchan_gpu-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: plavchan_gpu-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 229.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8109da6db5f98df8c43ec03f4690ffa5c7363fc9f3a0f80942cd0c7fa4f804b2
|
|
| MD5 |
d28bfff14d2f00e717e6bcc781c4f99a
|
|
| BLAKE2b-256 |
7f922c02cb685d2090c952d35c89a9b963dff8d657fdb6bbf832ddfa8c860bd3
|