read.fmf: Read FlyMovieFormat (fmf) files

Description Usage Arguments References

Description

read.fmf.frame reads a single frame from an fmf file using the header information to seek to the appropriate file location.

read.fmf.header reads the initial header information of an fmf file including the number of frames and the frame size.

Usage

1
2
3
read.fmf.frame(x, i, h = NULL, what = c("raw", "integer"))

read.fmf.header(x)

Arguments

x

Path to fmf file (or for read.fmf.frame an open connection).

i

Integer (1-indexed) indicating the frame to read

h

Optional header information in the form returned by read.fmf.header

what

Character vector indicating whether to return the frame as a raw or integer matrix

References

see http://code.astraw.com/projects/motmot/fmf-format-spec.html


jefferis/fmfio documentation built on May 19, 2019, 2:50 a.m.