Analysis tools for time series
Project description
fpp-analysis-tools
Collection of tools designed to analyse time series of intermittent fluctuations.
Installation
The package is published to PyPI and can be installed with
pip install git+https://github.com/uit-cosmo/fpp-analysis-tools
If you want to contribute to the project you must first clone the repo to your local machine, then install the project using poetry:
git clone git@github.com:uit-cosmo/fpp-analysis-tools.git
cd fpp-analysis-tools
poetry install
If you plan to use the GPUs, specifically useful for the deconvolution, (local)
installation using either pixi or conda is supported (the conda environment file is
exported by pixi as pixi project export conda-environment environment.yml):
git clone git@github.com:uit-cosmo/fpp-analysis-tools.git
cd fpp-analysis-tools
# pixi
pixi install
# conda
conda env create --name name-of-my-env --file environment.yml
Troubleshooting
There is a chance you face a Failed to import CuPy. issue, or that the libfile is not
found (see a more thorough walk-through
here).
Check if you can find the file libcublas.so.10 (or libcuda.so or similar) in
/usr/lib/ or any of its subdirectories. (For example
find /usr/lib/ -name 'libcublas.so*', or with fd fd libcublas.so /usr/lib). On the
machine used by our group, the following extra step is necessary after installing the
project:
export LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu/"
Usage
You can import all functions directly from fppanalysis, such as
import fppanalysis as fa
bin_centers, hist = fa.get_hist(Data, N)
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
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 fppanalysis-0.2.0.tar.gz.
File metadata
- Download URL: fppanalysis-0.2.0.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e16d0ca940280c9a268649accf73777999376cb8852d45d0525d8cdd09ee958
|
|
| MD5 |
0f8265230ed60b8003424cbfafc6d8a4
|
|
| BLAKE2b-256 |
545558a96d598ae67d033244f9769ecfc6d21c60092d5f6e8f1ebc8538a8c298
|
File details
Details for the file fppanalysis-0.2.0-py3-none-any.whl.
File metadata
- Download URL: fppanalysis-0.2.0-py3-none-any.whl
- Upload date:
- Size: 26.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d16175ebfe7f0086eef4c0166f0abd74e91119ca62bdba0c74dd35a4a7d4fdc1
|
|
| MD5 |
1da27889e567ccbee5b7bd4b73f43c7e
|
|
| BLAKE2b-256 |
498c024be58a6743c2431aab500d432362d15adb00199e1782a6673b650bc255
|