Difference between revisions of "IXTraw file"

From LIBISIS
Jump to navigation Jump to search
m
 
(No difference)

Latest revision as of 13:42, 1 April 2008

Used to import raw files into matlab for use with the libisis package


>> rawfile = IXTraw_file('location')


If in the current working directory, then 'location' may be simply the name of the raw file. Otherwise the full path must be given.


Raw files must be imported in this way before spectra can be extracted in libisis


Example:

>> maps_rawfile = IXTraw_file('MAP06220.RAW');