Read flifiles
Project description
flifile
Python code for opening a lambert instruments .fli file
Requirements
- Numpy
Examples
Open a local .fli file
>>> from flifile import FliFile
>>> myflifile = FliFile('sample_file.fli')
>>> data = myflifile.getdata()
>>> data.shape
(348, 256, 12)
>>> data.mean()
26342.449652777777
Install
pip install flifile
https://pypi.org/project/flifile/
Contribute
- Clone the repository
- Install with the development packages:
uv pip install -e .[dev]
Before making a pull request, make sure the following three commands run without errors
uvx ruff check .uvx ruff format .pytestmypy
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
flifile-1.4.4.tar.gz
(19.9 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
flifile-1.4.4-py3-none-any.whl
(19.7 kB
view details)
File details
Details for the file flifile-1.4.4.tar.gz.
File metadata
- Download URL: flifile-1.4.4.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6784e2d075a3218ac91da7ffd365a4bf71745097e531379667e2c5b1e8a9b557
|
|
| MD5 |
ee8a86e9cc9b915d39d01b94cde08189
|
|
| BLAKE2b-256 |
c5f1642f7c521bbe2f689af8826297451d9df5c6b1ec03536b0ce68d371224be
|
File details
Details for the file flifile-1.4.4-py3-none-any.whl.
File metadata
- Download URL: flifile-1.4.4-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ca534fe608caff62953f0f608e41abec9f160105c8d287df009516866a4d7b1
|
|
| MD5 |
a900f7176e3b9e335a276edf5f170066
|
|
| BLAKE2b-256 |
d54ca1d87688016f7cb1c9e76a0d4bf09b09a383be334499e060f3d14cd09e9a
|