readTile: Read a binary viewer tile as a matrix

readTileR Documentation

Read a binary viewer tile as a matrix

Description

Read a vector of little-endian 32-bit floats from the specified file and return as a matrix with nrow rows and ncol columns.

Usage

readTile(filename, nrow, ncol)

Arguments

filename

The name of the file to read the tile from

nrow

Number of rows in the tile

ncol

Number of columns in the tile


bmbroom/NGCHMR documentation built on April 18, 2022, 6:52 p.m.