PyNFFTls
This Python module provides the Fast Lomb-Scargle periodogram
developed by B. Leroy (2012, Astron. Astrophys. 545, A50)
It is based on the Non-equispaced Fast Fourier Transform (NFFT http://www-user.tu-chemnitz.de/~potts/nfft/download.php) as well as the FFTW3 library (http://www.fftw.org/).
Both libraries must be installed.
Calling sequence:
(f,p) = period(t,y,ofac,hifac)
For more details, see the associated documentation
For a complete example, see nfftls_test.py
This Python module also provides the following methods:
- the Non-equidistant Fast Fourier Transform (NFFT, see http://www-user.tu-chemnitz.de/~potts/nfft/) of a time series:
(f,A) = nfft(t,y,p,d)
For more details, see the associated documentation
- the Discrete Fourier Transform (DFT) of a time series:
A = dft(t,y,f)
For more details, see the associated documentation
For a complete example, see nfftls_test2.py
R. Samadi, LESIA (http://lesia.obspm.fr), Observatoire de Paris, 22 Dec. 2012
This Python module provides the Fast Lomb-Scargle periodogram
developed by B. Leroy (2012, Astron. Astrophys. 545, A50)
It is based on the Non-equispaced Fast Fourier Transform (NFFT http://www-user.tu-chemnitz.de/~potts/nfft/download.php) as well as the FFTW3 library (http://www.fftw.org/).
Both libraries must be installed.
Calling sequence:
(f,p) = period(t,y,ofac,hifac)
For more details, see the associated documentation
For a complete example, see nfftls_test.py
This Python module also provides the following methods:
- the Non-equidistant Fast Fourier Transform (NFFT, see http://www-user.tu-chemnitz.de/~potts/nfft/) of a time series:
(f,A) = nfft(t,y,p,d)
For more details, see the associated documentation
- the Discrete Fourier Transform (DFT) of a time series:
A = dft(t,y,f)
For more details, see the associated documentation
For a complete example, see nfftls_test2.py
R. Samadi, LESIA (http://lesia.obspm.fr), Observatoire de Paris, 22 Dec. 2012
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pynfftls-1.0.tar.gz
(28.9 kB
view details)
File details
Details for the file pynfftls-1.0.tar.gz.
File metadata
- Download URL: pynfftls-1.0.tar.gz
- Upload date:
- Size: 28.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52bc5c508e63e5818ff9d909834431af7d793e004f4231e0261a7f8880637f7d
|
|
| MD5 |
06e338812e1cfe8aa02b4c6a27ba1a14
|
|
| BLAKE2b-256 |
e722a3f4c8097eae4aa890042d05f1b7801d9cd790d39c40cff9b7ee4dd65802
|