org.das2.qds.util.AsciiFormatter
It would be useful to have a method for exporting data when working with
QDataSet, so this is introduced. This is very limited in its functionality,
and should be extended as needed.
AsciiFormatter( )
formatToFile
formatToFile( java.io.File f, QDataSet[] dss ) → void
format to the given file
Parameters
f - the file
dss - the datasets
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
formatToFile( String f, QDataSet[] dss ) → void
formatToFile( java.io.File f, QDataSet ds ) → void
formatToFile( String f, QDataSet ds ) → void
formatToFile( String f, double[][] dd ) → void