Skip to main content

read and write files from neuromorphic cameras

Project description

Loris

Travis

With loris you can read and write different file formats from neuromorphic cameras such as .aedat4, .dat, .es or .csv. Loris is also an amazing animal

Supported formats

version read write
.aedat4 4
.dat 1/2
.es 2.x
.csv -

Install

pip install loris

How to loris

Read a file, for example a .dat file and loop over all events
import loris
my_file = loris.read_file("/path/to/my-file.dat")
events = my_file['events']

for event in events:
    print("ts:", event.t, "x:", event.x, "y:", event.y, "p:", event.p)
Write events from an array to an .es file
ordering = "xytp"  # corresponds to the order in your array
loris.write_events_to_file(event_array, "/path/to/my-file.es", ordering)
Write structured events (with dtypes) to an .es file
loris.write_events_to_file(structured_event_array, "/path/to/my-file.es")

Windows test (for developers)

To make sure the library works on Windows (if you use macOS or Linux), follow these steps:

  1. Download Vagrant (https://www.vagrantup.com/)
  2. cd windows
  3. vagrant up (this will download a virtual machine and build the package)
  4. vargrant ssh (optional, to inspect the Windows VM)
  5. vagrant destroy -f (cleanup)

loris

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

loris-0.5.2.tar.gz (8.9 MB view details)

Uploaded Source

File details

Details for the file loris-0.5.2.tar.gz.

File metadata

  • Download URL: loris-0.5.2.tar.gz
  • Upload date:
  • Size: 8.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/2.7.16

File hashes

Hashes for loris-0.5.2.tar.gz
Algorithm Hash digest
SHA256 0c785769a2c679f8c165e3681f23cd7bddc15c0958f3d2c725aa6ac123652bac
MD5 17e7fad1d4874d1a9343585efd4f4a4d
BLAKE2b-256 2d43de9fdddc2a6bcdb153a56ce66aa5e9a1016bf7bfdcd5eba64e5a2e3056b0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page