Writecsv and File:T1267-f6.jpg: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Scott
 
imported>Benjamin
(Working with False-color images, figure 6.)
 
Line 1: Line 1:
===Purpose===
Working with False-color images, figure 6.
 
Export a DataSet object to a comma-separated values (CSV) file.
 
===Synopsis===
 
:writecsv(x,filename)
 
===Description===
 
Exports a comma-separated values text file based on the contents of a DataSet object. The csv file will include any axisscale, class, label and include information contained in the file as well as author, description, name and date details.
Inputs are the dataset to export (<tt>x</tt>) and an optional filename (''<tt>filename</tt>''). If <tt>filename</tt> is omitted, the user is prompted for an output filename.
Note that although the CSV file output is not directly readable by XCLREADR, an XLS file created by Excel from the CSV file will be readable by XLSREADR (i.e. read the CSV file into Excel, then save as XLS. The output XLS file will be readable by XLSREADR).
===See Also===
 
[[autoexport]], [[xlsreadr]]

Revision as of 14:21, 12 May 2017

Working with False-color images, figure 6.