Skip to content

cine-reader 0.1.0

Choose a tag to compare

@rverleur rverleur released this 15 Apr 22:49

cine-reader 0.1.0

Initial release of cine-reader, a Python and MATLAB reader for Vision Research Phantom .cine files.

Highlights

  • Reads Phantom CINE metadata and frame payloads.
  • Supports normal 8/16-bit image data and packed 10-bit data.
  • Includes native packed-10-bit unpack helpers for Windows, Linux, and macOS, with a NumPy fallback.
  • Supports raw color CFA/Bayer cine files.
  • Adds optional per-frame dead-pixel repair.
  • Adds optional per-frame debayering.
  • Exposes raw CFA red, green, and blue sample arrays with NaN at non-matching color sites.
  • Includes performance benchmark example for frame-loading throughput.

Python install

Download the wheel from this release, then install it with:

pip install cine_reader-0.1.0-py3-none-any.whl

Or install directly from the release asset URL:

pip install https://github.com/rverleur/cine-reader/releases/download/v0.1.0/cine_reader-0.1.0-py3-none-any.whl