Skip to content

jefferis/fmfio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis-CI Build Status

fmfio

R package to support the FlyMovieFormat video format originally developed by Andrew Straw and colleagues, initially at Caltech. Presently this provides functions to read and parse the intial header of a fmf file and then to read individual images frames and timestamp information. fmf files are frequently used as intermediates for analysis of fly behaviour.

Formats

There is support for both

  • FMF (simple raw format)
  • UFMF (compressed by background subtraction)

Quick Start

# install
if (!require("devtools")) install.packages("devtools") 
devtools::install_github("jefferis/fmfio")

# use
library(fmfio)

About

R package to read the 'FlyMovieFormat' (fmf) video format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages