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:
pip install -e .[dev]
Before making a pull request, make sure the following three commands run without errors
black .
pytest
mypy
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.3.tar.gz
(19.9 kB
view details)
Built Distribution
flifile-1.4.3-py3-none-any.whl
(19.7 kB
view details)
File details
Details for the file flifile-1.4.3.tar.gz
.
File metadata
- Download URL: flifile-1.4.3.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52cdadc59fad4a5872160829320b43c0b21f96fbf8220c139a1290b4c8810d40 |
|
MD5 | 11632ae0d5904e235981306375bb4a20 |
|
BLAKE2b-256 | 1e637920bd9da44deea2637aed3304d3ae818c0765b479f425ac7c28dbe2e640 |
File details
Details for the file flifile-1.4.3-py3-none-any.whl
.
File metadata
- Download URL: flifile-1.4.3-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d21a28cedd7423939def14b726ada31dfda3ed03ad7523553e48e544c47ab76 |
|
MD5 | 3421f686d2518f204b588017e9bb2d66 |
|
BLAKE2b-256 | 3e9a128db96a008d7fe88d80d3dcb0a2b2804d43d2f06ff278b7346f36c51a8d |