Skip to content

python code for opening a lambert instruments .fli file

License

Notifications You must be signed in to change notification settings

rharkes/flifile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mypy Black Black

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

About

python code for opening a lambert instruments .fli file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages