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

formatToFile( String f, QDataSet[] dss ) → void

format to the given file name.

Parameters

f - the file name
dss - the datasets

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


formatToFile

formatToFile( java.io.File f, QDataSet ds ) → void

format to the given file.

Parameters

f - the file
ds - the datasets

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


formatToFile

formatToFile( String f, QDataSet ds ) → void

format to the given file

Parameters

f - the file name
ds - the dataset

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


formatToFile

formatToFile( String f, double[][] dd ) → void

format to the given file

Parameters

f - the file name
dd - the rank 2 data.

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]