Lispixrawreadr

From Eigenvector Research Documentation Wiki
Revision as of 15:37, 29 September 2009 by imported>Scott (New page: ===Purpose=== Import Lispix Raw formatted image. ===Synopsis=== :imagedso = lispixrawreadr(filename) ===Description=== Read in a Lispix Raw image file. The file format consists of two ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Import Lispix Raw formatted image.

Synopsis

imagedso = lispixrawreadr(filename)

Description

Read in a Lispix Raw image file. The file format consists of two files: a data file (.raw) and a raw parameter list file (.rpl). It is assumed that the two files are named the same thing with only the extension being different. The filename input can point to either the .raw or the .rpl file.

Inputs

  • filename = file name to read.

Outputs

  • imagedso = a DataSet object containing the image in the read file.

See Also

buildimage, rawread