Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 619 Bytes

File metadata and controls

17 lines (9 loc) · 619 Bytes

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