readFMF: A readFMF Function

Description Usage Arguments Examples

View source: R/readFMF.R

Description

This function allows you to load a grayscale FMF file.

Usage

1
2
readFMF(filepath, start = 1, end = 0, skip = 0, crop = c(0, 0, 0, 0),
  frames = NULL, getFrames = F)

Arguments

filepath

A caracter string of the path to the file. Required.

start

An integer of the start frame. Default = 1.

end

An integer of the end frame. Default = 0 (last frame of the file).

skip

An integer of skip frame. Default = 0 (read every frame).

crop

An integer vector depicting the xy coordinate of the top-left corner and the bottom-right corner you want to crop.

frames

A integer vector of frames to be read. Defaul = NULL.

getFrames

Return number of frames. Default = False.

Examples

1

tkatsuki/dipr documentation built on April 19, 2021, 7:18 p.m.