All data that ViewWave has can be output to a file. To export some data, select the menu [File] -> [Export…]. ViewWave shows a dialog box to select the exporting data and file form.
Available data are listed in the drop down box which is labeled [Exporting data].
As a file form, there are three choices;
- CSV (comma-separated-value) file: is a file having the row-column structure. Each data is separated by comma. The file extension becomes “.csv.”
- TSV (tab-separated-value) file: is a file having the row-column structure. Each data is separated by tab. The file extension becomes “.tsv.”
- Text (blocked text) file: is a file having the channel-blocked structure. Each data has a fixed width. The file extension becomes “.txt.”
When the [OK] button is clicked, a dialog box to specify an output file will appear.
A sample of CSV files is as follows;
Sa - 199301152006KSR.ac 3,201 Period(s),063-GL,153-GL,UP-GL 0.0500,7.79555e+02,8.24798e+02,6.87348e+02 0.0515,7.98907e+02,8.88687e+02,7.50852e+02 0.0531,7.94407e+02,8.84150e+02,7.63344e+02 0.0547,8.25074e+02,8.65764e+02,6.96613e+02 0.0564,7.98642e+02,9.10080e+02,7.60011e+02 0.0581,8.21047e+02,9.08989e+02,8.31120e+02 0.0598,8.30904e+02,9.71435e+02,7.43404e+02 0.0617,8.63603e+02,1.01370e+03,6.94255e+02 0.0635,8.90775e+02,1.07676e+03,6.55854e+02 0.0655,9.70367e+02,1.12468e+03,7.08700e+02 0.0675,9.71469e+02,1.06264e+03,7.16422e+02 0.0695,1.07218e+03,1.04733e+03,7.43857e+02 0.0716,1.06161e+03,1.01046e+03,8.18442e+02 0.0738,1.15156e+03,1.11292e+03,7.87680e+02 0.0761,1.27118e+03,1.14262e+03,8.36992e+02 0.0784,1.35789e+03,1.11770e+03,7.51543e+02 (snipped...)
A sample of TSV files is as follows;
Sa - 199301152006KSR.ac 3 201 Period(s) 063-GL 153-GL UP-GL 0.0500 7.79555e+02 8.24798e+02 6.87348e+02 0.0515 7.98907e+02 8.88687e+02 7.50852e+02 0.0531 7.94407e+02 8.84150e+02 7.63344e+02 0.0547 8.25074e+02 8.65764e+02 6.96613e+02 0.0564 7.98642e+02 9.10080e+02 7.60011e+02 0.0581 8.21047e+02 9.08989e+02 8.31120e+02 0.0598 8.30904e+02 9.71435e+02 7.43404e+02 0.0617 8.63603e+02 1.01370e+03 6.94255e+02 0.0635 8.90775e+02 1.07676e+03 6.55854e+02 0.0655 9.70367e+02 1.12468e+03 7.08700e+02 0.0675 9.71469e+02 1.06264e+03 7.16422e+02 0.0695 1.07218e+03 1.04733e+03 7.43857e+02 0.0716 1.06161e+03 1.01046e+03 8.18442e+02 0.0738 1.15156e+03 1.11292e+03 7.87680e+02 0.0761 1.27118e+03 1.14262e+03 8.36992e+02 0.0784 1.35789e+03 1.11770e+03 7.51543e+02 (snipped...)
A sample of text files is as follows;
Sa - 199301152006KSR.ac 3 201 Period(s) 0.0500 0.0515 0.0531 0.0547 0.0564 0.0581 0.0598 0.0617 0.0635 0.0655 0.0675 0.0695 0.0716 0.0738 0.0761 0.0784 0.0807 0.0832 0.0857 0.0883 0.0910 0.0938 0.0966 0.0996 0.1026 0.1057 0.1090 0.1123 0.1157 0.1192 0.1228 0.1266 0.1304 0.1344 0.1385 0.1427 0.1470 0.1515 0.1561 0.1608 0.1657 0.1708 (snipped...) 13.1488 13.5487 13.9607 14.3852 14.8227 15.2735 15.7379 16.2165 16.7097 17.2178 17.7414 18.2810 18.8369 19.4097 20.0000 063-GL 7.79555e+02 7.98907e+02 7.94407e+02 8.25074e+02 7.98642e+02 8.21047e+02 8.30904e+02 8.63603e+02 8.90775e+02 9.70367e+02 9.71469e+02 1.07218e+03 1.06161e+03 1.15156e+03 1.27118e+03 1.35789e+03 1.35590e+03 1.22240e+03 1.18985e+03 1.18774e+03 1.25453e+03 1.25083e+03 1.21623e+03 1.21793e+03 (snipped...)