Lispixrawreadr
From Eigenvector Documentation Wiki
Visited: Lispixrawreadr
Contents |
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.