/ravf

Raw Astro Video Format - File format designed to store raw frames from a camera in realtime primarily for Occultations

Primary LanguagePythonMIT LicenseMIT

Raw Astro Video Format (RAVF) Package

Introduction

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