Skip to content
PhotonicsOpenProjects edited this page Mar 3, 2023 · 22 revisions

Introduction

The ONE-PIX kit is a low-cost single-pixel hyperspectral imaging education kit. This module is fully available on GitHub. The current implementation has been developed in Python 3 and tested on a Raspberry Pi 4 8 Go, running Raspbian 11 (bullseye), but should also work with Windows or Ubuntu on most computers. The ONE-PIX API is documenter here

Motivations

As the various spectral imaging technologies are relatively very expensive, we want to popularise the use of these new cutting-edge technologies. Thus, this kit aims to allow anyone to design their own kit or to order one from Photonics Bretagne. As this research topic remains very broad, a Github repository allows to share all the contributions made within a community dedicated to single-pixel hyperspectral imaging.

This package is intended to provide:

  • Python scripts for interfacing the kit.
  • Acquisitions and reconstructions scripts implementing various compressed imaging methods
  • Analysis tools to make use of the measured datacubes

Clone this wiki locally