Python implementation of a reader/writer for the Raw Astro Video Format.
Specification: RawAstroVideoFormat.md
RAVF is loosely based on the Astro Digital Video specification with an emphasis on writing in a variety of raw formats natively on CPU-bound hardware, where the goal is to get the data written quickly at higher frame rates sometimes needed for occultations.
Install:
pip install ravf
Upgrade:
pip install --upgrade ravf